aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-05-12Fixes problem parsing config files using ConfigFileJuan Linietsky1-0/+2
2015-05-12-Added lookat/get_angle_to functions in 2D, and a demo, closes #1843Juan Linietsky8-0/+71
2015-05-12-Fixed bug in translation remaps, also added proper demo, maybe fixes #1729Juan Linietsky8-2/+24
2015-05-11Translation DemoJuan Linietsky10-0/+53
2015-05-11fixs particles on 3d platformer demo, closes #1588Juan Linietsky1-0/+0
2015-05-11-shadergraph now saved when on external file and modified, fixes #1832Juan Linietsky1-1/+7
2015-05-11fixed crash on make resources unique menu option, fixes #1874Juan Linietsky1-1/+1
2015-05-11-Updated isometric 2d demo to work using the new isometric support, fixes #1849Juan Linietsky4-0/+0
2015-05-10-improved one-way collision handling in both dynamic and character bodies for...Juan Linietsky3-4/+19
2015-05-10-fixed some glitches in isometric light demo, closes #1858Juan Linietsky3-0/+0
2015-05-10-compatibility option for physicsbody layers, fixes #1842Juan Linietsky3-0/+20
2015-05-10-convert to subscene keeps signal connections, fixes #1863Juan Linietsky4-0/+55
2015-05-10- Implemented support for fixed process on timer. Useful for cooldowns withou...Hearto Lazor2-9/+74
2015-05-10Remove focus from restart button, fixes #1850Nicolas Laurito1-0/+1
2015-05-09Deleted unused variableNicolas Laurito1-1/+0
2015-05-09Change windows build to use CFlag /Od so that you get the full debug experien...Antony1-1/+1
2015-05-09-fix clip+center alignment on Button, fixes #1865Juan Linietsky1-0/+2
2015-05-09particles in navmesh demo are nice againJuan Linietsky1-0/+0
2015-05-09-Added prints() function, fixes #1132, #1859Juan Linietsky4-1/+36
2015-05-09corrected copyright date in project manager, fixes #1870Juan Linietsky1-1/+1
2015-05-09-Corrected DirAccessWindows functions, fixes #1872, properly fixes #791.Juan Linietsky1-17/+19
2015-05-07add_missing_textures_to_particlesyg2f2-0/+0
2015-05-07fixes_demo3d_shaders_materials_missing_lightyg2f1-0/+0
2015-05-06window_management input fixhurikhan2-1/+9
2015-05-06Delete line without functionalityNicolas Laurito1-2/+0
2015-05-06Fix segment violation MINIZIP_ENABLEDDaniel T. Borelli2-5/+16
2015-05-06update rtaudio to latest versionyg2f2-134/+227
2015-05-06-removed dynamic_cast on CheckBox, fixes #1830Juan Linietsky1-1/+1
2015-05-06Better OS X fullscreen support, without the nasty startup effectRicardo Pérez1-3/+10
2015-05-06clearified parenthesis of if constructehriche1-1/+1
2015-05-06fixed ColorRgb attribute init order of structehriche1-6/+6
2015-05-06optional formal changesehriche15-26/+30
2015-05-06added notes to resolve undefined behavior of calculations in tweeningehriche1-6/+6
2015-05-06fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguousehriche1-3/+3
2015-05-06fixed issue with format string in PCKPacker::flushehriche1-1/+1
2015-05-06minor fixes in drivers mpc and vorbis.ehriche2-1/+2
2015-05-06PhysicsServerSW::body_is_shape_set_as_trigger - missing return statementehriche1-1/+1
2015-05-05fix delete packed dataDaniel T. Borelli1-2/+0
2015-05-05Change the order of the filterGuilherme Felipe1-1/+1
2015-05-05Made type-checking for arguments less trict between bool, int real. Fixes #1816Juan Linietsky1-4/+4
2015-05-05Really fixes fullscreen mode in OS X, even during startupRicardo Pérez1-1/+9
2015-05-05up version to rc21.1-rc2Juan Linietsky1-1/+1
2015-05-05avoid crash on some cases of richtextlabel fill, but odd behavior persists, #...Juan Linietsky1-1/+3
2015-05-05fix crash in editor when using alt+arrows to indent, thanks adolson and romul...Juan Linietsky2-12/+15
2015-05-05Spine: add feature to insert/remove interpolates while updatingsanikoyes2-11/+226
2015-05-04Proper support for code editor autosaving (disabled by default)Juan Linietsky3-2/+44
2015-05-04Fixes Theora buildRicardo Pérez1-1/+1
2015-05-04-More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky7-9/+263
2015-05-04fixes issue #1693 winmain and main unicodeyg2f1-82/+25
2015-05-04fix font import path on windows, closes #1675Juan Linietsky4-6/+14