summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-09Deleted unused variableNicolas Laurito
Deleted the var GRAVITY because it is unused. The gravity is used at line 237, but it's gotten from the Physics2DDirectBodyState parameter.
2015-05-09particles in navmesh demo are nice againJuan Linietsky
2015-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky
-Tabs work inside built-in log window, fixes #1867
2015-05-09corrected copyright date in project manager, fixes #1870Juan Linietsky
2015-05-09Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-09-Corrected DirAccessWindows functions, fixes #1872, properly fixes #791.Juan Linietsky
2015-05-07Merge pull request #1852 from SuperUserNameMan/fixes_platformer_3d_particlesJuan Linietsky
fixes_3d_platformer_demo_missing_particles_textures
2015-05-07Merge pull request #1851 from SuperUserNameMan/fixes_3d_shaders_materials_demoJuan Linietsky
fixes_demo3d_shaders_materials_missing_light
2015-05-07Merge pull request #1846 from hurikhan/pr_wm_demo_input_fixJuan Linietsky
window_management demo -- input fix
2015-05-07Merge pull request #1845 from Zamaroht/patch-1Juan Linietsky
Delete line without functionality
2015-05-07Merge pull request #1844 from daltomi/SIGSEGVJuan Linietsky
Fix segment violation MINIZIP_ENABLED
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-07add_missing_textures_to_particlesyg2f
2015-05-07fixes_demo3d_shaders_materials_missing_lightyg2f
add the missing animated light to the demo 3d "shaders materials"
2015-05-06window_management input fixhurikhan
2015-05-06Delete line without functionalityNicolas Laurito
2015-05-06Fix segment violation MINIZIP_ENABLEDDaniel T. Borelli
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 ||