summaryrefslogtreecommitdiff
path: root/scene/debugger
AgeCommit message (Expand)Author
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-05-23Fix resource preview in remote inspectorPouleyKetchoupp
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-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-26Added a Window node, and made it the scene root.Juan Linietsky
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-02-25Fix debugger crash inspecting freed object.Fabio Alessandrelli
2020-02-21Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-11Visual GPU profiler and related profiling support in Vulkan.Juan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-21Correct size for PacketPeerStream in Debugger.Fabio Alessandrelli
2019-10-23Implement game camera overrideErik