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
...
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix closing project setting window with ESC while listening for input
Markus Sauermann
2022-12-21
1
-0
/
+10
*
Add feature tags to signify engine float precision
Mikael Hermansson
2022-12-07
1
-0
/
+2
*
Allow specifying a prefix to automatically detect library files for gdextensi...
Gilles Roudière
2022-12-01
1
-2
/
+4
*
Unify usage of undo_redo in editor
kobewi
2022-11-02
1
-3
/
+8
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-4
/
+4
*
Only show named layers in layer menu
Haoyu Qiu
2022-10-08
1
-1
/
+6
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-3
/
+3
*
Split `action_map_editor` file into one file per class it contained.
Eric M
2022-10-06
1
-0
/
+1
*
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-09-07
1
-1
/
+1
*
Improve naming of theme properties throughout GUI code
Yuri Sizov
2022-09-06
1
-1
/
+1
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-15
/
+20
*
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-20
/
+15
*
Add per-scene UndoRedo
kobewi
2022-08-22
1
-2
/
+3
*
Change translation remaps if files are moved
PucklaMotzer09
2022-08-02
1
-0
/
+4
*
Merge pull request #49045 from foxydevloper/hide-custom-settings-non-advanced
Rémi Verschelde
2022-07-31
1
-7
/
+13
|
\
|
*
Hide altering custom properties in basic mode
fox
2022-07-31
1
-7
/
+13
*
|
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-0
/
+1
|
/
*
Rename RenderingServer global shader uniform methods to be more explicit
Hugo Locurcio
2022-07-28
1
-4
/
+4
*
Split up editor export code into multiple files
Aaron Franke
2022-07-26
1
-1
/
+0
*
Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog
FireForge
2022-07-09
1
-1
/
+1
*
Implement Running Godot as Movie Writer
reduz
2022-06-21
1
-0
/
+4
*
Merge pull request #61455 from fire-forge/tab
Rémi Verschelde
2022-05-31
1
-0
/
+1
|
\
|
*
Use "odd" style for TabContainers on base BG color
FireForge
2022-05-26
1
-0
/
+1
*
|
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-1
/
+1
|
/
*
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
[prev]
[next]