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