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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
3
-6
/
+6
*
Merge pull request #98891 from Faless/debugger/game_view_settings
Thaddeus Crews
2024-11-10
1
-0
/
+3
|
\
|
*
[Debugger] Move quit shortcut configuration to the SceneDebugger
Fabio Alessandrelli
2024-11-07
1
-0
/
+3
*
|
Reload cached resources in runtime on file reimport
Michael Alexsander
2024-11-05
2
-0
/
+9
|
/
*
Add "Game" editor for better runtime debugging
Michael Alexsander
2024-10-30
5
-56
/
+90
*
Merge pull request #98039 from aaronfranke/button-icon
Thaddeus Crews
2024-10-29
4
-24
/
+24
|
\
|
*
Rename internal Button icon to button_icon to match exposed methods
Aaron Franke
2024-10-29
4
-24
/
+24
*
|
Merge pull request #97934 from adamscott/give-AThousandShips-a-break
Thaddeus Crews
2024-10-29
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-1
/
+1
*
|
Merge pull request #98378 from dalexeev/doc-clarify-engine-debugger
Thaddeus Crews
2024-10-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Clarify `EngineDebugger` and `EditorDebugger*` documentation
Danil Alexeev
2024-10-21
1
-1
/
+1
*
|
Don't include `core/io/image.h` in `core/os/os.h`
Yevhen Babiichuk (DustDFG)
2024-10-18
2
-0
/
+2
|
/
*
Merge pull request #98222 from timothyqiu/media-control-rtl
Clay John
2024-10-17
1
-5
/
+1
|
\
|
*
Don't flip playback control buttons in RTL layout
Haoyu Qiu
2024-10-16
1
-5
/
+1
*
|
Fixed Remote Nodes missing custom icons
Bogdan Inculet
2024-10-15
1
-1
/
+4
|
/
*
Bump DAP requests timeout to 5 seconds
Ricardo Subtil
2024-10-03
2
-3
/
+1
*
Support REPL expressions through DAP `evaluate` request
Ricardo Subtil
2024-10-03
6
-11
/
+71
*
Support object inspection through DAP `variables` request
Ricardo Subtil
2024-10-03
3
-10
/
+192
*
Merge pull request #97647 from KoBeWi/yearly_REPL_pull_request
Rémi Verschelde
2024-10-01
7
-6
/
+255
|
\
|
*
Add expression evaluater to debugger (REPL)
kobewi
2024-10-01
7
-6
/
+255
*
|
Parse fragment from URL
Haoyu Qiu
2024-09-27
1
-2
/
+2
|
/
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
2
-0
/
+2
*
Merge pull request #96759 from Geometror/implement-autostart-profilers
Rémi Verschelde
2024-09-13
5
-11
/
+44
|
\
|
*
Implement Autostart Feature for Profiler / Visual Profiler / Network Profiler
Hendrik Brucker
2024-09-10
5
-11
/
+44
*
|
[Editor] Expose more editor settings to documentation
A Thousand Ships
2024-09-12
2
-3
/
+1
|
/
*
Add target fps editor setting to visual profiler
Daniel Kinsman
2024-09-04
1
-0
/
+4
*
Merge pull request #70096 from rune-scape/stringname-dict
Rémi Verschelde
2024-09-03
1
-1
/
+1
|
\
|
*
StringName Dictionary keys
rune-scape
2024-08-29
1
-1
/
+1
*
|
Merge pull request #94263 from Arnklit/collapse_expand_remote_scene_view
Rémi Verschelde
2024-09-03
2
-0
/
+17
|
\
\
|
*
|
Add collapse/expand right click option to remote scene view
Kasper Frandsen
2024-07-12
2
-0
/
+17
*
|
|
Expose EditorUndoRedoManager's clear_history()
kobewi
2024-08-29
1
-1
/
+1
|
|
/
|
/
|
*
|
Fix weird plural public method names
Adam Scott
2024-08-27
2
-6
/
+6
|
/
*
[TextServer] Fix get_word_breaks and it uses.
bruvzg
2024-06-21
1
-1
/
+1
*
[Scene] Add `SceneStringNames::text/value_changed`
A Thousand Ships
2024-06-19
2
-2
/
+2
*
[Scene] Add `SceneStringNames::item_selected`
A Thousand Ships
2024-06-19
3
-5
/
+5
*
[Scene] Add `SceneStringNames::font(_size/_color)`
A Thousand Ships
2024-06-18
5
-14
/
+14
*
Merge pull request #91454 from akien-mga/coverity-checks
Rémi Verschelde
2024-06-03
1
-13
/
+13
|
\
|
*
Fix Steam input "crc" errors, and some other Coverity reports of uninitialize...
Rémi Verschelde
2024-05-31
1
-13
/
+13
*
|
[Scene] Add `SceneStringNames::panel`
A Thousand Ships
2024-05-30
2
-5
/
+5
*
|
[Scene] Add `SceneStringNames::id_pressed`
A Thousand Ships
2024-05-30
3
-4
/
+4
|
/
*
Merge pull request #92336 from van800/DAP
Rémi Verschelde
2024-05-30
2
-3
/
+6
|
\
|
*
[DAP] Add --dap-port as a command line argument, very similar to --lsp-port
Ivan Shakhov
2024-05-30
2
-3
/
+6
*
|
Merge pull request #91033 from Hilderin/keep_current_bottom_panel_on_play
Rémi Verschelde
2024-05-29
2
-6
/
+1
|
\
\
|
*
|
Add editor setting to keep bottom panel state on play and stop game
Hilderin
2024-05-29
2
-6
/
+1
*
|
|
Merge pull request #92389 from ckaiser/light-mode-profiler
Rémi Verschelde
2024-05-28
2
-2
/
+17
|
\
\
\
|
*
|
|
Fix profiler seek line color in light modes, update on theme change
Christian Kaiser
2024-05-26
2
-2
/
+17
|
|
|
/
|
|
/
|
*
/
|
Limit icon size in EditorDebuggerTree.
Daylily-Zeleen
2024-05-25
3
-1
/
+17
|
/
/
*
|
[Scene] Add SceneStringNames::pressed
A Thousand Ships
2024-05-14
5
-23
/
+23
*
|
Merge pull request #91927 from timothyqiu/monitor-names
Rémi Verschelde
2024-05-14
1
-5
/
+15
|
\
\
|
*
|
Make performance monitor names translatable
Haoyu Qiu
2024-05-14
1
-5
/
+15
[next]