Commit Graph

62 Commits

Author SHA1 Message Date
Kei-Luna
548c77850e Merge pull request #34 from frearb/fix_server_time
fix server time
2026-05-13 09:31:33 +09:00
Kei-Luna
41df375e21 Changed to use a separate account for each email address. 2026-05-13 08:15:33 +09:00
Naruse
6740b8ecf7 unlock some furniture (not all items implemented yet)
special thanks to undownding for the logic
2026-05-12 16:03:38 +08:00
frearb
4ee11618be fix server time 2026-05-12 00:06:23 +08:00
Naruse
a7a68418db add girl skin command 2026-05-11 19:29:32 +08:00
Naruse
0cf633a0e1 auto add girl to room & favor to lvl 500 2026-05-11 19:16:19 +08:00
Kei-Luna
bdb4ee3d51 Implement saving settings 2026-05-09 20:03:28 +09:00
Kei-Luna
2d1079a80d I rewrote House_Request based on the code provided by undownding. 2026-05-05 07:35:34 +09:00
Kei-Luna
4dc28ae423 more House_Func 2026-05-03 13:42:09 +09:00
Kei-Luna
93c59e5730 Arcade Game can play 2026-05-03 09:54:46 +09:00
Kei-Luna
f7814b0537 Adds a dailybuff to Paradox. 2026-05-02 09:46:47 +09:00
Kei-Luna
2fdda3157f Unlock all of Paradox's talents 2026-05-02 09:13:04 +09:00
Kei-Luna
f07c5f77fd Unlock all difficulty levels of Paradox 2026-05-02 08:42:57 +09:00
Naruse
2883ac3d41 add weapon parts 2026-04-30 17:18:23 +08:00
Naruse
408113963b Merge branch 'main' of https://github.com/MikuLeaks/MikuSB 2026-04-29 16:00:34 +08:00
Kei-Luna
2bf7554c53 Unlock GM menu 2026-04-29 16:57:11 +09:00
Naruse
50121d619b add skin part 2026-04-29 15:42:25 +08:00
Naruse
e8bb77e90e logistic index 2026-04-29 13:04:17 +08:00
Naruse
5f173ce8d2 add badge 2026-04-29 12:41:45 +08:00
Naruse
9b8fa5d7c8 add profile item 2026-04-29 11:02:11 +08:00
Naruse
e32319aa50 fix black screen after clicking love icon 2026-04-29 09:22:35 +08:00
Kei-Luna
846139347a Implement Weapon_Evolution 2026-04-29 09:58:35 +09:00
Kei-Luna
d1102b444c Implement Weapon_Break 2026-04-29 09:40:36 +09:00
Kei-Luna
5fa42bdb23 Merge pull request #2 from ahasasjeb/main 2026-04-29 06:34:49 +09:00
Naruse
5af23a8113 unlock more stage for operation 2026-04-29 00:47:21 +08:00
Naruse
8d6e0d7638 add weapon skin & command for it 2026-04-28 23:48:14 +08:00
Naruse
5f0de1a9f0 add support card giveall command
NOTE: need to delete old database because im moving support card to different column
2026-04-28 23:08:23 +08:00
Kei-Luna
f4ad74e00d Keep username changes 2026-04-28 16:12:27 +09:00
Kei-Luna
ccdfbee828 Implemented a level-up for SupporterCards. 2026-04-28 16:12:02 +09:00
Kei-Luna
5d0f587fb9 Support cards can now be equipped. 2026-04-28 15:37:44 +09:00
Kei-Luna
1cac82d10d Deiwos Alignment 2026-04-28 14:55:14 +09:00
Kei-Luna
1e4d93bab1 Implement Neuronics 2026-04-28 14:46:06 +09:00
lvjia
57ce0e183b Rewrite girl skin type handling 2026-04-28 12:47:05 +08:00
Naruse
5f92f2c116 add girl skin type change
note: need to delete old database because im moving skin to different item type

database located in Config/Database/Miku.db
2026-04-27 23:18:08 +08:00
Naruse
16d1413cd8 unlock convenant after finish intimate chat 2026-04-27 21:46:03 +08:00
Naruse
4bf3f0d715 refactor manager & add giveall command
- giveall only weapon for now
- move all item into SyncPlayer to prevent RspLogin too large
2026-04-27 14:33:25 +08:00
Kei-Luna
273b2f8460 Rogue3D_RoomSettlement Rogue3D_SaveFightData 2026-04-27 13:27:26 +09:00
Kei-Luna
75fb53b270 Remove hardcode (Rogue3D_SelectDiff) 2026-04-27 13:25:05 +09:00
Kei-Luna
6f5c19976c Paradoxes can play(It is still in the experimental stage and contains many bugs.) 2026-04-27 13:13:41 +09:00
Naruse
68296eb177 add girl command 2026-04-27 11:02:23 +08:00
Kei-Luna
2670f1864b Enable Paradoxes 2026-04-27 11:23:43 +09:00
Kei-Luna
54a9c3ef07 GirlCard_UpByBreak 2026-04-27 09:05:31 +09:00
Kei-Luna
22029d195a Added character fragments
To address the issue where RspLogin was becoming too large to allow logins, I changed the system to send a portion of the information via NtfSyncPlayer.
2026-04-27 08:54:32 +09:00
Naruse
4ee9fd6908 add chat command 2026-04-27 00:40:08 +08:00
Naruse
9c67e36ca3 add lineup manager 2026-04-26 22:31:18 +08:00
Naruse
3f387da322 enter girl room 2026-04-26 19:46:55 +08:00
Naruse
dda5d3d7d7 change main scene work now 2026-04-26 19:36:11 +08:00
Naruse
c9fad34a61 add interactable scene but cant switch yet 2026-04-26 16:21:34 +08:00
Kei-Luna
abb6b51dea The character displayed on the lobby screen can now be changed.
PlayerSetting_ChangeShowCard
2026-04-26 14:33:41 +09:00
Naruse
f4692a771d some changes
- girl favorite
- immediately read new item
- save database on request login
2026-04-26 10:48:29 +08:00