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
/
editor_debugger_node.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-10
/
+10
|
/
*
Fix Debugger tab not updating when clearing errors
kobewi
2022-06-06
1
-34
/
+38
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Cleanup EditorNode and EditorData
Hendrik Brucker
2022-03-30
1
-1
/
+1
*
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-1
/
+0
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-2
/
+2
*
Merge pull request #58687 from YeldhamDev/the_beast_has_been_slain
Rémi Verschelde
2022-03-04
1
-1
/
+1
|
\
|
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-1
/
+1
*
|
Fix debugger not opening built-in scripts
kobewi
2022-03-02
1
-2
/
+14
|
/
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-96
/
+97
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-1
/
+1
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Merge pull request #57796 from akien-mga/revert-sname-theme-setters
Rémi Verschelde
2022-02-08
1
-11
/
+11
|
\
|
*
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-11
/
+11
*
|
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-1
/
+1
|
/
*
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-11
/
+11
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-1
/
+1
*
Store panels and docks singletons in their own classes
trollodel
2022-01-20
1
-7
/
+7
*
Add global breakpoint list
Paulb23
2022-01-15
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-1
/
+1
*
Auto-Increment Debugger Port
Nathan Franke
2021-12-04
1
-0
/
+5
*
Improve appearance of the editor Debugger bottom panel menu
Hugo Locurcio
2021-10-27
1
-0
/
+5
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-5
/
+5
*
Merge pull request #52226 from Faless/debugger/4.x_start_options
Rémi Verschelde
2021-09-14
1
-4
/
+4
|
\
|
*
[Editor] Editor debugger binds according to editor settings.
Fabio Alessandrelli
2021-08-29
1
-4
/
+4
*
|
Merge pull request #51639 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-09-01
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Implemented advanced features of DAP
Ev1lbl0w
2021-08-31
1
-0
/
+3
*
|
Fix camera override not working
requizm
2021-08-21
1
-0
/
+11
|
/
*
Implemented initial DAP support
Ev1lbl0w
2021-08-02
1
-1
/
+14
*
Optimize StringName usage
reduz
2021-07-18
1
-14
/
+14
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
fix stop debugger on closing game
Stefan Boronczyk
2021-04-23
1
-1
/
+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
-2
/
+2
*
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-4
/
+4
*
Debugger: Save options in project metadata
Rémi Verschelde
2020-11-17
1
-9
/
+25
*
Added debugger plugin support
simpu
2020-08-26
1
-0
/
+27
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-21
/
+42
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+8
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-3
/
+0
*
Support multiple debug protocols.
Fabio Alessandrelli
2020-05-12
1
-10
/
+2
*
Use a different icon for the debugger tab with both warnings and errors
Hugo Locurcio
2020-05-09
1
-3
/
+5
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-4
/
+4
*
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
1
-10
/
+9
*
Update editor debugger to new remote debugger.
Fabio Alessandrelli
2020-03-08
1
-0
/
+1
*
Threaded networking for editor debugger.
Fabio Alessandrelli
2020-03-08
1
-9
/
+35
*
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
1
-37
/
+20
*
Fix visuals of the new debugger editor
Michael Alexsander
2020-02-22
1
-44
/
+71
[prev]
[next]