summaryrefslogtreecommitdiff
path: root/modules/gdnavigation
AgeCommit message (Expand)Author
2021-04-26Remove uses of `auto` for better readability and online code reviewsHugo Locurcio
2021-03-21Rename Array.invert() to Array.reverse()Marcel Admiraal
2021-03-15Allow Navigation to be more flexibleGilles Roudière
2021-03-10Implement Navigation layersGilles Roudière
2021-03-10Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière
2021-02-08Initialize class/struct variables with default values in modules/Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde
2020-12-28Merge pull request #44183 from madmiraal/box_shape-sizeRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-18SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde
2020-12-09Static analyzer fixes:bruvzg
2020-12-08Use box size instead of extents for Shape dimensionsMarcel Admiraal
2020-12-05Rename CubeMesh BoxMeshMarcel Admiraal
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-10-18Refactor MethodBind to use variadic templatesreduz
2020-07-10Add override keywords.Marcel Admiraal
2020-06-19Remove ToolButton in favor of ButtonHugo Locurcio
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRé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-10Revert "Renamed plane's d to distance"Rémi Verschelde
2020-05-10Renamed plane's d to distanceMarcus Elg
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde
2020-03-30doc: Update classref with node renamesRémi Verschelde
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-26Popups are now windows also (broken!)Juan Linietsky
2020-03-26Working multiple window support, including editorJuan Linietsky
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-03-11Fix various typosluz.paz
2020-03-08Complete NavigationMeshInstance renamelupoDharkael
2020-03-06Added error to notify that the Navigation triangle merging failed due to inco...Andrea Catania
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-28Merge pull request #36388 from AndreaCatania/some_renamesRémi Verschelde
2020-02-27Renamed PlaneShape to WorldMarginShapeAndrea Catania
2020-02-27Renamed NavigationMeshInstance to NavigationRegionAndrea Catania
2020-02-26Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez
2020-02-26Merge pull request #36551 from AndreaCatania/navigation_destruction_flushRémi Verschelde
2020-02-26Flushes commands just before the navigation server is destroyedAndrea Catania
2020-02-24Fixed remove region method.Andrea Catania
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18Added utility functions to the new NavigationServer:Andrea Catania
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-15Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRDHaoyu Qiu
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky