Age | Commit message (Collapse) | Author |
|
Fixed small inconsistencies with the text format
|
|
|
|
Change default video mode for X11
|
|
|
|
Fix #3149
|
|
|
|
inheritance
-Fixes #3127 and also properly fixes #2958
|
|
|
|
|
|
changed. Fixes #3201
|
|
|
|
Add some joystick functions to input. Enables manipulation of mapping…
|
|
|
|
|
|
comment some print_lines
|
|
|
|
unusable from GDscript due to precision.
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
|
|
projects but also achieve desired functionality. Closes #3272
|
|
|
|
requested, closes #3301
|
|
|
|
|
|
|
|
|
|
|
|
runtime
|
|
|
|
#3248 closes #3207
|
|
|
|
-removed 4 arguments limit for emit_signal() from script
-remvoed 4 arguments limit for call_deferred() from script
|
|
-Fix memory corruption due to using wrong singleton in multithreaded physics, fixes #2760
|
|
enough. Closes #1955
|
|
and speeds up. Closes #2040
-Removed support of loading BitMap as image, now it must be load as a pnm, also closes #2040
|
|
the script, closes #2128
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Update copyright to 2016 in headers
|
|
|
|
working, fixes #2325
|
|
Color, to deal with colors in the 0-255 range. Closes #2345
|
|
|
|
|
|
|
|
-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
|