Scott Duensing
|
1427b28d00
|
All packet buffers are now uint8_t instead of char. Few memory leaks and NULL issues fixed.
|
2022-02-19 18:59:00 -06:00 |
|
Scott Duensing
|
d15b264ef6
|
File transfers working.
|
2022-02-14 20:13:42 -06:00 |
|
Scott Duensing
|
409c3b4cfb
|
Removed dependency on Kirby from the game server. Started file API.
|
2022-02-08 21:07:18 -06:00 |
|
Scott Duensing
|
114dd36513
|
Completed conversion from task-based code to event-based. Needs testing but now runs on DOS!
|
2022-01-31 19:11:58 -06:00 |
|
Scott Duensing
|
1beebe629c
|
Server packet handling cleaned up.
|
2022-01-17 18:38:00 -06:00 |
|
Scott Duensing
|
4cb64344be
|
Signup and login now working! All new improved packet creation/parsing code - no more wasteful structures!
|
2022-01-16 19:18:50 -06:00 |
|
Scott Duensing
|
ba1fe40938
|
Signup almost working server-side.
|
2022-01-15 20:01:29 -06:00 |
|
Scott Duensing
|
7174d36eb9
|
Login and Sign Up dialogs implemented.
|
2022-01-14 19:06:01 -06:00 |
|
Scott Duensing
|
5a840ab1bf
|
Client/Server data setup working!
|
2022-01-13 20:00:01 -06:00 |
|
Scott Duensing
|
d7dcd43c5f
|
REST processing fixed in server. Major packet handling bug found.
|
2022-01-12 20:40:46 -06:00 |
|
Scott Duensing
|
cb34b340ae
|
Pushing broken PHP in hope for help.
|
2022-01-12 17:28:50 -06:00 |
|
Scott Duensing
|
79edabef5f
|
Server connection and protocol negotiation working. Web site added to repository.
|
2021-12-24 19:00:36 -06:00 |
|
Scott Duensing
|
8d5d5add73
|
Fixed decoding fragmented packets. DOS build now working again.
|
2021-12-08 19:18:05 -06:00 |
|
Scott Duensing
|
9c0c7b712d
|
Encrypted packets are working in Linux. DOS is hanging for some reason.
|
2021-12-07 20:20:05 -06:00 |
|
Scott Duensing
|
10f5da9595
|
Packet resending implemented. Not very tested.
|
2021-12-06 19:44:34 -06:00 |
|
Scott Duensing
|
a07a61b5dd
|
Our first packet arrived!
|
2021-12-05 18:28:06 -06:00 |
|
Scott Duensing
|
ae1bb486cd
|
Using enet to track client connections. Fixed console message queue.
|
2021-11-29 19:29:09 -06:00 |
|
Scott Duensing
|
89a266165f
|
Task issue fixed. On to the server!
|
2021-11-29 17:42:28 -06:00 |
|
Scott Duensing
|
efaf9f886f
|
Main server loop written. Actual client data next!
|
2021-11-22 21:20:26 -06:00 |
|