summaryrefslogtreecommitdiffstats
path: root/modules/gdnavigation
Commit message (Expand)AuthorAgeFilesLines
* Replace QuickHull with Bullet's convex hull computer.Morris Tabor2021-05-221-2/+2
* Fix typos with codespellRémi Verschelde2021-05-201-1/+1
* Remove uses of `auto` for better readability and online code reviewsHugo Locurcio2021-04-262-9/+9
* Rename Array.invert() to Array.reverse()Marcel Admiraal2021-03-211-2/+2
* Allow Navigation to be more flexibleGilles Roudière2021-03-157-297/+332
* Implement Navigation layersGilles Roudière2021-03-106-6/+44
* Remove Navigation2D/3D nodes, and move the navigation map to the world resourceGilles Roudière2021-03-101-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-10/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-0116-32/+32
* Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...Rémi Verschelde2020-12-281-1/+1
* Merge pull request #44183 from madmiraal/box_shape-sizeRémi Verschelde2020-12-281-1/+1
|\
| * Use box size instead of extents for Shape dimensionsMarcel Admiraal2020-12-081-1/+1
* | Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* | SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-9/+22
* | Static analyzer fixes:bruvzg2020-12-091-1/+1
|/
* Rename CubeMesh BoxMeshMarcel Admiraal2020-12-051-4/+4
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-074-5/+5
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+2
* Add override keywords.Marcel Admiraal2020-07-101-5/+5
* Remove ToolButton in favor of ButtonHugo Locurcio2020-06-192-4/+6
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-272-4/+4
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-1/+0
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-145-29/+57
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-148-50/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-149-61/+32
* Revert "Renamed plane's d to distance"Rémi Verschelde2020-05-101-1/+1
* Renamed plane's d to distanceMarcus Elg2020-05-101-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-028-83/+83
* Merge pull request #37436 from akien-mga/doc-node-renamesRémi Verschelde2020-03-301-1/+1
|\
| * doc: Update classref with node renamesRémi Verschelde2020-03-301-1/+1
* | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-17/+18
|/
* Renaming of servers for coherency.Juan Linietsky2020-03-273-6/+6
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-275-38/+38
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-2/+2
* Working multiple window support, including editorJuan Linietsky2020-03-261-1/+1
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* Fix various typosluz.paz2020-03-112-3/+3
* Complete NavigationMeshInstance renamelupoDharkael2020-03-082-4/+4
* Added error to notify that the Navigation triangle merging failed due to inco...Andrea Catania2020-03-061-0/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-5/+2
* Merge pull request #36388 from AndreaCatania/some_renamesRémi Verschelde2020-02-284-8/+8
|\
| * Renamed PlaneShape to WorldMarginShapeAndrea Catania2020-02-271-1/+1
| * Renamed NavigationMeshInstance to NavigationRegionAndrea Catania2020-02-273-7/+7
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-262-24/+13
|/
* Merge pull request #36551 from AndreaCatania/navigation_destruction_flushRémi Verschelde2020-02-262-8/+19
|\
| * Flushes commands just before the navigation server is destroyedAndrea Catania2020-02-262-8/+19
* | Fixed remove region method.Andrea Catania2020-02-241-2/+5
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-202-3/+3
* Added utility functions to the new NavigationServer:Andrea Catania2020-02-184-4/+179
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-183-12/+12