61 Commits

Author SHA1 Message Date
5d98fb8cc9 move leveltable to stats crate 2023-11-10 23:48:06 -07:00
3b28d650ee crates for shops and stats
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-11-10 23:31:47 -07:00
fbeaf5e93e genuflect towards the great clippy
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-10 22:04:20 -07:00
622c6e598d break out entity and maps into separate crates
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-10 21:37:23 -07:00
08efcce6f7 mapbuilder 2023-01-29 00:56:56 -07:00
a2686e2be8 anyhow 2023-01-28 20:12:20 -07:00
6ced59a730 holidays! (with rappies)
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2022-10-19 19:10:15 -06:00
192ff967e6 cleanup this refactored mess
Some checks failed
continuous-integration/drone Build is failing
2022-10-18 18:00:33 -06:00
fdce44cdd8 refactor the rest of the fucking code 2022-10-18 04:46:21 -06:00
58c26301bf make ClientLocation Clone-able 2022-09-18 21:01:32 -06:00
1f5e94ccfb make CharacterLevelTable a global const lookup table cause whynot
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-08-02 00:08:55 -06:00
24639496da move bank code out of state 2022-07-19 20:48:55 -06:00
414b3d2ce5 move floor code out of state 2022-07-19 20:06:43 -06:00
0fa3f4ea19 move inventory code out of state 2022-07-19 19:39:58 -06:00
25e793cda9 remove old item manager code 2022-07-19 14:24:34 -06:00
8f44ca9d18 refactor tekking 2022-07-19 14:23:57 -06:00
eb0689a1fe enemy drop refactor 2022-07-19 14:23:57 -06:00
b5c821f1ae buy items from shop 2022-07-19 14:23:56 -06:00
8a7974f77f bank itemstate stuff 2022-07-19 14:23:54 -06:00
35ab24c390 the start of a long process of replacing ItemManager 2022-07-19 14:13:52 -06:00
ce5049e181 move partial drops over to item_state 2022-07-19 14:12:47 -06:00
27fcfcc1cc Merge branch 'master' into rare_monsters
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2021-12-28 14:16:05 -07:00
9c34baeb26 meseta refactor
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-26 23:31:12 -07:00
72d72801e1 trade meseta
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-12 22:55:08 -07:00
3a10de502a tell other players you don't have meseta when you drop it
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-12 22:33:58 -07:00
b80f30ef9d initial actual trading logic
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-15 12:17:37 -06:00
42eb875f8f split create_item into individual and stacked variants 2021-10-09 01:33:40 -06:00
0d30df8da6 start of trading 2021-07-30 23:19:47 -06:00
3faca14883 andy vs. clippy round 4 and some cleanup
All checks were successful
continuous-integration/drone/push Build is passing
2021-07-24 01:32:58 +00:00
e2d45f1599 rare monsters get 2021-06-27 01:47:28 +00:00
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