Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Fabio Alessandrelli
|
67265d14f7
[MP] Move engine and editor profilers to a plugin.
|
2 years ago |
Pedro J. Estébanez
|
033001375f
Fix editor re-focus on debugger break on Windows
|
3 years ago |
Voylin
|
cebdfd1bbd
Fixing Print_rich which only displays correctly in terminal
|
3 years ago |
Voylin
|
c6291bcd8a
Adding print_rich for printing with BBCode
|
3 years ago |
Hugo Locurcio
|
79be2c7b75
Rename profiler "Idle Time" to "Process Time"
|
3 years ago |
bruvzg
|
de4c97758a
Fix more issues found by cppcheck.
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
Fabio Alessandrelli
|
6583797305
[Debugger] Move servers-related behaviours to ServersDebugger.
|
3 years ago |
Fabio Alessandrelli
|
87f4bbd668
[Debugger] Move most profilers to ServersDebugger.
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
bruvzg
|
ba9d737363
Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` functions.
|
3 years ago |
Max Hilbrunner
|
5dc02eb8b0
Save all 64 bits of get_ticks_msec() in more cases
|
3 years ago |
Gilles Roudière
|
0587e5e018
Implement toast notifications in the editor
|
3 years ago |
Lightning_A
|
c63b18507d
Use range iterators for `Map`
|
4 years ago |
Aaron Franke
|
84f720966c
Use doubles for time in many other places
|
4 years ago |
Fabio Alessandrelli
|
80fc90e82a
Merge pull request #50454 from Ev1lbl0w/gsoc21-dap
|
4 years ago |
Ev1lbl0w
|
7bccd5487e
Implemented initial DAP support
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Rémi Verschelde
|
614566ddb5
RemoteDebugger: Fix possible division by zero
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
e4c0572385
Merge pull request #44593 from madmiraal/rename-mainloop-methods
|
4 years ago |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 years ago |
Marcel Admiraal
|
d9e9eb8d04
Rename MainLoop methods to match Node methods
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
simpu
|
bfadb882b1
Added Custom Performance Monitor and feature to read intermediate values of Monitor
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Fabio Alessandrelli
|
ed225faf31
Add support for multiple RemoteDebuggerPeer(s).
|
5 years ago |