34 Commits

Author SHA1 Message Date
89ae918a2f remove unused line
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-06-20 15:38:09 -06:00
a65afc4123 todo error? 2021-06-20 15:38:09 -06:00
da2267c723 tell neighbours we are banking 2021-06-20 15:38:09 -06:00
3cf834ed55 lint src/ship/packet/handler/*
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-18 12:18:29 -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
a3cc29b68f use anyhow for itemmanager 2020-11-16 21:50:10 -07:00
f7c6be48b2 don't try and say an item was picked up that the client doesn't know about 2020-11-16 21:50:10 -07:00
898cb9064d Merge pull request 'misc shit' (#246) from cleaning_up into master 2020-11-02 14:36:37 -05:00
7157074419 remove comments 2020-11-01 23:27:47 -04:00
e1360e4958 bank doesn't spawn infinite money! 2020-11-01 23:14:38 -04:00
72141ace2c remove unneeded warnings 2020-11-01 18:06:00 -07:00
b3e0674ca5 fix more tests + fix warnings 2020-10-30 21:25:27 -06:00
cebb6a5f31 handle case where items are removed from shop after buying 2020-09-27 20:30:37 -06:00
d08db622e2 shops! 2020-09-27 18:16:27 -06:00
4187e93455 withdraw from bank 2020-07-29 08:34:19 -06:00
0dca90ff5a send deposit packets to correct clients 2020-07-29 08:34:19 -06:00
1867fee78b add bank depositing 2020-07-29 08:34:19 -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
8d49c50cc5 async EntityGateway 2020-06-02 18:51:18 -06:00
ddee920080 fix bug where picking up a stack caused 2x that item to be picked up 2020-05-30 11:24:15 -06:00
78a5e0963b add a bunch of item manager tests 2020-05-30 10:30:39 -06:00
629b53586d hook up box drops, add specific box drops, and item-from-bytes functions 2020-05-22 18:58:51 -03:00
dcc5b57b8e box drops working and load correct city file 2020-05-15 13:48:16 -03: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
25d5658042 don't double count picked up meseta 2020-05-06 07:51:29 -06:00
c3f474e34d remove commented out code 2020-05-05 22:16:15 -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
bd195a2ffd remove unwrap 2020-04-26 22:23:59 -06:00
4a526e7673 basic item drop logic 2020-04-26 22:01:05 -06:00
a8b7e4fa4e HashMap<ClientId, ClientState> -> Clients 2020-04-22 23:49:49 -06:00
0b04701156 move message packet handlers 2020-04-22 07:14:59 -06:00