Andrei Kortunov
|
ee2416017e
|
Fix tag mismatch
|
4 years ago |
Alexei Dobrohotov
|
df9667e923
|
Read NIF bounding volume data correctly
|
4 years ago |
capostrophic
|
91efdf18a9
|
Reduce Bullet part code duplication
|
5 years ago |
capostrophic
|
8efbdeaa57
|
Load NiTriStrips/NiTriStripsData (don't do anything yet)
|
5 years ago |
Bret Curtis
|
d6c674660a
|
Merge pull request #1633 from elsid/pathfinder_detour
Use recastnavigation for pathfinding (#2229)
|
6 years ago |
Andrei Kortunov
|
61da6b6ecf
|
Print warning if the RootCollisionNode is attached to non-root node (bug #4311)
|
6 years ago |
Andrei Kortunov
|
6d91fe69b2
|
Revert "Handle RootCollisionNode, attached to non-root node (bug #4311)"
This reverts commit ec9a1b0d05 .
|
6 years ago |
elsid
|
f6a60790f8
|
Create collision shape for all avoided nodes
|
6 years ago |
elsid
|
330e596c64
|
Remove useless parameter
|
6 years ago |
Andrei Kortunov
|
1452684d9e
|
Use new logging system for components
|
6 years ago |
elsid
|
2de38142e2
|
Replace raw pointers by unique_ptr
|
6 years ago |
elsid
|
f2a63bcf35
|
Add unit tests for BulletNifLoader
|
6 years ago |
Andrei Kortunov
|
ec9a1b0d05
|
Handle RootCollisionNode, attached to non-root node (bug #4311)
|
6 years ago |
scrawl
|
03554b2f4b
|
Fix some style issues flagged by cppcheck
|
7 years ago |
scrawl
|
8cf57ef6ac
|
Move BulletShapeManager and BulletShape to resource/
|
9 years ago |
scrawl
|
cdc47fa874
|
Remove BulletNifLoader dependency on keyframe manager
This will make threaded loading easier.
|
10 years ago |
scrawl
|
fe439e53ff
|
Bullet include cleanup
|
10 years ago |
scrawl
|
65f0195c71
|
Readded animated collision shape support
|
10 years ago |
scrawl
|
47758c11cd
|
Readded collision objects and movement physics
|
10 years ago |
scrawl
|
c843cfc8e2
|
Physics stub in preparation for rewrite
|
10 years ago |
scrawl
|
48ffeab191
|
Remove old BulletShapeManager
|
10 years ago |
scrawl
|
604580d75d
|
Move toMatrix to Nif::Node
|
10 years ago |
scrawl
|
e1f4a7f647
|
Merge branch 'master' of https://github.com/OpenMW/openmw into osg
Conflicts:
apps/openmw/engine.cpp
apps/openmw/mwgui/mainmenu.cpp
apps/openmw/mwgui/windowmanagerimp.cpp
apps/openmw/mwinput/inputmanagerimp.cpp
apps/openmw/mwrender/animation.cpp
apps/openmw/mwrender/debugging.cpp
apps/openmw/mwrender/npcanimation.cpp
apps/openmw/mwrender/renderingmanager.cpp
apps/openmw/mwrender/sky.cpp
components/nif/nifkey.hpp
components/nif/nifstream.hpp
components/nifbullet/bulletnifloader.cpp
components/nifogre/ogrenifloader.hpp
libs/openengine/bullet/physic.cpp
libs/openengine/gui/manager.cpp
|
10 years ago |
scrawl
|
d9d84bd7b2
|
Remove bullet raycasting shapes, to be replaced with OSG ray casts
|
10 years ago |
Rohit Nirmal
|
997347b01e
|
Silence -Wreorder warnings.
|
10 years ago |
dteviot
|
407cd50890
|
fixed warning C4099:
type name first seen using 'class' now seen using 'struct'
|
10 years ago |
scrawl
|
f11ec653d0
|
Add setting for showing MRK nodes to NIF loaders
This makes marker objects show up in OpenCS.
|
10 years ago |
scrawl
|
883f7ec7ce
|
Move workaround for hiding markers from NIF loader to Scene
|
10 years ago |
scrawl
|
41b3a9dba9
|
Rewrite animated collision shape support (Fixes #2123)
|
10 years ago |
scrawl
|
04d6cead3b
|
Autogenerated collision should only be disabled if RootCollisionNode is a child of the root node (Fixes #2133)
|
10 years ago |
scrawl
|
0b34d8d2fd
|
Add support for animated collision shapes (Fixes #1549)
|
11 years ago |
scrawl
|
e002acdeae
|
Physics: Create actor shapes outside of BulletNifLoader
This will allow to create a specialised shape instead, such as a capsule, which tends to work better for character controllers.
|
11 years ago |
scrawl
|
7dc30a01cd
|
Some changes suggested by cppcheck
|
12 years ago |
scrawl
|
e30af28860
|
Markers should still have collision if they have a NiRootCollisionNode
|
12 years ago |
scrawl
|
84afd87321
|
Placeable objects should not collide unless they have a NiRootCollisionNode
|
12 years ago |
scrawl
|
d7c4a622cf
|
Create a separate rigid body / shape with full details for raycasting, remove the occlusion query hack
|
12 years ago |
Nathan Jeffords
|
109dff2d29
|
renamed high level NIF files...
|
12 years ago |