index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
script_editor_debugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't cut of long errors in debugger.
Benjamin
2018-05-26
1
-1
/
+4
*
-New inspector.
Juan Linietsky
2018-05-15
1
-2
/
+2
*
Merge pull request #16893 from GodotExplorer/debugger-improvement-3
Juan Linietsky
2018-05-07
1
-1
/
+50
|
\
|
*
Save runtime node as scene from the remote scene tree.
geequlim
2018-02-22
1
-1
/
+50
*
|
Fix Coverity reports of uninitialized scalar variable
Rémi Verschelde
2018-04-19
1
-20
/
+3
*
|
Update icons when theme changed
Poommetee Ketson
2018-02-25
1
-0
/
+10
*
|
only show information we have in stacktrace
Paul Joannon
2018-02-24
1
-3
/
+11
*
|
Insert proper copy icon to debugger
Artem Varaksa
2018-02-22
1
-1
/
+1
*
|
Icons update
Daniel J. Ramirez
2018-02-21
1
-1
/
+1
|
/
*
Don't print error message when select debugger stacks if the debugger is stop...
geequlim
2018-02-21
1
-8
/
+8
*
Fixed Remote Tree not drawing relationship lines unless the setting is changed.
Michael Alexsander Silva Dias
2018-02-20
1
-0
/
+8
*
Made the Debugger's Stack Frames items reselectable.
Michael Alexsander Silva Dias
2018-02-20
1
-0
/
+1
*
Fix #16543 (add button to copy error from debugger)
Artem Varaksa
2018-02-14
1
-0
/
+20
*
Fix option run/output/always_open_output_on_play
Guilherme Silva
2018-01-19
1
-1
/
+3
*
Mono: Implement stack info for errors and exceptions
Ignacio Etcheverry
2018-01-09
1
-6
/
+9
*
Merge pull request #15294 from poke1024/fix-debug-hangs
Rémi Verschelde
2018-01-08
1
-0
/
+5
|
\
|
*
Fix Godot getting swamped by debug events
Bernhard Liebl
2018-01-03
1
-0
/
+5
*
|
Fixes debugger randomly not pausing
Bernhard Liebl
2018-01-07
1
-0
/
+2
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
|
Merge pull request #14792 from Krakean/enh-1
Rémi Verschelde
2018-01-03
1
-1
/
+66
|
\
\
|
*
|
A few small Debugger->Errors tab enhancements:
Dmitry Koteroff
2017-12-18
1
-1
/
+66
|
|
/
*
/
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
|
/
*
Make auto switch to remote scene tree opt-in
Rémi Verschelde
2017-12-04
1
-1
/
+1
*
Better number format for memory usage
volzhs
2017-11-25
1
-1
/
+2
*
Improved update for remote scene tree and remote object.
geequlim
2017-11-23
1
-14
/
+12
*
Add editor setting to allow keep show local scene tree while debugger start.
geequlim
2017-11-22
1
-3
/
+10
*
Fixed the Remote tab not complying with the "Draw Relationship Lines" setting.
Michael Alexsander Silva Dias
2017-11-21
1
-0
/
+9
*
Move the remote scene tree to the scene tree dock.
Geequlim
2017-11-17
1
-10
/
+9
*
Send script members, contants and globals to debugger
geequlim
2017-11-17
1
-66
/
+114
*
Monitor: add checkbox to monitor list
Poommetee Ketson
2017-10-24
1
-7
/
+9
*
Improved monitors units and colors.
Daniel J. Ramirez
2017-10-23
1
-7
/
+40
*
Refactor Fixed to Physics
Poommetee Ketson
2017-10-21
1
-2
/
+2
*
Merge pull request #11659 from AndreaCatania/prephysics
Andreas Haas
2017-10-02
1
-6
/
+6
|
\
|
*
Renamed fixed_process to physics_process
AndreaCatania
2017-09-30
1
-6
/
+6
*
|
fixed bottom panel debugger exception
toger5
2017-09-28
1
-0
/
+5
|
/
*
Merge pull request #11424 from groud/control_node_presets
Rémi Verschelde
2017-09-26
1
-1
/
+1
|
\
|
*
Remove set_area_as_parent_rect and replace it by set_anchors_and_margins_pres...
Gilles Roudiere
2017-09-22
1
-1
/
+1
*
|
Add font size setting for output panel
volzhs
2017-09-25
1
-1
/
+1
|
/
*
Fixed metrics.
Daniel J. Ramirez
2017-09-17
1
-2
/
+0
*
fixed double border for debugger tab panel
toger5
2017-09-15
1
-1
/
+2
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Monitor: add hint, fix certain graph not drawn
Poommetee Ketson
2017-08-26
1
-3
/
+6
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-5
/
+5
*
Ability to set script debugger reason text context.
Daniel J. Ramirez
2017-08-22
1
-4
/
+17
*
Inspector is no longer cleared when game runs, fixes #9408
Juan Linietsky
2017-08-20
1
-3
/
+0
*
-Properly check limits to objects sent (regarding to size), fixes #9034
Juan Linietsky
2017-08-18
1
-5
/
+9
*
Merge pull request #10164 from djrm/pr_theme_fixes
Rémi Verschelde
2017-08-10
1
-13
/
+6
|
\
|
*
Several ui improvements (mostly margins)
Daniel J. Ramirez
2017-08-08
1
-13
/
+6
*
|
Set some reasonable limits for sending information to the debugger, closes #5848
Juan Linietsky
2017-08-08
1
-0
/
+1
|
/
*
Style: Apply clang-format on all files
Rémi Verschelde
2017-07-30
1
-1
/
+1
[next]