Age | Commit message (Expand) | Author |
2016-01-10 | Replace export pack mode "Copy" with "Exec+Zip" | eska |
2016-01-10 | Make SpriteRegionEditor remember state beatwhen setions (fixes #3245) | MarianoGNU |
2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky |
2016-01-10 | make path update when curve changes, fixes #3144 | Juan Linietsky |
2016-01-10 | make animation work again in P3d demo, fixes #3151 | Juan Linietsky |
2016-01-10 | -Made tile parameter work, fixes #3167 | Juan Linietsky |
2016-01-10 | avoid crash with empty concavepolygonshape, fixes #3169 | Juan Linietsky |
2016-01-10 | -Project settings can properly add/remove properties again, fixes #3177 | Juan Linietsky |
2016-01-10 | restored quit to project list keybinding, but kept change for OSX, closes #3185 | Juan Linietsky |
2016-01-10 | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky |
2016-01-10 | wrong extensions shown when saving resources fixed | Juan Linietsky |
2016-01-10 | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky |
2016-01-10 | added a new function to escape properly json, fixes #3282 | Juan Linietsky |
2016-01-10 | forgot initialization of path in filesystem dock, fixes #3295 | Juan Linietsky |
2016-01-10 | Enable ALSA driver in non-linux X11 when available | eska |
2016-01-10 | Fix script highlighting for classes that begin with "_" | Franklin Sobrinho |
2016-01-10 | Make sure variant parser actually writes floats when float property is reques... | Juan Linietsky |
2016-01-10 | Allow to paste resources in inspector when text_hint indicates multiple types | MarianoGNU |
2016-01-10 | fix: TouchScreenButton should stop propagating action when button is removed ... | MarianoGNU |
2016-01-10 | -fix stray file left open when parsing configuration, closes #3299 | Juan Linietsky |
2016-01-10 | make sure file is closed if something fails | Juan Linietsky |
2016-01-10 | removed this fix, which brought more problems than solutions | Juan Linietsky |
2016-01-09 | Fix bug related to EOF in Android FileAccess | Juan Linietsky |
2016-01-09 | comment some print_lines | Alexander Holland |
2016-01-09 | removed prints | Ariel Manzur |
2016-01-09 | Merge pull request #3293 from eska014/fix-fbsd-pthread | Rémi Verschelde |
2016-01-09 | Fix pthread renaming in Open/FreeBSD | eska |
2016-01-09 | Merge pull request #3291 from mrezai/fix-gradle-repositories | Rémi Verschelde |
2016-01-09 | Fix maven repositories bug | mrezai |
2016-01-09 | Merge pull request #3289 from TheHX/pr-warnings | Rémi Verschelde |
2016-01-09 | Fix some error messages | Franklin Sobrinho |
2016-01-08 | fix issues related to StringArray parsing | Juan Linietsky |
2016-01-08 | -Use simpler methods for parsing simple tags, fixes #3274 | Juan Linietsky |
2016-01-08 | fixes debug_release build | Ariel Manzur |
2016-01-08 | removed unnecesary comma in gradle template | Juan Linietsky |
2016-01-08 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky |
2016-01-08 | Renamed godot domain from com.android.godot (which was incorrect) to org.godo... | Juan Linietsky |
2016-01-08 | Merge pull request #3282 from TheHX/pr-script-debugger | Rémi Verschelde |
2016-01-08 | Fix debugger close button and script editor "Show Debugger" | Franklin Sobrinho |
2016-01-08 | Merge pull request #3280 from neikeq/issue_3227 | Rémi Verschelde |
2016-01-08 | Fix TileSet not refreshed after exporting without merge | Ignacio Etcheverry |
2016-01-08 | Merge pull request #3279 from neikeq/issue_3259 | Rémi Verschelde |
2016-01-08 | -Removed ANT build system for Android, as it was deprecated by Google | Juan Linietsky |
2016-01-08 | Fix TextEdit caret drawn when outside the visible region | Ignacio Etcheverry |
2016-01-08 | Merge pull request #3278 from neikeq/issue_305 | Rémi Verschelde |
2016-01-08 | Scene->Close scene: ask confirmation only when unsaved changes | Ignacio Etcheverry |
2016-01-08 | Merge pull request #3277 from d3v0x/3221_range-minus-zero-fix | Rémi Verschelde |
2016-01-08 | do not return zero with minus-sign within range value, fixes #3221 | Richard Nespithal |
2016-01-08 | Quick open now can open multiple scenes and scripts | Franklin Sobrinho |
2016-01-08 | Add some joystick functions to input. Enables manipulation of mappings at run... | hondres |