verysecrethero
|
ff44dccb33
|
Merge pull request #23 from teamfisk/OrderedSystemPipeline
Ordered system pipeline approved
|
2016-01-08 10:32:58 +01:00 |
|
William Moberg
|
ef9ce7932a
|
New small fix.
|
2016-01-07 17:40:47 +01:00 |
|
William Moberg
|
beb0967c3b
|
Merge branch 'master' into OrderedSystemPipeline
# Conflicts:
# src/Game/Game.cpp
|
2016-01-07 16:49:20 +01:00 |
|
verysecrethero
|
0e0a361a38
|
HotFix: Updated the CMakeList.txt in src/Game so it has the HealthSystem.cpp. This is needed otherwise the solution cant find that file
|
2016-01-07 16:36:18 +01:00 |
|
William Moberg
|
6ebc4fc784
|
Merge pull request #22 from teamfisk/HealthSystem
Health system
|
2016-01-07 16:17:17 +01:00 |
|
William Moberg
|
7fb71f17b2
|
Destruct all systems properly in the pipeline.
|
2016-01-07 16:13:52 +01:00 |
|
verysecrethero
|
e52c0c9633
|
Now using the easier/cleaner way of getting/setting the HealthProperties
|
2016-01-07 15:27:39 +01:00 |
|
verysecrethero
|
578ca13f79
|
Merge remote-tracking branch 'origin/master' into HealthSystem
|
2016-01-07 15:19:32 +01:00 |
|
William Moberg
|
4048ce6bd4
|
Small fix.
|
2016-01-07 15:18:35 +01:00 |
|
William Moberg
|
c4642cc530
|
Merge branch 'master' into OrderedSystemPipeline
# Conflicts:
# include/Engine/Core/SystemPipeline.h
|
2016-01-07 15:07:16 +01:00 |
|
William Moberg
|
32ebc061b4
|
Merge pull request #21 from teamfisk/AndersTest
Pull request approved.
|
2016-01-07 14:57:12 +01:00 |
|
verysecrethero
|
a1ed79dfbf
|
HealthSystemTest has been created. This runs a single test simple test with HealthEvents and HealthSystem. Also some minor changes
|
2016-01-07 14:53:31 +01:00 |
|
verysecrethero
|
638c236ceb
|
HealthSystem tested and working. Also the 3 new PlayerEvents seems to work. TODO: a proper test in the testclass
|
2016-01-07 14:53:31 +01:00 |
|
verysecrethero
|
f67f22c82d
|
Added Healthrelated events and start of HealthSystem, also reverted the crash "fix"
|
2016-01-07 14:53:31 +01:00 |
|
verysecrethero
|
f3ff433bf7
|
Merge remote-tracking branch 'origin/master' into AndersTest
|
2016-01-07 14:51:08 +01:00 |
|
verysecrethero
|
85ff86a2fe
|
Revert "Exit Crash has been dealt with. There is no need to unsubscribe game since m_ContextRelays has already been destroyed at that point"
This reverts commit 0ae6c42df8.
|
2016-01-07 14:50:13 +01:00 |
|
William Moberg
|
fa8775a72e
|
Renamed vars and added some comments.
|
2016-01-07 10:28:18 +01:00 |
|
Jace
|
49884d7e60
|
Fix for crash when unsubscription during event processing (untested)
|
2016-01-06 13:47:02 +01:00 |
|
Jace
|
34cbbb3eb1
|
Fixed exit crash(es)
|
2016-01-06 11:20:16 +01:00 |
|
verysecrethero
|
0ae6c42df8
|
Exit Crash has been dealt with. There is no need to unsubscribe game since m_ContextRelays has already been destroyed at that point
|
2016-01-05 15:22:16 +01:00 |
|
verysecrethero
|
3678cceb1c
|
Merge remote-tracking branch 'origin/master' into AndersTest
|
2016-01-05 14:48:16 +01:00 |
|
William Moberg
|
de8461e257
|
SystemPipeline should update systems in order depending on input update priority in AddSystem.
|
2015-12-18 15:33:25 +01:00 |
|
Viktor Ljung
|
c133223bac
|
Merge pull request #19 from teamfisk/Networking
Networking
|
2015-12-18 14:54:11 +01:00 |
|
verysecrethero
|
2f6d4fcd0b
|
Adjusted some of the corefiles back to the original in preparation for the Pull Request
|
2015-12-18 14:49:35 +01:00 |
|
stiffly
|
a550b6077e
|
Re-enabled InputCommand debugging info in console
|
2015-12-18 14:25:55 +01:00 |
|
verysecrethero
|
e0cc25dbac
|
Fixed the OctTreeTestGameClass.cpp so it draws the OctTree nicely again
|
2015-12-18 14:22:57 +01:00 |
|
stiffly
|
00bc55370d
|
Added error check in Collision.cpp
|
2015-12-18 14:19:28 +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
|
a0255f1b31
|
Now uses config file to determine if client or server should be started.
|
2015-12-18 13:34:21 +01:00 |
|
stiffly
|
a858dab8b6
|
Network not longer threaded
|
2015-12-18 12:00:14 +01:00 |
|
verysecrethero
|
b1ae96f737
|
Merge remote-tracking branch 'origin/master' into AndersTest
# Conflicts:
# include/Game/Game.h
# src/Engine/Core/OctTree.cpp
# src/Game/Game.cpp
# src/Tests/CMakeLists.txt
# src/Tests/OctTreeTest.cpp
# src/Tests/WorldTest.cpp
|
2015-12-18 11:57:21 +01:00 |
|
Jace
|
7dcd75fccc
|
Merge pull request #18 from teamfisk/OctTree
CollisionSystem, TriggerSystem and Octree
|
2015-12-18 11:42:44 +01:00 |
|
verysecrethero
|
1e5e24a036
|
The tests seems to work under boost 1.59 but test explorer window is broken in 1.60. also changed ResourceManagerTest.cpp
|
2015-12-18 11:37:02 +01:00 |
|
stiffly
|
6d649e4d35
|
Merge remote-tracking branch 'origin/Networking' into Networking
# Conflicts:
# src/Engine/Network/Client.cpp
|
2015-12-18 11:26:48 +01:00 |
|
stiffly
|
5c1a93021b
|
Client now reads address and port from config file. Default address is set to local host.
|
2015-12-18 11:22:13 +01:00 |
|
Jocke
|
ad43cc44c3
|
Merge remote-tracking branch 'origin/Networking' into Networking
|
2015-12-18 11:03:21 +01:00 |
|
Jocke
|
002e1d8c5a
|
Removed magic number from Packet constructor in Packet.cpp.
|
2015-12-18 10:52:46 +01:00 |
|
Jocke
|
30db0b10fd
|
Removed NetworkDefinitions.h and moved #define MAXCONNECTIONS 8
#define INPUTSIZE 128 to Network.h.
|
2015-12-18 10:36:14 +01:00 |
|
Jocke
|
97f8be1915
|
Made Network.h's Start() and Update pure virtual and removed cpp.
Removed unnecessary code from NetworkDefinitions.h.
Renamed sizeOfPackage to sizeOfPacket in Packet.cpp.
|
2015-12-18 10:21:56 +01:00 |
|
Jocke
|
0eb51a0fea
|
Merge remote-tracking branch 'origin/Networking' into Networking
# Conflicts:
# include/Engine/Network/Packet.h
# src/Engine/Network/Packet.cpp
|
2015-12-18 10:16:31 +01:00 |
|
verysecrethero
|
13f7fb2561
|
Stashed test fixes for boost 1.6
|
2015-12-18 10:01:05 +01:00 |
|
stiffly
|
0b714e593f
|
Removed WinLeakCheck. Minor variable name changes. removed IsWASDKeyDown struct
|
2015-12-17 17:56:15 +01:00 |
|
verysecrethero
|
8beddca89a
|
Merge remote-tracking branch 'origin/master' into AndersTest
|
2015-12-17 17:48:28 +01:00 |
|
William Moberg
|
5e0fe975f3
|
Small error handling check.
|
2015-12-17 17:48:00 +01:00 |
|
Jocke
|
db5b6ad519
|
Added more error code to Packet class
|
2015-12-17 17:32:49 +01:00 |
|
William Moberg
|
a26c8f2a24
|
Merge branch 'master' into OctTree
|
2015-12-17 17:30:44 +01:00 |
|
stiffly
|
076030a252
|
Fixes, mostly name changes
|
2015-12-17 17:28:43 +01:00 |
|
William Moberg
|
0f59b863ee
|
Renamed IF_DEBUG_IS to DEBUG_IF, slightly different behavior and added some safety checking for auto creating AABBs from models.
|
2015-12-17 17:08:47 +01:00 |
|
Adam Byléhn
|
d0927373a3
|
Merge pull request #20 from teamfisk/Editor
More usable editor
|
2015-12-17 16:51:59 +01:00 |
|
William Moberg
|
46ae2d39af
|
Merge branch 'master' into OctTree
# Conflicts:
# src/Game/Game.cpp
|
2015-12-17 16:44:01 +01:00 |
|