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
/
project_settings_editor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new HashSet template
reduz
2022-05-20
1
-1
/
+1
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-2
/
+2
*
Add a new HashMap implementation
reduz
2022-05-12
1
-4
/
+4
*
Disallow Callable, Signal and RID in export arrays
kobewi
2022-05-05
1
-5
/
+5
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
[Input] Add extra `shortcut_input` input processing step to process Unicode c...
bruvzg
2022-04-05
1
-2
/
+2
*
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-1
/
+0
*
Improve inspector filtering
Haoyu Qiu
2022-03-18
1
-0
/
+1
*
Fix Autoload capitalization inconsistency
Haoyu Qiu
2022-03-09
1
-1
/
+1
*
Replace some bits of code left to work with the new `TabContainer`
Michael Alexsander
2022-03-04
1
-1
/
+1
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-1
/
+1
*
Convert _notification methods to switch - Chunk C
Jakob Bouchard
2022-02-16
1
-0
/
+2
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-2
/
+2
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-2
/
+2
*
Merge pull request #57562 from AnilBK/string-add-contains
Rémi Verschelde
2022-02-03
1
-1
/
+1
|
\
|
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
|
Merge pull request #57175 from fire-forge/add-type-icons
Rémi Verschelde
2022-02-03
1
-10
/
+12
|
\
\
|
*
|
Add type icons to Project Settings, Array, and Dictionary editors
fire540
2022-02-03
1
-10
/
+12
|
|
/
*
/
Minor fixes/refactoring of project and editor setting dialogs
Hendrik Brucker
2022-02-01
1
-27
/
+67
|
/
*
Merge pull request #56832 from Chaosus/fix_theming
Yuri Roubinsky
2022-01-16
1
-13
/
+13
|
\
|
*
Fix theming update in several editor classes
Yuri Roubinsky
2022-01-16
1
-13
/
+13
*
|
Remove support for PVRTC texture encoding and decoding
Hugo Locurcio
2022-01-14
1
-1
/
+0
|
/
*
Check if action name exists before adding it or renaming an action to it
Marcel Admiraal
2022-01-12
1
-8
/
+4
*
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
-6
/
+6
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-2
/
+2
*
Make platform feature tag names lowercase
Hugo Locurcio
2021-08-31
1
-1
/
+0
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-4
/
+4
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-8
/
+7
*
Optimize StringName usage
reduz
2021-07-18
1
-7
/
+7
*
Improve Project Settings Editor
Danil Alexeev
2021-05-14
1
-149
/
+113
*
Improve ActionMapEditor
Danil Alexeev
2021-05-05
1
-2
/
+0
*
ProjectSettingsEditor: Make "Type" OptionButton item ids match corresponding ...
kleonc
2021-04-20
1
-3
/
+2
*
Save ProjectSettings on editor restart
kobewi
2021-02-26
1
-0
/
+1
*
Fix capitalization of checkbox in Input Map Editor
Michael Alexsander
2021-02-24
1
-1
/
+1
*
Added Import Defaults Editor in Project Settings
reduz
2021-02-23
1
-0
/
+6
*
New ActionMapEditor to replace InputMapEditor. Used in ProjectSettings.
Eric M
2021-02-19
1
-4
/
+214
*
Reorganize Project Settings
reduz
2021-02-18
1
-19
/
+17
*
Fix editor always redrawing
reduz
2021-02-13
1
-0
/
+1
*
Don't allow adding Objects to the project settings
Hugo Locurcio
2021-01-10
1
-3
/
+6
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-1
/
+1
*
Refactored variant constructor logic
reduz
2020-11-09
1
-1
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Add placeholders to the searchbars in the Project/Editor settings
Michael Alexsander
2020-08-28
1
-0
/
+1
*
Fixed issues with adding custom project settings and added confirmation dialo...
Eric M
2020-08-18
1
-2
/
+12
*
Fix and tweak the new header in "Project Settings"
Michael Alexsander
2020-08-14
1
-12
/
+10
*
Rewrite ProjectSettings editor advanced options
Stijn Hinlopen
2020-08-10
1
-287
/
+250
[next]