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
/
import_defaults_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Spartan322
2024-10-13
1
-0
/
+2
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
1
-1
/
+1
*
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-2
/
+2
*
Organize existing code for editor plugins
Aaron Franke
2024-04-27
1
-1
/
+1
*
Fix press save in Import Defaults did not save the changed setting
jsjtxietian
2023-11-01
1
-0
/
+1
*
Merge pull request #61818 from KoBeWi/secret_prefix_stash
Rémi Verschelde
2023-08-29
1
-0
/
+2
|
\
|
*
Made hidden ProjectSettings groups more explicit
kobewi
2023-08-23
1
-0
/
+2
*
|
Merge pull request #80914 from jsjtxietian/init-importer-default-correctly
Yuri Sizov
2023-08-25
1
-5
/
+9
|
\
\
|
*
|
Fix "Import Defaults" selector not being initialized incorrectly
jsjtxietian
2023-08-26
1
-5
/
+9
|
|
/
*
/
Deprecate project_settings_changed signal
kobewi
2023-08-10
1
-6
/
+0
|
/
*
Document editor import options in the class reference
Hugo Locurcio
2023-06-15
1
-0
/
+8
*
Allow EditorInspector to change its property name style when necessary
Haoyu Qiu
2023-04-29
1
-6
/
+0
*
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
-1
/
+1
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Make import defaults inspector honor property style settings
Haoyu Qiu
2022-05-06
1
-0
/
+5
*
Update if == NOTIFICATION_* to switch statements to match coding style
megalobyte
2022-02-16
1
-2
/
+4
*
Editor: Cleanup some includes dependencies
Rémi Verschelde
2022-02-15
1
-0
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+9
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add path to functions that return iporter options
reduz
2021-11-14
1
-2
/
+2
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-3
/
+3
*
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
1
-2
/
+2
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-14
/
+14
*
Optimize StringName usage
reduz
2021-07-18
1
-1
/
+1
*
Fix heap-use-after-free in Import Defaults Editor
Michael Alexsander
2021-02-25
1
-1
/
+6
*
Fix import selector resetting in Import Defaults Editor
Michael Alexsander
2021-02-24
1
-0
/
+17
*
Added Import Defaults Editor in Project Settings
reduz
2021-02-23
1
-0
/
+194