summaryrefslogtreecommitdiffstats
path: root/core/debugger/engine_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-1/+1
|\
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-1/+1
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-9/+9
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-9/+9
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-1/+1
* Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-1/+1
* Support threads in the script debuggerJuan Linietsky2023-07-261-8/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix editor re-focus on debugger break on WindowsPedro J. Estébanez2022-07-211-1/+5
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use range iterators for `Map`Lightning_A2021-09-301-5/+5
* Use doubles for time in many other placesAaron Franke2021-08-091-1/+1
* 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