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_settings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tweak the 3D editor inertia defaults for better responsiveness
Hugo Locurcio
2021-09-20
1
-9
/
+7
*
Add and use macros for defining editor settings with hint information
Aaron Franke
2021-09-15
1
-180
/
+99
*
Rename polygon editor settings for better display in the Editor Settings
Hugo Locurcio
2021-08-23
1
-2
/
+2
*
Reorganise text editor settings
Paulb23
2021-08-16
1
-94
/
+99
*
Expose and cleanup TextEdit line wrap API
Paulb23
2021-08-12
1
-1
/
+3
*
Cleanup and rename caret operations
Paulb23
2021-08-12
1
-1
/
+2
*
Use Key enum instead of plain integers
Aaron Franke
2021-08-10
1
-1
/
+1
*
Merge pull request #51395 from angad-k/pseudolocalization-squashed
Rémi Verschelde
2021-08-08
1
-1
/
+6
|
\
|
*
add pseudolocalization to Godot
Angad Kambli
2021-08-08
1
-1
/
+6
*
|
Shortcut: Rename `shortcut` property to `event`
Rémi Verschelde
2021-08-05
1
-9
/
+9
*
|
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
1
-2
/
+2
*
|
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
1
-4
/
+4
|
\
\
|
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-4
/
+4
*
|
|
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
|
/
/
*
/
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-17
/
+12
|
/
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
Add numpad emulation in 3D viewport
Haoyu Qiu
2021-07-02
1
-0
/
+1
*
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-07-01
1
-5
/
+5
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-6
/
+6
*
Merge pull request #48696 from madmiraal/fix-48692
Rémi Verschelde
2021-06-20
1
-1
/
+1
|
\
|
*
Fix InputMap.action_erase_event() failing to erase events correctly.
Marcel Admiraal
2021-05-19
1
-1
/
+1
*
|
Merge pull request #47813 from Calinou/editor-decrease-unfocused-fps-limit
Rémi Verschelde
2021-06-17
1
-2
/
+6
|
\
\
|
*
|
Decrease the editor FPS limit when unfocused from 20 to 10
Hugo Locurcio
2021-04-12
1
-2
/
+6
*
|
|
EditorSettings: Factor code to compute auto display scale
Rémi Verschelde
2021-06-16
1
-24
/
+24
*
|
|
Merge pull request #48597 from Calinou/editor-scale-auto-portrait
Rémi Verschelde
2021-06-15
1
-3
/
+5
|
\
\
\
|
*
|
|
Handle portrait mode monitors in the automatic editor scale detection
Hugo Locurcio
2021-05-09
1
-3
/
+5
*
|
|
|
Refactor editor paths validation in EditorPaths and EditorSettings
Rémi Verschelde
2021-06-14
1
-94
/
+31
*
|
|
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
*
|
|
|
New and improved IK system for Skeleton2D
TwistedTwigleg
2021-06-05
1
-5
/
+5
*
|
|
|
Replace get_settings_dir with get_config_dir when fetching configuration paths
Yuri Sizov
2021-06-03
1
-4
/
+4
*
|
|
|
Merge pull request #45393 from Paulb23/code_edit_autocomplete
Rémi Verschelde
2021-06-01
1
-1
/
+0
|
\
\
\
\
|
*
|
|
|
Move and expose Code Hint in CodeEdit
Paulb23
2021-06-01
1
-1
/
+0
*
|
|
|
|
Merge pull request #49132 from Calinou/editor-syntax-themes-rename-default
Rémi Verschelde
2021-05-31
1
-11
/
+10
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
Rename the bundled text editor themes for consistency with themes
Hugo Locurcio
2021-05-31
1
-11
/
+10
*
|
|
|
|
Merge pull request #49178 from YeldhamDev/remove_dim_option
Rémi Verschelde
2021-05-31
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
Remove `dim_editor_on_dialog_popup` from editor settings
Michael Alexsander
2021-05-28
1
-1
/
+0
|
|
/
/
/
/
*
/
/
/
/
Implement shader caching
reduz
2021-05-31
1
-87
/
+18
|
/
/
/
/
*
|
|
/
Add TileMap grid editor settings.
Gilles Roudière
2021-05-25
1
-0
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-07
1
-4
/
+4
*
|
|
Merge pull request #48534 from Calinou/editor-theme-allow-negative-contrast
Rémi Verschelde
2021-05-09
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Allow negative contrast values in the editor theme settings
Hugo Locurcio
2021-05-07
1
-2
/
+2
*
|
|
Tweak the setting hint for the custom editor theme setting
Hugo Locurcio
2021-05-07
1
-1
/
+1
|
/
/
*
|
Merge pull request #33577 from Calinou/highlight-control-flow-keywords
Rémi Verschelde
2021-05-07
1
-0
/
+1
|
\
\
|
*
|
Highlight control flow keywords with a different color
Hugo Locurcio
2021-05-05
1
-0
/
+1
|
|
/
*
|
Merge pull request #45607 from Calinou/improve-editor-theme
Rémi Verschelde
2021-05-06
1
-4
/
+4
|
\
\
|
*
|
Improve the editor theme
Hugo Locurcio
2021-04-27
1
-4
/
+4
|
|
/
*
/
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-2
/
+2
|
/
*
Merge pull request #35320 from Calinou/edited-scene-extension-if-ambiguous
Rémi Verschelde
2021-03-23
1
-1
/
+0
|
\
[next]