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_set_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
-6
/
+1
|
\
|
*
Remove set_drag_forwarding_compat()
kobewi
2023-01-14
1
-6
/
+1
*
|
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-9
/
+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 !tile_set.is_valid() error on startup
Haoyu Qiu
2022-12-10
1
-1
/
+3
*
Update tile source icons when editor theme changes
Haoyu Qiu
2022-12-08
1
-0
/
+1
*
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
-2
/
+5
*
Properly center labels in the TileMap/Set editors
Michael Alexsander
2022-11-12
1
-1
/
+2
*
Minor code improvements
kobewi
2022-10-18
1
-6
/
+0
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-42
/
+42
*
Remember tile source sort between sessions
kobewi
2022-10-02
1
-1
/
+7
*
Make `Vector2i` values paired with `EDSCALE` be just `Vector2`
Michael Alexsander
2022-09-08
1
-2
/
+2
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-0
/
+1
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-1
/
+1
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-1
/
+1
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-1
/
+0
|
/
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-4
/
+5
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-2
/
+2
*
Add terrain center bit
Gilles Roudière
2022-06-10
1
-3
/
+4
*
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-0
/
+1
*
Allow negative indexes in ItemList and PopupMenu
kobewi
2022-03-12
1
-1
/
+1
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-6
/
+5
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-0
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+3
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
*
TileSetAtlasSource: Make `get_tile_data` return `TileData *`
Rémi Verschelde
2022-01-28
1
-2
/
+2
*
Allow sorting tileset sources
kobewi
2022-01-26
1
-9
/
+41
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-3
/
+3
*
Fix TileSet editor drag and drop not working
Gilles Roudière
2021-11-01
1
-5
/
+5
*
Merge pull request #53926 from YeldhamDev/i_am_tabbar_now
Rémi Verschelde
2021-10-20
1
-2
/
+2
|
\
|
*
Rename `Tabs` to `TabBar`
Michael Alexsander
2021-10-19
1
-2
/
+2
*
|
Remove the tilemap/tileset editor switch, move it to tabs
Gilles Roudière
2021-10-19
1
-4
/
+5
|
/
*
Implement TileMap patterns palette
Gilles Roudière
2021-10-19
1
-5
/
+83
*
Add a name to TileSet sources
Gilles Roudière
2021-10-14
1
-5
/
+14
*
Implement properties arrays in the Inspector.
Gilles Roudière
2021-09-07
1
-41
/
+184
*
Implement atlas merging and tile proxies
Gilles Roudière
2021-07-21
1
-27
/
+56
*
Optimize StringName usage
reduz
2021-07-18
1
-6
/
+6
*
Implement painting properties over TileSets
Gilles Roudière
2021-06-29
1
-86
/
+10
*
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-06-16
1
-4
/
+4
*
Consistently prefix bound virtual methods with _
kobewi
2021-06-12
1
-2
/
+2
*
Fixes TileSet Y-sort not working and TileSet not saving correctly
Gilles Roudière
2021-05-21
1
-2
/
+5
*
Merge pull request #48812 from groud/tilemap_scenes_painting
Rémi Verschelde
2021-05-20
1
-22
/
+87
|
\
|
*
Implement scenes tiles in TileMaps
Gilles Roudière
2021-05-20
1
-22
/
+87
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
|
/
*
Rework the TileSet resource and TileMap nodes:
Gilles Roudière
2021-05-07
1
-0
/
+520