1160 Commits

Author SHA1 Message Date
6b9a45fb70 this isn't being used 2022-10-19 17:26:04 -06:00
4a38d94dbb more cleanup 2022-10-19 03:13:16 -06:00
ad694b695e Merge pull request 'fix the whole single mutex on the server state thing' (#121) from making_shipstate_clone into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #121
2022-10-18 23:50:44 -04:00
6f0fa05e3b add client.rs
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-10-18 19:48:18 -06:00
4dc814d244 forgot to remove local dev libpso
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-10-18 19:27:40 -06:00
192ff967e6 cleanup this refactored mess
Some checks failed
continuous-integration/drone Build is failing
2022-10-18 18:00:33 -06:00
4b1ded6f7d clean up new mainloop stuff 2022-10-18 16:26:08 -06:00
9843274bd8 fix character server/interserver communication 2022-10-18 16:23:32 -06:00
3a50cd7ba1 fix the standalone binaries 2022-10-18 16:21:45 -06:00
fdce44cdd8 refactor the rest of the fucking code 2022-10-18 04:46:21 -06:00
27931adb5a clippy found some new problems 2022-09-18 21:05:48 -06:00
58c26301bf make ClientLocation Clone-able 2022-09-18 21:01:32 -06:00
2d880d8cf0 Merge pull request 'make CharacterLevelTable a global const lookup table cause whynot' (#118) from global_leveltable into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #118
2022-08-02 22:38:02 -04:00
36261663be new rust version new clippy lints
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-08-02 18:37:06 -06:00
91a92870dc use the correct structure this time 2022-08-02 12:00:49 -06:00
1f5e94ccfb make CharacterLevelTable a global const lookup table cause whynot
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-08-02 00:08:55 -06:00
bbc1919309 Merge pull request 'clone entitygateway more' (#117) from clone_gateway_more into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #117
2022-07-30 23:48:06 -04:00
e5ff75e367 clippy
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-07-30 20:16:07 -06:00
16a4653360 pass EntityGateway clones rather than letting functions borrow
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-07-30 15:02:55 -06:00
d6c2e289ff use async mutexes in inmemorygateway and reimplement inmemorygateway transactions 2022-07-30 14:33:22 -06:00
c87b6e7fad Merge pull request 'character playtime' (#116) from character_playtime into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #116
2022-07-28 23:53:19 -04:00
4788f707ed track character playtime
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-07-28 20:31:55 -06:00
7219481aa2 Merge pull request 'roominfo' (#112) from roominfo into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #112
2022-07-25 18:08:45 -04:00
95b0760e6a Merge branch 'master' into roominfo
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-07-25 17:19:53 +00:00
ee8c80f42f rebasing onto the last refactor ever
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
2022-07-25 17:18:04 +00:00
b80e308cf2 room tab info page 1 2022-07-25 16:43:42 +00:00
0cd92fd4ac put proper error strings on this struct 2022-07-25 16:42:22 +00:00
286b728441 split actions into actions+tasks 2022-07-25 16:42:22 +00:00
919d509c3a move bank code out of state 2022-07-25 16:42:22 +00:00
be5c3ff633 move floor code out of state 2022-07-25 16:42:22 +00:00
3babc6f4bd move inventory code out of state 2022-07-25 16:42:22 +00:00
8f72c6074b move ItemStateAction to its own file 2022-07-25 16:42:21 +00:00
2771f5692a missed a thing 2022-07-25 16:42:21 +00:00
fae1ffe55b appease clippy, the tyrant 2022-07-25 16:42:21 +00:00
5976030970 remove old item manager code 2022-07-25 16:42:21 +00:00
9c878ed484 refactor tekking 2022-07-25 16:42:21 +00:00
b0b34b6616 add postgres trade stuff 2022-07-25 16:42:21 +00:00
ff072ca026 enemy drop refactor 2022-07-25 16:42:21 +00:00
2775f81cc9 fix some meseta-taking things 2022-07-25 16:42:21 +00:00
5f4325429e trade refactor 2022-07-25 16:42:21 +00:00
6bacdd4fe3 selling items 2022-07-25 16:42:21 +00:00
eb9fdb485b buy items from shop 2022-07-25 16:42:21 +00:00
d3d8d766b8 magstuff 2022-07-25 16:42:21 +00:00
5be796cb5c clean these functions up a bit 2022-07-25 16:42:21 +00:00
4e88f684c5 bare minimum item usage stuff 2022-07-25 16:42:21 +00:00
657dabca27 fix item pickup tests 2022-07-25 16:42:21 +00:00
6306120692 spacing 2022-07-25 16:42:21 +00:00
95195d07e4 sort inventory 2022-07-25 16:42:21 +00:00
b473af7680 I am dumb 2022-07-25 16:42:20 +00:00
cf09433df2 equipping! 2022-07-25 16:42:20 +00:00