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_atlas_view.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #98039 from aaronfranke/button-icon
Thaddeus Crews
2024-10-29
1
-1
/
+1
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-1
/
+1
*
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-2
/
+2
|
/
*
Fix TileAtlasView bounds checks for transposed tiles
kleonc
2024-08-09
1
-1
/
+1
*
Make texture filtering in TileAtlasView consistent
alula
2024-06-17
1
-0
/
+1
*
[Editor] Fix crash when editing TileMap
A Thousand Ships
2024-05-27
1
-3
/
+35
*
Remove some TileMap dependencies from TileMapLayer
kobewi
2024-05-21
1
-2
/
+2
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-1
/
+1
*
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-10
/
+10
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-2
/
+1
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+6
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-3
/
+2
*
Incorporate min and max zoom limits into the EditorZoomWidget
MewPurPur
2023-10-07
1
-2
/
+0
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-2
/
+2
*
Improve scene tiles workflow
kobewi
2023-08-18
1
-1
/
+1
*
Fix tile resizing towards atlas boundary
Haoyu Qiu
2023-06-20
1
-9
/
+6
*
Draw materials in tile atlas view
kobewi
2023-06-07
1
-2
/
+41
*
set the grow direction of the center view button after setting the anchors
ProbablyWorks
2023-06-01
1
-0
/
+1
*
Merge pull request #74814 from kleonc/tilemap-fix-rendering-odd-sized-tiles
Yuri Sizov
2023-04-18
1
-2
/
+2
|
\
|
*
TileMap Fix rendering odd-sized tiles
kleonc
2023-03-12
1
-2
/
+2
*
|
Fix premature theme item access in editor tools
Yuri Sizov
2023-04-03
1
-7
/
+11
|
/
*
Fix some TileMap errors and crashes
kobewi
2023-02-14
1
-4
/
+7
*
Merge pull request #72129 from groud/unclamp_texture_origin
Rémi Verschelde
2023-01-27
1
-14
/
+15
|
\
|
*
Rename texture_offset and unclamp it
Gilles Roudière
2023-01-27
1
-14
/
+15
*
|
Add gesture to ViewPanner and simplify a bit its API
Gilles Roudière
2023-01-23
1
-8
/
+4
|
/
*
Fixes rectangle painting when dragging outside the atlas area
Gilles Roudière
2023-01-17
1
-10
/
+20
*
TileAtlasView Update zoom and panning before emitting signal
kleonc
2023-01-05
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix pathological corner case in drawing tileset editor
clayjohn
2022-11-04
1
-14
/
+38
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
Fix zoom in/out keyboard shortcuts not working since the introduction of Edit...
Eric M
2022-09-24
1
-1
/
+1
*
Fix atlas view drawing roots having zoom applied twice
MinusKube
2022-09-17
1
-2
/
+3
*
Add `is_zero_approx` methods to `Vector2`, `3`, and `4`
Jonathan Nicholl
2022-09-02
1
-1
/
+1
*
Rename `CanvasItem.update()` to `queue_redraw()`
Micky
2022-08-29
1
-13
/
+13
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-5
/
+5
*
Fix tileset image and background sometimes disappearing
MinusKube
2022-08-25
1
-23
/
+7
*
Rename Control PRESET_WIDE to PRESET_FULL_RECT
FireForge
2022-07-18
1
-6
/
+6
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-1
/
+1
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-4
/
+4
*
Merge pull request #57329 from Ev01/tileset-editor-minimum-zoom
Rémi Verschelde
2022-02-15
1
-0
/
+2
|
\
|
*
Set a minimum zoom of 1% and a maximum zoom of 10,000% on the tileset editor
Ev01
2022-01-30
1
-0
/
+2
*
|
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+0
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
*
|
TileSetAtlasSource: Make `get_tile_data` return `TileData *`
Rémi Verschelde
2022-01-28
1
-3
/
+3
|
/
*
Minor tweaks and fixes to panning
kobewi
2022-01-23
1
-2
/
+2
*
Add ViewPanner to 2D editor
kobewi
2022-01-21
1
-5
/
+8
*
Unify panning in sub-editors and make it configurable
kobewi
2022-01-11
1
-43
/
+25
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
[next]