roominfo #112

Merged
jake merged 61 commits from roominfo into master 2022-07-25 18:08:45 -04:00
Collaborator
No description provided.
andy added 4 commits 2022-07-11 15:31:43 -04:00
room tab info page 1
Some checks failed
continuous-integration/drone/push Build is failing
e349a41b16
handle rooms that close after downloading the room list in the lobby
Some checks failed
continuous-integration/drone/push Build is failing
4202ef8ff7
thanks clippy you are the best
All checks were successful
continuous-integration/drone/push Build is passing
74e54935ad
'u up?' tests for rooms
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
9638181261
andy added 1 commit 2022-07-11 16:28:16 -04:00
giving this character a name to prove i am a wise and omnipotent diety
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
9417105359
andy added 55 commits 2022-07-25 13:18:18 -04:00
rebasing onto the last refactor ever
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
ee8c80f42f
andy added 1 commit 2022-07-25 13:20:01 -04:00
Merge branch 'master' into roominfo
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
95b0760e6a
jake reviewed 2022-07-25 18:05:23 -04:00
@ -132,0 +145,4 @@
let gc = cs.user.guildcard;
let name = &cs.character.name;
let cc = cs.character.char_class;
let leveltable = CharacterLevelTable::default();
Owner

wow is it really necessary to construct this here? out of scope for this pr but this should probably be some sort of global const

wow is it really necessary to construct this here? out of scope for this pr but this should probably be some sort of global const
jake merged commit 7219481aa2 into master 2022-07-25 18:08:45 -04:00
jake deleted branch roominfo 2022-07-25 18:08:51 -04:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jake/elseware#112
No description provided.