| Commit message (Expand) | Author | Age | Files | Lines |
* | Add expression evaluater to debugger (REPL) | kobewi | 2024-10-01 | 1 | -0/+36 |
* | Fix Game window stops responding when debugger pauses | Jamie Pate | 2024-07-10 | 1 | -1/+2 |
* | Reduce and prevent unnecessary random-access to `List` | A Thousand Ships | 2024-05-04 | 1 | -2/+1 |
* | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 1 | -1/+1 |
* | 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 | 1 | -6/+25 |
|\ |
|
| * | Hot-reload only changed scripts | rune-scape | 2024-01-02 | 1 | -6/+25 |
* | | fix deadlock in RemoteDebugger::debug | ACB | 2024-01-14 | 1 | -2/+0 |
|/ |
|
* | [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-11 | 1 | -2/+2 |
* | Support threads in the script debugger | Juan Linietsky | 2023-07-26 | 1 | -19/+90 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | [MP] Move engine and editor profilers to a plugin. | Fabio Alessandrelli | 2022-11-14 | 1 | -87/+0 |
* | Fix editor re-focus on debugger break on Windows | Pedro J. Estébanez | 2022-07-21 | 1 | -0/+3 |
* | Fixing Print_rich which only displays correctly in terminal | Voylin | 2022-07-01 | 1 | -0/+8 |
* | Adding print_rich for printing with BBCode | Voylin | 2022-06-29 | 1 | -2/+8 |
* | Rename profiler "Idle Time" to "Process Time" | Hugo Locurcio | 2022-05-05 | 1 | -2/+2 |
* | Fix more issues found by cppcheck. | bruvzg | 2022-04-20 | 1 | -1/+1 |
* | Fix some issues found by cppcheck. | bruvzg | 2022-04-06 | 1 | -5/+6 |
* | [Debugger] Move servers-related behaviours to ServersDebugger. | Fabio Alessandrelli | 2022-02-06 | 1 | -12/+0 |
* | [Debugger] Move most profilers to ServersDebugger. | Fabio Alessandrelli | 2022-02-06 | 1 | -319/+23 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | 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 | 1 | -3/+3 |
* | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -2/+2 |
* | Use doubles for time in many other places | Aaron Franke | 2021-08-09 | 1 | -9/+9 |
* | 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 | 1 | -1/+1 |
* | | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -7/+7 |
|/ |
|
* | RemoteDebugger: Fix possible division by zero | Rémi Verschelde | 2021-03-04 | 1 | -0/+1 |
* | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | Merge pull request #44593 from madmiraal/rename-mainloop-methods | Rémi Verschelde | 2020-12-28 | 1 | -1/+1 |
|\ |
|
| * | Rename MainLoop methods to match Node methods | Marcel Admiraal | 2020-12-22 | 1 | -1/+1 |
* | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
|/ |
|
* | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
* | Added Custom Performance Monitor and feature to read intermediate values of M... | simpu | 2020-06-29 | 1 | -1/+21 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -29/+55 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -16/+0 |
* | Add support for multiple RemoteDebuggerPeer(s). | Fabio Alessandrelli | 2020-05-12 | 1 | -7/+3 |
* | 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 | 1 | -5/+28 |
|/ |
|
* | 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 |
* | | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -2/+2 |
|/ |
|
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -9/+9 |
* | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -6/+6 |