Tleety
|
22d855a521
|
Fixed attenuation for lights.
|
2014-05-11 00:02:34 +02:00 |
|
Tleety
|
c1c30b0019
|
Fixed lights and added a bad gamma correction
|
2014-05-10 19:51:48 +02:00 |
|
ViktorLjung
|
ea69a9345d
|
PhysicsSystem redesigned, more work is needed.
|
2014-05-07 22:29:03 +02:00 |
|
Stiffly
|
1a365bf069
|
Billboarding on sprites
|
2014-05-07 21:34:19 +02:00 |
|
Tleety
|
b1b60bce61
|
WIP
|
2014-05-07 14:23:01 +00:00 |
|
Jace
|
0e2a373053
|
Merge remote-tracking branch 'origin/master' into gui
Conflicts:
src/GameWorld.cpp
src/Systems/FreeSteeringSystem.cpp
src/Systems/PhysicsSystem.cpp
vs11/Returngeance/Returngeance.vcxproj.filters
|
2014-05-06 18:05:31 +02:00 |
|
Jace
|
a232559bb1
|
FreeSteeringSystem converted to take input commands
|
2014-05-06 17:07:38 +02:00 |
|
Jace
|
8c8edd0e8e
|
WIP InputController for easier command handling in systems
|
2014-05-06 14:33:02 +02:00 |
|
Stiffly
|
398b157b89
|
Rendering sprites
|
2014-05-06 13:52:34 +02:00 |
|
Jace
|
0e068be77b
|
Basic input binding and command publishing system
|
2014-05-05 09:17:58 +02:00 |
|
Jace
|
5e7537b903
|
Input events moved from InputSystem to new InputManager
|
2014-05-05 07:16:45 +02:00 |
|
Stiffly
|
262d259681
|
Orientation interpolation complete (v.length() != glm::length(v), the latter is correct)
|
2014-05-01 02:00:10 +02:00 |
|
Stiffly
|
fa9a610353
|
Almost correct Orientation calculation...
|
2014-04-29 14:21:52 +02:00 |
|
ViktorLjung
|
dc32316bd7
|
Fixing suspension and car collision shape
|
2014-04-29 14:21:14 +02:00 |
|
Jace
|
d0211ef8d6
|
Encapsulated Renderer WIDTH and HEIGHT variables.
|
2014-04-29 13:58:27 +02:00 |
|
Stiffly
|
a13e9d32ec
|
Generalized interpolation functions. (orientation spectrum not working properly (quaterions...))
|
2014-04-29 11:51:57 +02:00 |
|
ViktorLjung
|
f471d7732f
|
Vehicle tuning
|
2014-04-29 03:47:09 +02:00 |
|
Stiffly
|
0feb983277
|
Made Interpolation functions look nicer
|
2014-04-28 19:56:18 +02:00 |
|
Jace
|
57d29d0db7
|
Started implementation of events for InputSystem and SoundSystem
|
2014-04-28 19:55:31 +02:00 |
|
ViktorLjung
|
ed1df6dc60
|
Proper rotation of child physics objects
|
2014-04-28 19:51:13 +02:00 |
|
Stiffly
|
68761c9291
|
Angular velocity support
|
2014-04-28 19:12:51 +02:00 |
|
Stiffly
|
ea4b7b005e
|
Now use the CloneEntity() function to spawn new particles.
|
2014-04-28 17:56:05 +02:00 |
|
Jace
|
5e1355f3fe
|
Optimizations
(cherry picked from commit 7e32946173)
|
2014-04-28 16:24:17 +02:00 |
|
Jace
|
7e32946173
|
Optimizations
|
2014-04-28 04:00:53 +02:00 |
|
ViktorLjung
|
00d27f0058
|
Physics now running on multiple threads
|
2014-04-28 02:06:08 +02:00 |
|
ViktorLjung
|
5f3b03fa6d
|
Merge branch 'havok' of github.com:sippeangelo/Return-to-the-Return-of-Return-Fire-2-Returngeance into havok
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
vs11/Returngeance/Returngeance.vcxproj.filters
|
2014-04-27 08:13:57 +02:00 |
|
ViktorLjung
|
720cf3aa87
|
Added support for HkpExtendedMeshShape.
|
2014-04-27 08:08:00 +02:00 |
|
Stiffly
|
28ac8980f2
|
tested and fixed scale and velocity interpolation. Fix: could not go from lesser value to larger. Added methods for interpolation.
|
2014-04-27 03:20:14 +02:00 |
|
Stiffly
|
023f49b0ec
|
Implemented support for spread angle for particle emitter.
|
2014-04-27 00:17:21 +02:00 |
|
Stiffly
|
956e7cab7b
|
BUG FIX: Iterator not increased incorrectly -> No longer a particle stuck in emitter.
|
2014-04-25 04:32:15 +02:00 |
|
Jace
|
f02954a62c
|
Box and Sphere components renamed to BoxShape and SphereShape
|
2014-04-25 01:05:53 +02:00 |
|
Stiffly
|
166a9f48f1
|
Added support for multiple emitters. (ParticleEmitter component now friend class to ParticleSystem)
|
2014-04-25 00:24:13 +02:00 |
|
Jace
|
7da030d8cd
|
Bloody .orig files!
|
2014-04-25 00:23:49 +02:00 |
|
ViktorLjung
|
be90953f22
|
Rigidbody position not updating in debug FIXED
|
2014-04-24 23:29:28 +02:00 |
|
Jace
|
0567aab8c6
|
Merge branch 'havok'
|
2014-04-24 23:12:41 +02:00 |
|
Jace
|
0b7c383e8a
|
Merge branch 'havok'
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
src/Systems/PhysicsSystem.h
vs11/Returngeance/Returngeance.vcxproj.filters
|
2014-04-24 23:11:16 +02:00 |
|
ViktorLjung
|
8facd9dc9a
|
Rigidbody physics fixed.
|
2014-04-24 23:10:59 +02:00 |
|
ViktorLjung
|
824b31ff6b
|
FreeSteering fixed
|
2014-04-24 20:09:46 +02:00 |
|
ViktorLjung
|
613610d5b1
|
Fixed camera view matrix.
|
2014-04-24 19:49:14 +02:00 |
|
ViktorLjung
|
6ccb196b3b
|
Jeep physics
|
2014-04-24 01:20:13 +02:00 |
|
Stiffly
|
b07605594d
|
Fixed loop, can't miss particles. (tried to add physics to particles)
|
2014-04-24 00:44:26 +02:00 |
|
ViktorLjung
|
afbe58e4f3
|
Wheels now turning and spinning properly.
|
2014-04-24 00:11:49 +02:00 |
|
ViktorLjung
|
c1cb4da684
|
Fixed quaternion relative rotations!
|
2014-04-24 00:03:22 +02:00 |
|
ViktorLjung
|
e95d78aba6
|
Fixed quaternion relative rotations!
|
2014-04-24 00:02:06 +02:00 |
|
Stiffly
|
5997ee2320
|
Added models and temporary "fly everywhere" direction to particles
|
2014-04-24 00:00:29 +02:00 |
|
Stiffly
|
07bc49e3c1
|
Bug fix: fixed time to correct resolution, seconds.
|
2014-04-23 22:46:19 +02:00 |
|
Stiffly
|
100f8f5be4
|
Bug fix: checked for particles not created
|
2014-04-23 21:33:43 +02:00 |
|
ViktorLjung
|
eb6cc266a3
|
Vehicle component based, wheel rotation and position not working.
|
2014-04-22 19:14:35 +02:00 |
|
Stiffly
|
bdac6fa9f9
|
Added velocity interpolation
|
2014-04-22 18:58:41 +02:00 |
|
Stiffly
|
78d4dbf8c2
|
Added scale and color interpolation
|
2014-04-22 17:59:55 +02:00 |
|