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
/
tiles
/
tile_map_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #71379 from KoBeWi/destruction_of_compatibility_function
Rémi Verschelde
2023-01-18
1
-1
/
+0
|
\
|
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-1
/
+0
*
|
Fixes rectangle painting when dragging outside the atlas area
Gilles Roudière
2023-01-17
1
-4
/
+4
*
|
Merge pull request #64021 from ajreckof/change-shortcut-for-rect-tool-tilemap
Rémi Verschelde
2023-01-16
1
-12
/
+12
|
\
\
|
*
|
replace the use of CTRL by CMD_OR_CTRL in three places where using CTRL preve...
ajreckof
2023-01-16
1
-12
/
+12
|
|
/
*
/
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-9
/
+9
|
/
*
Merge pull request #70601 from vmedea/keep-terrain-choice
Rémi Verschelde
2023-01-13
1
-5
/
+9
|
\
|
*
Keep terrain choice when changing layer in tilemap editor
mara
2022-12-26
1
-5
/
+9
*
|
Change set_drag_forwarding() to use callables.
Juan Linietsky
2023-01-10
1
-1
/
+1
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
Fix "Double-click on the TileMap's pattern prints an error" (#70892)
Charles Crete
2023-01-03
1
-1
/
+1
*
|
Fix heap-use-after-free when using TileMap editor
Haoyu Qiu
2022-12-30
1
-1
/
+3
|
/
*
Use layer's modulate for tile previews
kobewi
2022-12-18
1
-0
/
+1
*
Hide Scattering label and controls within TileMap editor window when "Place R...
henrlin24
2022-12-11
1
-3
/
+6
*
Merge pull request #60892 from KoBeWi/fat_selection
Rémi Verschelde
2022-12-09
1
-10
/
+6
|
\
|
*
Improve tile editor selection appearance
kobewi
2022-12-09
1
-10
/
+6
*
|
Update tile source icons when editor theme changes
Haoyu Qiu
2022-12-08
1
-0
/
+1
|
/
*
Merge pull request #69713 from groud/rename_get_surrounding_tiles
Rémi Verschelde
2022-12-07
1
-2
/
+2
|
\
|
*
Rename get_surrounding_tiles to get_surrounding_cells
Gilles Roudière
2022-12-07
1
-2
/
+2
*
|
Make ID capitalization in tiles editor consistent
Haoyu Qiu
2022-12-07
1
-2
/
+2
|
/
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-6
/
+7
*
Properly center labels in the TileMap/Set editors
Michael Alexsander
2022-11-12
1
-0
/
+1
*
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-11
/
+11
|
\
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-11
/
+11
*
|
Make terrain painting not change neighbors centers bits
Gilles Roudière
2022-10-20
1
-15
/
+19
|
/
*
Separate Line and CurveLinear icons
kobewi
2022-10-15
1
-2
/
+2
*
Fix source sort not saving in TileMap editor
kobewi
2022-10-11
1
-0
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-15
/
+15
*
TileMap mouse right can delete autotile
Magian
2022-09-30
1
-31
/
+23
*
Fix mouse release leaving dock area
Guilherme Sousa
2022-09-27
1
-2
/
+0
*
Fix broken patterns on TileMap layer change
kobewi
2022-09-10
1
-0
/
+1
*
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-4
/
+4
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-3
/
+3
*
Fix tile source selection from picking
kobewi
2022-09-07
1
-1
/
+1
*
Merge pull request #64661 from Mickeon/rename-tilemap-world
Rémi Verschelde
2022-09-06
1
-49
/
+49
|
\
|
*
Rename TileMap/GridMap.`world_to_map` and opposite to `local_to_map`
Micky
2022-09-05
1
-49
/
+49
*
|
Replace Rect2(i) has_no_area with has_area
Aaron Franke
2022-09-04
1
-2
/
+2
|
/
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-13
/
+13
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+3
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-10
/
+10
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-10
/
+10
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-3
/
+0
|
/
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-2
/
+3
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-1
/
+1
*
Fix various typos not caught by codespell
luz paz
2022-07-21
1
-1
/
+1
*
Fix crash when drawing invalid tiles
kobewi
2022-06-23
1
-0
/
+3
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-1
/
+1
*
Improve TileMap editor layer selection button
FireForge
2022-06-14
1
-103
/
+31
*
Add terrain center bit
Gilles Roudière
2022-06-10
1
-134
/
+161
[next]