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
...
*
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
|
/
*
Implement Tree's internal minimum width calculation
Gilles Roudière
2021-06-28
1
-4
/
+4
*
Improve TreeItem API and allow to move nodes
trollodel
2021-05-17
1
-6
/
+6
*
Add a menu action to open C++ source on GitHub in the editor debugger
Hugo Locurcio
2021-04-19
1
-20
/
+57
*
Fix negative VRAM values
Ev1lbl0w
2021-03-05
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44434 from madmiraal/rename-camera3d-near-and-far
Rémi Verschelde
2020-12-28
1
-2
/
+2
|
\
|
*
Rename Camera3D near and far getters and setters
Marcel Admiraal
2020-12-20
1
-2
/
+2
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-4
/
+4
|
/
*
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
1
-2
/
+2
|
/
*
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
[prev]
[next]