index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
gdnavigation
Age
Commit message (
Expand
)
Author
2021-04-26
Remove uses of `auto` for better readability and online code reviews
Hugo Locurcio
2021-03-21
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-15
Allow Navigation to be more flexible
Gilles Roudière
2021-03-10
Implement Navigation layers
Gilles Roudière
2021-03-10
Remove Navigation2D/3D nodes, and move the navigation map to the world resource
Gilles Roudière
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Editor: Fix invalid use of Node::get_viewport() after rename of EditorNode::g...
Rémi Verschelde
2020-12-28
Merge pull request #44183 from madmiraal/box_shape-size
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-18
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-09
Static analyzer fixes:
bruvzg
2020-12-08
Use box size instead of extents for Shape dimensions
Marcel Admiraal
2020-12-05
Rename CubeMesh BoxMesh
Marcel Admiraal
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-18
Refactor MethodBind to use variadic templates
reduz
2020-07-10
Add override keywords.
Marcel Admiraal
2020-06-19
Remove ToolButton in favor of Button
Hugo Locurcio
2020-05-27
Split `Geometry` singleton into `Geometry2D` and `Geometry3D`
Andrii Doroshenko (Xrayez)
2020-05-19
Style: Fix unnecessary semicolons that confused clang-format
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
Revert "Renamed plane's d to distance"
Rémi Verschelde
2020-05-10
Renamed plane's d to distance
Marcus Elg
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
Merge pull request #37436 from akien-mga/doc-node-renames
Rémi Verschelde
2020-03-30
doc: Update classref with node renames
Rémi Verschelde
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-27
Renamed 2D and 3D nodes to make their types explicit
Juan Linietsky
2020-03-26
Popups are now windows also (broken!)
Juan Linietsky
2020-03-26
Working multiple window support, including editor
Juan Linietsky
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-11
Fix various typos
luz.paz
2020-03-08
Complete NavigationMeshInstance rename
lupoDharkael
2020-03-06
Added error to notify that the Navigation triangle merging failed due to inco...
Andrea Catania
2020-02-28
Signals: Port connect calls to use callable_mp
Rémi Verschelde
2020-02-28
Merge pull request #36388 from AndreaCatania/some_renames
Rémi Verschelde
2020-02-27
Renamed PlaneShape to WorldMarginShape
Andrea Catania
2020-02-27
Renamed NavigationMeshInstance to NavigationRegion
Andrea Catania
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
Merge pull request #36551 from AndreaCatania/navigation_destruction_flush
Rémi Verschelde
2020-02-26
Flushes commands just before the navigation server is destroyed
Andrea Catania
2020-02-24
Fixed remove region method.
Andrea Catania
2020-02-20
Reworked signal connection system, added support for Callable and Signal obje...
Juan Linietsky
2020-02-18
Added utility functions to the new NavigationServer:
Andrea Catania
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRD
Haoyu Qiu
2020-02-12
ObjectID converted to a structure, fixes many bugs where used incorrectly as ...
Juan Linietsky
[next]