aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (unfollow)
Commit message (Collapse)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
-Added get_viewport().get_mouse_pos() to replace Input.get_mouse_pos(), closes #1838
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 ↵Juan Linietsky3-4/+19
for 2D, fixes #1854
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 ↵Hearto Lazor2-9/+74
without the influence from framerate similar to animation player (idle/fixed mode), where idle mode = old timer, fixed mode = fixed process implementation: Example of the behaviour with a stream of bullets with timers on different frame rates: https://gfycat.com/HeartyImpressiveIndiancow - A change for more uniform ticks on fixed/idle without this fix: http://i.imgur.com/0TMQ6CG.png with this fix: http://i.imgur.com/3zYx16c.png
2015-05-10Remove focus from restart button, fixes #1850Nicolas Laurito1-0/+1
Fixes a problem where the restart button would keep focus after being pressed, making the tetris' pieces impossible to rotate without activating the button again.
2015-05-09Deleted unused variableNicolas Laurito1-1/+0
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-09Change windows build to use CFlag /Od so that you get the full debug ↵Antony1-1/+1
experience. Without this flag set, Visual Studio lets you use breakpoints, but the watch and locals is pretty much useless.
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
-Tabs work inside built-in log window, fixes #1867
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
add the missing animated light to the demo 3d "shaders materials"
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
update rtaudio from latest version availbale on github
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
interpolators in future.
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
#1803
2015-05-05fix crash in editor when using alt+arrows to indent, thanks adolson and ↵Juan Linietsky2-12/+15
romulox_x
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
Changes memcpy() -> copymem()
2015-05-04-More strict argument type-checking, will make many bugs visible, fixes #1809Juan Linietsky7-9/+263
-added NOTIFICATION_INSTANCED
2015-05-04fixes issue #1693 winmain and main unicodeyg2f1-82/+25
makes WinMain() and main() accepts unicode characters into arguments
2015-05-04fix font import path on windows, closes #1675Juan Linietsky4-6/+14