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
*
Merge pull request #99054 from timothyqiu/session-names
Thaddeus Crews
2024-11-22
1
-1
/
+1
|
\
|
*
Translate the name of the debugger session tabs
Haoyu Qiu
2024-11-11
1
-1
/
+1
*
|
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-4
/
+4
|
/
*
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
1
-0
/
+8
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
1
-4
/
+4
*
Expose EditorUndoRedoManager's clear_history()
kobewi
2024-08-29
1
-1
/
+1
*
Fix weird plural public method names
Adam Scott
2024-08-27
1
-4
/
+4
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
1
-4
/
+4
*
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
1
-3
/
+3
*
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
1
-1
/
+1
*
Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_play
Rémi Verschelde
2024-05-29
1
-5
/
+1
|
\
|
*
Add editor setting to keep bottom panel state on play and stop game
Hilderin
2024-05-29
1
-5
/
+1
*
|
Limit icon size in EditorDebuggerTree.
Daylily-Zeleen
2024-05-25
1
-1
/
+7
*
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
1
-1
/
+1
*
|
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
|
Don't store values when loading them
kobewi
2024-03-07
1
-1
/
+4
|
/
*
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-2
/
+2
*
Extract BottomPanel from EditorNode
kit
2024-02-20
1
-3
/
+4
*
Use check_changed_settings_in_group() everywhere
kobewi
2024-02-19
1
-1
/
+2
*
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
1
-2
/
+8
|
\
|
*
Hot-reload only changed scripts
rune-scape
2024-01-02
1
-2
/
+8
*
|
Update deferred calls to use Callables
kobewi
2024-01-09
1
-1
/
+1
|
/
*
Fix debugger behaviour with multi-session debugging:
Saracen
2023-10-06
1
-6
/
+57
*
[Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-15
1
-4
/
+4
*
Fix accessing editor theme items throughout the UI
Yuri Sizov
2023-09-15
1
-6
/
+6
*
Add EditorStringNames singleton
kobewi
2023-09-03
1
-12
/
+13
*
Merge pull request #75200 from Calinou/debugger-editor-settings-add-property-...
Rémi Verschelde
2023-06-19
1
-3
/
+3
|
\
|
*
Add property hints for debugger/profiler editor settings
Hugo Locurcio
2023-03-22
1
-3
/
+3
*
|
Extract editor run toolbar into its own component
Yuri Sizov
2023-04-19
1
-8
/
+8
|
/
*
Add EditorUndoRedoManager singleton
kobewi
2023-01-16
1
-1
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add remote history to EditorUndoRedoManager
kobewi
2022-12-08
1
-0
/
+2
*
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+2
*
[Editor] Add button to keep the debug server open.
Fabio Alessandrelli
2022-11-25
1
-17
/
+29
*
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
*
|
[Editor] Better expose EditorDebuggerPlugin.
Fabio Alessandrelli
2022-11-14
1
-15
/
+29
|
/
*
Merge pull request #62416 from Calinou/movie-maker-request-attention-on-finish
Rémi Verschelde
2022-10-31
1
-0
/
+6
|
\
|
*
Request attention on the editor window when done recording a movie
Hugo Locurcio
2022-06-26
1
-0
/
+6
*
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-3
/
+3
|
\
\
|
*
|
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-3
/
+3
*
|
|
Add buttons in Remote Scene Tree
Micky
2022-10-20
1
-0
/
+19
|
/
/
*
|
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-5
/
+2
*
|
Add per-scene UndoRedo
kobewi
2022-08-22
1
-2
/
+6
*
|
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
[next]