This website requires JavaScript.
Explore
Help
Sign In
michael
/
Party-Parrots-At-Sea
Watch
1
Star
0
Fork
0
You've already forked Party-Parrots-At-Sea
mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced
2026-05-09 06:18:44 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bedd742c9325ec59256b4e9c3f86ca25af15eb6c
Party-Parrots-At-Sea
/
src
/
main
/
java
/
seng302
/
gameServer
T
History
Alistair McIntyre
bedd742c93
Started on Request/Response packets for the Boat customization to begin the boat customization process.
...
tags: #story[1142]
2017-08-14 13:26:51 +12:00
..
server
Started on Request/Response packets for the Boat customization to begin the boat customization process.
2017-08-14 13:26:51 +12:00
ClientConnectionDelegate.java
Changed package heirachy. Merged Controller and StartScreenController.
2017-07-21 09:22:55 +12:00
GameStages.java
Terminated the game server socket when click exit lobby button
2017-07-13 17:51:25 +12:00
GameState.java
Fixed merged conflicts with merge onto develop.
2017-08-13 19:00:06 +12:00
HeartbeatThread.java
Rather than a high frequency loop sending all packets a low frequency loop is made then destroyed on button press for sending turn packets. This means a fast response time on button press but fewer packets sent.
2017-08-13 18:38:24 +12:00
MainServerThread.java
Fixed bug that stopped clients from getting updated xml data.
2017-08-13 20:24:03 +12:00
ServerListenThread.java
Merge branch 'develop' into story61_player_perspective
2017-07-30 18:07:28 +12:00
ServerPacketParser.java
Fixed merged conflicts with merge onto develop.
2017-08-13 19:00:06 +12:00
ServerToClientThread.java
Fixed bug that stopped clients from getting updated xml data.
2017-08-13 20:29:10 +12:00