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_data_editors.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-3
/
+3
|
\
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-3
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Add One Pixel Snap Button to Tile Data Editor
valkyrienyanko
2024-10-21
1
-0
/
+1
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Style: Apply new `clang-format` changes
Thaddeus Crews
2024-09-20
1
-6
/
+6
*
Fix tile polygon editor grid and missing update
Gilles Roudière
2024-06-11
1
-8
/
+4
*
Don't store values when loading them
kobewi
2024-03-07
1
-0
/
+1
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-16
/
+16
*
Add const lvalue ref to container parameters
Muller-Castro
2024-01-05
1
-11
/
+11
*
Add option to expand tile polygon editors
kobewi
2023-07-22
1
-1
/
+4
*
Add proper snapping to tile polygon editor
kobewi
2023-05-01
1
-4
/
+14
*
Rename texture_offset and unclamp it
Gilles Roudière
2023-01-27
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+3
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
1
-13
/
+0
*
fix(tileset): Recreate custom data editor if type has changed
MisterMX
2022-09-28
1
-0
/
+2
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-6
/
+8
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-8
/
+8
*
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-5
/
+5
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-23
/
+23
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-8
/
+6
*
Merge pull request #56253 from PucklaMotzer09/tile_editor_select
Rémi Verschelde
2022-01-13
1
-0
/
+1
|
\
|
*
Correctly deselect properties of TileDataCollisionEditor
PucklaMotzer09
2021-12-26
1
-0
/
+1
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Implement polygons editors in the tiles selection mode
Gilles Roudière
2021-10-26
1
-2
/
+9
*
Greatly improve editor performances by deferring tiles related updates
Gilles Roudière
2021-10-13
1
-1
/
+3
*
Implements TileMap layers and move TileSetPlugins's functions to the TileMap ...
Gilles Roudière
2021-08-02
1
-1
/
+1
*
Implement painting properties over TileSets
Gilles Roudière
2021-06-29
1
-34
/
+325
*
Fixes TileSet Y-sort not working and TileSet not saving correctly
Gilles Roudière
2021-05-21
1
-0
/
+7
*
Rework the TileSet resource and TileMap nodes:
Gilles Roudière
2021-05-07
1
-0
/
+110