30 Commits

Author SHA1 Message Date
78a5e0963b add a bunch of item manager tests 2020-05-30 10:30:39 -06:00
c26bc895da fix picking up stacked items messing up inventory count 2020-05-29 23:36:35 -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
1f775661fa meseta! 2020-05-06 07:51:03 -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
b22ce086f7 guess I needed this PartialEq for the tests 2020-04-27 07:07:09 -06: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
663797e55b remove unneeded PartialEq derive 2020-04-26 21:58:43 -06:00
0cf0022bf9 StackedItem -> ItemInstance, add Meseta 2020-04-04 10:49:37 -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
44c35f350d Item -> ItemEntity 2020-03-29 14:53:51 -07:00
0954d85e5a CharacterEntityId 2020-03-29 14:50:43 -07:00
bf595f9693 Character -> CharacterEntity 2020-03-29 12:43:20 -07:00
a7434346db move equipped flag to itemlocation::inventory 2020-03-29 12:06:32 -07:00
9a1feb8836 mags! 2020-03-29 12:06:31 -07:00
359120de07 redo active item stuff 2020-03-29 12:06:23 -07:00
afbd63ff6a tech table load config 2020-03-18 18:21:34 -07:00
2981b163c2 remove shield+unit midstruct 2020-03-16 21:48:26 -07:00
e72caebbf8 remove armor midstruct 2020-03-16 21:08:44 -07:00
2e2f9c6c17 begin removing weird middleman item structs: weapons 2020-03-16 20:34:50 -07:00
513d46c213 drop table initial code + weapon drops 2020-03-14 10:44:27 -07:00
c65994fb7b add unit structure 2020-02-29 14:50:17 -08:00
40479cc7cc fix tests 2020-02-06 23:08:52 -08:00
f3e6b1e63e initial item enums, move logic from libpso to elseware 2020-02-06 23:03:51 -08:00
8f421c963b remove unneeded warn messages 2020-01-19 01:17:23 -08:00
eb3d86a20a I keep forgetting to add files to git 2020-01-18 23:38:42 -08:00