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
/
editor_feature_profile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973
Spartan322
2024-11-27
1
-0
/
+1
|
\
|
*
Add theme type variations for secondary Trees and ItemLists
passivestar
2024-11-19
1
-0
/
+1
*
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-3
/
+3
|
\
|
|
*
[Editor] Fix order of editor features
A Thousand Ships
2024-11-09
1
-3
/
+3
*
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
1
-0
/
+4
|
\
|
|
*
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
1
-0
/
+4
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
StringName Dictionary keys
rune-scape
2024-08-29
1
-6
/
+6
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
Use `CoreStringNames::normal` in more places
A Thousand Ships
2024-05-30
1
-1
/
+1
*
Editor Feature Profile: Only rebuild selected TreeItem and all children when ...
Marius Hanl
2024-05-20
1
-5
/
+15
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-6
/
+6
*
Editor: Display deprecated/experimental messages in tooltips
Danil Alexeev
2024-04-18
1
-15
/
+8
*
Add context support for editor property name i18n
Haoyu Qiu
2024-03-31
1
-2
/
+2
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+1
*
Make auto translation inheritable
Michael Alexsander
2024-02-15
1
-1
/
+1
*
Split theme generation logic into several subroutines
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Reorganize code related to editor theming
Yuri Sizov
2024-01-16
1
-1
/
+1
*
Revamp how documentation tooltips work
Michael Alexsander
2023-10-03
1
-12
/
+13
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-1
/
+2
*
Use the gray color for all abstract classes
MewPurPur
2023-08-31
1
-3
/
+3
*
Allow changing feature profile via EditorInterface
RedMser
2023-07-24
1
-16
/
+38
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
Turn off auto translate for some editor controls
Haoyu Qiu
2023-03-28
1
-0
/
+1
*
Clean-up, harmonize, and improve StyleBox API
Yuri Sizov
2023-01-19
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix some stuff with the editor features
Michael Alexsander
2022-11-12
1
-1
/
+7
*
Allow to disable History Dock via feature profile
kobewi
2022-11-07
1
-0
/
+4
*
Fix various -Wmaybe-uninitialized warnings from GCC 12.2.1
Rémi Verschelde
2022-09-22
1
-1
/
+1
*
Merge pull request #65039 from Mickeon/rename-treeitem-tooltip
Rémi Verschelde
2022-08-30
1
-1
/
+1
|
\
|
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-1
/
+1
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-8
/
+8
|
/
*
Rebuild the trees in the EditorFeatureProfile dialog when the editor theme ch...
Yuri Sizov
2022-08-05
1
-0
/
+5
*
Merge pull request #63603 from aaronfranke/editor-paths
Rémi Verschelde
2022-07-29
1
-12
/
+13
|
\
|
*
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
1
-12
/
+13
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-8
/
+8
|
/
*
Merge pull request #62827 from fire-forge/ok-cancel
Rémi Verschelde
2022-07-13
1
-1
/
+1
|
\
|
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
|
Seperate filter and description in FileDialog.add_filter()
FireForge
2022-07-09
1
-2
/
+2
|
/
*
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-6
/
+6
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-7
/
+7
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-7
/
+6
*
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-28
1
-2
/
+8
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-2
/
+0
*
i18n: Make property paths and categories translatable
Haoyu Qiu
2022-03-03
1
-1
/
+3
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-11
/
+13
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+3
[next]