aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-23Fix wrong condition test for saving, fixes #3287Juan Linietsky1-1/+3
2016-01-23-Added ability to remap dependencies in tscn (forgot to do it..), fixes #3368Juan Linietsky2-97/+45
2016-01-23-Ability to retrieve state data from PackedScene, closes #3413Juan Linietsky3-0/+43
2016-01-23-Added a "modal_close" signal for controlsJuan Linietsky3-0/+22
2016-01-23replace InputEvent references with GlobalScope in joystick dochondres1-4/+5
2016-01-23Revert "Tree and PropertyEditor confirm value change on focus loss"Juan Linietsky4-57/+107
2016-01-22-Improved tab visibility, fixes #3314Juan Linietsky2-0/+42
2016-01-22-leftover debug code was causing a crash in navigation 2d, removed it and fix...Juan Linietsky1-0/+3
2016-01-22-make sure instance placeholder works with duplicate(), fixes #3378Juan Linietsky2-1/+22
2016-01-22add mappings and increase max number of buttonshondres3-6/+9
2016-01-22-Fix viewport converting the scren in grayness, fixes #3406Juan Linietsky1-8/+12
2016-01-21EditorNode: Ignore unhandled input if there is a dialog visibleIgnacio Etcheverry1-1/+1
2016-01-21Tree and PropertyEditor confirm value change on focus lossFranklin Sobrinho4-107/+57
2016-01-21set_signed_data now works correctly on pcm8 samples.Ovnuniarchos2-12/+38
2016-01-21Fix wrong local mouse pos when holding spinbox and improve behaviourIgnacio Etcheverry2-8/+7
2016-01-21html5 gamepad supportHinsbart3-1/+117
2016-01-21Documented AudioServserSW, EventPlayer and EventStream*. Corrections on Audio...Ovnuniarchos2-17/+101
2016-01-20Center status display in web export per flexboxeska1-16/+8
2016-01-20Fixed wrong variable namesLuka1-2/+2
2016-01-20Wider initial size of the panel with scriptskubecz3k1-1/+1
2016-01-20fix export bugJuan Linietsky1-1/+1
2016-01-20fix string conversion in javascript exporthondres1-1/+1
2016-01-20-Remote deploy now uses FS over USB on Android, super fast!Juan Linietsky4-4/+46
2016-01-20Revamp web export pageeska2-1312/+415
2016-01-19-Some fixes to drag and drop and canvas offset for GUI that were introduced a...Juan Linietsky4-10/+32
2016-01-20duplicate groups and signalshondres1-0/+9
2016-01-19Fix build with tools=noRémi Verschelde1-0/+4
2016-01-19thumbnail preview for AtlasTextureshondres1-3/+16
2016-01-18Add a slider to handle zoomMarianoGNU2-3/+24
2016-01-18Add zoom to GraphEditMarianoGNU3-11/+74
2016-01-18-fixed bug related to mouse cursor changes, fixes #3366Juan Linietsky3-19/+46
2016-01-19missed rename "keep_screen_on" for iosvolzhs1-1/+1
2016-01-18New shader nodes are now created under (more or less) the cursor.Ovnuniarchos4-5/+10
2016-01-17small fixJuan Linietsky1-1/+1
2016-01-17fixes to keying updatingJuan Linietsky1-1/+7
2016-01-17-Massive editor dialog cleanupJuan Linietsky32-515/+593
2016-01-17Improved "Qucik Open" dialog navigationFranklin Sobrinho1-10/+33
2016-01-16-Moved all the "root" input handling for GUI from individual Controls to View...Juan Linietsky10-1000/+1139
2016-01-16Fix 32 bit windows export crashmrezai1-2/+8
2016-01-16add documentation for OS::set_keep_screen_onvolzhs1-0/+13
2016-01-16Add ability to set "keep screen on" for iOSvolzhs3-2/+15
2016-01-16Add ability to set "keep screen on" for androidvolzhs9-10/+68
2016-01-16Haiku: add resource fileKostadin Damyanov3-2/+71
2016-01-15Add guide lines to visual editor.MarianoGNU2-5/+45
2016-01-15add screen color pickingMarianoGNU2-3/+49
2016-01-15Add presets.MarianoGNU5-32/+139
2016-01-15Move shaders to default theme and add shader_override related methods to Cont...MarianoGNU10-58/+281
2016-01-15Add a visual editor to color picker.MarianoGNU6-139/+236
2016-01-15F5 hotkey to refresh FileDialog/EditorFileDialogIgnacio Etcheverry2-0/+8
2016-01-15Spatial/Canvas Editor: Ignore unhandled input if there is a dialogIgnacio Etcheverry2-3/+3