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
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
1
-5
/
+25
*
Use a power-of-two value for Primary Grid Steps in the 3D editor
Hugo Locurcio
2020-11-21
1
-1
/
+2
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Remove breakpoints from editor settings
Paulb23
2020-09-10
1
-1
/
+0
*
Add main_gutter (breakpoints, bookmarks, execution lines) to code_edit
Paulb23
2020-09-10
1
-2
/
+2
*
Rename ShortCut to Shortcut which is more grammatically correct
Hugo Locurcio
2020-09-09
1
-15
/
+15
*
Merge pull request #41022 from qarmin/fixes_leak_with_creating_settings
Rémi Verschelde
2020-09-03
1
-0
/
+1
|
\
|
*
Fixes leak with creating editor settings
Rafał Mikrut
2020-08-04
1
-0
/
+1
*
|
Revert "[Windows] Attach to parent console instead of creating new one."
bruvzg
2020-08-17
1
-0
/
+1
*
|
Add an editor setting to invert 3D pan/orbit on the X axis
Hugo Locurcio
2020-08-15
1
-0
/
+1
*
|
[Windows] Attach to parent console instead of creating new one.
bruvzg
2020-08-11
1
-1
/
+0
|
/
*
Add multiple programming language support to class reference
HaSa1002
2020-07-23
1
-0
/
+2
*
Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
Paulb23
2020-07-11
1
-1
/
+0
*
Dynamic infinite 3D grid
Aaron Franke
2020-05-22
1
-8
/
+29
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-23
/
+46
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-73
/
+0
*
Add option for editor freelook camera sensitivity
1abinitio1
2020-04-29
1
-0
/
+2
*
Add editor freelook navigation scheme settings
Hugo Locurcio
2020-04-18
1
-0
/
+2
*
Merge pull request #37391 from dreamsComeTrue/embedded-windows-mode
Rémi Verschelde
2020-04-04
1
-0
/
+2
|
\
|
*
Expose 'Embedded Windows Mode' as Editor and Project Settings
Dominik 'dreamsComeTrue' Jasiński
2020-04-03
1
-0
/
+2
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
|
/
*
Added a Window node, and made it the scene root.
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-1
/
+1
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
1
-6
/
+28
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-4
/
+4
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-1
/
+1
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-1
/
+1
*
|
Merge pull request #36232 from Calinou/add-soft-line-length-guideline
Rémi Verschelde
2020-02-27
1
-3
/
+5
|
\
\
|
*
|
Add a soft line length guideline to the script editor
Hugo Locurcio
2020-02-15
1
-3
/
+5
|
|
/
*
/
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
Juan Linietsky
2020-02-25
1
-17
/
+17
|
/
*
Rename the "Last Modified" project list sorting option to "Last Edited"
Hugo Locurcio
2020-02-12
1
-1
/
+1
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-3
/
+3
*
Enable the script editor line length guideline by default
Hugo Locurcio
2020-01-02
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Cleans up headers included in editor_node.h
Haoyu Qiu
2019-12-24
1
-0
/
+1
*
Make the script templates' blank lines conform with the official style guide
Michael Alexsander
2019-11-17
1
-0
/
+1
*
Merge pull request #32835 from RobKohr/default-convert_indent_on_save-to-true
Rémi Verschelde
2019-10-25
1
-1
/
+1
|
\
|
*
set convert_indent_on_save to true
RobKohr
2019-10-14
1
-1
/
+1
*
|
Add a "slow" modifier to freelook
Hugo Locurcio
2019-10-14
1
-2
/
+0
|
/
*
Highlight singletons and class_names in GDScript
Bojidar Marinov
2019-09-28
1
-0
/
+1
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-4
/
+4
*
Reorganize & rename text editor settings categories
Cykyrios
2019-09-01
1
-19
/
+21
*
Merge pull request #31589 from Chaosus/minimap_enabled
Rémi Verschelde
2019-08-23
1
-1
/
+1
|
\
|
*
Make code minimap to be visible by default
Yuri Roubinski
2019-08-23
1
-1
/
+1
*
|
Allow to define and load script templates per project
Andrii Doroshenko (Xrayez)
2019-08-22
1
-2
/
+11
|
/
*
Merge pull request #31302 from Paulb23/issue_4881_code_minimap
Rémi Verschelde
2019-08-22
1
-0
/
+3
|
\
|
*
Add minimap to text_edit
Paulb23
2019-08-21
1
-0
/
+3
*
|
Displays smart snapping guides when snapped
Gilles Roudière
2019-08-21
1
-0
/
+1
|
/
*
Merge pull request #29871 from Faless/crypto/initial_pr
Rémi Verschelde
2019-08-21
1
-11
/
+19
|
\
[next]