Age | Commit message (Collapse) | Author |
|
|
|
-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
|
|
|
|
|
|
removed console, which was obsolete and unused sine long long ago
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-added ability to do one-line blocks, such as: if something: print("hello") , to be more python-like
|
|
|
|
|
|
|
|
fixes #2599
|
|
|
|
get_relative_transform_to_parent(), makes more sense
-fixed newly introduced bug in onready keyword, fixes #3155
|
|
variables until _ready() is run.
|
|
2D Physics bodies documented.
|
|
change order of autoloads
|
|
|
|
|
|
|
|
|
|
Closes #2670
|
|
Add missing argument names in GDScript bindings + related fixes
|
|
|
|
-made also sure it doesn't crash, fixes #2688
|
|
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).
|
|
|
|
|
|
Copy-paste mistake from the setter most likely.
|
|
|
|
|
|
Add reload icon to FileDialog's default theme
|
|
sync tho
|
|
|
|
|
|
|
|
Fix joystick hotplugging on windows, using right indices now
|
|
|
|
-Made help more readable, closes #2851
|
|
|
|
.travis.yml upgrade
|
|
Add missing keyword highlights for Rect2 and NodePath.
|