Commit Graph

54 Commits

Author SHA1 Message Date
amizing25
d3af43fb06 refactor: some restructuring
- move structs inside `sr_tools.rs` into individual file
- implement in-game equip handler (relic & lightcone)
2025-03-11 17:37:35 +07:00
amizing25
505c446a53 chore: split executable into lib and main 2025-03-09 05:11:16 +07:00
amizing25
c034f8a2f9 fix: modify file listener to ensure the file is modified 2025-03-09 05:10:33 +07:00
amizing25
6d9bf58a85 perf: remove lazy_static 2025-03-09 05:09:09 +07:00
amizing25
de22105514 refactor: Refactor json loading mechanism & more
- Move json loading into separate crate `common`
- Add new http route for handling SRTools API
- Listen to `freesr-data.json` file change, and sync with client immediately
- Move json loading into `PlayerSession`, instead of load it everytime
- Implement global buff for Castorice
- Implement `GetBigDataAllRecommendCsReq`
2025-03-03 08:03:52 +07:00
yulian
4b3b768723 bump deps & rust edition 2025-02-26 21:37:34 +07:00
amizing25
c6eaffdb29 feat: Add support for version 3.1.5x 2025-02-25 15:20:54 +07:00
amizing25
71ad8e9691 chore: cargo clippy 2025-01-24 18:35:17 +07:00
amizing25
3389799c26 feat: Increase max packet sizes to 1400 2025-01-24 17:54:06 +07:00
amizing25
ad4c48a0cd fix: Fix avatar & inventory sync stuff 2025-01-20 05:45:17 +07:00
aorus22
948e1f886b feat: Add support for version 3.0.5x UNTESTED 2025-01-14 10:30:53 +07:00
amizing25
5514615c91 fix: fix map open on train 2024-12-17 23:11:32 +07:00
amizing25
6d2981e4cf chore: Some changes 2024-12-04 15:28:07 +07:00
amizing25
68caed75eb fix: Fix stuck when clicking relic 2024-12-04 15:27:41 +07:00
Keirakoro
ec0ae7ab2e
Fix RMC change in command 2024-12-04 10:12:05 +07:00
amizing25
274a03de54 feat: Add support for version 2.7.5x 2024-12-03 19:33:38 +07:00
amizing25
d14f4a9d49 feat: Implement dvd watermark :xdskull: 2024-11-10 10:51:42 +07:00
Keirakoro
a46f2307f8
fix somehow battle target from pf appear on other mode
surely not because i forgot to make battle target of pf to pf only 💀
2024-11-06 03:32:58 +07:00
Keirakoro
234a0e0563
optimal code 2024-11-02 14:16:50 +07:00
Keirakoro
3e33a0d75e
hardcode for new 2.6.5x pf score 2024-11-02 13:42:45 +07:00
Keirakoro
221c7e7bf4
Fixing PF score
Making pf max score from 47k back to 40k
2024-10-25 13:14:01 +07:00
amizing25
e02ef8abbb feat: Add support for version 2.6.5x 2024-10-23 05:06:28 +07:00
amizing25
f77bcb04f7 refactor: migrate net operation to KCP 2024-10-23 04:49:46 +07:00
amizing25
c4794570d1 feat: Fix multipath avatar & implement weakness buff id 2024-09-18 20:45:07 +07:00
amizing25
f41cc5e47b feat: tidying (cargo clippy) 2024-09-18 05:09:37 +07:00
amizing25
d7696f4769 fix(scene): Fixed some scene that can't be loaded 2024-09-18 05:08:06 +07:00
amizing25
6e97b516f4 feat!: Refactor, Update to version 2.5.x, Add Battle Scepter 2024-09-16 13:10:28 +07:00
amizing25
88f3025333 feat(battle): allow more than 4 avatar in battle 2024-08-06 05:09:21 +07:00
amizing25
60651768d0 2.4.51 2024-08-03 14:19:36 +07:00
amizing25
19d39c7a26 fix multi path avatar 2024-06-27 19:41:36 +07:00
amizing25
f57ade7ab6 enable gacha and mail 2024-06-23 06:53:38 +07:00
amizing25
82592fa423 disable get tutorial 2024-06-23 06:53:22 +07:00
amizing25
91f1e031a6 fix warn 2024-06-23 06:53:12 +07:00
amizing25
8c170781c5 2.3.51 2024-06-23 06:47:56 +07:00
amizing25
9f3630c4cf Fix some techniques not applied on battle 2024-06-01 08:26:33 +07:00
amizing25
dfa7f3cd2d 2.2.54 2024-05-29 15:56:07 +07:00
amizing25
278a32ea98 action value for as or smth idk 2024-05-12 18:32:30 +07:00
amizing25
8f3aee3185 new area 2024-05-11 23:51:24 +07:00
amizing25
5ae73b4d8c 2.2.51 2024-05-10 22:15:58 +07:00
amizing25
1e0cfa6f12 Implement Sync Inventory 2024-05-09 22:14:27 +07:00
amizing25
1e8e6f04c3 ? 2024-04-20 18:48:51 +07:00
amizing25
0e2ef6ce2d fix resources 2024-04-17 06:47:34 +07:00
amizing25
644dd4b400 2.1.54 2024-04-17 06:34:57 +07:00
amizing25
88897249e1 1008 2024-04-12 22:24:08 +07:00
amizing25
34e6f4e549 1008 2024-04-12 19:41:17 +07:00
amizing25
854bd026e9 skip non anchor prop in scene loader 2024-04-10 07:03:19 +07:00
amizing25
46ae86cacf set prop default state 2024-04-10 00:49:17 +07:00
amizing25
a56d3e768f 2.1.53 2024-04-09 23:08:41 +07:00
amizing25
ab66359ebe implement mc change 2024-03-29 23:32:32 +07:00
amizing25
74447ead85 remove sceneentitymove from dummy 2024-03-29 21:14:06 +07:00