72 Commits

Author SHA1 Message Date
0e308c13f7 Merge branch 'master' into shop_sell
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2021-12-29 17:54:35 -07:00
8b776a5906 ok turns out walletfull is a real thing
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2021-12-29 15:22:03 -07:00
c015acb653 Merge branch 'master' into shop_sell
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2021-12-29 00:11:29 -07: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
26a2ef6492 Merge pull request 'TRADING YEAH LETS GO' (#80) from trading into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #80
2021-12-28 13:05:26 -05:00
22f630f562 properly set item_id after a trade serverside
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2021-12-28 01:08:44 -07:00
27a6c9a136 creating rooms with difficulties is bad for selling tests?
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2021-12-28 01:22:46 +00:00
dacbf1eea3 add level requirements for rooms and update tests 2021-12-27 19:32:14 +00:00
81916d1f57 TRADING JUST IN TIME TO BARELY MISS XMAS
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2021-12-27 00:48:42 -07:00
ecf1f23c6c fix tests
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-27 00:43:25 -07:00
9c34baeb26 meseta refactor
Some checks failed
continuous-integration/drone/push Build is failing
2021-12-26 23:31:12 -07:00
82ef5ba2ea RIP ItemLocation
Some checks failed
continuous-integration/drone/push Build is failing
fun while it lasted

ItemLocation ceased to be the canonical place to store an item's
location. replaced with ItemNote which basically covers the actual use
case but without the enforcing of a location.
2021-11-12 10:42:33 -07:00
ddff55d09e add another item pickup test
Some checks failed
continuous-integration/drone/push Build is failing
2021-10-14 00:20:59 -06:00
a2566c8bc7 Merge pull request 'room_join_requirements' (#49) from room_join_requirements into master
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #49
Reviewed-by: jake <jake@sharnoth.com>
2021-09-30 21:55:50 -04:00
2dc34f9f28 rename test
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-08-04 02:58:17 +00:00
89ddec480e more selling tests!
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-04 02:37:16 +00:00
899527d3e7 basic test
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2021-07-26 01:21:29 +00:00
c89751aa22 add level requirements for rooms and update tests
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-21 19:10:59 -06:00
d84b2fc663 more selling tests
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-21 18:29:37 +00:00
fbc68c7a26 handle selling photon tools and untekked weapon test
Some checks failed
continuous-integration/drone/push Build is failing
2021-06-21 17:08:55 +00:00
9db4c9cc44 add 3 attr weap sell test
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-21 13:31:32 +00:00
78f4704113 fix test. dont let shop give away free items 2021-06-21 02:17:54 +00:00
32326a91f8 fix asserts in bank tests 2021-06-20 15:38:09 -06:00
4ce7fb2a26 lint src/common/* 2021-06-18 20:01:05 -06:00
10c2b1ec89 lint src/entity/gateway/*
All checks were successful
continuous-integration/drone/push Build is passing
2021-06-18 19:52:33 -06:00
92c34b2d28 remove modifiers from weapon and armor 2020-12-01 23:17:07 -07:00
11fecd5bda fix tests that care about rooms 2020-11-25 22:09:00 -07:00
463d623f16 fix tests 2020-11-16 21:50:10 -07:00
55c393b7a8 move the tech level adjustment to prevent underflow for new FOs. let characters use tech disks 2020-11-16 20:46:52 -04:00
6e2fab31f0 e q u i p r e f a c t o r 2020-11-09 16:47:19 -07:00
7ae8976c10 i t e m r e f a c t o r 2020-11-05 16:36:39 -07:00
3a095a928d fix item ids not being set correctly 2020-11-01 18:06:00 -07:00
e08c582f17 fix test after rebase 2020-10-31 23:53:06 -03:00
ead1752978 rebase and remove unneeded function 2020-10-31 23:14:15 -03:00
51240a31e3 rename test file 2020-10-31 23:11:46 -03:00
6d4f5ae8f6 enumerate after filtering and add test 2020-10-31 23:11:45 -03:00
fd1e3697fc sorting test. need to rename the test file 2020-10-31 23:11:45 -03:00
586eb28c49 fix tests 2020-10-30 21:43:54 -06:00
cae89cd2ac get_items_by_character takes character id not character entity 2020-10-30 21:25:29 -06:00
c802bceb3c prevent double logins 2020-10-30 21:25:29 -06:00
a14aee4e29 handle unactivated accounts in the correct spot 2020-10-30 21:25:29 -06:00
b3e0674ca5 fix more tests + fix warnings 2020-10-30 21:25:27 -06:00
e3e5bff300 fix tests 2020-10-30 21:24:02 -06:00
f3e7599975 some comments and tests 2020-10-26 23:15:04 -03:00
40a1fdb236 fix tests 2020-10-22 09:43:45 -06:00
6d82751ed3 notes 2020-10-07 19:37:41 -06:00
fd6dc1fe5b fix tests 2020-10-07 19:24:46 -06:00
046ca492a8 add a test 2020-10-03 00:10:36 -03:00
114ed07adc tests! 2020-10-02 22:41:53 -03:00
cebb6a5f31 handle case where items are removed from shop after buying 2020-09-27 20:30:37 -06:00