Age | Commit message (Expand) | Author |
2015-06-07 | Merge pull request #1977 from choikwa/master | Juan Linietsky |
2015-06-06 | -fixed many memory initialization issues | Juan Linietsky |
2015-06-06 | Merge remote-tracking branch 'origin/master' | Juan Linietsky |
2015-06-06 | new file dialog! | Juan Linietsky |
2015-06-01 | -fixes to navigation, so edge-merging is more flexible on conflict | Juan Linietsky |
2015-05-31 | Merge pull request #2 from okamstudio/master | Kevin Choi |
2015-05-31 | work in progress, resource previews | Juan Linietsky |
2015-05-27 | added conversion from int, string to color | Juan Linietsky |
2015-05-26 | ability to run 2D physics in a thread | Juan Linietsky |
2015-05-25 | opening data.pcz | Ariel Manzur |
2015-05-25 | fixed support for zip packages | Ariel Manzur |
2015-05-25 | Merge pull request #1 from okamstudio/master | Kevin Choi |
2015-05-25 | improved animation editor | Juan Linietsky |
2015-05-24 | fix typo error in Color::invert | choikwa |
2015-05-19 | fixes on sample importing | Juan Linietsky |
2015-05-19 | more fixes | Juan Linietsky |
2015-05-18 | fix a crash situation when starting a thread and other small fixes | Juan Linietsky |
2015-05-18 | fix a compile error | Juan Linietsky |
2015-05-18 | -Rename unexisting by nonexistant, closes #1940 | Juan Linietsky |
2015-05-17 | properly save external resources, fixes #1924 | Juan Linietsky |
2015-05-16 | -Integers and Float should interpolate on animation, maybe fixes #1891, pleas... | Juan Linietsky |
2015-05-12 | Fixes problem parsing config files using ConfigFile | Juan Linietsky |
2015-05-11 | -shadergraph now saved when on external file and modified, fixes #1832 | Juan Linietsky |
2015-05-10 | -convert to subscene keeps signal connections, fixes #1863 | Juan Linietsky |
2015-05-07 | Merge pull request #1844 from daltomi/SIGSEGV | Juan Linietsky |
2015-05-07 | Merge pull request #1826 from eehrich/master | Juan Linietsky |
2015-05-06 | Fix segment violation MINIZIP_ENABLED | Daniel T. Borelli |
2015-05-06 | optional formal changes | ehriche |
2015-05-05 | Change the order of the filter | Guilherme Felipe |
2015-05-05 | Made type-checking for arguments less trict between bool, int real. Fixes #1816 | Juan Linietsky |
2015-05-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-05-04 | -More strict argument type-checking, will make many bugs visible, fixes #1809 | Juan Linietsky |
2015-05-04 | fix font import path on windows, closes #1675 | Juan Linietsky |
2015-05-04 | -invalidated string -> int automatic conversion, fixes #1788 | Juan Linietsky |
2015-05-04 | -vec3 uniforms should now work, fixes #1773 | Juan Linietsky |
2015-05-04 | solve invalid pointer, fixes #1793 | Juan Linietsky |
2015-05-03 | Merge pull request #1792 from swenner/static_analysis_fixes | Juan Linietsky |
2015-05-03 | Merge pull request #1798 from ricpelo/ricpelo-patch-1 | Juan Linietsky |
2015-05-03 | -Make sure properties are exported the way they should in xml, fixes #1799 | Juan Linietsky |
2015-05-03 | Missing return statement | Ricardo PĂ©rez |
2015-05-03 | removed unnecessary semicolons | Simon Wenner |
2015-05-03 | fixed uninitialized variable (cppcheck) | Simon Wenner |
2015-05-01 | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky |
2015-05-01 | -removed get_mouse_pos from Input, as it only caused problems | Juan Linietsky |
2015-05-01 | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky |
2015-05-01 | Sort xml files, so order is constant | est31 |
2015-04-27 | fixed ColorArray constructor when taking array as parameter | romulox_x |
2015-04-26 | Fixed bug in array comparison, fixes #1712 | Juan Linietsky |
2015-04-24 | Ability to convert from nodes or other non resource with a get_rid() function... | Juan Linietsky |
2015-04-24 | Corrected rectangle intersection, fixes #1731 | Juan Linietsky |