index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_settings.cpp
Age
Commit message (
Expand
)
Author
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
Merge pull request #53957 from fabriceci/new-template-workflow
Rémi Verschelde
2022-01-02
Improve editor template workflow
fabriceci
2022-01-02
Fix various typos
luz paz
2021-12-18
Fix font preview text color on light background
Haoyu Qiu
2021-12-16
Make `--doctool` locale aware
Haoyu Qiu
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-03
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
Hugo Locurcio
2021-10-19
Merge pull request #52940 from groud/toast_notification
Rémi Verschelde
2021-10-15
Fixed shortcut saving and 'original' comparisons
Eric M
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-04
Merge pull request #51413 from KoBeWi/🚗
Rémi Verschelde
2021-10-01
Allow shortcuts to have any number of bindings. Updated UI as required.
Eric M
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-30
Add TextFile support across the editor
Paulb23
2021-09-25
Add history navigation in the script editor using extra mouse buttons
Hugo Locurcio
2021-09-21
Merge pull request #52901 from nonunknown/master
Rémi Verschelde
2021-09-21
Fix alpha typo in code completion color
nonunknown
2021-09-22
Added ability to override shortcut definitions for OSX (remove preprocessor d...
Eric M
2021-09-21
Improve implementation of builtin action overrides
Eric M
2021-09-20
Tweak the 3D editor inertia defaults for better responsiveness
Hugo Locurcio
2021-09-15
Add and use macros for defining editor settings with hint information
Aaron Franke
2021-08-23
Rename polygon editor settings for better display in the Editor Settings
Hugo Locurcio
2021-08-16
Reorganise text editor settings
Paulb23
2021-08-12
Expose and cleanup TextEdit line wrap API
Paulb23
2021-08-12
Cleanup and rename caret operations
Paulb23
2021-08-12
Add option to not expand tree on node select
kobewi
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-08
Merge pull request #51395 from angad-k/pseudolocalization-squashed
Rémi Verschelde
2021-08-08
add pseudolocalization to Godot
Angad Kambli
2021-08-05
Shortcut: Rename `shortcut` property to `event`
Rémi Verschelde
2021-07-26
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-25
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-07-13
Implement the ability to disable classes
reduz
2021-07-02
Add numpad emulation in 3D viewport
Haoyu Qiu
2021-07-01
Use PROPERTY_USAGE_NONE instead of 0 for no property usage
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-20
Merge pull request #48696 from madmiraal/fix-48692
Rémi Verschelde
2021-06-17
Merge pull request #47813 from Calinou/editor-decrease-unfocused-fps-limit
Rémi Verschelde
2021-06-16
EditorSettings: Factor code to compute auto display scale
Rémi Verschelde
2021-06-15
Merge pull request #48597 from Calinou/editor-scale-auto-portrait
Rémi Verschelde
2021-06-14
Refactor editor paths validation in EditorPaths and EditorSettings
Rémi Verschelde
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-05
New and improved IK system for Skeleton2D
TwistedTwigleg
2021-06-03
Replace get_settings_dir with get_config_dir when fetching configuration paths
Yuri Sizov
[next]