summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-06Merge pull request #7 from okamstudio/masterRicardo Pérez
Sync
2015-05-06Merge pull request #1818 from ricpelo/ricpelo-patch-5punto-
Really fixes fullscreen mode in OS X, even during startup
2015-05-05Merge pull request #1823 from daltomi/SIGSEGVJuan Linietsky
fix double delete packed data
2015-05-05fix delete packed dataDaniel T. Borelli
2015-05-05Merge pull request #6 from okamstudio/masterRicardo Pérez
Sync
2015-05-05Made type-checking for arguments less trict between bool, int real. Fixes #1816Juan Linietsky
2015-05-05Really fixes fullscreen mode in OS X, even during startupRicardo Pérez
2015-05-05up version to rc2Juan Linietsky
2015-05-05avoid crash on some cases of richtextlabel fill, but odd behavior persists, ↵Juan Linietsky
#1803
2015-05-05Merge pull request #1814 from sanikoyes/Pr-Tween-fixJuan Linietsky
Pr-Tween-fix
2015-05-05Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-05fix crash in editor when using alt+arrows to indent, thanks adolson and ↵Juan Linietsky
romulox_x
2015-05-05Spine: add feature to insert/remove interpolates while updatingsanikoyes
2015-05-04Merge pull request #1807 from SuperUserNameMan/fix_windows_unicode_path2Juan Linietsky
fixes issue #1693 winmain and main unicode
2015-05-04Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-04Proper support for code editor autosaving (disabled by default)Juan Linietsky
2015-05-04Merge pull request #1804 from ricpelo/ricpelo-patch-2Juan Linietsky
Wrong use of | instead of ||
2015-05-04Merge pull request #1810 from ricpelo/ricpelo-patch-3Juan Linietsky
Fixes Theora build
2015-05-04Fixes Theora buildRicardo Pérez
Changes memcpy() -> copymem()
2015-05-04Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-04-More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky
-added NOTIFICATION_INSTANCED
2015-05-04fixes issue #1693 winmain and main unicodeyg2f
makes WinMain() and main() accepts unicode characters into arguments
2015-05-04fix font import path on windows, closes #1675Juan Linietsky
2015-05-04Wrong use of | instead of ||Ricardo Pérez
2015-05-04Merge remote-tracking branch 'origin/master'Juan Linietsky
Conflicts: drivers/windows/dir_access_windows.cpp
2015-05-04small unicode fixesJuan Linietsky
2015-05-04-invalidated string -> int automatic conversion, fixes #1788Juan Linietsky
2015-05-04-corrected frac() and hyperbolic sin,cos,tan when running on PC (GLSL120), ↵Juan Linietsky
fixes #1775
2015-05-04-vec3 uniforms should now work, fixes #1773Juan Linietsky
2015-05-04solve invalid pointer, fixes #1793Juan Linietsky
2015-05-04Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-04added return keyword, fixes #1797Juan Linietsky
2015-05-03Merge pull request #1738 from jackmakesthings/masterJuan Linietsky
Updating demo engine.cfgs where name is missing
2015-05-03Merge pull request #1755 from dbsGen/masterJuan Linietsky
Fixed some bugs in Label.
2015-05-03Merge pull request #1772 from Biliogadafr/TripleclickJuan Linietsky
Tripleclick now doesn't select line if clicks was done on different lines. Fix #1727
2015-05-03Merge pull request #1784 from NateWardawg/sa_fixesJuan Linietsky
Fixed some items caught in cppcheck
2015-05-03Merge pull request #1792 from swenner/static_analysis_fixesJuan Linietsky
Static analysis fixes
2015-05-03Merge pull request #1798 from ricpelo/ricpelo-patch-1Juan Linietsky
Missing return statement
2015-05-03Merge pull request #1800 from antonyjones67/VSGeneratorJuan Linietsky
Added Visual Studio project generation. Use "vsproj=yes" in command line...
2015-05-03improved kinematic motion, improved demos for kinematic motionJuan Linietsky
2015-05-03-Make sure properties are exported the way they should in xml, fixes #1799Juan Linietsky
2015-05-03Added Visual Studio project generation. Use "vsproj=yes" in command line. ↵Antony Jones
This does not set up NMAKE properly.
2015-05-03-Made one way collision work with 2D physics (rigidbody)Juan Linietsky
2015-05-03Missing return statementRicardo Pérez
2015-05-03-new collision layer & mask system for 2D, for more flexible collision maskingJuan Linietsky
2015-05-03fixed uninitialized name pointers (cppcheck)Simon Wenner
2015-05-03fixed memory leak: triangulated (cppcheck)Simon Wenner
2015-05-03fixed broken comment blockSimon Wenner
2015-05-03removed unnecessary semicolonsSimon Wenner
2015-05-03fixed uninitialized variable (cppcheck)Simon Wenner