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
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initialize class/struct variables with default values in platform/ and editor/
Rafał Mikrut
2020-12-02
2
-22
/
+13
*
[Complex Text Layouts] Refactor Font class, default themes and controls to us...
bruvzg
2020-11-26
3
-25
/
+31
*
Debugger: Save options in project metadata
Rémi Verschelde
2020-11-17
2
-10
/
+27
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-4
/
+0
*
Merge pull request #42729 from opl-/feat/better-debugger-errors
Rémi Verschelde
2020-11-16
1
-6
/
+13
|
\
|
*
Improve output in Debugger Errors tab for scripts
opl-
2020-10-12
1
-6
/
+13
*
|
Variant: Rename Type::_RID to Type::RID
Rémi Verschelde
2020-11-09
1
-1
/
+1
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
3
-5
/
+5
|
/
*
Added debugger plugin support
simpu
2020-08-26
4
-1
/
+109
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
2
-3
/
+3
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-1
/
+1
*
Added Custom Performance Monitor and feature to read intermediate values of M...
simpu
2020-06-29
4
-241
/
+520
*
Draw horizontal lines and labels in the editor performance monitors
Hugo Locurcio
2020-06-21
1
-21
/
+82
*
Remove ToolButton in favor of Button
Hugo Locurcio
2020-06-19
1
-8
/
+16
*
Fix dialog spam when inspecting MeshInstance from model file
PouleyKetchoupp
2020-05-22
2
-6
/
+5
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
7
-100
/
+194
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
2
-0
/
+14
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
16
-197
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
2
-2
/
+2
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
2
-2
/
+2
*
Support multiple debug protocols.
Fabio Alessandrelli
2020-05-12
5
-14
/
+41
*
Merge pull request #38592 from Calinou/debugger-error-warning-icon
Rémi Verschelde
2020-05-11
2
-6
/
+10
|
\
|
*
Use a different icon for the debugger tab with both warnings and errors
Hugo Locurcio
2020-05-09
2
-6
/
+10
*
|
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-05-10
1
-1
/
+2
|
/
*
Format remote printerr properly in script debugger output
PouleyKetchoupp
2020-05-01
1
-3
/
+27
*
[Core] Rename linear_interpolate to lerp
Aaron Franke
2020-04-29
2
-2
/
+2
*
Add ability to export VRAM usage as CSV
Pedro J. Estébanez
2020-04-24
2
-27
/
+85
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
7
-21
/
+21
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Rename more 2D and 3D nodes to follow convention
Rémi Verschelde
2020-03-27
1
-1
/
+1
*
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-27
1
-4
/
+4
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
6
-77
/
+76
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
2
-2
/
+2
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
2
-5
/
+7
*
stop game process with KEY_F8 crash fixed
Thakee Nathees
2020-03-19
1
-1
/
+1
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
7
-11
/
+11
*
Fix various typos
luz.paz
2020-03-11
1
-1
/
+1
*
Update editor debugger to new remote debugger.
Fabio Alessandrelli
2020-03-08
12
-291
/
+2358
*
Threaded networking for editor debugger.
Fabio Alessandrelli
2020-03-08
6
-90
/
+376
*
Fix some bugs spotted by asan in editor debugger.
Fabio Alessandrelli
2020-03-05
2
-3
/
+2
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
4
-114
/
+56
*
Remove this signal call that was mistakenly added in #36244
nathanwfranke
2020-02-24
1
-1
/
+0
*
Fix Breakpoint compare in new Debugger.
Fabio Alessandrelli
2020-02-23
1
-1
/
+1
*
Fix visuals of the new debugger editor
Michael Alexsander
2020-02-22
4
-58
/
+83
*
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-21
9
-0
/
+3617