summaryrefslogtreecommitdiff
path: root/core/debugger
AgeCommit message (Expand)Author
2020-07-03Remove String::find_last (same as rfind)Stijn Hinlopen
2020-06-29Added Custom Performance Monitor and feature to read intermediate values of M...simpu
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-12Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli
2020-05-07Merge pull request #38522 from ThakeeNathees/printing-empty-string-fixRémi Verschelde
2020-05-07Fix: printing empty string does nothing in editor output pannelThakee Nathees
2020-05-01Format remote printerr properly in script debugger outputPouleyKetchoupp
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-10Merge pull request #37450 from SkyLucilfer/profilerBugRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-31Fix profiler frame number stops updating when window is minimizedSkyJJ
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-11Fix various typosluz.paz
2020-03-10Fix -Wshadow=local warning in EngineDebuggerRémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli