aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Expand)AuthorAgeFilesLines
* Change statable to multistate, remove extra separatorPoommetee Ketson2017-12-121-3/+2
* Fixed #14503Dmitry Koteroff2017-12-111-0/+1
* Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-102-3/+52
|\
| * Implemented skeleton visibilityAndreaCatania2017-12-102-3/+52
* | Merge pull request #14480 from volzhs/startup-errorRémi Verschelde2017-12-102-2/+2
|\ \
| * | Fix get_edited_scene_root error at starting editorvolzhs2017-12-102-2/+2
* | | Project Manager: Fix Templates search signal connection.Andreas Haas2017-12-092-1/+8
|/ /
* | Merge pull request #14448 from groud/fix_checkboxes_updateRémi Verschelde2017-12-091-0/+3
|\ \
| * | Fixes the checkboxes updateGilles Roudiere2017-12-091-0/+3
* | | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-092-0/+155
* | | Merge pull request #13166 from Krakean/change_addrootifnone_v2Rémi Verschelde2017-12-092-23/+35
|\ \ \
| * | | When drag'n'drop (lets say, picture in 2D mode), automatically create dragged...Dmitry Koteroff2017-11-222-23/+35
* | | | Modify shortcuts and menus to fold/unfold codeMattUV2017-12-082-20/+8
* | | | Changed current line draw order and added code folding colorPaulb232017-12-072-2/+7
* | | | Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde2017-12-077-30/+37
|\ \ \ \
| * | | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-077-30/+37
* | | | | Add uppercase and lowercase to rightclickmenu in scripteditorsersoong2017-12-071-0/+2
|/ / / /
* | | | Add 'copy script path' to script editor pluginsersoong2017-12-072-0/+15
* | | | Merge pull request #13956 from poke1024/fix-poly2d-mode-changeRémi Verschelde2017-12-071-2/+5
|\ \ \ \
| * | | | Fixes Polygon2D wip mode closing when editing mode is changedBernhard Liebl2017-12-041-2/+5
* | | | | -Fix particles with size==0, closes #13931Juan Linietsky2017-12-061-17/+22
| |_|/ / |/| | |
* | | | Moves the guides colors to editor settingsGilles Roudiere2017-12-051-1/+1
* | | | Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere2017-12-051-1/+1
* | | | Merge pull request #13959 from groud/editable_rulers_colorsRémi Verschelde2017-12-051-1/+1
|\ \ \ \
| * | | | Makes editable the rulers colorGilles Roudiere2017-12-031-1/+1
* | | | | Script Editor: Use first non-whitespace comment delimiter.Andreas Haas2017-12-041-2/+7
* | | | | Merge pull request #13961 from groud/rulers_by_defaultJuan Linietsky2017-12-041-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Make rulers on by defaultGilles Roudiere2017-12-041-1/+1
| |/ / /
* | | | TileMap FixesMariano Suligoy2017-12-025-81/+80
* | | | Fix alignment for button preview_cameraGuilherme Felipe2017-12-021-0/+2
* | | | Script Editor: Make comment delimiter language dependent.Andreas Haas2017-12-011-7/+14
* | | | Fix displacement for centered tilemapsMatthias Hoelzl2017-11-271-7/+6
|/ / /
* | | add "add point" and "select point" handles to polygon 2d editorBernhard Liebl2017-11-271-4/+3
* | | Focus on sprite animation list after adding a new one to allow renaming with f2bncastle2017-11-261-0/+1
* | | Ask users to explore official projects when none is loaded.Juan Linietsky2017-11-262-0/+6
* | | Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-2615-31/+576
|\ \ \
| * | | Implement onion skinning for the animation editorPedro J. Estébanez2017-11-252-3/+515
| * | | Improve/fix SpatialEditor state saving/restoringPedro J. Estébanez2017-11-251-0/+17
| * | | Universalize draw-over API for EditorPluginsPedro J. Estébanez2017-11-2413-28/+44
* | | | Tweak the default editor camera settingsHugo Locurcio2017-11-251-4/+4
* | | | Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-2/+2
|/ / /
* | | Merge pull request #12301 from MarianoGnu/masterRémi Verschelde2017-11-226-6/+1280
|\ \ \ | |/ / |/| |
| * | Implement auto-tilingMariano Suligoy2017-11-206-6/+1280
* | | Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-3/+3
|\ \ \ | |_|/ |/| |
| * | Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-3/+3
* | | Native pan and zoom for macOSBernhard Liebl2017-11-214-68/+176
* | | Add simple spacebar panning setting for 2D editorRicardo Maes2017-11-201-1/+11
* | | Visual fixesDaniel J. Ramirez2017-11-201-1/+1
* | | Merge pull request #12359 from kubecz3k/spatial-lockRémi Verschelde2017-11-202-2/+102
|\ \ \ | |_|/ |/| |
| * | ability to lock spatial nodes transform in editorJakub Grzesik2017-11-112-2/+102