aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/tile_map_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1593/+0
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-12/+12
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-2/+0
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-2/+2
* Renamed most signals so they refer to:Juan Linietsky2017-01-121-8/+8
* Type renames:Juan Linietsky2017-01-111-7/+7
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-1/+1
* renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky2017-01-081-3/+3
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-12/+12
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-9/+9
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-13/+13
* Merge pull request #7401 from Zylann/bucket_fill_previewRémi Verschelde2017-01-021-8/+79
|\
| * Added option to toggle bucket fill previewMarc Gilleron2016-12-311-2/+3
| * Added bucket fill previewMarc Gilleron2016-12-311-7/+77
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* Tilemap editor: Bucket tool - allow deleting and replacing of tilesJoscha2016-09-021-10/+37
* editor: Add mouse position information in TileMapMark Nokalt2016-08-301-0/+11
* Small usability improvements on the TileMap editor tile palette.Franklin Sobrinho2016-08-161-10/+27
* Merge pull request #5270 from lonesurvivor/masterJuan Linietsky2016-07-101-0/+18
|\
| * Added Tile Origin = Bottom Left option to the TileMapPatrick Reh2016-06-201-0/+18
* | Add tile index prefixes in tile map editor plugin. #5420Samuel Grigolato2016-06-281-1/+1
|/
* Completed shortcuts for Tile Map EditorDaniel J. Ramirez2016-06-121-20/+24
* Added customizable shortcuts for tile map editorDaniel J. Ramirez2016-06-121-27/+23
* fixed tile map editor plugin, all previews are now the same size, closes #4983Juan Linietsky2016-06-121-0/+6
* Delete unused code in TileMapEditorAndreas Haas2016-05-281-2/+0
* Reorder tiles into nice columnsBojidar Marinov2016-05-271-3/+6
* Use scalar to scale TileMap iconsAndreas Haas2016-05-271-2/+2
* Add a slider for zooming TileMap preview icons.Andreas Haas2016-05-241-0/+21
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-4/+4
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-11/+11
* Tilemap Editor: Fix some last issues of PR-4006Franklin Sobrinho2016-03-151-2/+3
* Tilemap Editor: Use ItemList::set_item_icon_region in tile paletteFranklin Sobrinho2016-03-141-9/+3
* Tilemap Editor: Bucket tool - optimize memory usage, "removed safety limit"Franklin Sobrinho2016-03-141-65/+37
* Tilemap Editor: Bucket fillFranklin Sobrinho2016-03-141-17/+127
* Tilemap Editor: Shortcuts for the editor menu, fixed small inconsistenciesFranklin Sobrinho2016-03-141-103/+114
* Tilemap Editor: Line drawing and erasingFranklin Sobrinho2016-03-141-9/+131
* Tilemap Editor: Rectangle drawing/erasing and small improvementsFranklin Sobrinho2016-03-141-380/+561
* avoid crash when scaling tilemap too much, fixes #266reduz2016-01-241-1/+18
* TileMap: Properly flip/rotate tiles with non-square regionIgnacio Etcheverry2016-01-041-15/+28
* TileMap: Consider texture offset for rotated tilesIgnacio Etcheverry2016-01-021-5/+13
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* do not allow editing of tilemap if it's invisible, fixes #2601reduz2015-12-281-1/+2
* Live edit WORK IN PROGRESSJuan Linietsky2015-08-021-8/+9
* Small fixes for Grid/Tile map editor paletteFranklin Sobrinho2015-06-221-13/+14
* Grid/Tile map editor new item paletteFranklin Sobrinho2015-06-221-36/+87
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* lot of work on 2D lighting and isometric mapsJuan Linietsky2015-03-091-3/+37
* Reorder tile transforms so transpose occurs before flips. Much more intuitive...Carl Olsson2015-02-131-13/+14
* Moved wrapper function to TileMapEditor.Carl Olsson2015-02-111-5/+11