verysecrethero
|
2cd0e94a60
|
Changed the comparison method in PlayerSystem since its currently using doubles
|
2016-01-11 15:49:33 +01:00 |
|
verysecrethero
|
8f92de3683
|
xml/xsd files changed type to double. fixed cooldownbug in PlayerSystem. Added 4 tests in ShootEventTest and generalized it a lot
|
2016-01-11 15:49:33 +01:00 |
|
verysecrethero
|
31c1c0ac8d
|
New Event: EShoot. New Components: PrimaryItem,SecondaryItem. New Test: ShootEventTest. Added LeftMouseRelease->Shoot in PlayerSystem
TODO: generalize the test
|
2016-01-11 15:49:33 +01:00 |
|
stiffly
|
330f08b926
|
Merge remote-tracking branch 'origin/master' into Networking
# Conflicts:
# include/Game/PlayerSystem.h
# src/Game/Game.cpp
# src/Game/PlayerSystem.cpp
|
2015-12-18 14:18:53 +01:00 |
|
stiffly
|
50ccf96268
|
Movement code not buggy anymore. Also changed package to not allocate more data than needed.
|
2015-12-16 13:52:16 +01:00 |
|
William Moberg
|
d10df6ae09
|
TriggerSystem implemented and working.
|
2015-12-16 12:22:15 +01:00 |
|
stiffly
|
3f602c9d63
|
Test code
|
2015-12-15 17:55:08 +01:00 |
|
stiffly
|
082b3fd3df
|
Removed old input events from client
|
2015-12-15 17:22:46 +01:00 |
|
William Moberg
|
04a01104b5
|
Merge branch 'master' into OctTree
# Conflicts:
# src/Engine/CMakeLists.txt
# src/Game/Game.cpp
|
2015-12-15 17:11:11 +01:00 |
|
stiffly
|
889e0bb3d3
|
Cleaned up PlayerSystem. Sets velocity to 0 every frame.
|
2015-12-15 16:35:09 +01:00 |
|
William Moberg
|
e2417be8c7
|
Very simple CollisionSystem made, 'Z','Y' to toggle on/off.
|
2015-12-15 15:36:28 +01:00 |
|
stiffly
|
478c692315
|
Refactoring. Client and server has Update Loop that runs before any game logic each frame.
|
2015-12-15 14:53:56 +01:00 |
|
William Moberg
|
170610bcb1
|
Added a TriggerSystem, seems to work as intended.
|
2015-12-15 14:49:52 +01:00 |
|
stiffly
|
0a8a9e5099
|
Merge remote-tracking branch 'origin/master' into Networking
# Conflicts:
# src/Engine/Rendering/RenderState.cpp
# src/Game/Game.cpp
|
2015-12-15 11:50:01 +01:00 |
|
stiffly
|
b698a0d36f
|
WIP
Adding models now crashes. Threading
Added a create player event that currently is not used.
|
2015-12-15 11:21:46 +01:00 |
|
Jace
|
8a6030bf57
|
Added support for "Impure" systems, which only update once per frame and contain their own logic for manipulating the world, instead of relying on a single list of components.
|
2015-12-14 13:57:51 +01:00 |
|
stiffly
|
3da69c8a1b
|
Fixed indentation
|
2015-12-11 15:29:57 +01:00 |
|
stiffly
|
16d636a87c
|
Removed Initialize function for systems.
|
2015-12-11 15:23:56 +01:00 |
|
stiffly
|
4da33ff4ec
|
Fixed movement on a "player" cube. Very simple system atm
|
2015-12-11 15:00:57 +01:00 |
|
stiffly
|
0b60979c7b
|
Added a Initialize function for systems.
|
2015-12-11 14:03:00 +01:00 |
|
stiffly
|
80f028edf2
|
Added a very basic PlayerSystem, and a PlayerComponent.
|
2015-12-11 13:45:19 +01:00 |
|