Lasse Öörni
|
16605301bc
Reorganize Editor & NinjaSnowWar resources into subdirectories.
|
11 years ago |
Lasse Öörni
|
379d786da4
Fixed NinjaSnowWar assets to use 1m world unit.
|
12 years ago |
Lasse Öörni
|
680b3d0842
Remap OpenGL vertex attributes so that skinning attributes also fit into the first 8, to fix GLES2 skinning bug on devices that only support 8 attributes (thanks to Alex Fuller.)
|
13 years ago |
Lasse Öörni
|
3d4eb6bdc8
Event refactoring. Removed the concept of targeted events and a Node forwarding a targeted event to all components, which was used only for physics node collision events. Now the node will instead send the collision event, and it can be explicitly subscribed to.
|
13 years ago |
Lasse Öörni
|
3b67320a49
Added animation trigger event system.
|
13 years ago |
Lasse Öörni
|
08ac95dbf7
Fixed continuous collision detection to work with the compound shape.
|
13 years ago |
Lasse Öörni
|
e8974fae47
NinjaSnowWar single player mode fixed to work with Bullet physics.
|
13 years ago |
Lasse Öörni
|
911f9e4c5b
Removed the "flush GPU" feature as it was causing erratic timing. The downside is increased input lag when vsync is on.
|
14 years ago |
Lasse Öörni
|
3eecd9cfb4
Fixed comments.
|
14 years ago |
Lasse Öörni
|
6845f056a5
Refactored NinjaSnowWar example to load the scene and objects from files instead of creating them programmatically.
|
14 years ago |
Lasse Öörni
|
9add70d3be
Added guard against duplicate component creation in NinjaSnowWar game objects, for possible future load/save feature.
|
14 years ago |
Lasse Öörni
|
7a45a5b33a
Made internal event handling functions private in Object & Context.
|
14 years ago |
Lasse Öörni
|
6f5f3c252b
Specify diameter instead of radius for sphere, capsule and cylinder CollisionShapes so that switching between shape types is more intuitive.
|
14 years ago |
Lasse Öörni
|
3f7fffbf49
Some renames. CollisionGroup -> CollisionLayer, Scene::GetNodeByID() -> GetNode(), Ray::Distance() -> HitDistance().
|
14 years ago |
Lasse Öörni
|
de67af8825
CoreData / Data reorganization.
|
14 years ago |