aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_expression.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-01Revert "Fix Tileset/tilemap issues related to my adding of one-way collisions...Juan Linietsky6-56/+37
2017-07-01Script create diag: Show extensions for currently selected language only.Andreas Haas1-4/+2
2017-07-01Buildsystem: Improve detect.py readability and fix issuesRémi Verschelde10-657/+468
2017-06-30-Many fixes to VisualScript, fixed property names, etc.Juan Linietsky36-293/+1089
2017-06-30Disable etc2comp and tinyexr modules on non-tools buildRémi Verschelde2-2/+10
2017-06-30Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov6-37/+56
2017-06-30EditorNode: request attention when quit while minimizedPoommetee Ketson1-0/+3
2017-06-28Fixed NinePatches not working on HTML5Robert Hernandez1-1/+1
2017-06-28Reworked translation systemJuan Linietsky23-52/+248
2017-06-28Fix build error on masterPoommetee Ketson1-1/+1
2017-06-28Fix curve saving, refined undo/redoMarc Gilleron4-63/+97
2017-06-27Fix filesystem update for import pluginsGeorge Marques1-2/+2
2017-06-27Implemented borderless window code for OSX.Marcelo Fernandez2-1/+38
2017-06-27Hide HTML5 native-run icon without runnable presetL. Krause1-1/+28
2017-06-27Use custom native-run icons for Android and HTML5L. Krause7-16/+42
2017-06-27Change default color of script editor text selectionRémi Verschelde1-1/+1
2017-06-27Fix active plugins property nameGeorge Marques1-1/+1
2017-06-27docs: Correct xform descriptions in class_basismdraw1-2/+2
2017-06-27Better user expirence with external text editors.geequlim8-10/+49
2017-06-27Clean up redundancy in scene save confirmationPoommetee Ketson1-3/+1
2017-06-26-Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky28-78/+200
2017-06-27Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8Rémi Verschelde1-1/+1
2017-06-26Update import dock when editing a resource from the inspector (improved version)Nuno Donato1-2/+1
2017-06-26Curve featuresMarc Gilleron7-98/+308
2017-06-26margins for item listtoger51-6/+7
2017-06-26Revert "Revert "Fixed RegEx::search missing return type hint""Rémi Verschelde1-1/+1
2017-06-26Revert "Fixed RegEx::search missing return type hint"Juan Linietsky1-1/+1
2017-06-27EditorNode: enhance save/quit dialogPoommetee Ketson3-52/+79
2017-06-26Fixed inverted group thrown off by quantifiersZher Huei Lee1-3/+4
2017-06-26gitignore: Remove pre-.gen filenamesRémi Verschelde1-28/+0
2017-06-26ConeTwistJoint: Initialize 'm_angularOnly'.dotquixote1-0/+1
2017-06-26Fixes RegEx capture grabbing too much #9382Zher Huei Lee1-6/+13
2017-06-25style box margins for Inspector and list.toger51-5/+7
2017-06-25tree fix drawing order for header +toger51-16/+20
2017-06-25Revert "Workaround for IME on Linux."Juan Linietsky3-129/+10
2017-06-25Update import dock when editing a resource from the inspectorNuno Donato1-0/+1
2017-06-25Usability improvements for folding. Unfortunately SpatialMaterial broke compa...Juan Linietsky7-13/+24
2017-06-26Fixed RegEx::search missing return type hintZher Huei Lee1-1/+1
2017-06-25-Added folding to property editor, persistent on objects it editsJuan Linietsky9-22/+235
2017-06-25Added some editor enhancements to Camera2D. Added the option to draw Camera2D...TwistedTwigleg2-18/+127
2017-06-25Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov4-76/+181
2017-06-25Fix crash with String copy from with NULL string parametergeequlim1-0/+12
2017-06-25i18n: Update template and sync translationsRémi Verschelde35-8571/+24958
2017-06-25i18n: Sync translations with WeblateRémi Verschelde34-11113/+11376
2017-06-25Allow input mappings to be editedBojidar Marinov2-8/+123
2017-06-25Fixes method bindRamesh Ravone1-2/+2
2017-06-25Ability to restart particle system with a function callJuan Linietsky12-6/+115
2017-06-25Update freetype to 2.8volzhs474-5268/+20945
2017-06-25EditorNode: enhance quit dialogPoommetee Ketson2-38/+90
2017-06-25EditorNode: add Save/Discard/Cancel dialogPoommetee Ketson2-26/+55