Commit Graph

14 Commits

Author SHA1 Message Date
1c40998cb6 README: oops, wrong link 2023-12-06 17:12:39 -06:00
988368c307 added unit tests workflow badge to README 2023-12-06 17:10:39 -06:00
12f16645e1 updated README 2023-12-02 17:04:06 -06:00
a78dedcb89 better readme 2023-08-23 18:38:14 -05:00
74b68863b1 updated readme 2023-08-23 18:05:03 -05:00
e4cf64d7bc started docker image 2023-06-20 02:12:15 -05:00
727c68aef3 server: split login/ and shard/ 2023-03-27 17:02:13 -05:00
70e42b5d79 server/shard: added UpdatePlayer(), which should be used whenever player struct state needs to be updated to prevent race conditions 2023-03-26 21:08:13 -05:00
bf1e9d1350 updated README 2023-03-10 00:58:29 -06:00
8569225ec7 major refactoring; started DB
- DB work has started in db. this will be a direct port of the OpenFusion DB format.
- LoginServer is now less of a dummy. You can create and login to accounts, and create a character to go through the tutorial with.
- config.go will host some commonly changed variables.
- protocol: fixed a bug relating to arrays being ignored while encoding packets
2023-03-09 01:48:13 -06:00
3f4ce93f9f genstructs.py: include go source header 2023-03-07 15:08:48 -06:00
b639346605 server: split LoginServer, new Server interface 2023-03-07 14:47:49 -06:00
6d42933189 updated README.md 2023-03-07 12:39:12 -06:00
d3d92c404b misc. refactoring 2023-03-06 18:39:41 -06:00