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
...
*
Refresh filesystem when saving remote branch
kobewi
2023-03-24
1
-0
/
+7
*
Make sure Script Debugger is updated with the editor theme
Yuri Sizov
2023-03-10
1
-20
/
+28
*
Pace debugger draw requests
Pedro J. Estébanez
2023-02-07
1
-1
/
+5
*
Restore missing info in the error tooltips
Paul Joannon
2023-01-28
1
-2
/
+2
*
Better error display in debugger panel
Paul Joannon
2023-01-27
1
-7
/
+31
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix: Profiler and Visual Profiler start/stop state inconsistency
stmSi
2022-12-23
1
-1
/
+11
*
Fix String::word_wrap() for long words
Haoyu Qiu
2022-12-16
1
-1
/
+10
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
FIx debugger can't inspect sub objects.
Zae
2022-11-25
1
-0
/
+2
*
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
1
-3
/
+3
|
\
|
*
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-3
/
+3
*
|
[MP] Move engine and editor profilers to a plugin.
Fabio Alessandrelli
2022-11-14
1
-23
/
+1
*
|
[Editor] Better expose EditorDebuggerPlugin.
Fabio Alessandrelli
2022-11-14
1
-43
/
+12
|
/
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-12
/
+12
*
Debugger: Fix fetching source to link C++ error on GitHub
Rémi Verschelde
2022-10-06
1
-1
/
+15
*
Fix profiler being disabled at wrong times
halgriffiths
2022-09-13
1
-3
/
+6
*
Rename TreeItem's `set_tooltip` to `set_tooltip_text`
Micky
2022-08-30
1
-2
/
+2
*
Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...
Rémi Verschelde
2022-08-29
1
-2
/
+2
*
Merge pull request #64885 from Mickeon/rename-tooltip-hint
Rémi Verschelde
2022-08-28
1
-10
/
+10
|
\
|
*
Rename `hint_tooltip` to `tooltip_text` & setget
Micky
2022-08-27
1
-10
/
+10
*
|
Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGED
Aaron Record
2022-08-27
1
-2
/
+2
|
/
*
Make Debugger/Misc LineEdits uneditable
kobewi
2022-08-18
1
-0
/
+3
*
Extract EditorResourceConversionPlugin into its own source files and clean up...
Yuri Sizov
2022-07-31
1
-1
/
+0
*
Remove Signal connect binds
Juan Linietsky
2022-07-29
1
-4
/
+4
*
Double check the selected tree item on error activated and error selected cal...
Hristo Stamenov
2022-07-06
1
-0
/
+9
*
Fixing Print_rich which only displays correctly in terminal
Voylin
2022-07-01
1
-0
/
+3
*
Move duplicate AutoWrap, Overrun and VisibleChar behavior enums to the TextSe...
bruvzg
2022-06-16
1
-1
/
+1
*
Merge pull request #61736 from KoBeWi/final_form_of_the_fix
Fabio Alessandrelli
2022-06-12
1
-0
/
+2
|
\
|
*
Fix Debugger tab not updating when clearing errors
kobewi
2022-06-06
1
-0
/
+2
*
|
i18n: Misc fixes translation strings
Rémi Verschelde
2022-06-08
1
-1
/
+1
|
/
*
Use consistent casing in editor filter/search bars
FireForge
2022-05-28
1
-1
/
+1
*
Add the button pressed to some signals in Tree
trollodel
2022-05-21
1
-4
/
+12
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-4
/
+4
*
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
[prev]
[next]