aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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
2017-08-08sorry, leftover bug fixedJuan Linietsky1-5/+6
2017-08-08-Made visual server time affected by global time scale, closes #5583Juan Linietsky2-1/+17
2017-08-08fix collada crash on invalid (blender internal expored...) file, fixes #6222Juan Linietsky1-0/+1
2017-08-08NodePath option to find target in editor node treeJakub Grzesik1-1/+15
2017-08-08Added proper local transform snapping, closes #4985Juan Linietsky2-4/+36
2017-08-08Attempt to resolve #4673Juan Linietsky1-1/+6
2017-08-08core/io: fix typo 'resoucre' to 'resource'Indah Sylvia3-8/+8
2017-08-08ResourceImporterScene: fix 'bult' typoPoommetee Ketson1-1/+1
2017-08-07Added missing descriptions to Vector2 methods abs and clamped.Naughty1-1/+3
2017-08-07-Errors are printed again to Output, after a long time. Fixes #3373Juan Linietsky1-27/+2
2017-08-07-Fixed BoneAttachment delay, closes #3966Juan Linietsky2-2/+6
2017-08-07Ability to pause particles, closes #3675Juan Linietsky3-0/+22
2017-08-07ProjectManager: Show error dialog if unable to run project.Andreas Haas2-10/+18
2017-08-07Implement len() gdscript built-in function for python users, closes #1960Juan Linietsky2-0/+64
2017-08-07Restored black bars and custom images instead of black bars, closes #1571Juan Linietsky8-31/+105
2017-08-07Revert "fixed loading old theme styleboxes"Juan Linietsky8-10/+10
2017-08-07Display the Y angle properly when rotating from gizmo, partially helps #1479Juan Linietsky1-3/+11
2017-08-07renames leftover 'path_db' to node_pathIndah Sylvia2-4/+4
2017-08-07Re-revert #378b1e6 for s3tcbruvzg1-2/+2
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia112-430/+430
2017-08-07Texture: Fix wrong method bind instance typeIgnacio Etcheverry1-1/+1
2017-08-07Revert #378b1e6 for s3tcbruvzg1-4/+4
2017-08-07Add handling of touch events in _gui_input_eventEvgeny Zuev1-0/+83
2017-08-07Adjust FileSystem split mode's height thresholdhomer6661-1/+1
2017-08-07UWP: Add Gamepad vibration supportGeorge Marques2-10/+63