summaryrefslogtreecommitdiff
path: root/core/debugger
AgeCommit message (Expand)Author
2022-11-14[MP] Move engine and editor profilers to a plugin.Fabio Alessandrelli
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-07-21Fix editor re-focus on debugger break on WindowsPedro J. Estébanez
2022-07-01Fixing Print_rich which only displays correctly in terminalVoylin
2022-06-29Remove SceneTree dependency from LocalDebuggerTechnoPorg
2022-06-29Adding print_rich for printing with BBCodeVoylin
2022-05-20Add a new HashSet templatereduz
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-05Rename profiler "Idle Time" to "Process Time"Hugo Locurcio
2022-04-27Merge pull request #59582 from Faless/net/4.x_tcp_explicit_pollRémi Verschelde
2022-04-20Fix more issues found by cppcheck.bruvzg
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-27[Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-06[Debugger] Move servers-related behaviours to ServersDebugger.Fabio Alessandrelli
2022-02-06[Debugger] Move most profilers to ServersDebugger.Fabio Alessandrelli
2022-02-06[Debugger] New extensible EngineProfiler class.Fabio Alessandrelli
2022-02-04String: Add contains().Anilforextra
2022-02-02Merge pull request #57526 from tavurth/bugfix/high-macos-cpu-usageRémi Verschelde
2022-02-01Increase RemoteDebuggerPeerTCP poll to 6.9msWill Whitty
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-08Fix incorrect encoding (Latin-1 instead of UTF-8) used in `_error_handler` fu...bruvzg
2021-10-26Save all 64 bits of get_ticks_msec() in more casesMax Hilbrunner
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-09-30Use range iterators for `Map`Lightning_A
2021-08-09Use doubles for time in many other placesAaron Franke
2021-08-03Merge pull request #50454 from Ev1lbl0w/gsoc21-dapFabio Alessandrelli
2021-08-02Implemented initial DAP supportEv1lbl0w
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Rename Reference to RefCountedPedro J. Estébanez
2021-05-20Change behavior of String.rightTomasz Chabora
2021-05-06Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscoresHugo Locurcio
2021-03-16[Net] Make debugger peer less CPU intensive.Fabio Alessandrelli
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-03-04RemoteDebugger: Fix possible division by zeroRémi Verschelde
2021-01-29Modernize ThreadPedro J. Estébanez
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44593 from madmiraal/rename-mainloop-methodsRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-22Rename MainLoop methods to match Node methodsMarcel Admiraal
2020-11-24Merge pull request #43730 from qarmin/core_drivers_default_valuesRémi Verschelde
2020-11-23Initialize class/struct variables with default values in core/ and drivers/Rafał Mikrut
2020-11-23Fix DebuggerMarshalls errors while profilingPouleyKetchoupp
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz