Age | Commit message (Collapse) | Author |
|
Rename get_surrounding_tiles to get_surrounding_cells
|
|
Make ID capitalization in tiles editor consistent
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use forward-declarations in big editor classes
|
|
|
|
|
|
|
|
[TileMap] Fix alternative tile issues.
|
|
|
|
|
|
They are based on:
- Boolean arithmetic simplifications
- setting variables that are not accessed
- constant variables
|
|
Last rebase was too old, didn't include this API rename.
|
|
MisterMX/fix/tileset-custom-data-type-reload-editor
fix(tileset): Recreate custom data editor if type has changed
|
|
Properly center labels in the TileMap/Set editors
|
|
|
|
|
|
Interleaving draw_rect calls with and without a texture forces every rect to
have its own draw call. In this case it meant that there is a draw call for every single
tile in the atlas. This change makes it so the renderer can batch draw calls
which reduced the draw call count by a factor of 512
|
|
|
|
|
|
Unify usage of GLOBAL/EDITOR_GET
|
|
Rename queue_delete => queue_free
|
|
Minor code improvements
|
|
# Conflicts:
# editor/plugins/tiles/tiles_editor_plugin.cpp
|
|
|
|
|
|
|
|
|
|
Make some Image methods static
|
|
|
|
|
|
Fix zoom in/out keyboard shortcuts not working
|
|
|
|
|
|
change warnings=all to use /W4.
|
|
|
|
Remember tile source sort between sessions
|
|
TileMap mouse right can delete autotile
|
|
|
|
Right-click to erase TileSet terrains and bugfixes
|
|
|
|
Signed-off-by: MisterMX <mbxd12@web.de>
|
|
|
|
EditorZoomWidget. Add KP shortcuts to zoom in/out.
|
|
Remove px unit from animation_separation in TileSet atlas editor
|
|
tile-based, not pixel-based)
|