summaryrefslogtreecommitdiffstats
path: root/core/debugger
Commit message (Expand)AuthorAgeFilesLines
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-032-2/+2
* Added Custom Performance Monitor and feature to read intermediate values of M...simpu2020-06-291-1/+21
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-3/+3
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-146-55/+103
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-148-71/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-23/+8
* Add support for multiple RemoteDebuggerPeer(s).Fabio Alessandrelli2020-05-126-31/+50
* Merge pull request #38522 from ThakeeNathees/printing-empty-string-fixRémi Verschelde2020-05-071-1/+1
|\
| * Fix: printing empty string does nothing in editor output pannelThakee Nathees2020-05-071-1/+1
* | Format remote printerr properly in script debugger outputPouleyKetchoupp2020-05-012-6/+38
|/
* Rename InputFilter back to InputRémi Verschelde2020-04-281-6/+6
* Merge pull request #37450 from SkyLucilfer/profilerBugRémi Verschelde2020-04-101-1/+1
|\
| * Fix profiler frame number stops updating when window is minimizedSkyJJ2020-03-311-1/+1
* | Replace NULL with nullptrlupoDharkael2020-04-0210-25/+25
|/
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-273-12/+12
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-6/+6
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-1/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-4/+4
* Fix various typosluz.paz2020-03-112-3/+3
* Fix -Wshadow=local warning in EngineDebuggerRémi Verschelde2020-03-101-3/+3
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-0813-0/+2889