summaryrefslogtreecommitdiffstats
path: root/editor/debugger/editor_debugger_node.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-5/+3
|\
| * Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-5/+3
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix weird plural public method namesAdam Scott2024-08-271-2/+2
* Don't store values when loading themkobewi2024-03-071-0/+1
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Hot-reload only changed scriptsrune-scape2024-01-021-1/+2
* Fix debugger behaviour with multi-session debugging:Saracen2023-10-061-0/+5
* Extract ScriptInstance to simplify includesYuri Sizov2023-09-061-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Editor] Add button to keep the debug server open.Fabio Alessandrelli2022-11-251-3/+5
* Merge pull request #68709 from MewPurPur/instance-begone-part3Rémi Verschelde2022-11-161-1/+1
|\
| * Remove more instances of 'instance' being used as a verbVolTer2022-11-161-1/+1
* | [Editor] Better expose EditorDebuggerPlugin.Fabio Alessandrelli2022-11-141-3/+5
|/
* Add buttons in Remote Scene TreeMicky2022-10-201-0/+1
* Add per-scene UndoRedokobewi2022-08-221-0/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+1
* Clean up Hash Functionsreduz2022-06-201-1/+1
* Fix Debugger tab not updating when clearing errorskobewi2022-06-061-0/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-2/+10
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-1/+1
* Remove VARIANT_ARG* macrosreduz2022-03-091-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Auto-Increment Debugger PortNathan Franke2021-12-041-1/+2
* [Editor] Editor debugger binds according to editor settings.Fabio Alessandrelli2021-08-291-1/+1
* Fix camera override not workingrequizm2021-08-211-3/+2
* Implemented initial DAP supportEv1lbl0w2021-08-021-1/+4
* Optimize StringName usagereduz2021-07-181-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Debugger: Save options in project metadataRémi Verschelde2020-11-171-1/+2
* Added debugger plugin supportsimpu2020-08-261-0/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-1/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Threaded networking for editor debugger.Fabio Alessandrelli2020-03-081-13/+26
* Fix Breakpoint compare in new Debugger.Fabio Alessandrelli2020-02-231-1/+1
* Fix visuals of the new debugger editorMichael Alexsander2020-02-221-3/+4
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-0/+176