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_feature_profile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-1
/
+1
*
Merge pull request #57749 from timothyqiu/feature-class-props
Rémi Verschelde
2022-02-07
1
-1
/
+9
|
\
|
*
Don't display empty Class Properties in feature profile
Haoyu Qiu
2022-02-07
1
-1
/
+9
*
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-1
/
+1
|
/
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-17
/
+17
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-3
/
+3
*
Fix various i18n failures
Haoyu Qiu
2021-08-03
1
-1
/
+1
*
Put multiple colons back into translated strings
Yuri Sizov
2021-07-31
1
-6
/
+6
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-7
/
+6
*
Optimize StringName usage
reduz
2021-07-18
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-5
/
+5
*
Consolidate JSON, JSONParseResults and JSONParser into JSON
Marcel Admiraal
2021-06-19
1
-22
/
+21
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
*
Improve the layout and texts of the Editor Feature Profiles dialog
Yuri Sizov
2021-05-31
1
-43
/
+88
*
Fixed changing enabled classes resetting folding in manage editor features.
Emre Aydin
2021-05-27
1
-0
/
+36
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-5
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-1
/
+1
*
Rename AcceptDialog get_ok() to get_ok_button()
Marcel Admiraal
2020-12-14
1
-1
/
+1
*
doc: Sync classref with current source
Rémi Verschelde
2020-09-04
1
-1
/
+1
*
Make the Import dock depend on the FileSystem dock
Aaron Franke
2020-08-27
1
-5
/
+12
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-2
/
+2
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+1
*
Fix build after merge of #37235
Rémi Verschelde
2020-05-25
1
-2
/
+3
*
Merge pull request #37235 from Calinou/improve-editor-feature-profiles
Rémi Verschelde
2020-05-25
1
-5
/
+30
|
\
|
*
Improve the editor feature profiles UX
Hugo Locurcio
2020-03-22
1
-5
/
+30
*
|
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-4
/
+8
*
|
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
-31
/
+0
*
|
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
|
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-1
/
+1
*
|
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-10
/
+10
|
/
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-25
/
+15
*
Added StringName as a variant type.
Juan Linietsky
2020-02-21
1
-5
/
+5
*
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-20
1
-15
/
+15
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-3
/
+3
*
Add ignoring of disabled recent and favorite classes in create
PucklaMotzer09
2020-01-09
1
-2
/
+8
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Makes more strings in editor translatable
Haoyu Qiu
2019-12-16
1
-2
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-4
/
+6
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-4
/
+6
*
|
doc: Sync classref with current source
Rémi Verschelde
2019-09-24
1
-2
/
+2
|
/
*
Merge pull request #29493 from YeldhamDev/enhance_fix_feature_profile
Rémi Verschelde
2019-06-19
1
-7
/
+10
|
\
|
*
Enhancements and fixes for the editor feature profile
Michael Alexsander Silva Dias
2019-06-12
1
-7
/
+10
[prev]
[next]