|
64040d55a2
|
and another!
|
2020-09-27 18:05:23 -06:00 |
|
|
32d30d38ec
|
off by one errors sure are nice
the item gets added to the vec before len is calculated, and since its
0-indexed we want to subtract 1
|
2020-09-27 17:47:21 -06:00 |
|
|
b94dcb62d0
|
tool shop pricing
|
2020-09-23 21:49:33 -06:00 |
|
|
1e18d5729b
|
default to high price rather than zero
|
2020-09-23 21:41:15 -06:00 |
|
|
8a9ced09ea
|
armor shop pricing
|
2020-09-23 20:54:39 -06:00 |
|
|
52d4fe8495
|
weapon shop prices
|
2020-09-23 19:14:11 -06:00 |
|
|
c13c071946
|
weapon stats
|
2020-09-23 19:13:45 -06:00 |
|
|
514e18fff3
|
armor shop
|
2020-09-22 22:39:28 -06:00 |
|
|
80f50c49cc
|
small fixes in weapon shop
|
2020-09-21 00:38:12 -06:00 |
|
|
991a71e1ca
|
tool shop
|
2020-09-21 00:37:50 -06:00 |
|
|
65208cddba
|
weapon shop
|
2020-09-18 07:55:48 -06:00 |
|
|
b0be92cb50
|
Merge pull request 'mag feeding!' (#207) from mag_feeding into master
|
2020-09-08 00:00:21 -04:00 |
|
|
acd4e57d1d
|
implement rest of mag cells
|
2020-09-07 21:14:17 -06:00 |
|
|
d567c50216
|
mag cells
|
2020-09-07 08:02:12 -06:00 |
|
|
27a87ffe96
|
fix esweap type + special numbering. add to other files and tests
|
2020-09-07 00:39:23 -03:00 |
|
|
ebdd4b28de
|
actually this makes more sense
|
2020-09-05 22:06:39 -06:00 |
|
|
23bc39b5bf
|
move tool usage logic into own file
|
2020-09-05 21:10:12 -06:00 |
|
|
50c5699f34
|
handle mags changing owners
|
2020-09-02 22:28:21 -06:00 |
|
|
2dde4d5716
|
mag feeding
|
2020-08-31 23:46:15 -06:00 |
|
|
15b4732981
|
item helper methods
|
2020-08-31 23:45:40 -06:00 |
|
|
f583b25176
|
hide mag struct internals
|
2020-08-20 22:59:40 -06:00 |
|
|
031f3bba23
|
add modifiers to weapon+armor+mag
|
2020-08-20 20:19:46 -06:00 |
|
|
431752cbf7
|
Merge pull request 'interserver communication' (#202) from interserver_communication into master
|
2020-08-20 14:59:35 -04:00 |
|
|
982966e679
|
fix tests
|
2020-08-20 11:52:12 -06:00 |
|
|
c8059edb42
|
move interserver handler from login -> character and handle new ship messages
|
2020-08-19 23:18:04 -06:00 |
|
|
2926938201
|
add InterserverActor trait for cross-server communication
|
2020-08-19 21:21:09 -06:00 |
|
|
92bc0f2466
|
handle hospital visits
|
2020-08-11 17:17:24 -03:00 |
|
|
1d78f3dd08
|
rename dumb thing to something slightly less dumb
|
2020-08-04 20:43:02 -06:00 |
|
|
5637f49364
|
misc formatting
|
2020-08-04 19:50:58 -06:00 |
|
|
ed1324b811
|
handle quests remapping floor ids to different areas
|
2020-08-04 19:50:30 -06:00 |
|
|
f8d249380c
|
remove unused use statements
|
2020-08-02 07:39:20 -06:00 |
|
|
6a8fccd360
|
split map.rs into a module
|
2020-08-01 23:04:10 -06:00 |
|
|
9a0be2eb57
|
Merge pull request 'ep2+4+offline' (#190) from ep24 into master
|
2020-08-01 22:48:41 -04:00 |
|
|
4726804661
|
add pw4 quest and tower/seaside night maps
|
2020-08-01 21:55:39 -03:00 |
|
|
a0680b0e85
|
add tower and seaside night to ep2
|
2020-08-01 21:09:16 -03: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 |
|
|
755ff575cc
|
probably trying too hard
|
2020-07-29 08:34:19 -06:00 |
|
|
23448ffcdb
|
Merge pull request 'map_area' (#191) from map_area into master
|
2020-07-28 01:00:19 -04:00 |
|
|
14089a197c
|
dont forget to send client location packets to other clients
|
2020-07-27 19:28:50 -03:00 |
|
|
7a37bb502e
|
PlayerChangedFloor doesn't contain the right map area
|
2020-07-25 22:31:00 -03: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 |
|
|
3bcd1f4435
|
andy ur dumb xd. ep4 maps load now
|
2020-07-22 22:58:18 -03:00 |
|
|
196746dae7
|
ep1 offline mode fix for f1, f2. debug cleanup. ep4 map testing notes
|
2020-07-19 22:16:23 -03:00 |
|
|
c0421e0c16
|
Merge pull request 'i t e m r e f a c t o r' (#189) from it_never_ends into master
|
2020-07-19 17:08:38 -04: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 |
|
|
f747376898
|
dont restrict boxes to episodes. use minor values for maps
|
2020-07-11 18:41:01 -03:00 |
|
|
35a4b190b7
|
don't crash if min and max meseta is the same
|
2020-07-01 17:33:11 -03:00 |
|