summaryrefslogtreecommitdiffstats
path: root/core/debugger/debugger_marshalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-4/+4
* Support threads in the script debuggerJuan Linietsky2023-07-261-4/+6
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli2022-02-061-183/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix DebuggerMarshalls errors while profilingPouleyKetchoupp2020-11-231-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-1/+1
* Fix various typosluz.paz2020-03-111-2/+2
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-0/+329