Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
removed console, which was obsolete and unused sine long long ago
|
|
|
|
|
|
change order of autoloads
|
|
|
|
All classes were reviewed apart from VisualServer for which no argument name is documented at all.
While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
|
|
Better gamepad support
|