Kayne Ruse
5c74ecdd72
Removed ESC key exit, and tweaked some comments
2014-06-15 22:24:50 +10:00
Kayne Ruse
c021032512
The character is visible, fixed a database issue
2014-06-14 22:37:21 +10:00
Kayne Ruse
a11867126c
Fixed segfault in common, changed casting of packets to static_cast
...
This required that I switch from using a char array for the packet buffers
to using malloc() and free(). They make more sense anyway, and I've
learned (or relearned) something about casting.
2014-06-12 03:47:49 +10:00
Kayne Ruse
ee79231de0
Began bringing the client into line with the server's changes
...
Several parts of the client already built correctly.
Updated LobbyMenu, it not builds.
2014-06-10 02:42:07 +10:00
Kayne Ruse
2c9b0fc3e7
Committing some comment tweaks
2014-06-06 21:12:46 +10:00
Kayne Ruse
bf922ec598
Updated the license headers
...
It only took me 5 months.
2014-05-29 00:16:49 +10:00
Kayne Ruse
7b3bf24e5d
Refactored UDPNetworkUtility, and tied it to SerialPacket
2014-05-28 23:22:00 +10:00
Kayne Ruse
de7da81102
Solved a few items on the TODO list
2014-05-28 22:16:36 +10:00
Kayne Ruse
b86d393571
Moved the scenes up one directory level, subdirs no longer needed
2014-05-27 23:28:29 +10:00
Kayne Ruse
e640eda771
Moved client scenes to a sub directory, reworked build process
2013-12-06 20:22:55 +11:00
Kayne Ruse
6ccc874583
Implemented the log on and log off systems
...
This is a pretty straight forward port of the old version, including the
incredibly hacky server list. But I just need to remember that this is a
prototype.
2013-11-23 17:53:36 +11:00
Kayne Ruse
e3605e4dc5
The client is receiving the list of servers
2013-11-22 23:19:29 +11:00
Kayne Ruse
09f97de0e6
Added HandlePacket() to the lobby
2013-11-22 19:56:15 +11:00
Kayne Ruse
f5466b9982
Added config based directories
2013-11-17 00:13:16 +11:00
Kayne Ruse
e176a60d28
client to server contact
2013-11-16 23:46:59 +11:00
Kayne Ruse
2bd8adaf69
Added an empty navigation shell to the client
2013-10-27 22:00:09 +11:00
Kayne Ruse
3225da6b13
Added client scenes
2013-08-31 03:27:11 +10:00