aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-02-01close file descriptor if ioctls failedhondres1-0/+1
2016-02-01store animation names in alphabetical order, fixes #3423Juan Linietsky1-2/+9
2016-02-01Parse ColorArrays correctly (tscn)., fixes #3530Biliogadafr1-1/+1
2016-01-31thread renamingAriel Manzur7-39/+28
2016-01-31total pointersAriel Manzur1-1/+1
2016-01-31checking for file?Ariel Manzur1-0/+3
2016-02-01Encode vectors in Globalseska1-0/+8
2016-01-31-Make sure to properly use node path from animation track as base path, fixes...Juan Linietsky2-11/+60
2016-01-31do not fail on invalid audio driver, fixes #3466Juan Linietsky2-2/+6
2016-01-31-Removed bizarre code introduced in a 2 years old PR, fixes #3483Juan Linietsky1-4/+5
2016-01-31-Added method flags to global constants for scriptJuan Linietsky3-0/+12
2016-01-31-Fix crash opening and closing the scene, closes #3491Juan Linietsky3-20/+41
2016-01-30Fix wall_deco tile position in Platformer demoGeorge Marques1-145/+11
2016-01-30Variables SpatialSoundServer and SS pointed to SpatialSound2DServer.Ovnuniarchos2-4/+4
2016-01-29Update detect.pypunto-1-1/+1
2016-01-29Remove debug printseska1-3/+1
2016-01-29don't install libevdev-dev for travis buildhondres1-1/+1
2016-01-29-Increment resources total in scene format text, fixes #3506Juan Linietsky2-0/+9
2016-01-29audio crashAriel Manzur2-1/+4
2016-01-28fix dpad left/right not showing correctly in project settingshondres1-1/+1
2016-01-27Fix input passing to script editor even if not visibleFranklin Sobrinho1-1/+1
2016-01-27Fix Tree Slider disappearing when clicking on itFranklin Sobrinho1-0/+2
2016-01-27Fix animation toolbarFranklin Sobrinho4-11/+10
2016-01-27Add travis-ci badge to show the status of masterRémi Verschelde1-0/+2
2016-01-27defer project export filesystem update if not visibleJuan Linietsky3-2/+21
2016-01-26Remove strand debug print, fix #3473George Marques1-1/+0
2016-01-26Revert "make msvc 64bits build again, fixes #3098"George Marques1-1/+1
2016-01-26Get color constructor from ColorPickerMarianoGNU2-13/+43
2016-01-26remove dependancy on libevdevhondres3-103/+133
2016-01-26Focus and select line edit every time color is changed. Fixes #2586MarianoGNU1-0/+2
2016-01-26Fix wrong position of LineEdit in Scene editorFranklin Sobrinho1-1/+1
2016-01-26Add gradle files to gitignoreest311-0/+2
2016-01-26Fix crash when renaming nodes using focus lossFranklin Sobrinho1-1/+4
2016-01-26update joystick demo with joy_connection_changed handlinghondres2-0/+9
2016-01-26clear joystick state on disconnectionhondres1-1/+11
2016-01-26Sync API reference with current codeRémi Verschelde1-104/+270
2016-01-25bump to betaJuan Linietsky1-1/+1
2016-01-25-Fix input bug on window ordering due to foretting to sort root itemsJuan Linietsky1-0/+2
2016-01-25-Changed how popups work in Viewport to make them a lot less invasive to the ...Juan Linietsky2-27/+51
2016-01-25Add missing return for typeof() MethodInfoRémi Verschelde1-1/+4
2016-01-25Combies driver split and spawn fix, closes #3265Juan Linietsky1-0/+2
2016-01-25-Many fixes to windows build system with Mingw on Windows. Fixes #2690Juan Linietsky4-37/+51
2016-01-24can preload constantshondres1-7/+15
2016-01-24Fix .tscn not raising dependency errorFranklin Sobrinho1-2/+1
2016-01-24Fixed small inconsistencies with the text formatFranklin Sobrinho2-2/+3
2016-01-24avoid crash when scaling tilemap too much, fixes #266reduz1-1/+18
2016-01-24-remved p_peer is null error messages, fixes #1150reduz1-1/+1
2016-01-24Change default window size for desktopGeorge Marques4-4/+4
2016-01-24-avoid allowing selection of canvasitems inside a viewport, fixes #1383reduz1-0/+59
2016-01-24Removed debugger X (hide) buttonIgnacio Etcheverry2-22/+0