summaryrefslogtreecommitdiffstats
path: root/modules/gridmap/grid_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-111-9/+10
* Base 3D engine done, still untested, though.Juan Linietsky2020-02-111-2/+1
* Changes to material required to add custom shaders in RD rendererJuan Linietsky2020-02-111-2/+0
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Merge pull request #33950 from Calinou/gridmap-editor-zoom-shortcutRémi Verschelde2020-02-101-2/+22
|\
| * Implement zooming using Ctrl + Mouse wheel in the GridMap editorHugo Locurcio2019-11-271-2/+22
* | Merge pull request #34706 from KoBeWi/grindputRémi Verschelde2020-01-011-2/+3
|\ \
| * | Don't handle Gridmap input when have no effectTomasz Chabora2019-12-301-2/+3
* | | Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/ /
* / Makes more editor strings translatableHaoyu Qiu2019-12-301-1/+1
|/
* Fixed cases where labels with autowrap can overflow the editor uiPouleyKetchoupp2019-11-041-0/+1
* Merge pull request #32915 from Nehluxhes/gridmap_scalingRémi Verschelde2019-10-251-68/+71
|\
| * Mesh preview now scales + grid update on cell size changeNehluxhes2019-10-211-68/+71
* | Merge pull request #32991 from Chaosus/fix_bug2Rémi Verschelde2019-10-221-1/+3
|\ \
| * | Fix gridmap error spam at startupYuri Roubinsky2019-10-221-1/+3
* | | Merge pull request #32969 from Nehluxhes/palette_vanishRémi Verschelde2019-10-221-4/+1
|\ \ \ | |/ / |/| |
| * | Fix gridmap palette remaining invisibleNehluxhes2019-10-211-4/+1
| |/
* / Disable gridmap selection actions when nothing is selectedNehluxhes2019-10-181-1/+6
|/
* Merge pull request #31974 from YeldhamDev/tilegrid_map_fixesRémi Verschelde2019-09-241-25/+8
|\
| * Small fixes for the Tile/GridMap editorsMichael Alexsander Silva Dias2019-09-041-28/+9
* | Merge pull request #32095 from KoBeWi/silly_userRémi Verschelde2019-09-201-0/+3
|\ \
| * | Properly remove GridMap node from editor on undoTomasz Chabora2019-09-111-0/+3
| |/
* / Add informational messages to various editorsMichael Alexsander Silva Dias2019-09-041-3/+16
|/
* Merge pull request #31338 from Calinou/reorganize-menusRémi Verschelde2019-08-131-1/+1
|\
| * Reorganize various menus for consistency and concisenessHugo Locurcio2019-08-131-1/+1
* | Fix GridMap list text not expanding when palette is resizedXenoamor2019-08-121-3/+5
|/
* Use reference to constant in functionsqarmin2019-07-101-1/+1
* Fixes minor issues found by static analyzerqarmin2019-07-071-1/+1
* Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...hbina0852019-06-291-1/+1
* Fix GridMap transform problemsGwyneth Lowe2019-06-251-2/+2
* Fixed navigation schemes Modo/Maya when used with grid map tile placementZach Young2019-06-191-2/+4
* Release GridMap floor field focus when mouse exitedLisapple2019-05-081-0/+7
* GridMap editor fixes and improvementsDaniel Rakos2019-04-301-132/+255
* Add search box and size slider to GridMap (similar to TileMap's)Bojidar Marinov2019-02-261-7/+52
* Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias2019-02-211-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-4/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Get rid of gridmap error due to not yet valid cursor instance, fixes #17546Juan Linietsky2018-11-161-1/+3
* Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde2018-09-271-6/+8
* Fix selection box staying when editing a GridMapJFonS2018-09-201-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Add option to move Tile/GridMap editors to another sideMichael Alexsander Silva Dias2018-08-221-14/+35
* Rename instances of the word "theme" to "mesh_library" in GridMap and MeshLib...Michael Alexsander Silva Dias2018-08-221-49/+49
* Merge pull request #16944 from rainerdeyke/masterMax Hilbrunner2018-07-031-0/+31
|\
| * Add 'fill selection' command to grid map editorRainer Deyke2018-02-231-0/+31
* | Fixes logically dead code (Coverity)Crazy-P2018-04-211-2/+2
* | Use radio-button-like menu entries where applicablePedro J. Estébanez2018-03-271-6/+6
* | Merge pull request #17079 from Noshyaar/leak2Rémi Verschelde2018-03-131-2/+3
|\ \
| * | GridMapEditorPlgn: fix a leakPoommetee Ketson2018-02-271-2/+3
| |/
* | GridMap: fix next/prev plane text, fix meta not foundPoommetee Ketson2018-03-021-3/+3