Commit Graph

10 Commits

Author SHA1 Message Date
amizing25 56bdb1abc1 feat: Add support for 3.7.5x 2025-11-04 23:16:14 +07:00
amizing25 f1ef8d8da2 feat: Add support for 3.6.5x 2025-09-25 20:02:12 +07:00
amizing25 bd40dc058f chore: cargo clippy 2025-06-30 15:10:50 +07:00
amizing25 42545bbc53 fix: fix relic recommend & some scene not appearing 2025-05-24 05:50:58 +07:00
amizing25 81a783a078 feat: handle avatar enhanced state 2025-05-24 05:50:15 +07:00
amizing25 ac5ef9706f feat: Initial support for 3.3.5x 2025-05-22 13:47:15 +07:00
amizing25 d14bc79fcc feat: lighten map sections 2025-04-15 18:46:35 +07:00
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 7d233dc614 chore: remove unused fields 2025-03-09 05:07:06 +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