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
/
core
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
4
-6
/
+6
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
4
-6
/
+6
*
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-3
/
+3
|
\
|
|
*
Merge pull request #97218 from wenqiangwang/local_debuggger_expr_evalulation
Thaddeus Crews
2024-11-12
1
-3
/
+3
|
|
\
|
|
*
Added support for 'print' command in local (command line -d) debugger
Wenqiang
2024-09-28
1
-3
/
+3
*
|
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
2
-0
/
+38
|
\
|
|
|
*
|
[Debugger] Move quit shortcut configuration to the SceneDebugger
Fabio Alessandrelli
2024-11-07
2
-0
/
+38
*
|
|
Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122
Spartan322
2024-11-02
3
-12
/
+12
|
\
|
|
|
*
|
[Core] Improve error messages with `vformat`
A Thousand Ships
2024-10-30
3
-12
/
+12
*
|
|
Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7c
Spartan322
2024-10-30
1
-1
/
+1
|
\
|
|
|
*
|
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
1
-1
/
+1
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
14
-28
/
+28
*
|
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
14
-0
/
+28
|
/
/
*
|
Add expression evaluater to debugger (REPL)
kobewi
2024-10-01
1
-0
/
+36
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
|
/
*
Use `MutexLock` in more places
A Thousand Ships
2024-08-29
1
-2
/
+1
*
Fix Game window stops responding when debugger pauses
Jamie Pate
2024-07-10
1
-1
/
+2
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
3
-8
/
+7
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
4
-4
/
+4
*
Allow Ref `instantiate` to accept constructor args
Thaddeus Crews
2024-02-10
1
-1
/
+1
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-3
/
+3
*
Merge pull request #86676 from rune-scape/sparse-script-reload
Yuri Sizov
2024-01-17
2
-6
/
+26
|
\
|
*
Hot-reload only changed scripts
rune-scape
2024-01-02
2
-6
/
+26
*
|
fix deadlock in RemoteDebugger::debug
ACB
2024-01-14
1
-2
/
+0
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-1
/
+1
|
/
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-2
/
+2
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-3
/
+1
*
Support threads in the script debugger
Juan Linietsky
2023-07-26
8
-55
/
+137
*
Fix infinite loop on EOF in the command line debugger
Simon Barkehanai
2023-06-11
1
-2
/
+3
*
Fix thread IDs.
Juan Linietsky
2023-04-24
1
-1
/
+3
*
Cleanup unused engine code v2
kobewi
2023-01-19
2
-5
/
+0
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
14
-406
/
+406
*
[MP] Move engine and editor profilers to a plugin.
Fabio Alessandrelli
2022-11-14
2
-89
/
+0
*
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
2
-11
/
+5
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-3
/
+3
*
Fix editor re-focus on debugger break on Windows
Pedro J. Estébanez
2022-07-21
3
-2
/
+11
*
Fixing Print_rich which only displays correctly in terminal
Voylin
2022-07-01
1
-0
/
+8
*
Remove SceneTree dependency from LocalDebugger
TechnoPorg
2022-06-29
1
-2
/
+5
*
Adding print_rich for printing with BBCode
Voylin
2022-06-29
2
-3
/
+10
*
Add a new HashSet template
reduz
2022-05-20
3
-7
/
+7
*
Replace most uses of Map by HashMap
reduz
2022-05-16
6
-15
/
+15
*
Rename profiler "Idle Time" to "Process Time"
Hugo Locurcio
2022-05-05
4
-11
/
+11
*
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
Rémi Verschelde
2022-04-27
1
-2
/
+4
|
\
|
*
[Net] Make StreamPeerTCP::_poll_connection explicit.
Fabio Alessandrelli
2022-03-27
1
-2
/
+4
*
|
Fix more issues found by cppcheck.
bruvzg
2022-04-20
2
-2
/
+2
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
5
-19
/
+20
|
/
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-1
/
+0
*
[Debugger] Move servers-related behaviours to ServersDebugger.
Fabio Alessandrelli
2022-02-06
2
-13
/
+0
*
[Debugger] Move most profilers to ServersDebugger.
Fabio Alessandrelli
2022-02-06
4
-598
/
+27
[next]