Spellscript Bugs

From Hack/Mine Wiki
Revision as of 09:12, 4 August 2014 by 37.233.27.142 (Talk)

Jump to: navigation, search

The following is a list of known Spellscript bugs, according to version. Please add bugs to the list as you find them, and try to make entries informative and brief. Details such as the error message, a script triggering the error, and even images are invaluable to solving the issue. Finally, set "Dev Status" to "Open" when first creating the entry (the devs will change its value as they address the issue).

If anything is subject to debate, please use the Discussion Page to sort it out rather than edit warring. (You can reflect contentions in the bug's description.)

7VIR1U Major thankies for the article.Thanks Again.

9fseCl Really enjoyed this article.Really looking forward to read more. Want more.

AeWZNM Major thanks for the article post.Really looking forward to read more. Great.

0.6.4.2

Catchy Title Status Single/Multiplayer Description, Error Message(s)
One-Liner Statement Weirdness Fixed Both If-else chains and such tend not to parse correctly when their suites are one-liners.
Unpropagated Nested Return Type-Inference Fixed Both Sometimes failed to infer return type when some return statements are nested within other statements (such as control constructs).
Erroneous Multi Type-Inference for Classes Fixed Both Type inferred from multiple types (such as within a list declaration) is erroneously copied from one of the classes inferred from, rather than generated anew. Oopsies.

0.6.4.1

Catchy Title Status Single/Multiplayer Description, Error Message(s)
SERVER Network Propagation Fixed SMP Serialization error when the SERVER global variable is transmitted over the network in any fashion-- results in scripts only being executed on the server side, rather than both client and server. This results in strange behavior.

0.6.4.0

Catchy Title Status Single/Multiplayer Description, Error Message(s)
Many-Type Inference w/ Classes Fixed Both Type inference of multiple expressions causes a StackOverflow error if they evaluate to class-types (list instantiations, return type inference, etc)
Multifield Declaration Issues Fixed Both Multifield declarations in class declarations cause a myriad of issues involving stackframe sizes-- don't use them!
Non-Parameterless Constructors Fixed Both Constructors accepting more than the "self" parameter incorrectly resolve the parameter types, causing an invalid error.
"server" is None Fixed SMP "server" is None in Schedulable Scripts.
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox