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
/
dependency_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
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
|
/
*
Merge pull request #95281 from Lunarisnia/fix/project-settings
Rémi Verschelde
2024-08-17
1
-14
/
+19
|
\
|
*
fix: project settings not properly saved after a file removal
Rio Arswendo Rachmad
2024-08-08
1
-14
/
+19
*
|
Remove empty bind_methods()
kobewi
2024-08-15
1
-9
/
+0
|
/
*
[Scene] Add `SceneStringNames::confirmed`
A Thousand Ships
2024-06-19
1
-2
/
+2
*
[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
-1
/
+1
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-2
/
+2
*
Fix wrong extension filter for dependency editor
Haoyu Qiu
2024-03-26
1
-1
/
+1
*
Fix unexpected auto translation of Tree content
Haoyu Qiu
2024-03-18
1
-0
/
+4
*
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
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-6
/
+6
*
Fix missing UID handling in Dependency Editor
kobewi
2023-06-13
1
-4
/
+10
*
Fix DependecyEditorOwners not acknowledging non-scene resources
VolTer
2023-06-02
1
-5
/
+29
*
Improve includes of EditorNode (and everything else)
Yuri Sizov
2023-04-07
1
-1
/
+1
*
Add handling of script creation/deletion for custom visual shader nodes
Yuri Rubinsky
2023-01-23
1
-3
/
+9
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-9
/
+9
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
*
Add ability to open multiple scenes in the Dependency Editor
VolTer
2022-09-25
1
-6
/
+13
*
Show dependency warning when removing remaps and fallback if translation
PucklaMotzer09
2022-08-03
1
-0
/
+40
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
dependency editor: set current directory to closest existing directory
Nathan Franke
2022-07-23
1
-0
/
+3
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-4
/
+4
*
Remake resource thread safety and API
reduz
2022-06-22
1
-1
/
+1
*
Improve title of DependencyEditorOwners
kobewi
2022-06-03
1
-1
/
+1
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-4
/
+10
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-7
/
+7
*
Changed signals of ItemList
Vitika9
2022-05-06
1
-2
/
+6
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-1
/
+1
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-2
/
+1
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-4
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-2
/
+5
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-2
/
+2
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-1
/
+2
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-10
/
+10
*
Dependency editor: Edit message about move to trash
Rémi Verschelde
2021-08-02
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-4
/
+4
*
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
1
-0
/
+9
|
\
|
*
Implement Resource UIDs
reduz
2021-07-24
1
-0
/
+9
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-11
/
+9
|
/
*
Optimize StringName usage
reduz
2021-07-18
1
-9
/
+9
[next]