summaryrefslogtreecommitdiffstats
path: root/core/debugger/engine_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde2020-12-281-3/+3
|\
| * Rename MainLoop methods to match Node methodsMarcel Admiraal2020-12-221-3/+3
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
|/
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli2020-05-121-15/+29
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* Fix -Wshadow=local warning in EngineDebuggerRémi Verschelde2020-03-101-3/+3
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-0/+186