aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_tokenizer.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2015-04-03fix shadow issue with lights in mix mode, i think fixes #1611Juan Linietsky2-1/+5
2015-04-03Changes to LightJuan Linietsky20-61/+181
2015-04-02wrong function, changing..Juan Linietsky2-2/+2
2015-04-02javascript build fixJuan Linietsky2-0/+7
2015-04-02Beta1 Attempt #1Juan Linietsky8-8/+66
2015-04-02merging okam changesJuan Linietsky9-31/+84
2015-04-02fullscreen thingAriel m2-20/+168
2015-04-01solved color depth issues on osxJuan Linietsky1-1/+1
2015-04-01fix shadow attenuationJuan Linietsky1-2/+1
2015-03-31Option in Android export to use 32 bits buffer.Juan Linietsky4-268/+32
2015-03-31read depth fixesJuan Linietsky4-7/+73
2015-03-31New node will be added to root node if nothing is selectedmostafahassan1-4/+5
2015-03-31fixes for light2d in androids that do not supportJuan Linietsky4-22/+37
2015-03-25fixes to shader to get most new demos working on mobilereduz2-6/+6
2015-03-242D normal mapping and lighting simple demosJuan Linietsky14-0/+12
2015-03-23fixed build error on OSX from new WM codesteve2-0/+6
2015-03-23fixed iphone build with new window manamenet changessteve2-0/+7
2015-03-23window managements functions workJuan Linietsky2-19/+102
2015-03-23oops, fucntion was there twiceJuan Linietsky1-3/+0
2015-03-23small android fixJuan Linietsky1-1/+1
2015-03-23crash bug solved, fixes #1560Juan Linietsky1-1/+1
2015-03-23android fixes, please testJuan Linietsky9-3/+59
2015-03-23adjust the window_management demo to the new function nameshurikhan2-27/+27
2015-03-23New API: build fixes for x11rollenrolm2-6/+7
2015-03-23Add iostream include to collada plugin and change to light occluder to use ca...Carl Olsson2-13/+3
2015-03-22Revert "Camelcased script variables will now capitalize in the inspector."Juan Linietsky2-25/+3
2015-03-22fixes to new window management APIJuan Linietsky10-115/+339
2015-03-22Reverted change to classHintJohn Watson1-3/+2
2015-03-22fix area center of gravityJuan Linietsky2-2/+2
2015-03-22minor commentsJuan Linietsky2-10/+7
2015-03-22drag & drop demo (GUI)Juan Linietsky4-0/+32
2015-03-22gui in 3D demo now uses area for inputJuan Linietsky4-24/+33
2015-03-22avoid function naming conflict on light scaleJuan Linietsky2-7/+7
2015-03-22added spatial and node2d helper methodsJuan Linietsky8-43/+166
2015-03-22fixes/cleans upJuan Linietsky9-6/+57
2015-03-22Fix for Issue #1484: Don't strip whitespace on line commentrollenrolm1-2/+2
2015-03-22input events on Area2D is now supportedJuan Linietsky23-6/+392
2015-03-21Fix issue #931: display current view name into editor's 3d scene viewportsrollenrolm2-13/+58
2015-03-21New option to show/hide hidden filesrollenrolm13-10/+63
2015-03-21signed distance field fonts demoJuan Linietsky4-0/+4
2015-03-21signed distance field font supportJuan Linietsky11-9/+64
2015-03-20wip distance field font importJuan Linietsky1-50/+297
2015-03-18add overlap test function, remove a semicolonJuan Linietsky1-1/+1
2015-03-17add functions to test overlap with another body or areaJuan Linietsky2-0/+28
2015-03-17Area2D can now detect overlap with other areasJuan Linietsky13-25/+500
2015-03-16New option to send canvas to render bufferJuan Linietsky22-50/+238
2015-03-15Fix for InputEvent::set_as_actionAlex Bonfim1-5/+5
2015-03-15Update file_access_windows.cpp for mingw cross-compileMatthew Hughes1-2/+4
2015-03-14[Fix] make_dir_recursive on WindowsRoman Nekrassow1-1/+1
2015-03-14Add missing particles_2d macro bindsanikoyes1-0/+5