Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixes #2848
|
|
|
|
(it's clevery done so local changes to scenes are kept even if unsaved)
|
|
|
|
|
|
|
|
|
|
|
|
-changed default windowed resolution to 1280x720
|
|
|
|
to doc, fixes #3040
|
|
Fix "in" operator, make it use evaluate() instead of operator==
|
|
|
|
|
|
|
|
reloaded in godot UI, fixes #3003
|
|
faster lookup table implemetation.
|
|
Cleanup calls to _snprintf in ustring
|