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
*
Rename profiler "Idle Time" to "Process Time"
Hugo Locurcio
2022-05-05
1
-4
/
+4
*
Rename Transform2D "elements" to "columns"
Aaron Franke
2022-04-29
1
-1
/
+1
*
Add an external link editor icon
Hugo Locurcio
2022-04-24
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+2
*
Capitalize names in the debugger
FireForge
2022-03-29
1
-2
/
+3
*
Add property name style toggle to Inspector
Haoyu Qiu
2022-03-28
1
-1
/
+1
*
Merge pull request #58233 from bruvzg/gde_ts
Rémi Verschelde
2022-03-18
1
-1
/
+1
|
\
|
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-1
/
+1
*
|
Make `TabBar/Container` default their alignments to the left instead of center
Michael Alexsander
2022-03-17
1
-1
/
+0
|
/
*
More icon updates on theme change
Haoyu Qiu
2022-03-15
1
-7
/
+9
*
Remove VARIANT_ARG* macros
reduz
2022-03-09
1
-9
/
+7
*
Make `TabContainer` use `TabBar` internally
Michael Alexsander
2022-03-03
1
-5
/
+5
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-1
/
+2
*
Remove most EditorNode constructor parameters and fields
trollodel
2022-02-14
1
-17
/
+13
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-0
/
+1
*
Merge pull request #57715 from Faless/debugger/4.x_core_includes_and_servers
Rémi Verschelde
2022-02-09
1
-12
/
+18
|
\
|
*
[Debugger] Move servers-related behaviours to ServersDebugger.
Fabio Alessandrelli
2022-02-06
1
-0
/
+4
|
*
[Debugger] Move most profilers to ServersDebugger.
Fabio Alessandrelli
2022-02-06
1
-12
/
+14
*
|
Core: Move generated `VERSION_HASH` to a `.cpp` file
Rémi Verschelde
2022-02-09
1
-14
/
+4
*
|
Revert "Add missing SNAME macro optimization to all theme methods call"
Rémi Verschelde
2022-02-08
1
-8
/
+8
*
|
Add missing SNAME macro optimization to all theme methods call
jmb462
2022-02-06
1
-8
/
+8
|
/
*
Add missing SNAME macro optimization in some function calls
jmb462
2022-02-06
1
-3
/
+3
*
Rename Variant::is_ref() to is_ref_counted()
Pedro J. Estébanez
2022-01-20
1
-2
/
+2
*
Fix a node reparenting warning in the editor debugger
Yuri Sizov
2022-01-17
1
-1
/
+0
*
Add global breakpoint list
Paulb23
2022-01-15
1
-1
/
+113
*
Add option to filter the stack variables of GDScript debugger
Yuri Roubinsky
2022-01-12
1
-1
/
+18
*
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
-6
/
+6
*
align to horizontal_alignment, valign to vertical_alignment, related
Nathan Franke
2021-12-09
1
-5
/
+5
*
Fix bad popups offset in editor with single window off
jmb462
2021-12-06
1
-1
/
+1
*
Added `reset_size` method to `Control` and `Window` classes
Yuri Roubinsky
2021-11-22
1
-1
/
+1
*
Fix debugger tab which don't resetting after pressing clear button
Yuri Roubinsky
2021-11-15
1
-17
/
+31
*
Rename Node's `filename` property to `scene_file_path` for clarity
Hugo Locurcio
2021-09-30
1
-1
/
+1
*
Fix error when opening multiple debugger sessions
Michael Alexsander
2021-09-26
1
-1
/
+1
*
Color error and warning lines in the editor debugger's Errors panel
Hugo Locurcio
2021-09-24
1
-0
/
+4
*
Merge pull request #51920 from jmb462/missing-sname-macro-optimization-in-som...
Rémi Verschelde
2021-09-23
1
-4
/
+4
|
\
|
*
Add missing SNAME macro optimization for StringName in some functions
jmb462
2021-08-20
1
-4
/
+4
*
|
Fix error list not being cleared
Ricardo Subtil
2021-09-16
1
-2
/
+1
*
|
Implemented advanced features of DAP
Ev1lbl0w
2021-08-31
1
-0
/
+14
|
/
*
Merge pull request #50454 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-08-03
1
-10
/
+39
|
\
|
*
Implemented initial DAP support
Ev1lbl0w
2021-08-02
1
-10
/
+39
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+5
*
|
Merge pull request #38317 from verdog/get-cam-2d-4.0
Rémi Verschelde
2021-07-20
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
add viewport.get_camera_2d()
Josh Chandler
2021-07-03
1
-1
/
+1
*
|
Optimize StringName usage
reduz
2021-07-18
1
-44
/
+44
*
|
Add header theme type variations to labels
kobewi
2021-07-13
1
-0
/
+2
*
|
Merge pull request #50086 from Geometror/label-improve-layout-options
Rémi Verschelde
2021-07-13
1
-1
/
+1
|
\
\
|
*
|
Improvements to Label's layout options
Hendrik Brucker
2021-07-04
1
-1
/
+1
|
|
/
*
/
Clean up Tree
reduz
2021-07-04
1
-0
/
+2
|
/
[next]