Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-28 | -Added proper code completion for singletons | reduz | |
2015-12-28 | Ability to set autoloads as singleton global variables | reduz | |
2015-12-28 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
2015-12-28 | -added a visual tool to change the pivot of a sprite/asprite/polygon/etc. ↵ | reduz | |
Closes #2670 | |||
2015-12-28 | Merge pull request #3146 from akien-mga/pr-argument-names | Rémi Verschelde | |
Add missing argument names in GDScript bindings + related fixes | |||
2015-12-28 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
2015-12-28 | -fixed rich text label fill alignment, always works now | reduz | |
-made also sure it doesn't crash, fixes #2688 | |||
2015-12-28 | Add missing argument names in GDScript bindings | Rémi Verschelde | |
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). | |||
2015-12-28 | Fix wrong getters in ShaderGraph | Rémi Verschelde | |
2015-12-28 | Remove bogus argument in body_get_node | Rémi Verschelde | |
2015-12-28 | Remove bogus argument in sample_get_description | Rémi Verschelde | |
Copy-paste mistake from the setter most likely. | |||
2015-12-28 | Style fix for rounded_values methods in Range | Rémi Verschelde | |
2015-12-27 | Sync doc with current source | Rémi Verschelde | |
2015-12-26 | Merge pull request #3140 from neikeq/fix_refresh_icon | Juan Linietsky | |
Add reload icon to FileDialog's default theme | |||
2015-12-26 | fixes crash/deadlock when video is paused and unpaused, might affect audio ↵ | Ariel Manzur | |
sync tho | |||
2015-12-26 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
2015-12-26 | small optimization improvement to rich text label tables | reduz | |
2015-12-26 | Added reload icon to FileDialog's default theme | Ignacio Etcheverry | |
2015-12-26 | Merge pull request #3138 from Hinsbart/joy_hotplug | punto- | |
Fix joystick hotplugging on windows, using right indices now | |||
2015-12-26 | Merge branch 'master' of https://github.com/okamstudio/godot | reduz | |
2015-12-26 | -Added table support to RichTextLabel | reduz | |
-Made help more readable, closes #2851 | |||
2015-12-26 | Fix joystick hotplugging on windows, using right indices now | Hondres | |
2015-12-24 | Merge pull request #3120 from Marqin/master | Rémi Verschelde | |
.travis.yml upgrade | |||
2015-12-24 | Merge pull request #3131 from Hinsbart/missing_highlight | Rémi Verschelde | |
Add missing keyword highlights for Rect2 and NodePath. | |||
2015-12-24 | Colorize Rect2 and NodePath in script editor | hondres | |
2015-12-23 | upgrade .travis.yml | Marqin | |
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... | |||
2015-12-23 | Merge pull request #3124 from mrezai/libpng-ios | punto- | |
Fix ios libpng link error | |||
2015-12-23 | removed -ffast-math on ios, compiler bug? | Ariel Manzur | |
2015-12-23 | redundant TAB removed | mrezai | |
2015-12-23 | Fix ios libpng link error | mrezai | |
2015-12-22 | Merge pull request #3116 from Ovnuniarchos/DocArea2D | Rémi Verschelde | |
New area space override modes documented. | |||
2015-12-22 | New area space override modes documented. Also, PhysicsBody2D, Area2D, and ↵ | Ovnuniarchos | |
CollisionObject2D. | |||
2015-12-22 | Merge pull request #3071 from Ovnuniarchos/NewAreaCombiners | Juan Linietsky | |
New and corrected area override modes. | |||
2015-12-22 | threads | Ariel Manzur | |
2015-12-22 | Merge pull request #3113 from Hinsbart/joy_fix | Juan Linietsky | |
Check pkg-config for libudev and enable gamepad code only if found. | |||
2015-12-22 | missing? | Ariel Manzur | |
2015-12-22 | testing patch for aligned reads by webp in javascript | Ariel Manzur | |
2015-12-21 | Check pkg-config for libudev and enable gamepad code only if found. Linux ↵ | hondres | |
only for now | |||
2015-12-21 | thread | Ariel Manzur | |
2015-12-21 | -another approach to solving the deadlock problem :| | Juan Linietsky | |
2015-12-21 | -fixed build system to use pkg-config for evdev | Juan Linietsky | |
2015-12-21 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-21 | -different attempt to avod deadlock problem | Juan Linietsky | |
2015-12-21 | too early to rename thread | Ariel Manzur | |
2015-12-21 | Merge branch 'master' of https://github.com/godotengine/godot | Ariel Manzur | |
2015-12-21 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-21 | -Fix to progress dialog, speding it up | Juan Linietsky | |
-Fix potential deadlock in stream player -Fix collada to support broken files from ColladaMaya | |||
2015-12-21 | audio threads | Ariel Manzur | |
2015-12-21 | Merge pull request #3109 from mrezai/libpng-filter_neon | Rémi Verschelde | |
Fix libpng link errors on android | |||
2015-12-21 | Fix libpng link errors on android | mrezai | |