170 Commits

Author SHA1 Message Date
375c97c95d add MapsError to ShipError 2020-04-26 21:57:19 -06:00
9f4a9a4f2c use thiserror 2020-04-25 22:16:40 -06:00
628ad056b4 functions to create room joining packets 2020-04-24 20:38:56 -06:00
a8b7e4fa4e HashMap<ClientId, ClientState> -> Clients 2020-04-22 23:49:49 -06:00
07403fe815 move block_selected 2020-04-22 07:30:59 -06:00
0b04701156 move message packet handlers 2020-04-22 07:14:59 -06:00
832a53821d move settings 2020-04-21 23:45:40 -06:00
90d0af87a4 move chat functionality 2020-04-21 23:40:44 -06:00
f38e3357f4 move room packet handlers to own file 2020-04-21 23:15:11 -06:00
4a01beb9e8 move validate_login 2020-04-21 22:18:57 -06:00
881b7c8e46 begin moving packet handlers to own module, send_player_to_lobby 2020-04-21 21:47:41 -06:00
37b19ef3ad make quick tech menu not all foie 2020-04-21 18:59:03 -06:00
4fae76928d add default palette and symbol chats 2020-04-21 18:59:03 -06:00
28b7d89b42 show dialog when trying to join room with a bursting player 2020-04-21 08:51:06 -06:00
c208443d97 join rooms 2020-04-21 07:28:14 -06:00
9c643e2aae use ClientLocation refactor 2020-04-06 23:40:39 -07:00
d9f88d55a2 use New variants of entities for creation 2020-03-30 19:28:49 -07:00
b39ee6c0f3 use Option for entity primary keys 2020-03-29 22:00:07 -07:00
6b1ef41bd0 UserAccount/UserSettings/GuildCardData -> *Entities 2020-03-29 16:11:14 -07:00
44c35f350d Item -> ItemEntity 2020-03-29 14:53:51 -07:00
de8f44f269 andy what were you doing
make guild card sending much more sane
2020-03-29 13:27:23 -07:00
bf595f9693 Character -> CharacterEntity 2020-03-29 12:43:20 -07:00
359120de07 redo active item stuff 2020-03-29 12:06:23 -07:00
a0e82c644c Merge pull request 'send_guildcard' (#94) from send_guildcard into master
Reviewed-by: jake <jake@sharnoth.com>
2020-03-25 20:15:13 -04:00
648fdfc0ec rename function 2020-03-22 22:20:46 -07:00
38b0cac09b get player counts for room lists 2020-03-22 22:20:46 -07:00
eef2178df8 cleanup and fix errors. still need to get room player counts 2020-03-22 22:20:46 -07:00
7f95f7e793 room list req/resp functions 2020-03-22 22:20:46 -07:00
f11ee7f53f wip. initial room list stuff 2020-03-22 22:20:46 -07:00
177b694870 initial guildcard send/recv 2020-03-22 22:40:40 -03:00
ef90220c0c remove comments 2020-03-01 03:00:28 -04:00
37b892f5dc view info board 2020-03-01 02:57:18 -04:00
a55d3694d9 players can write and save their own infoboards 2020-02-27 23:58:00 -04:00
3955dcf095 Merge branch 'update_config' of jake/elseware into master 2020-02-25 02:29:40 -05:00
ee640b7a00 update_config so players can save palette changes 2020-02-24 21:17:59 -04:00
2cd0a32c0f load free map monster data and send to client the free map list 2020-02-20 23:03:51 -08:00
a74941441b use proper data structs that convert to what pso wants 2020-01-25 13:01:34 -08:00
93426dc52a async! 2020-01-23 18:00:34 -08:00
06e6888dbc save room name as string 2020-01-18 23:49:15 -08:00
2010222c9b implement db backing for items and send them to client 2020-01-18 23:36:28 -08:00
dbba6ff866 0x8A room name req pkts 2020-01-13 20:20:47 -08:00
5f2cb01bd6 fix room creation, remove char from lobby on creation 2020-01-12 21:54:18 -08:00
e451eb88b5 remove player from area when they leave 2020-01-11 01:08:05 -08:00
272be2db74 ServerState on_disconnect 2020-01-10 19:42:05 -08:00
3fd89664d7 initial room creation logic 2020-01-02 20:31:41 -08:00
c2ceb034d8 add clientlocation functions 2020-01-02 20:31:28 -08:00
de199c4d80 remove manual padding. handled in libpso now 2020-01-02 23:25:33 -04:00
e0da49d048 moved padding logic to libpso, changed return type from Box to Result 2019-12-31 00:03:56 -04:00
bbd7aeff2a clean up 2019-12-30 22:36:59 -04:00
903a2b283f initial chat packets. wip 2019-12-30 22:36:59 -04:00