summaryrefslogtreecommitdiffstats
path: root/scene/debugger
Commit message (Expand)AuthorAgeFilesLines
...
* | Use range iterators for `Map`Lightning_A2021-09-301-8/+8
* | Fix camera override not workingrequizm2021-08-211-1/+1
* | Disable Node3D when compiling without 3D and fix disable_3d optionAaron Franke2021-08-131-2/+2
* | Organize methods in Viewport and explicitly name 3D methods with 3DAaron Franke2021-08-101-4/+4
* | Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* | Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-5/+4
* | Increase the number of arguments accepted by UndoRedo methodsGilles Roudière2021-07-061-4/+4
* | Merge pull request #49719 from LightningAA/rename-node-is-ancestor-ofRémi Verschelde2021-06-291-9/+9
|\ \
| * | Rename `is_a_parent_of()` to `is_ancestor_of()`Lightning_A2021-06-211-9/+9
* | | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
|/ /
* / Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
|/
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-012-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-5/+5
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Fix resource preview in remote inspectorPouleyKetchoupp2020-05-231-9/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-70/+140
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+11
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-24/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-14/+14
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-172-18/+18
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-082-10/+16
* Fix debugger crash inspecting freed object.Fabio Alessandrelli2020-02-251-5/+9
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-214-1510/+1018
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* Visual GPU profiler and related profiling support in Vulkan.Juan Linietsky2020-02-112-5/+39
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-012-4/+4
* Correct size for PacketPeerStream in Debugger.Fabio Alessandrelli2019-12-211-1/+1
* Implement game camera overrideErik2019-10-233-0/+1481