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
/
script_editor_debugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added debugger plugin support
simpu
2020-08-26
1
-1
/
+62
*
Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...
Stijn Hinlopen
2020-07-14
1
-2
/
+2
*
Added Custom Performance Monitor and feature to read intermediate values of M...
simpu
2020-06-29
1
-231
/
+34
*
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
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-38
/
+72
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+6
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-86
/
+0
*
Support multiple debug protocols.
Fabio Alessandrelli
2020-05-12
1
-0
/
+2
*
Merge pull request #38592 from Calinou/debugger-error-warning-icon
Rémi Verschelde
2020-05-11
1
-3
/
+5
|
\
|
*
Use a different icon for the debugger tab with both warnings and errors
Hugo Locurcio
2020-05-09
1
-3
/
+5
*
|
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
*
Add ability to export VRAM usage as CSV
Pedro J. Estébanez
2020-04-24
1
-27
/
+78
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
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
1
-34
/
+34
*
Working multiple window support, including editor
Juan Linietsky
2020-03-26
1
-1
/
+1
*
Effective DisplayServer separation, rename X11 -> LinuxBSD
Juan Linietsky
2020-03-26
1
-4
/
+5
*
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
1
-3
/
+3
*
Fix various typos
luz.paz
2020-03-11
1
-1
/
+1
*
Update editor debugger to new remote debugger.
Fabio Alessandrelli
2020-03-08
1
-138
/
+110
*
Threaded networking for editor debugger.
Fabio Alessandrelli
2020-03-08
1
-45
/
+29
*
Fix some bugs spotted by asan in editor debugger.
Fabio Alessandrelli
2020-03-05
1
-3
/
+1
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-63
/
+29
*
Remove this signal call that was mistakenly added in #36244
nathanwfranke
2020-02-24
1
-1
/
+0
*
Fix visuals of the new debugger editor
Michael Alexsander
2020-02-22
1
-11
/
+7
*
Huge Debugger/EditorDebugger refactor.
Fabio Alessandrelli
2020-02-21
1
-0
/
+1879