31 Commits

Author SHA1 Message Date
1b506e014f clean up last of normal warnings 2021-06-18 20:38:29 -06:00
53ec82d9eb lint src/ship/*
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-18 17:38:36 -06:00
60bcfd78ec lint src/ship/packet/builder/*
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-18 12:38:33 -06:00
e89821990f lint src/ship/packet/builder/ship.rs 2021-06-18 11:53:23 -06:00
f4fae162f0 tekking! 2020-12-03 15:04:48 -07:00
b6ce6296d4 create_item takes generic item rather than floor item 2020-12-03 15:01:41 -07:00
fe03515871 basic multiple login check 2020-11-25 22:05:55 -07:00
ffce662c95 transfer ship 2020-11-21 23:45:27 -07:00
e1360e4958 bank doesn't spawn infinite money! 2020-11-01 23:14:38 -04:00
d08db622e2 shops! 2020-09-27 18:16:27 -06:00
4187e93455 withdraw from bank 2020-07-29 08:34:19 -06:00
1867fee78b add bank depositing 2020-07-29 08:34:19 -06:00
da693b9c3c add default bank item. dont crash if dropping all meseta. rename area to map_area and change from u32 to u16 2020-07-25 15:17:18 -03:00
1474c91dcd fix warnings 2020-07-19 14:50:52 -06:00
344cfc6dc4 i t e m r e f a c t o r
also some bank functionality
2020-07-19 14:14:07 -06:00
f7b91772b0 another item refactor (plus tool usage) 2020-06-29 20:41:44 -06:00
5097d4292b exp gain 2020-06-05 22:12:44 -06:00
fd221ab6a2 use builder::quest 2020-05-25 08:44:56 -06:00
35dd503d14 quests! 2020-05-25 08:44:50 -06:00
25f342b510 drop partial stacks of items/meseta 2020-05-14 23:38:18 -06:00
ac28354dd7 redo items to account for client ignoring the assigned item_id and using its own. also item picking up 2020-05-13 22:32:30 -06:00
9a721e0980 item structure overhaul
also, item pickup
2020-05-05 22:13:45 -06:00
e255b43c10 hella warnings cleanup pt 1. remove unused imports, allow deadcode and unused results 2020-05-02 22:08:37 -03:00
mht8355
880bfc620a added some error handling 2020-04-28 01:25:50 -04:00
mht8355
d206814394 added change_lobby 2020-04-27 20:17:35 -04:00
4a526e7673 basic item drop logic 2020-04-26 22:01:05 -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
728ac715c0 move lobby joining packet creations to their own functions 2020-04-22 22:59:01 -06:00
881b7c8e46 begin moving packet handlers to own module, send_player_to_lobby 2020-04-21 21:47:41 -06:00