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
*
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
*
Merge pull request #50454 from Ev1lbl0w/gsoc21-dap
Fabio Alessandrelli
2021-08-03
1
-2
/
+5
|
\
|
*
Implemented initial DAP support
Ev1lbl0w
2021-08-02
1
-2
/
+5
*
|
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
2
-2
/
+2
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
3
-15
/
+15
|
/
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
1
-2
/
+2
*
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-2
/
+2
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
1
-1
/
+1
*
[Net] Make debugger peer less CPU intensive.
Fabio Alessandrelli
2021-03-16
1
-1
/
+6
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
RemoteDebugger: Fix possible division by zero
Rémi Verschelde
2021-03-04
1
-0
/
+1
*
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-9
/
+5
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
12
-24
/
+24
*
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
3
-7
/
+7
|
\
|
*
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-22
3
-7
/
+7
*
|
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
3
-8
/
+8
|
/
*
Merge pull request #43730 from qarmin/core_drivers_default_values
Rémi Verschelde
2020-11-24
1
-1
/
+1
|
\
|
*
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
1
-1
/
+1
*
|
Fix DebuggerMarshalls errors while profiling
PouleyKetchoupp
2020-11-23
1
-1
/
+1
|
/
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
8
-23
/
+23
*
Refactor MethodBind to use variadic templates
reduz
2020-10-18
1
-1
/
+1
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
2
-2
/
+2
*
Added Custom Performance Monitor and feature to read intermediate values of M...
simpu
2020-06-29
1
-1
/
+21
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-3
/
+3
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
6
-55
/
+103
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
8
-71
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-23
/
+8
*
Add support for multiple RemoteDebuggerPeer(s).
Fabio Alessandrelli
2020-05-12
6
-31
/
+50
*
Merge pull request #38522 from ThakeeNathees/printing-empty-string-fix
Rémi Verschelde
2020-05-07
1
-1
/
+1
|
\
|
*
Fix: printing empty string does nothing in editor output pannel
Thakee Nathees
2020-05-07
1
-1
/
+1
*
|
Format remote printerr properly in script debugger output
PouleyKetchoupp
2020-05-01
2
-6
/
+38
|
/
*
Rename InputFilter back to Input
Rémi Verschelde
2020-04-28
1
-6
/
+6
*
Merge pull request #37450 from SkyLucilfer/profilerBug
Rémi Verschelde
2020-04-10
1
-1
/
+1
|
\
|
*
Fix profiler frame number stops updating when window is minimized
SkyJJ
2020-03-31
1
-1
/
+1
[next]