index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
plugins
/
tile_map_editor_plugin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework the TileSet resource and TileMap nodes:
Gilles Roudière
2021-05-07
1
-242
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
1
-4
/
+0
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-2
/
+0
*
initialize refocus_over_tile to false
Michael Auderer
2020-10-02
1
-1
/
+1
*
Reset TileMapEditor painting on application refocus
Michael Auderer
2020-10-02
1
-0
/
+1
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-8
/
+8
*
Make tilemap lines/rectangles their own tools
Marcus Elg
2020-06-26
1
-0
/
+3
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-10
/
+9
*
Implement zooming using Ctrl + Mouse wheel in the TileMap editor
Hugo Locurcio
2020-06-03
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-2
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-19
/
+10
*
Properly handle node remove via undo
Tomasz Chabora
2020-03-29
1
-0
/
+1
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-4
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Use the CanvasItemEditor info overlay to display TileMap coordinates
Hugo Locurcio
2019-11-22
1
-1
/
+1
*
Add informational messages to various editors
Michael Alexsander Silva Dias
2019-09-04
1
-0
/
+2
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+0
*
Use reference to constant in functions
qarmin
2019-07-10
1
-5
/
+5
*
Merge pull request #24560 from guilhermefelipecgs/fix_24549
Rémi Verschelde
2019-06-01
1
-0
/
+3
|
\
|
*
Add EDITMODE_PRIORITY for ATLAS_TILE
Guilherme Felipe
2018-12-23
1
-0
/
+3
*
|
Merge pull request #27845 from samdze/master
Rémi Verschelde
2019-04-30
1
-1
/
+2
|
\
\
|
*
|
Make TileMap overridable "set_cell" function called on undo/redo
Samuele Zolfanelli
2019-04-27
1
-1
/
+2
*
|
|
[TileMapEditor] Improve tool picking usability
Guilherme Felipe
2019-04-29
1
-0
/
+1
*
|
|
Hide "Tilemap" menu properly in CanvasItem view
homer666
2019-04-24
1
-0
/
+1
*
|
|
Move some tilemap options to the toolbar
Gilles Roudiere
2019-01-30
1
-4
/
+8
|
/
/
*
/
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Fix copy/paste for TileMap
Guilherme Felipe
2018-12-18
1
-3
/
+5
*
Enhance the tilemap transform buttons
groud
2018-10-30
1
-8
/
+12
*
Fixes tilemap editor offset tile selection
groud
2018-10-04
1
-1
/
+1
*
Fixes drawing of the 2D plugins on the 3D view
groud
2018-09-18
1
-4
/
+4
*
tilemap_editor: change move and duplicate tools
Paul Joannon
2018-08-24
1
-4
/
+4
*
Add option to move Tile/GridMap editors to another side
Michael Alexsander Silva Dias
2018-08-22
1
-0
/
+3
*
New TileSet Editor
MAriano Javier Suligoy
2018-08-09
1
-0
/
+1
*
Tile randomizer for tilemap editor.
Ovnuniarchos
2018-07-01
1
-3
/
+4
*
Merge pull request #19164 from marcelofg55/tilemap_undo2
Rémi Verschelde
2018-06-26
1
-0
/
+6
|
\
|
*
Improve TileMap undo operations, second try
Marcelo Fernandez
2018-05-29
1
-0
/
+6
*
|
Added autotile override
James Beedie
2018-06-02
1
-0
/
+7
|
/
*
Revert "Improve TileMap undo operations"
Rémi Verschelde
2018-05-25
1
-1
/
+0
*
Improve TileMap undo operations
Marcelo Fernandez
2018-05-23
1
-0
/
+1
*
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-8
/
+11
*
Add functionality to move selected tiles in tile map editor
Martin Rieke
2018-04-04
1
-0
/
+2
*
TileMap: add fix_invalid_tiles
Poommetee Ketson
2018-02-24
1
-0
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
TileMap Fixes
Mariano Suligoy
2017-12-02
1
-1
/
+1
*
Universalize draw-over API for EditorPlugins
Pedro J. Estébanez
2017-11-24
1
-2
/
+2
*
Implement auto-tiling
Mariano Suligoy
2017-11-20
1
-0
/
+2
*
Fix TileMap editor not getting input
Pedro J. Estébanez
2017-10-22
1
-1
/
+1
*
Fixes snapping and replaces the _draw_canvas by forward_canvas_draw
Gilles Roudiere
2017-10-18
1
-1
/
+3
[next]