Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
-also fix a small crash in export detection with scripts that include themselves
|
|
|
|
|
|
|
|
#2278
|
|
enabled by default. Closes #2284
|
|
closes #2286
|
|
|
|
|
|
|
|
Forgot to add JOY_ANALOG bindings
|
|
Analog values for gamepad triggers, using axes 6 & 7.
|
|
|
|
|
|
|
|
Added default value param to ConfigFile.get_value()
|
|
|
|
platforms for rigidbodies, closes #2345
|
|
Update copyright to 2016 in headers
|
|
|
|
|
|
|
|
working, fixes #2325
|
|
Updated copyright to 2016
|
|
|
|
|
|
|
|
|
|
Color, to deal with colors in the 0-255 range. Closes #2345
|
|
|
|
closes #2391
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-It is now finally possible to parse back a variant from text!
|
|
|
|
-Scene edit state is saved outside the scene now, to avoid changes .tscn files when nothing really changed
-Created a VariantWriter helper to unify all variant to text writing
-Moved SceneFormatText writing to VariantWriter
-Moved ConfigFile to use VariantWriter and VariantParser, added compatibility mode for old .cfg files that use engine.cfg format
|
|
added missing onready allocation for subclasses
|
|
for p_func inside _parse_function
|
|
Fixes #3158
|
|
|