Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
-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.
|
|
|
|
Now it test 6 builds:
* Ubuntu 14.04 - x11 (g++)
* Ubuntu 14.04 - x11 (clang++)
* Ubuntu 14.04 - windows (via MinGW)
* OS X - osx (g++)
* OS X - osx (clang++)
* OS X - android
* OS X - iphone
Instead of just g++ on Ubuntu 12.04...
|
|
Fix ios libpng link error
|
|
|
|
|
|
|
|
New area space override modes documented.
|
|
CollisionObject2D.
|
|
New and corrected area override modes.
|
|
|
|
Check pkg-config for libudev and enable gamepad code only if found.
|