aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-15Small fix for problem of nodes losing type, this is not good enough to solve ...Juan Linietsky3-1/+15
2017-08-15Fix Editor dimming.Andreas Haas1-5/+11
2017-08-15Converting to MeshLibrary works again, fixes #8092Juan Linietsky4-174/+185
2017-08-15Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622Juan Linietsky1-2/+1
2017-08-15Removing a Resource also deletes imported files.Andreas Haas4-0/+64
2017-08-14Rename Light2D::scale to texture_scale, so it doesn't conflictBojidar Marinov1-1/+1
2017-08-14Ability to save objects to binary formatJuan Linietsky4-32/+174
2017-08-12InputDefault: Fix joypad actions when axis quickly changes direction.Andreas Haas1-2/+8
2017-08-12InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas2-0/+6
2017-08-12Disabling Particles::one_shot restarts emissionZher Huei Lee2-0/+4
2017-08-12Fix missing and incorrect values in return value of _move methodNathan Hold1-1/+2
2017-08-12Fix broken stream reading in StreamPeerBufferRaymoo1-1/+2
2017-08-12Project manager UI displaced by long paths #10245Zher Huei Lee1-0/+3
2017-08-11Some fixes for shaders and WebGL2Fabio Alessandrelli4-2/+12
2017-08-11fix crash after click on MeshInstance with no ownerJakub Grzesik1-2/+2
2017-08-11Explicitily unsed AI_NUMERICHOST flag to fix HTML5Fabio Alessandrelli1-0/+1
2017-08-11Fix icon loading error a bootFabio Alessandrelli1-0/+1
2017-08-10Fixes to buses editorDaniel J. Ramirez6-11/+120
2017-08-10Hide tilemap menu when no tilemap is selectedDaniel J. Ramirez1-2/+3
2017-08-10Inspector: Right click on resource opens sub-menu.Andreas Haas4-5/+17
2017-08-10Fixed undo when converting indent with no changes, issue 9841Paulb231-2/+6
2017-08-10Improved add texture as node dialogDaniel J. Ramirez8-13/+187
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry14-19/+19
2017-08-10Removes type information from vararg method bindsIgnacio Etcheverry2-2/+2
2017-08-10Removes type information from method bindsIgnacio Etcheverry140-603/+603
2017-08-10Adds missing type information to virtual method bindsIgnacio Etcheverry3-3/+3
2017-08-10Improves method bind detection of signature typesIgnacio Etcheverry8-40/+296
2017-08-09ability to click on spatial subscene to select itJakub Grzesik1-3/+29
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg7-32/+312
2017-08-09Allow to edit base type NativeScript propertiesRuslan Mustakov1-7/+5
2017-08-09Fix getting default values for NativeScript base type propertiesRuslan Mustakov1-5/+5
2017-08-09Use YXZ convention for Euler angles.Ferenc Arn5-20/+145
2017-08-09Gizmos properly follow the edited object, closes #7837Juan Linietsky1-2/+8
2017-08-09Add expand stretch/ascpect - no more black barsYakov Borevich3-6/+8
2017-08-09Updated default values in SpatialMaterial and EnvironmentRasmus Ketelsen2-3/+3
2017-08-09tab_clicked signal for TabsJakub Grzesik1-0/+2
2017-08-08Moved mirror and rotations to the tile mapen, to avoid taking up too much too...Juan Linietsky1-10/+12
2017-08-08Moved member variables from constructor to initialization listWilson E. Alvarez22-215/+196
2017-08-08Clean up canvas item when changing state, closes #5977Juan Linietsky1-0/+2
2017-08-08Set some reasonable limits for sending information to the debugger, closes #5848Juan Linietsky4-12/+24
2017-08-08Implemented String C API.ducdetronquito2-3/+1305
2017-08-08Fix crash when running a game with the profiler enabledMarcelo Fernandez1-2/+2
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky11-51/+119
2017-08-08Fix freeze on close of game using 2D physics introduced by #9832Bojidar Marinov2-4/+4
2017-08-08Several ui improvements (mostly margins)Daniel J. Ramirez23-84/+187
2017-08-08Ability to set a function as sequenced, so when called you can choose not to ...Juan Linietsky3-12/+55
2017-08-08push variable later when created, to avoid self-referencing as a valid case, ...Juan Linietsky1-2/+5
2017-08-08Properly rename visual script functions, fixed #6076Juan Linietsky1-2/+14
2017-08-08Fixes node selection, and properly ignore mouse on inner comment node body, c...Juan Linietsky3-11/+12
2017-08-08removed calls to cursor_set_visible on all platforms fixes #10167toger54-4/+4