aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | | ColorPicker: fix DPI, hue & color update issuesPoommetee Ketson2017-06-201-1/+1
| | | | | |
* | | | | | Capitalize template names in script dialog.Andreas Haas2017-06-241-1/+1
| |_|/ / / |/| | | |
* | | | | -Trigger shapes removed in 2D, they became obsolete long ago when areas ↵Juan Linietsky2017-06-231-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | could detect their own overlap -Added ability to disable individual collisionshape/polygon -Moved One Way Collision to shape, allowing more flexibility -Changed internals of CollisionObject, shapes are generated from child nodes on the fly, not stored inside any longer. -Modifying a CollisionPolygon2D on the fly now works, it can even be animated. Will port this to 3D once well tested. Have fun!
* | | | | Merge pull request #9312 from BastiaanOlij/osx_exportJuan Linietsky2017-06-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Osx export
| * | | | | Reimplement export module for OSXBastiaanOlij2017-06-231-1/+1
| | | | | |
* | | | | | Added Curve resourceMarc Gilleron2017-06-244-412/+641
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | - New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor
* | | | | Merge pull request #9307 from nunodonato/shadererrorlineThomas Herzog2017-06-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | highlight the correct error line in shader editor
| * | | | | highlight the correct error line in shader editorNuno Donato2017-06-211-1/+1
| | |_|/ / | |/| | |
* | | | | project and scene swapped, sorry could never get used to it :(Juan Linietsky2017-06-221-31/+30
| |/ / / |/| | | | | | | | | | | Also reorganized menus a bit.
* | | | Merge pull request #9293 from MarianoGnu/masterMariano Javier Suligoy2017-06-221-1/+1
|\ \ \ \ | |_|_|/ |/| | | Fix regresion on Texture Region Editor Plugin. Fixes #9282