Age | Commit message (Expand) | Author |
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 | 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 | Merge pull request #1800 from antonyjones67/VSGenerator | Juan Linietsky |
2015-05-03 | improved kinematic motion, improved demos for kinematic motion | Juan Linietsky |
2015-05-03 | -Make sure properties are exported the way they should in xml, fixes #1799 | Juan Linietsky |
2015-05-03 | Added Visual Studio project generation. Use "vsproj=yes" in command line. Thi... | Antony Jones |
2015-05-03 | -Made one way collision work with 2D physics (rigidbody) | Juan Linietsky |
2015-05-03 | Missing return statement | Ricardo PĂ©rez |
2015-05-03 | -new collision layer & mask system for 2D, for more flexible collision masking | Juan Linietsky |
2015-05-03 | fixed uninitialized name pointers (cppcheck) | Simon Wenner |
2015-05-03 | fixed memory leak: triangulated (cppcheck) | Simon Wenner |
2015-05-03 | fixed broken comment block | Simon Wenner |
2015-05-03 | removed unnecessary semicolons | Simon Wenner |
2015-05-03 | fixed uninitialized variable (cppcheck) | Simon Wenner |
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 godot icon for android | Juan Linietsky |
2015-05-01 | -option to select arm and x86 architectures on android export (will not work ... | Juan Linietsky |
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 | bumped version to rc1 | Juan Linietsky |
2015-05-01 | fixed bullet in 3d platformer demo | Juan Linietsky |
2015-05-01 | -removed get_mouse_pos from Input, as it only caused problems | Juan Linietsky |
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 |
2015-05-01 | -fix a bug in extra cull margin, closes #1760 | Juan Linietsky |
2015-05-01 | -Fixes from source code analyzizer, closes #1768 | Juan Linietsky |
2015-05-01 | Merge pull request #1769 from est31/xml-order | Juan Linietsky |
2015-05-01 | Optimize the code. | Gen |
2015-05-01 | Sort xml files, so order is constant | est31 |
2015-04-30 | -fixed broken lighting in release version of godot for isometric light demo, ... | Juan Linietsky |
2015-04-30 | -some cleanups | Juan Linietsky |
2015-04-30 | fixed a autowrap bug when word is too length. | Gen |
2015-04-30 | Update label.cpp | Gen |
2015-04-29 | space is only skipped when autowrap. | Gen |
2015-04-29 | record the number of space before a word. | Gen |
2015-04-29 | record the number of space before a words. | Gen |
2015-04-28 | bad lookup in grid container corrected, cells are properly aligned again. Fix... | Juan Linietsky |
2015-04-28 | label properly adjusted to size when inserting key, fixes #1607 | Juan Linietsky |
2015-04-28 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky |
2015-04-28 | -fix forced texture repeat in Polygon2D, now depends on texture. | Juan Linietsky |
2015-04-28 | Merge pull request #1750 from romulox-x/colorarray | Juan Linietsky |
2015-04-28 | Update label.h | Gen |
2015-04-28 | Update label.cpp | Gen |
2015-04-28 | fixes in handling of DirAccess for resource path on Android, fixes #1447 | Juan Linietsky |
2015-04-27 | fixed ColorArray constructor when taking array as parameter | romulox_x |