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
*
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
*
[Debugger] New extensible EngineProfiler class.
Fabio Alessandrelli
2022-02-06
2
-0
/
+147
*
String: Add contains().
Anilforextra
2022-02-04
1
-1
/
+1
*
Merge pull request #57526 from tavurth/bugfix/high-macos-cpu-usage
Rémi Verschelde
2022-02-02
1
-1
/
+2
|
\
|
*
Increase RemoteDebuggerPeerTCP poll to 6.9ms
Will Whitty
2022-02-01
1
-1
/
+2
*
|
Vectors: Use clear() and has().
Anilforextra
2022-02-02
2
-3
/
+3
|
/
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
12
-24
/
+24
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-1
/
+1
*
Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...
bruvzg
2021-11-08
1
-1
/
+1
*
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-26
1
-2
/
+2
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
7
-11
/
+11
*
Use range iterators for `Map`
Lightning_A
2021-09-30
3
-11
/
+11
*
Use doubles for time in many other places
Aaron Franke
2021-08-09
5
-31
/
+31
[next]