Age | Commit message (Expand) | Author |
2015-05-26 | ability to run 2D physics in a thread | Juan Linietsky |
2015-05-25 | improved animation editor | Juan Linietsky |
2015-05-24 | Replace color phases with color ramp for Particles2D. | Biliogadafr |
2015-05-19 | fixes on sample importing | Juan Linietsky |
2015-05-19 | more fixes | Juan Linietsky |
2015-05-19 | fixed latin separation in label, broke it? for cjk | 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 | -Rename unexisting by nonexistant, closes #1940 | Juan Linietsky |
2015-05-18 | Calculate gravity based on distance from body to gravity point (2D) | Fabio Alessandrelli |
2015-05-18 | Calculate gravity based on distance from body to gravity point | Fabio Alessandrelli |
2015-05-17 | small description improvement | Juan Linietsky |
2015-05-17 | added a built-in scene changer API, closes #1928 | Juan Linietsky |
2015-05-14 | set initial flag 'show_hidden_files' for file dialogs in project manager init... | tommy3 |
2015-05-12 | -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843 | Juan Linietsky |
2015-05-10 | -compatibility option for physicsbody layers, fixes #1842 | Juan Linietsky |
2015-05-10 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-05-10 | -convert to subscene keeps signal connections, fixes #1863 | Juan Linietsky |
2015-05-10 | - Implemented support for fixed process on timer. Useful for cooldowns withou... | Hearto Lazor |
2015-05-09 | -fix clip+center alignment on Button, fixes #1865 | Juan Linietsky |
2015-05-09 | -Added prints() function, fixes #1132, #1859 | Juan Linietsky |
2015-05-07 | Merge pull request #1826 from eehrich/master | Juan Linietsky |
2015-05-06 | -removed dynamic_cast on CheckBox, fixes #1830 | Juan Linietsky |
2015-05-06 | clearified parenthesis of if construct | ehriche |
2015-05-06 | optional formal changes | ehriche |
2015-05-06 | added notes to resolve undefined behavior of calculations in tweening | ehriche |
2015-05-05 | avoid crash on some cases of richtextlabel fill, but odd behavior persists, #... | Juan Linietsky |
2015-05-05 | Merge pull request #1814 from sanikoyes/Pr-Tween-fix | Juan Linietsky |
2015-05-05 | fix crash in editor when using alt+arrows to indent, thanks adolson and romul... | Juan Linietsky |
2015-05-05 | Spine: add feature to insert/remove interpolates while updating | sanikoyes |
2015-05-04 | Merge pull request #1804 from ricpelo/ricpelo-patch-2 | 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 | Wrong use of | instead of || | Ricardo PĂ©rez |
2015-05-04 | -corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), fi... | Juan Linietsky |
2015-05-04 | -vec3 uniforms should now work, fixes #1773 | Juan Linietsky |
2015-05-04 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-05-03 | Merge pull request #1755 from dbsGen/master | Juan Linietsky |
2015-05-03 | Merge pull request #1772 from Biliogadafr/Tripleclick | Juan Linietsky |
2015-05-03 | Merge pull request #1784 from NateWardawg/sa_fixes | Juan Linietsky |
2015-05-03 | improved kinematic motion, improved demos for kinematic motion | Juan Linietsky |
2015-05-03 | -new collision layer & mask system for 2D, for more flexible collision masking | Juan Linietsky |
2015-05-02 | same fixes to 3D navmesh.. | Juan Linietsky |
2015-05-02 | 2D pathfinder fixes, should now always find the best path. | Juan Linietsky |
2015-05-02 | Fixed some items caught in cppcheck | Nathan Warden |
2015-05-01 | -Fixed android export options (screen sizes, orientation should work) | Juan Linietsky |
2015-05-02 | Triple click doesn't select line if click was done on different lines. Fix #1727 | Biliogadafr |
2015-05-01 | -fixed old condition in TextureFrame that caused bugs in materials, closes #1742 | Juan Linietsky |
2015-05-01 | -fix timer behavior described, closes #1455 | Juan Linietsky |