aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | Script create diag: Show extensions for currently selected language only.Andreas Haas2017-07-011-4/+2
| |
* | -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-305-8/+16
| | | | | | | | | | | | -Added ability to set/get a field in GetSet, as well as assignment ops -Added a Select node -Fixed update bugs related to variable list and exported properties, closes #9458
* | Merge pull request #9448 from Noshyaar/pr1Rémi Verschelde2017-06-301-0/+3
|\ \ | | | | | | EditorNode: request attention when quit while minimized
| * | EditorNode: request attention when quit while minimizedPoommetee Ketson2017-06-301-0/+3
| |/
* / Fix #9409, fixup #9370; tileset now has shape transform instead of offsetBojidar Marinov2017-06-301-4/+19
|/ | | | | | Fix bad return type in CollisionObject2D, Shape -> Shape2D. Was causing unintended null when casting. (9409) Fix a misplaced ++ operator. (9370) Fix merging with exiting tileset duplicating shapes. (9370)
* Reworked translation systemJuan Linietsky2017-06-281-0/+1
| | | | | -Label and Button reload translation on the fly -Resources are loaded and reload depending on locale
* Merge pull request #9419 from eska014/native-runRémi Verschelde2017-06-282-1/+2
|\ | | | | Subtle native-run buttons
| * Use custom native-run icons for Android and HTML5L. Krause2017-06-272-1/+2
| |
* | Merge pull request #9424 from vnen/fix-import-pluginRémi Verschelde2017-06-281-2/+2
|\ \ | | | | | | Fix filesystem update for import plugins
| * | Fix filesystem update for import pluginsGeorge Marques2017-06-271-2/+2
| | |
* | | Fix curve saving, refined undo/redoMarc Gilleron2017-06-282-31/+53
| | |
* | | Change default color of script editor text selectionRémi Verschelde2017-06-271-1/+1
|/ / | | | | | | Supersedes and closes #9388.
* | Fix active plugins property nameGeorge Marques2017-06-271-1/+1
| |
* | Merge pull request #9404 from Zylann/curve_improvementJuan Linietsky2017-06-272-44/+149
|\ \ | | | | | | Curve improvement
| * | Curve featuresMarc Gilleron2017-06-262-44/+149
| | | | | | | | | | | | | | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore
* | | Merge pull request #9360 from GodotExplorer/pr-external-editor-language-checkRémi Verschelde2017-06-275-9/+46
|\ \ \ | | | | | | | | Better user experience with external text editors.
| * | | Better user expirence with external text editors.geequlim2017-06-275-9/+46
| | | | | | | | | | | | | | | | | | | | Implements open_in_external_editor for subclasses of ScriptLanguage. Add option 'Debug with external editor' to debug menu to control the behavoir of script opened by editor.
* | | | Clean up redundancy in scene save confirmationPoommetee Ketson2017-06-271-3/+1
| | | |
* | | | -Fixed SCREEN_TEXTURE and other related 2D shader parameters.Juan Linietsky2017-06-261-1/+1
| |_|/ |/| | | | | | | | -Fixded BackBuffercopy object
* | | Fix regression in dc1843201571707ee09f0592ef3b0cd4232c70b8Rémi Verschelde2017-06-271-1/+1
| | | | | | | | | | | | Closes #9407.
* | | Merge pull request #9402 from nunodonato/selectimportagainRémi Verschelde2017-06-271-2/+1
|\ \ \ | |_|/ |/| | Update import dock when editing a resource from the inspector
| * | Update import dock when editing a resource from the inspector (improved version)Nuno Donato2017-06-261-2/+1
| | | | | | | | | | | | closes #8139. (just in case it wasn't closed well enough the first time :p)
* | | Merge pull request #9304 from Noshyaar/pr-saveRémi Verschelde2017-06-263-73/+181
|\ \ \ | |/ / |/| | EditorNode: add Save/Discard/Cancel dialog
| * | EditorNode: enhance save/quit dialogPoommetee Ketson2017-06-273-52/+79
| | |
| * | EditorNode: enhance quit dialogPoommetee Ketson2017-06-252-38/+90
| | |
| * | EditorNode: add Save/Discard/Cancel dialogPoommetee Ketson2017-06-252-26/+55
| | |
* | | Merge pull request #9347 from bojidar-bg/7312-quick-input-editRémi Verschelde2017-06-262-8/+123
|\ \ \ | | | | | | | | Allow input mappings to be edited
| * | | Allow input mappings to be editedBojidar Marinov2017-06-252-8/+123
| | | | | | | | | | | | | | | | Closes #7312
* | | | Merge pull request #9385 from toger5/theme_item_listRémi Verschelde2017-06-261-6/+7
|\ \ \ \ | | | | | | | | | | margins for item list
| * | | | margins for item listtoger52017-06-261-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | - without margins there are too little gaps on the left and the selecting looks weird - also changed the styles for selected and focus so they both have the same size
* | | | | Merge pull request #9370 from bojidar-bg/c-9318-oneway-tilemapsRémi Verschelde2017-06-261-9/+4
|\ \ \ \ \ | | | | | | | | | | | | Add one-way collisions and individual shape offsets for tilesets
| * | | | | Add one-way collisions and individual shape offsets for tilesetsBojidar Marinov2017-06-251-9/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As requested in #9318 Accidentially fixes #2231 as well
* | | | | | Merge pull request #9318 from bojidar-bg/readd-normal-tilemapRémi Verschelde2017-06-261-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Add normal map to tilemaps and tilesets
| * | | | | Add normal map to tilemaps and tilesetsBojidar Marinov2017-06-221-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #9310
* | | | | | Merge pull request #9378 from nunodonato/selectimportRémi Verschelde2017-06-261-0/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update import dock when editing a resource from the inspector
| * | | | | | Update import dock when editing a resource from the inspectorNuno Donato2017-06-251-0/+1
| | | | | | |
* | | | | | | style box margins for Inspector and list.toger52017-06-251-5/+7
| | | | | | |
* | | | | | | Usability improvements for folding. Unfortunately SpatialMaterial broke ↵Juan Linietsky2017-06-251-0/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | compatibility.
* | | | | | -Added folding to property editor, persistent on objects it editsJuan Linietsky2017-06-253-10/+52
| | | | | | | | | | | | | | | | | | | | | | | | -Some changes to tree to support this properly
* | | | | | i18n: Update template and sync translationsRémi Verschelde2017-06-2535-8571/+24958
| | | | | |
* | | | | | i18n: Sync translations with WeblateRémi Verschelde2017-06-2534-11113/+11376
| |/ / / / |/| | | | | | | | | | | | | | Adds Finnish translation.
* | | | | Ability to restart particle system with a function callJuan Linietsky2017-06-251-1/+1
| |_|_|/ |/| | |
* | | | BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-257-18/+18
| |_|/ |/| |
* | | Merge pull request #9345 from nunodonato/animpropertiesRémi Verschelde2017-06-241-10/+12
|\ \ \ | | | | | | | | Update some property names for animation keys.
| * | | Update some property names for animation keys.Nuno Donato2017-06-241-10/+12
| | | | | | | | | | | | | | | | | | | | Added rect_rotation too. Fixes #9337
* | | | Merge pull request #9353 from Zylann/gradient_refactorJuan Linietsky2017-06-245-642/+1
|\ \ \ \ | | | | | | | | | | GradientTexture now uses a Gradient
| * | | | GradientTexture now uses a GradientMarc Gilleron2017-06-245-642/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - Added gradient property - Deleted duplicate code
* | | | | Merge pull request #9281 from Zylann/fix_freelook_keyboardRémi Verschelde2017-06-241-0/+5
|\ \ \ \ \ | | | | | | | | | | | | Fixed freelook conflict with text inputs
| * | | | | Fixed freelook conflict with text inputsMarc Gilleron2017-06-201-0/+5
| | | | | |
* | | | | | Merge pull request #9249 from Noshyaar/pr-colorpickRémi Verschelde2017-06-241-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | ColorPicker: fix DPI, hue & color update issues