35 Commits

Author SHA1 Message Date
e7297b21c0 add quest_group for displaying regular or govt quests 2022-05-06 01:53:30 +00:00
20625887c6 load quests on room create based on room mode 2022-05-06 01:53:30 +00: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
309b97cbc2 clean up and set rare monster appear rate to 1/512 2021-07-23 01:45:02 +00:00
39660f0cb8 load rare monster config file each time a room is created 2021-07-18 18:40:10 +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
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
498cf4ef43 remove panic when failing to load a battle param 2020-11-01 18:06:00 -07:00
d08db622e2 shops! 2020-09-27 18:16:27 -06:00
1d78f3dd08 rename dumb thing to something slightly less dumb 2020-08-04 20:43:02 -06:00
ed1324b811 handle quests remapping floor ids to different areas 2020-08-04 19:50:30 -06:00
60cecc8b61 initial ep2,4 maps + offline for all eps. 2020-06-27 14:37:48 -03:00
07a91436b4 add ep1 battleparam 2020-06-05 22:11:13 -06:00
35dd503d14 quests! 2020-05-25 08:44:50 -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
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
628ad056b4 functions to create room joining packets 2020-04-24 20:38:56 -06:00
28b7d89b42 show dialog when trying to join room with a bursting player 2020-04-21 08:51:06 -06:00
3d9e868183 add random seed to roomstate 2020-04-21 07:20:25 -06:00
fd33fa751a problem: initializing the drop table blows up the stack no matter how
large I make it
solution: put it on the goddamn heap
2020-04-12 14:27:06 -07:00
a6c8c959fc foreshadowing 2020-04-06 23:42:38 -07:00
38b0cac09b get player counts for room lists 2020-03-22 22:20:46 -07:00
eef2178df8 cleanup and fix errors. still need to get room player counts 2020-03-22 22:20:46 -07:00
7f95f7e793 room list req/resp functions 2020-03-22 22:20:46 -07:00
f11ee7f53f wip. initial room list stuff 2020-03-22 22:20:46 -07:00
513d46c213 drop table initial code + weapon drops 2020-03-14 10:44:27 -07:00
2cd0a32c0f load free map monster data and send to client the free map list 2020-02-20 23:03:51 -08:00
a0a0c38d66 RoomMode helper functions 2020-02-20 23:02:25 -08:00
0f3c61133c fix Episode::from_bytes 2020-02-20 22:57:50 -08:00
3b9f6dc087 trim nulls off end of utf16 converted strings (and fix a test) 2020-01-25 18:02:17 -08:00
06e6888dbc save room name as string 2020-01-18 23:49:15 -08:00
dbba6ff866 0x8A room name req pkts 2020-01-13 20:20:47 -08:00
a2b86f2996 forgot to add room.rs 2020-01-02 20:33:59 -08:00