summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-07Merge pull request #1841 from SuperUserNameMan/updated_rtaudioJuan Linietsky
update rtaudio to latest version
2015-05-07Merge pull request #1826 from eehrich/masterJuan Linietsky
Reviewed compiler warnings: fixed some bugs and formal stuff. (2nd try)
2015-05-06update rtaudio to latest versionyg2f
update rtaudio from latest version availbale on github
2015-05-06Merge pull request #1822 from guilhermefelipecgs/filter_orderJuan Linietsky
Change the order of the filter
2015-05-06Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-06-removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky
2015-05-06Merge pull request #1834 from ricpelo/ricpelo-patch-6punto-
Better OS X fullscreen support, without the nasty startup effect
2015-05-06Better OS X fullscreen support, without the nasty startup effectRicardo Pérez
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-06clearified parenthesis of if constructehriche
2015-05-06fixed ColorRgb attribute init order of structehriche
2015-05-06optional formal changesehriche
2015-05-06added notes to resolve undefined behavior of calculations in tweeningehriche
interpolators in future.
2015-05-06fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguousehriche
2015-05-06fixed issue with format string in PCKPacker::flushehriche
2015-05-06minor fixes in drivers mpc and vorbis.ehriche
2015-05-06PhysicsServerSW::body_is_shape_set_as_trigger - missing return statementehriche
2015-05-05fix delete packed dataDaniel T. Borelli
2015-05-05Merge pull request #6 from okamstudio/masterRicardo Pérez
Sync
2015-05-05Change the order of the filterGuilherme Felipe
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