summaryrefslogtreecommitdiffstats
path: root/core/debugger/local_debugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Fix infinite loop on EOF in the command line debuggerSimon Barkehanai2023-06-111-2/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove SceneTree dependency from LocalDebuggerTechnoPorg2022-06-291-2/+5
* Add a new HashSet templatereduz2022-05-201-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-2/+2
* Rename profiler "Idle Time" to "Process Time"Hugo Locurcio2022-05-051-3/+3
* Fix some issues found by cppcheck.bruvzg2022-04-061-2/+2
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Implement toast notifications in the editorGilles Roudière2021-10-141-1/+1
* Use range iterators for `Map`Lightning_A2021-09-301-4/+4
* Use doubles for time in many other placesAaron Franke2021-08-091-7/+7
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-3/+3
* Change behavior of String.rightTomasz Chabora2021-05-201-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-5/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-8/+13
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-34/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-0/+416