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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix tilemap tiles on horizontal/vertical flips
Haz
2020-09-06
1
-3
/
+2
*
Fix tile placement preview for rotated, skewed or scaled TileMaps
Maganty Rushyendra
2020-08-05
1
-3
/
+3
*
Make tilemap lines/rectangles their own tools
Marcus Elg
2020-06-26
1
-39
/
+170
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-10
/
+19
*
Implement zooming using Ctrl + Mouse wheel in the TileMap editor
Hugo Locurcio
2020-06-03
1
-0
/
+16
*
Add shortcut for Pan Mode (G)
Rémi Verschelde
2020-05-26
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-75
/
+142
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-138
/
+0
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-3
/
+3
*
Fixed output prints " Signal 'node_removed' is already connected " when the e...
dankan1890
2020-04-22
1
-5
/
+6
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-8
/
+8
*
Properly handle node remove via undo
Tomasz Chabora
2020-03-29
1
-0
/
+12
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-19
/
+19
*
Refactored input, goes all via windows now.
Juan Linietsky
2020-03-26
1
-3
/
+3
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-9
/
+9
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-9
/
+9
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-47
/
+28
|
/
*
Replace FALLTHROUGH macro by C++17 [[fallthrough]]
Rémi Verschelde
2020-02-23
1
-1
/
+1
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-28
/
+28
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-14
/
+14
*
Texture refactor
Juan Linietsky
2020-02-11
1
-3
/
+3
*
Change the Pick Tile and Select default shortcuts in the TileMap editor
Hugo Locurcio
2020-02-09
1
-2
/
+2
*
Fixes invalid read when using fill tool in empty tilemap
Haoyu Qiu
2020-01-27
1
-5
/
+6
*
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
-16
/
+17
*
Make sure tile is selected when selecting TileMap
Tomasz Chabora
2019-11-13
1
-0
/
+1
*
Fixed cases where labels with autowrap can overflow the editor ui
PouleyKetchoupp
2019-11-04
1
-0
/
+1
*
Changed the appearance of the rotation icons in the Tilemap.
dankan1890
2019-09-26
1
-2
/
+2
*
Merge pull request #31974 from YeldhamDev/tilegrid_map_fixes
Rémi Verschelde
2019-09-24
1
-3
/
+3
|
\
|
*
Small fixes for the Tile/GridMap editors
Michael Alexsander Silva Dias
2019-09-04
1
-3
/
+3
*
|
Add informational messages to various editors
Michael Alexsander Silva Dias
2019-09-04
1
-47
/
+61
|
/
*
Edit TileMap only with TOOL_SELECT
Tomasz Chabora
2019-08-21
1
-2
/
+3
*
Fix various typos and style errors in text
Tomasz Chabora
2019-08-19
1
-1
/
+1
*
Fix row-column-swap in TileMap palette
rzllmr
2019-08-03
1
-1
/
+7
*
Add tilemap editor rotation hotkeys
Tomasz Chabora
2019-07-14
1
-8
/
+24
*
Use reference to constant in functions
qarmin
2019-07-10
1
-5
/
+5
*
Tilemap fix displaced textures and shapes and added center texture and compat...
Ranoller
2019-07-02
1
-8
/
+57
*
Many fallthrough switch cases now have the FALLTHROUGH macro to tell the comp...
hbina085
2019-06-29
1
-2
/
+2
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Merge pull request #29474 from YeldhamDev/pick_subtile_fix
Rémi Verschelde
2019-06-12
1
-16
/
+21
|
\
|
*
Fix subtile picking in TileMap editor
Michael Alexsander Silva Dias
2019-06-04
1
-16
/
+21
*
|
Make tilemap texture origin point top-left.
Ranoller
2019-06-05
1
-2
/
+4
*
|
Merge pull request #29452 from YeldhamDev/remember_selected_subtile
Rémi Verschelde
2019-06-04
1
-8
/
+11
|
\
\
|
*
|
Remember selected subtile when updating the TileMap editor
Michael Alexsander Silva Dias
2019-06-03
1
-8
/
+11
*
|
|
Merge pull request #29460 from YeldhamDev/tilemapeditor_atlas_copy_fix
Rémi Verschelde
2019-06-04
1
-21
/
+23
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix TileMap editor not correctly copying atlas tiles
Michael Alexsander Silva Dias
2019-06-04
1
-21
/
+23
|
|
/
*
/
Fix error spam when typing in the TileMap editor's search box while having no...
Michael Alexsander Silva Dias
2019-06-04
1
-1
/
+1
|
/
*
Merge pull request #24560 from guilhermefelipecgs/fix_24549
Rémi Verschelde
2019-06-01
1
-4
/
+26
|
\
|
*
Add EDITMODE_PRIORITY for ATLAS_TILE
Guilherme Felipe
2018-12-23
1
-4
/
+26
[next]