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
/
modules
/
gridmap
/
editor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-3
/
+3
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-3
/
+3
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
2
-4
/
+4
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
2
-0
/
+4
|
/
*
Merge pull request #96400 from Maran23/inputmap-usage-for-filter-and-correspo...
Rémi Verschelde
2024-09-16
2
-8
/
+9
|
\
|
*
Use InputMap actions consistently across all LineEdit's that filter an underl...
Marius Hanl
2024-08-31
2
-8
/
+9
*
|
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
1
-6
/
+1
*
|
Extract editor main screen
kit
2024-09-09
1
-1
/
+2
|
/
*
prevent the click to get processed further after a paste action
Nodragem
2024-08-09
1
-0
/
+1
*
Merge pull request #87131 from KoBeWi/skyscrapper_selector_simulator
Rémi Verschelde
2024-06-26
1
-13
/
+8
|
\
|
*
Properly change GridMap floors while selecting
kobewi
2024-01-12
1
-13
/
+8
*
|
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
1
-3
/
+3
*
|
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
|
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
|
Use Core/Scene stringnames consistently
kobewi
2024-05-13
1
-5
/
+4
*
|
Add shorthand for using singleton string names
kobewi
2024-05-11
1
-2
/
+2
*
|
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
|
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-0
/
+3
*
|
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-1
/
+1
*
|
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
|
/
*
Implement automatic translation for ItemList
DennisManaa
2023-10-23
1
-0
/
+1
*
Make 3D editor gizmos and debug shapes ignore fog
Hugo Locurcio
2023-09-27
1
-0
/
+4
*
Replace flat buttons with flat-styled buttons with a visible pressed state
Yuri Sizov
2023-09-19
1
-2
/
+2
*
fix some keys triggering their actions twice in GridMap
Geoffroy Warin
2023-09-11
1
-0
/
+1
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-4
/
+5
*
Merge pull request #80782 from KoBeWi/MessLibrary
Rémi Verschelde
2023-08-21
2
-16
/
+35
|
\
|
*
Cleanup MeshLibrary changed signals
kobewi
2023-08-19
2
-16
/
+35
*
|
Fix GridMap shortcuts that should not be physical
Geoffroy Warin
2023-08-19
1
-2
/
+2
|
/
*
Make gridmap shortcuts editable and not conflict with other plugins
Geoffroy Warin
2023-08-10
1
-17
/
+46
*
Fix GridMap tile picking when a search filter is applied
Haoyu Qiu
2023-06-21
1
-9
/
+14
*
Merge pull request #78265 from caseyjoy/57068_gridmap_grid_position
Rémi Verschelde
2023-06-20
1
-1
/
+8
|
\
|
*
Update GridMap editor grid location when required
Casey
2023-06-17
1
-1
/
+8
*
|
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
1
-0
/
+1
|
/
*
Fix some invalid plugin edit calls
kobewi
2023-06-11
2
-10
/
+0
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-0
/
+2
*
Only change floors in GridMap editor when holding Ctrl/Cmd, not Shift
Hugo Locurcio
2023-03-25
1
-3
/
+3
*
Fix GridMap signal "cell_size_changed" disconnect error
smix8
2023-03-14
1
-1
/
+1
*
Fix GridMap 'cell_size_changed' signal not disconnecting properly
smix8
2023-02-23
1
-1
/
+1
*
Improvements and fixes based on Weblate comments
Haoyu Qiu
2023-02-13
1
-0
/
+1
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-5
/
+5
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
2
-58
/
+58
*
Add safety-checks before some servers `free()`
Adam Scott
2022-12-29
1
-0
/
+1
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
Cleanup remaining EditorUndoRedoManager usages
kobewi
2022-11-24
2
-4
/
+5
*
Use forward-declarations in EditorPlugin where possible
trollodel
2022-11-11
1
-0
/
+3
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-3
/
+3
*
Rename remaining "Spatial" in Plugins to "Node3D"
Micky
2022-10-04
1
-1
/
+1
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-5
/
+5
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
2
-4
/
+10
[next]