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
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-48
/
+96
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-98
/
+0
*
Update game controller enums.
Marcel Admiraal
2020-05-13
1
-36
/
+47
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-6
/
+17
*
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-3
/
+6
*
Implement global and per instance shader uniforms.
Juan Linietsky
2020-04-17
1
-0
/
+5
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-7
/
+7
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-35
/
+35
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-70
/
+75
*
Refactored Input, create DisplayServer and DisplayServerX11
Juan Linietsky
2020-03-26
1
-1
/
+1
*
prevent joypad button input dropdown going out of dialog
alvaroHernandez
2020-03-16
1
-0
/
+2
*
Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes
Rémi Verschelde
2020-03-01
1
-10
/
+45
|
\
|
*
Rename `scancode` to `keycode`.
bruvzg
2020-02-25
1
-10
/
+45
*
|
Signals: Fix signals error prints for the new signal system
Mateo Dev .59
2020-02-28
1
-1
/
+2
*
|
Signals: Manually port most of remaining connect_compat uses
Rémi Verschelde
2020-02-28
1
-1
/
+1
*
|
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-78
/
+37
|
/
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-39
/
+39
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-8
/
+8
*
Improve icons in the Input Map editor
Hugo Locurcio
2020-02-05
1
-13
/
+25
*
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
/
+2
*
Disable ok button if no key is selected when adding event to an action
Gilles Roudière
2019-11-13
1
-0
/
+3
*
Merge pull request #32527 from OsamaElHariri/fix_locale_filter
Rémi Verschelde
2019-11-07
1
-7
/
+12
|
\
|
*
Fix locale filter in project settings editor
Osama El Hariri
2019-10-03
1
-7
/
+12
*
|
Fix key names being wrongly capitalized in the input map editor
Hugo Locurcio
2019-11-04
1
-18
/
+2
*
|
Fix off-by-one error in the Project Settings type dropdown
Hugo Locurcio
2019-10-25
1
-3
/
+4
*
|
Small fixes to redundand code, copy paste bugs
qarmin
2019-10-14
1
-0
/
+2
*
|
Allow all Variant types to be added as project settings
Hugo Locurcio
2019-10-07
1
-11
/
+8
*
|
Focus the search box when pressing Ctrl+F in Project/Editor Settings
Hugo Locurcio
2019-10-06
1
-0
/
+23
|
/
*
Fix crash when moving an action into itself in the Input Map editor
Michael Alexsander Silva Dias
2019-09-27
1
-1
/
+1
*
Merge pull request #31970 from HaSa1002/i18n
Rémi Verschelde
2019-09-24
1
-1
/
+1
|
\
|
*
Fix out of range crash on remapping files
HaSa1002
2019-09-04
1
-1
/
+1
*
|
Add some missing feature tags to the "Override For..." menu
Hugo Locurcio
2019-09-23
1
-0
/
+4
*
|
Merge pull request #31061 from Abstract-Everything/input-actions-reorder-ui
Rémi Verschelde
2019-09-23
1
-0
/
+84
|
\
\
|
*
|
Input actions can be reordered by drag and drop.
J-Camilleri
2019-09-05
1
-0
/
+84
*
|
|
Fix right click crash in Locales Filter
lupoDharkael
2019-09-10
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge pull request #25353 from azagaya/master
Rémi Verschelde
2019-08-30
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Make tab containers in editor, project settings, and export dialog, to use hi...
azagaya
2019-08-30
1
-2
/
+5
*
|
Merge pull request #30576 from qarmin/lgtm_coverage
Rémi Verschelde
2019-07-20
1
-2
/
+0
|
\
\
|
*
|
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-2
/
+0
*
|
|
Added DualShock Equivalents to Joypad Button 10 and 11
Daniel Larson
2019-07-15
1
-2
/
+2
|
/
/
*
|
Merge pull request #30126 from qarmin/remove_unnecessary_code
Rémi Verschelde
2019-07-01
1
-2
/
+2
|
\
\
|
*
|
Remove unnecessary code and add some error explanations
qarmin
2019-07-01
1
-2
/
+2
*
|
|
Tweak gamepad button names to be consistent with the documentation
Hugo Locurcio
2019-07-01
1
-4
/
+4
|
/
/
*
|
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
|
Merge pull request #28454 from homer666/popup-centered-maxsize
Rémi Verschelde
2019-05-28
1
-8
/
+2
|
\
\
|
*
|
Add Popup::popup_centered_clamped method
homer666
2019-04-30
1
-8
/
+2
*
|
|
Merge pull request #25720 from qarmin/fix_hide_search_project_settings
Rémi Verschelde
2019-04-30
1
-0
/
+1
|
\
\
\
|
*
|
|
Clearch SearchBox when unclick SearchButton
qarmin
2019-02-08
1
-0
/
+1
|
|
|
/
|
|
/
|
[next]