Commit Graph

1515 Commits

Author SHA1 Message Date
Linda Andersson 74456a4d80 Spawning players on rand spawnpoint when they connect 2014-02-26 14:55:29 +01:00
Erik Persson 15df481dd3 GL - merge stuff 2014-02-26 12:00:30 +01:00
Linda Andersson 934bc80b62 InGame keys: Go to mainMenu with M. Exit client with ESC. Fix drop in drop out correctly. 2014-02-26 11:53:33 +01:00
Linda Andersson 16ca665311 Fixed deleting problems when shuting down 2014-02-26 11:09:24 +01:00
Linda Andersson 039dcef6a2 Merge branch 'GameLogic' of https://github.com/dean11/Danbias into GameLogic 2014-02-26 10:26:19 +01:00
Linda Andersson a8055cfbf7 Merge with physics 2014-02-26 10:25:39 +01:00
Pontus Fransson dbbc7a9769 Merge branch 'GameLogic' of https://github.com/dean11/Danbias into GameLogic 2014-02-26 10:24:42 +01:00
Pontus Fransson 925f05b3b0 Health pickups is now working! 2014-02-26 10:23:38 +01:00
Pontus Fransson 9ec3fc6fa4 Does not render non visible models anymore. 2014-02-26 10:22:43 +01:00
Pontus Fransson 8798fc9006 Fixed static id not matching on client/server. 2014-02-26 10:22:08 +01:00
Robin Engman 2f19390cd2 Fixed player jump 2014-02-26 10:05:18 +01:00
Linda Andersson 13d6a062fc Added collision and weapon events and send them to client 2014-02-26 10:05:07 +01:00
Robin Engman 2d9f89676a Merge with GL 2014-02-26 09:48:19 +01:00
Robin Engman 08bec9470e Merge remote-tracking branch 'origin/GameServer' into Physics 2014-02-26 09:39:39 +01:00
Linda Andersson 8438b7dfbb Renamed actionEvent 2014-02-26 09:11:45 +01:00
Linda Andersson 4d077106dc Weapon action enum added 2014-02-26 08:51:56 +01:00
Robin Engman ca693c412f Player air check function 2014-02-26 08:51:18 +01:00
Robin Engman 47e6d93957 Fixed player going bonkers on lower hemisphere 2014-02-25 18:25:51 +01:00
Linda Andersson de3250f650 Merge branch 'GameLogic' of https://github.com/dean11/Danbias into GameLogic 2014-02-25 16:26:46 +01:00
Linda Andersson 638f2f6241 Addded objectDelete protocol. Enable/ disable will be used for visibility on client 2014-02-25 16:26:37 +01:00
Pontus Fransson 11eda5065e Reading hp pickups from levelformat. Updating pickups. 2014-02-25 16:10:02 +01:00
Linda Andersson f2bb50804c Play action animation 2014-02-25 16:08:45 +01:00
Pontus Fransson d56d1d7569 Fixed error with reading lights from level format. 2014-02-25 16:07:50 +01:00
Pontus Fransson 2052f60ea4 Merge branch 'GameLogic' of https://github.com/dean11/Danbias into GameLogic 2014-02-25 14:37:07 +01:00
Pontus Fransson 0369d8cf19 Not finished Pickup system. 2014-02-25 14:36:54 +01:00
Linda Andersson 2996627c56 Merge branch 'GameLogic' of https://github.com/dean11/Danbias into GameLogic 2014-02-25 14:35:39 +01:00
Linda Andersson b8395e9af7 Added eventfunctions for PlayerAction and PickupEvent 2014-02-25 14:35:27 +01:00
Erik Persson 31bf73c2fd GL - weapon energy, force etc inside weapon 2014-02-25 13:56:49 +01:00
Linda Andersson f56323ee01 Merge with affectedByTag. Sending killer ID 2014-02-25 12:12:24 +01:00
Linda Andersson 7460f16512 Added player stats. Added players to level. Respawn logic in level. 2014-02-25 11:46:05 +01:00
Erik Persson 8a359bd1ba GL - only 1 player can manipulate a object at a time 2014-02-25 11:20:46 +01:00
Erik Persson 5ba57c1a72 Merge remote-tracking branch 'origin/GameClient' into GameLogic 2014-02-25 10:44:51 +01:00
Erik Persson bc17a9f09e merge 2014-02-25 10:37:33 +01:00
lanariel 53f0699b61 Merge branch 'GameClient' of https://github.com/dean11/Danbias into GameClient 2014-02-25 09:45:13 +01:00
lanariel f35f96b8f2 Instanced fix, render char, manual instanced flag per model, wireframe fix 2014-02-25 09:45:02 +01:00
Pontus Fransson 9ccdbd55e2 Not connecting with broadcast anymore. 2014-02-24 16:18:47 +01:00
Linda Andersson 1b0772a004 Merge branch 'GameClient' of https://github.com/dean11/Danbias into GameClient 2014-02-24 14:59:35 +01:00
lindaandersson 114e14c408 Merge branch 'GameClient' of https://github.com/dean11/Danbias into GameClient 2014-02-24 14:59:09 +01:00
lindaandersson 627063748d Player action protocol added 2014-02-24 14:59:01 +01:00
Linda Andersson 704e562d01 Merge branch 'GameServer' into GameClient 2014-02-24 14:48:36 +01:00
lanariel f77f67eaaa Merge branch 'GameClient' of https://github.com/dean11/Danbias into GameClient 2014-02-24 14:44:46 +01:00
lanariel 37e9d47207 Instanced Rendering 2014-02-24 14:44:36 +01:00
Dander7BD 6e0338ee6b Minor mathematical fix
AngularAxis had a bug.
SnapAngularAxis is determined broken. Do not use. :(
2014-02-24 14:35:38 +01:00
Pontus Fransson bf07ef5f5f Connecting to the ip and port received in the last broadcast message. 2014-02-23 22:25:41 +01:00
Pontus Fransson 5fe89f1d8f Fixed some crashes and added mutex around broadcast options on network server. 2014-02-23 22:07:33 +01:00
Pontus Fransson 203220f43b When OysterThread was idle it was using a lot of cpu power. 2014-02-23 22:06:18 +01:00
Pontus Fransson 0cb7940bae Sending real ip address, port and server name. 2014-02-23 21:15:16 +01:00
Pontus Fransson be1c3e2af0 Sending strings in broadcast message. 2014-02-23 20:40:29 +01:00
Pontus Fransson d64f3d7a20 Broadcasting works and I am getting the protocols out to LanMenuState! 2014-02-23 20:23:15 +01:00
Pontus Fransson a0bf9e862a Started implementing broadcasting. 2014-02-23 18:38:20 +01:00