muzzel

Results 4 issues of muzzel

Add a feature that allows public reading of classmembers but only protected/private write access to avoid excessive use of gettermethods which blow up the code. Solution 1: introduce a new...

enhancement

Packages defined in the /wurst folder should have priority over packages with the same name from the StandardLib. But when redefining for example "Maths.wurst" the following errors occur: 1. Eclipse...

unclear/discussion

There are many systems which provide replacements for jass natives (often wrappers for those natives) or require the user to not use certain jass natives for other reasons. A popular...

enhancement
unclear/discussion
Priority: normal

Add the possibility to call the constructor of the underlying class of a module using `new thistype()`. Example: ``` module MyModule static function getNew() returns thistype return new thistype() class...

enhancement
Priority: normal