Releases: mmower/rez
Releases · mmower/rez
v1.9.3
v1.9.2
v1.8.15
Game object initialization switches from bread-first (initializing each object at level-1, then each at level-2, and so on) to depth first (levels 1-N for object 1, then object 2, and so on).
This makes ordering more important but means initialization is now more dependable as an object is fully initialized before it can be accessed by a dependent.
v1.8.14
v1.8.13
Setup ^d: delegate handles before running initializers (which may depend upon them)
Adds the nplural expression filter for outputting number & pluralised strings
Adds creation of number and string constants to the Plugin API
Adds rez.plugin.run() so that Plugins can execute OS commands (danger!)