Commit Graph

2354 Commits

Author SHA1 Message Date
Spmario233 2717a4a398 audios for Nakamura Yuri and Tachibana Kanade 2023-08-17 15:34:14 +08:00
Spmario233 a3cb02548d Update asset.js 2023-08-15 23:52:57 +08:00
Spmario233 e999df156b v1.9.125 metadata 2023-08-15 23:12:36 +08:00
Spmario233 3e30794286 Video Contents 2023-08-15 19:56:10 +08:00
Spmario233 4006d7d324 removed most getEquip 2023-08-15 01:33:36 +08:00
Spmario233 2bf3b11d8e
Merge pull request #211 from Tipx-L/PR-Branch-Writing-Mode
Normalize vertical text using writing-mode.
2023-08-13 20:21:18 +08:00
Spmario233 0ce89d276e
Merge pull request #206 from Tipx-L/PR-Branch
Add various features to lib.element.content.chooseToPlayBeatmap, and game.generateBeatmapTimeleap, and new beatmaps.
2023-08-13 20:20:34 +08:00
Spmario233 b0f52ef40c
Merge pull request #208 from copcap/dev
新增OL文钦、族王浑;解禁新杀杜预、郤正
2023-08-13 20:16:39 +08:00
Spmario233 a6275e413a removed countDisabled and isDisabled 2023-08-13 12:17:07 +08:00
Tipx-L cf08697f76 Normalize vertical text using writing-mode. 2023-08-12 10:54:40 -07:00
Spmario233 322b7ec991 rename Disabled to DisabledSlot, removed isEmpty 2023-08-13 00:47:44 +08:00
Spmario233 6919fc6a5e cards update 2023-08-12 22:57:27 +08:00
Tipx-L 4692deacb9 Fix the uncaught error. 2023-08-11 23:24:12 -07:00
Tipx-L bb1bcdeb61 Comment. 2023-08-11 23:24:11 -07:00
Tipx-L 0ad626ae11 Add the ability to click to skip. 2023-08-11 23:24:11 -07:00
Tipx-L 692a900462 New AI accuracy mechanic. 2023-08-11 23:24:11 -07:00
Tipx-L c1426af864 Use get.rand instead. 2023-08-11 23:24:11 -07:00
Tipx-L 1b4ac04fba Add custom mapping, random mapping, (custom) hitsound to lib.element.content.chooseToPlayBeatmap, and game.generateBeatmapTimeleap, and new beatmaps. 2023-08-11 23:24:11 -07:00
Spmario233 2c4ee2e5f6 神典韦 2023-08-12 13:05:29 +08:00
Spmario233 280419f6a1 various change 2023-08-12 00:58:25 +08:00
Spmario233 01ff75ac48 Multiple equip slot
多装备栏的适配
2023-08-12 00:27:33 +08:00
copcap 068f40c9fe
OL文钦 2023-08-10 17:14:02 +08:00
Spmario233 52b370872c
Merge pull request #204 from nonameShijian/PR-Branch
Object.values的polyfill,对于console.log的输出优化,为_customintro函数增加一个event参数
2023-08-09 13:15:31 +08:00
shijian fe96c5f198 Object.values的polyfill,对于console.log的输出优化,为_customintro函数增加一个event参数 2023-08-08 00:18:22 +08:00
copcap 93317a9030
修复 info.chooseButton 中当只有一个可选项时自动确认的相关事宜 2023-08-07 20:29:58 +08:00
Tipx-L d253a27551 Add lib.element.player.getHp and change lib.element.player.getDamagedHp. 2023-08-03 20:46:42 -07:00
Spmario233 6295e29f29 v1.9.124.0.1 2023-08-04 11:19:16 +08:00
Spmario233 3ecc2810e3 bug fixs 2023-08-03 14:46:53 +08:00
shijian 35723f609f 手动更改缩放后也应触发一次lib.onresize 2023-08-01 16:29:20 +08:00
Spmario233 4c27999350 v1.9.124 2023-08-01 10:13:07 +08:00
Spmario233 c147b9c9cd change "isAlive" to "isIn", 修改按点卖血技能 2023-08-01 00:29:37 +08:00
Spmario233 9eb73ff7fd
Merge pull request #185 from nonameShijian/PR-Branch
1.使game.print中可以格式化函数字符串,且格式化的字符串和对象避免解析为dom元素。2.改用正则来判断执行的代码来判断是否为普通js对象,避免解析为代码块的问题
2023-07-31 23:03:52 +08:00
Spmario233 e8d40355ff includeOut for player filtering 2023-07-31 09:28:46 +08:00
shijian 7f3e4be9d6 1.使game.print中可以格式化函数字符串,且格式化的字符串和对象避免解析为dom元素。2.改用正则来判断执行的代码来判断是否为普通js对象,避免解析为代码块的问题 2023-07-31 03:14:07 +08:00
Spmario233 e018c343c9 various fix 2023-07-31 00:40:53 +08:00
copcap 8e108696f9
修复场上只有一名角色时,要求选择其他角色的一些技能 2023-07-30 16:53:20 +08:00
Spmario233 73ac747718 various change for "forceOut" 2023-07-30 03:04:44 +08:00
Spmario233 542196ea61 "forceOut" for trigger-type skill 2023-07-30 02:57:41 +08:00
Spmario233 a101ac1f84
Merge pull request #181 from nonameShijian/PR-Branch
使内置控制台解析代码的行为与浏览器控制台一致,且隔离作用域
2023-07-29 23:23:15 +08:00
shijian 40a1105eee 使内置控制台解析代码的行为与浏览器控制台一致,且隔离作用域 2023-07-29 22:45:10 +08:00
copcap de17694c54
在config里增加新分包的名称 2023-07-29 16:45:24 +08:00
copcap cf6833caac
将sp2拆分为sp2, huicui, xianding三个分包,将mobile中的始计篇单独拆为shiji分包 2023-07-29 16:30:57 +08:00
Spmario233 38c41f48ab
Merge pull request #176 from lieren2023/lieren2023-patch-11
修复初次安装因阻塞进程导致可能出现弹窗的bug
2023-07-29 01:31:19 +08:00
Spmario233 9ced9aa93a
Merge pull request #177 from copcap/dev
bug修复
2023-07-29 01:30:15 +08:00
Spmario233 734e05edb2 3D8精选(24/25) 2023-07-29 01:28:39 +08:00
copcap 5059a554d1
修复移出游戏的角色没有actionHistory的问题 2023-07-28 17:50:53 +08:00
lieren2023 0801669b68
Add files via upload 2023-07-28 16:03:46 +08:00
lieren2023 db32a7f353
Add files via upload 2023-07-28 16:00:21 +08:00
Spmario233 a1dffe8de3
Merge pull request #175 from copcap/dev
新增十常侍、族钟琰、谋祝融、谋孟获、界曹冲;解禁陈泰、牵招、新杀孙寒华、桓范;代码调整
2023-07-28 13:39:42 +08:00
copcap 28aef2e6c3 十常侍大礼包;修改_turnover事件和giveup的includeOut为true 2023-07-28 09:32:45 +08:00
copcap 8c79738a2a 新增族钟琰、谋孟获、谋祝融,解禁陈泰、牵招、新杀孙寒华、桓范;修改info.chooseButton结构中,只有一个可选时,可以跳过选择框 2023-07-28 05:43:02 +08:00
Spmario233 26a86308e5 Merge branch 'PR-Branch' of https://github.com/libccy/noname into PR-Branch 2023-07-27 18:05:20 +08:00
Spmario233 a71ea59ebc 3d collection(21/24) 2023-07-27 17:56:09 +08:00
copcap dfcf072b94 修改隐匿状态时加体力上限也会登场;修复十周年孙寒华bug 2023-07-26 15:32:49 +08:00
Spmario233 dd4b01049d
Merge pull request #170 from lieren2023/lieren2023-patch-9
选项-显示新增显示扩展武将图片,设为默认开启
2023-07-25 23:57:56 +08:00
Spmario233 afbca5886f
Merge pull request #168 from copcap/dev
爆料将新服杜预和吴班;修复bug
2023-07-25 23:53:58 +08:00
lieren2023 a4a1260949
RE:选项-显示新增显示扩展武将图片,设为默认开启 2023-07-25 19:01:00 +08:00
copcap ecebb6e132 修复乱斗模式铁索问题,将废除装备栏导致装备进入弃牌堆的操作改为置入 2023-07-24 21:12:38 +08:00
copcap 5d1a8e050f 优化get.skillRank函数,优化〖托孤〗AI,增加〖地法〗AI;其他bug修复 2023-07-24 04:31:23 +08:00
lieren2023 8dfdcc2bda
Add files via upload 2023-07-23 09:40:53 +08:00
copcap 7984f74a43 修复助战弃牌视为非自己弃置的bug 2023-07-23 02:59:01 +08:00
Spmario233 e86790366a
Merge pull request #165 from copcap/dev
OL孟达,新服张楚;changeGroup事件化;bug修复;新增语音
2023-07-22 10:58:26 +08:00
copcap 58c9d65abd 新增OL孟达,同时修改changeGroup为事件并记录至actionHistory.custom;解禁张楚;bug修复 2023-07-22 06:27:08 +08:00
shijian bff1d19236 1.修复game.print不能打印部分函数的问题。2.修复游戏自带控制台种的文字可能会不能选中的问题 2023-07-22 00:40:51 +08:00
shijian 1003718426 1.修复for in循环会出现game.js定义的新数组原型的问题。2.增加Array.prototype.includes的polyfill。3.修复layout.css的一个无意义大括号 2023-07-21 20:59:31 +08:00
Spmario233 496fb3ef13 fix server 2023-07-18 22:26:19 +08:00
Spmario233 e7e939ecc1
fix 2023-07-14 23:22:25 +08:00
Spmario233 d408f2f517
v1.9.123 (#158)
* change lib.init.parsex, Enable 'step' to be used through nesting

* Fixed an issue where nonstandard statement 'step 0' before standard statement 'step 0' would cause an error

* zhangshiping; tw_madai bug fix

* modify all the skills with incorrect "locked" tag

* Change the game.exit function to restart the app for WKWebview users using ios. And added the macintosh field to the judgment of lib.device

* various bug fix

* Revert "various bug fix"

This reverts commit ca7a363172.

* various bug fix

* some sudio

* unlock zhenghun, fix sbdiaochan

* add and adjust some audio, fix some bugs

* add trigger "useSkill" and "logSkillBegin"

* brand new wuxie

* Update standard.js

* update 武安国

* iriya!

* Add character lushi; fix clansankuang

* add 魏关羽/涛神,unlock 关宁/向朗/谋孙策/谋大乔/谋刘表,add related audio

* fix: adjust the edit box style to fix the text overflow problem 🐛

* fix 修文 and some other small bugs

* 伊莉雅·罗日杰斯特文斯卡娅

* Fix the issue of "game.getDB" and "game. deleteDB" reporting errors without "lib.db"

* Some browsers do not support "autoplay", so "onconplay" listening has been added

* sunwukong

* more zooms

* unlock 周善, modify 卢氏/卞喜/刘虞/黄祖/李采薇/张翼/笮融/孙寒华/TW董昭, fix some bug, add omitted audio

* change the number of 如意金箍棒 to 9 instead of 5; fix 夏侯尚's bug; add audio for sunwukong & donghailongwang

* Add the default accept value of '*/*' to the HTML selection file label

* longwang

* add&modify some audio

* add 族王凌/界SP黄月英/界张松/武诸葛亮,fix 晖云's bug; resolve conflicts, bring 武诸葛 up to date, fix 龙王's bug

* add 阮籍, add a skillTag in "jiu2" named jiuSustain for ruanji

* add some audio, sort some characters in sp

* sync 界SP黄月英

* add some character intros

* make 谋弈 play audio correctly

* revert some skills back to new ones

* v1.9.122.3

* Update update.js

* Add files via upload

* Add files via upload

* UI fix, Pinyin

* 李白

* Add files via upload

* Add files via upload

* collab pack, shen_dengai

* 朱铁雄, 小约翰可汗, 铜雀台补全

* small change

* 新增阮籍语音,修复阮籍的一个bug

* 添加族王凌和界孙登的语音

* 调整火攻和雌雄剑效果为只有1牌/0牌的时候直接亮出/令摸牌;新增一些语音

* 添加武诸葛、神邓艾配音

* 更新武诸葛、袁姬技能,bug修复

* 新增严纲、公孙范、乐蔡文姬、OL王朗,bug修复,添加相关语音

* 添加十周年地主相关语音,修复张世平的一个AIbug

* 修改intro的一个问题

* collab AI

* 新增OL界二张、甘夫人糜夫人,线下小杀小闪小酒小桃小乐;解禁刘宠骆俊

* v1.9.123 update info

---------

Co-authored-by: shijian <2954700422@qq.com>
Co-authored-by: copcap <copcap@outlook.com>
Co-authored-by: copcap <43802486+copcap@users.noreply.github.com>
Co-authored-by: PBK-B <pbk-b@PBK6.cn>
Co-authored-by: lieren2023 <131325076+lieren2023@users.noreply.github.com>
2023-07-14 23:04:55 +08:00
Spmario233 623971df34
v1.9.122.3 (#146)
* change lib.init.parsex, Enable 'step' to be used through nesting

* Fixed an issue where nonstandard statement 'step 0' before standard statement 'step 0' would cause an error

* zhangshiping; tw_madai bug fix

* modify all the skills with incorrect "locked" tag

* Change the game.exit function to restart the app for WKWebview users using ios. And added the macintosh field to the judgment of lib.device

* various bug fix

* Revert "various bug fix"

This reverts commit ca7a363172.

* various bug fix

* some sudio

* unlock zhenghun, fix sbdiaochan

* add and adjust some audio, fix some bugs

* add trigger "useSkill" and "logSkillBegin"

* brand new wuxie

* Update standard.js

* update 武安国

* iriya!

* Add character lushi; fix clansankuang

* add 魏关羽/涛神,unlock 关宁/向朗/谋孙策/谋大乔/谋刘表,add related audio

* fix: adjust the edit box style to fix the text overflow problem 🐛

* fix 修文 and some other small bugs

* 伊莉雅·罗日杰斯特文斯卡娅

* Fix the issue of "game.getDB" and "game. deleteDB" reporting errors without "lib.db"

* Some browsers do not support "autoplay", so "onconplay" listening has been added

* sunwukong

* more zooms

* unlock 周善, modify 卢氏/卞喜/刘虞/黄祖/李采薇/张翼/笮融/孙寒华/TW董昭, fix some bug, add omitted audio

* change the number of 如意金箍棒 to 9 instead of 5; fix 夏侯尚's bug; add audio for sunwukong & donghailongwang

* Add the default accept value of '*/*' to the HTML selection file label

* longwang

* add&modify some audio

* add 族王凌/界SP黄月英/界张松/武诸葛亮,fix 晖云's bug; resolve conflicts, bring 武诸葛 up to date, fix 龙王's bug

* add 阮籍, add a skillTag in "jiu2" named jiuSustain for ruanji

* add some audio, sort some characters in sp

* sync 界SP黄月英

* add some character intros

* make 谋弈 play audio correctly

* revert some skills back to new ones

* v1.9.122.3

* Update update.js

---------

Co-authored-by: shijian <2954700422@qq.com>
Co-authored-by: copcap <copcap@outlook.com>
Co-authored-by: copcap <43802486+copcap@users.noreply.github.com>
Co-authored-by: PBK-B <pbk-b@PBK6.cn>
2023-06-30 23:06:19 +08:00
Spmario233 5326770415
Revert "fix: adjust the edit box style to fix the text overflow problem 🐛" 2023-06-18 23:15:18 +08:00
PBK-B bfb20634e8 fix: adjust the edit box style to fix the text overflow problem 🐛 2023-06-16 12:12:35 +08:00
Spmario233 071bc84683 v1.9.122.2 2023-06-05 20:37:16 +08:00
Spmario233 50dc78de67 final hit 2023-06-05 20:28:32 +08:00
Spmario233 82dc7bc2cb invisible change 2023-06-05 12:29:07 +08:00
Spmario233 c0a70afc81 jsrg_xushao 2023-06-05 00:08:29 +08:00
Spmario233 efcb7b7d6d iriya 2023-06-03 10:53:32 +08:00
shijian 929cb967e0 fix game.exit 2023-05-31 23:11:28 +08:00
Spmario233 8563f1f78a v1.9.122.1 2023-05-29 13:56:40 +08:00
Spmario233 5db0d1df55 v1.9.122 2023-05-29 13:22:12 +08:00
Spmario233 dcccf27c38 v1.9.121 2023-05-13 22:57:29 +08:00
Spmario233 f4b38c9784 v1.9.120.3.1 2023-05-06 00:00:01 +08:00
Spmario233 eec54fa6f5 v1.9.120.3 2023-05-02 19:26:19 +08:00
Spmario233 83c7a2a8e2 v1.9.120.2 2023-03-31 19:34:38 +08:00
Spmario233 9c2222b61a v1.9.120.1 2023-03-04 23:17:30 +08:00
Spmario233 9cca60bcc3 v1.9.120 2023-02-22 13:47:10 +08:00
Spmario233 cc3e434459 v1.9.119 2023-01-27 21:21:56 +08:00
Spmario233 04ab6c8cd0 v1.9.118.0.1
hotfix
2023-01-26 10:48:26 +08:00
Spmario233 f810076e26 v1.9.118 2023-01-24 21:26:41 +08:00
Spmario233 88de608580 v1.9.117.2 2022-12-22 11:19:22 +08:00
Spmario233 5c6643e2ab fix 2022-12-05 09:14:45 +08:00
Spmario233 1db45ee6fe v1.9.117.1 2022-12-05 00:40:03 +08:00
Spmario233 6d06ef09de v1.9.117 2022-12-05 00:16:32 +08:00
Spmario233 cb6b81e7b5 v1.9.116.3 2022-11-12 19:47:23 +08:00
Spmario233 c869b41506 v1.9.116.2 2022-10-28 16:39:59 +08:00
Spmario233 3159e08176 v1.9.116.1 2022-10-22 23:11:10 +08:00
Spmario233 857f53d8f1 v1.9.116 2022-10-20 19:50:57 +08:00
Spmario233 f3b897ff86 v1.9.115.3 2022-10-03 21:56:03 +08:00
Spmario233 ce5fdfbb71 v1.9.115.2.1 2022-09-18 12:45:23 +08:00
Spmario233 030fc1bd62 v1.9.115.2 2022-09-15 20:33:17 +08:00
Spmario233 5cdd1a9b46 v1.9.115.1
merged PR #85 and #87
2022-09-02 22:37:30 +08:00
Spmario233 79f93bed23 v1.9.115 2022-08-18 22:57:28 +08:00
Spmario233 28cca71a60 v1.9.114.4.1 2022-08-09 23:21:53 +08:00
Spmario233 24ec532056 v1.9.114.4 2022-07-25 22:24:03 +08:00
Spmario233 db168ea5e0 v1.9.114.3.1 2022-07-07 00:19:03 +08:00
Spmario233 e598454179 v1.9.114.3 2022-07-06 21:38:15 +08:00
Spmario233 3968db58cb 1.9.114.2 2022-06-21 13:00:44 +08:00
Spmario233 1451c6e74c Update update.js 2022-06-14 00:10:12 +08:00
Spmario233 cc165d8618 v1.9.114 2022-06-14 00:00:22 +08:00
Spmario233 c9f9424eff v1.9.113.5 2022-05-30 18:35:29 +08:00
Spmario233 dc1dde41e9 ナービィ 2022-05-10 00:59:02 +08:00
Spmario233 be73e76fdc v1.9.113.3 2022-04-30 20:32:57 +08:00
Spmario233 1a755b8a83 fix 2022-04-18 12:22:05 +08:00
Spmario233 f4e24f600b v1.9.113.2 2022-04-18 10:27:32 +08:00
Spmario233 cffbbd96f0 fix 2022-04-11 09:20:08 +08:00
Spmario233 f8b4a621a2 v1.9.113 2022-04-11 00:34:02 +08:00
Spmario233 aae7f6834d v1.9.112.3 2022-03-22 22:53:37 +08:00
Spmario233 d13637b99c v1.9.112.2 2022-03-04 14:13:00 +08:00
Spmario233 f824bf767a v1.9.112.1 2022-02-07 02:13:56 +08:00
Spmario233 59b5e32726 fix 2022-01-17 22:58:44 +08:00
Spmario233 95c3cf7def fix 2022-01-15 14:15:42 +08:00
Spmario233 4c9c5be4dd mania! 2022-01-15 14:12:01 +08:00
Spmario233 37e8712d98 fix 2021-12-26 22:29:48 +08:00
Spmario233 1f81d82fa2 Guanxing 2021-12-09 21:57:51 +08:00
Spmario233 f5df594890 v1.9.110.10.1 2021-11-26 22:55:37 +08:00
Spmario233 bc1c650a56 傻宝逍遥小鱼儿的杰作 2021-11-23 12:58:31 +08:00
Spmario233 f9517af0c6 神孙策 2021-11-16 18:42:00 +08:00
Spmario233 b7cd766440 update 2021-11-07 13:45:48 +08:00
Spmario233 f1d5dbc1d2 Riikii 2021-11-01 22:32:23 +08:00
Spmario233 854a991250 update 2021-10-26 21:24:26 +08:00
Spmario233 75a0812b57 fix 2021-10-22 13:08:32 +08:00
Spmario233 f729b6b930 fix 2021-10-22 13:07:02 +08:00
Spmario233 49c65b447f Satou Hina 2021-10-20 22:12:24 +08:00
Spmario233 b757ac0563 Aokana 2021-10-18 18:34:20 +08:00
Spmario233 fbd3fb9bf1 update 2021-10-12 13:02:49 +08:00
Spmario233 6eb57eb0ec simplify 2021-10-06 19:01:42 +08:00
Spmario233 2f10c6e8d0 fix 2021-10-05 23:46:56 +08:00
Spmario233 6108989e58 kano 2021-10-01 00:37:22 +08:00
Spmario233 6da54d23fc kano 2021-10-01 00:25:44 +08:00
Spmario233 c44fd358cf big fix 2021-09-23 23:07:50 +08:00
Spmario233 94afb5113b コネクト 2021-09-20 19:04:25 +08:00
Spmario233 c90084b10a コネクト 2021-09-20 18:56:11 +08:00
Spmario233 a4f774aac2 fix 2021-09-18 22:23:15 +08:00
Spmario233 8e944edf54 renku 2021-09-18 20:39:28 +08:00
Spmario233 24bf898c8c update 2021-09-11 17:09:08 +08:00
Spmario233 6581338d04 mia 2021-09-07 13:05:57 +08:00
Spmario233 ec9d3864c4 duxi 2021-08-29 21:38:50 +08:00
Spmario233 935d3af4e0 taishici 2021-08-27 12:05:15 +08:00
Spmario233 119d02a195 huaxin 2021-08-18 21:42:06 +08:00
Spmario233 d095f7cc16 Kyou 2021-08-10 13:19:33 +08:00
Spmario233 5562c9653e 诏书 2021-08-05 19:46:11 +08:00
Spmario233 f93527c87a Rewrite!!! 2021-08-03 11:22:43 +08:00
Spmario233 f643dd7a77 tenzen!!! 2021-07-28 16:46:10 +08:00
Spmario233 ffc3c70344 乒乓球! 2021-07-22 13:08:59 +08:00
Spmario233 76247d1c44 Tenzen! 2021-07-15 12:47:00 +08:00
Spmario233 5ebaccf55c Yuuki & Kyouko 2021-07-06 16:45:57 +08:00
Spmario233 0e16df9aeb hanhan chenqun 2021-06-28 12:20:10 +08:00
Spmario233 a3cfc504d6 fix 2021-06-23 20:09:36 +08:00
Spmario233 fed8414ed7 Yijiang 2021 2021-06-23 17:24:49 +08:00
Spmario233 3afc21debd 紫小鸟 2021-06-10 23:27:23 +08:00
Spmario233 a058157456 君临天下EX 2021-06-03 16:49:05 +08:00
Spmario233 9802ae0245 tongquetai 2021-05-28 00:12:07 +08:00
Spmario233 c7c886a4d8 Ichinose K&M 2021-05-21 20:54:33 +08:00
Spmario233 2fc20a7997 v1.9.110 2021-05-18 15:57:26 +08:00
Spmario233 123b37a482 小无 2021-05-12 21:45:40 +08:00
Spmario233 b231525be0 手刹傻逼新策划的杰作 2021-05-08 20:10:31 +08:00
Spmario233 0699d9b2fa zhonghui 2021-05-04 22:01:02 +08:00
Spmario233 e8072153c4 ushio 2021-04-28 20:41:23 +08:00
Spmario233 bec3319a41 Yusa-chan 2021-04-26 22:07:47 +08:00
Spmario233 bae017ea37 dingfeng
为什么会有人觉得新丁奉不如太史慈
2021-04-22 22:05:36 +08:00
Spmario233 3ab7df000d lisu/fanyufeng 2021-04-16 19:41:43 +08:00
Spmario233 e5b3e3382c the 1000th summer and the crow 2021-04-13 22:06:17 +08:00
Spmario233 ab0b7aeb8f double 2021-04-08 11:17:33 +08:00
Spmario233 963b6de115 Flappy Bird 2021-03-31 11:47:06 +08:00
Spmario233 96e90e7b99 大鸟 2021-03-28 12:32:05 +08:00
Spmario233 c0c3245bf9 fix 2021-03-20 21:50:03 +08:00
Spmario233 7a81e7630d ab! yusa 2021-03-20 21:29:25 +08:00
Spmario233 6c0aab6e54 loseAsync / insert_card 2021-03-08 19:10:12 +08:00
Spmario233 1e50271fac fix 2021-03-06 18:57:22 +08:00
Spmario233 70c7b38f16 辛笨改改改 2021-02-28 23:59:11 +08:00
Spmario233 4042ece7ac 二袁的末日 2021-02-25 20:26:19 +08:00
Spmario233 18fbb2e73c fix 2021-02-21 11:37:37 +08:00
Spmario233 7d6234ba61 快用你的千早光线想想办法 2021-02-20 21:23:27 +08:00
Spmario233 9aba2b7106 郭照 2021-02-08 15:52:22 +08:00
Spmario233 f5b1344147 凤咲夜 2021-02-05 22:52:19 +08:00
Spmario233 e288dd0680 蜀汉四天王 2021-01-27 20:48:29 +08:00
Spmario233 15b757a946 kami 2021-01-23 19:25:04 +08:00
Spmario233 61654469e5 fix 2021-01-20 09:13:11 +08:00
Spmario233 5906ec40a4 2021-01-19 22:04:52 +08:00
Spmario233 bcc652fee9 Angel Beats! -1st beat- CHS Translation! 2021-01-16 22:42:47 +08:00
Spmario233 f63f3800e9 Kuu-chan~ 2021-01-10 10:28:38 +08:00
Spmario233 cf366193c7 一大堆语音 2021-01-08 21:11:52 +08:00
Spmario233 1e134f2b04 Charlotte AGAIN 2021-01-03 23:10:00 +08:00
Spmario233 fc9e627a00 remove server 2021-01-02 18:45:47 +08:00
Spmario233 906755306d 我可是全知全能的神! 2020-12-31 18:28:10 +08:00
Spmario233 22a4950770 Merry Christmas 2020-12-25 21:57:32 +08:00
Spmario233 18539af71b 你在凝视欧派的时候,欧派也在凝视着你。 2020-12-22 21:57:12 +08:00
Spmario233 6e0dbee7e8 三家归晋 2020-12-19 09:36:50 +08:00
Spmario233 73b9e22c57 fix 2020-12-16 22:34:16 +08:00
Spmario233 ca97c25e0f Suzuki Hiroto 2020-12-16 20:45:33 +08:00
Spmario233 a45218a0e6 Suzuki Hiroto 2020-12-16 19:55:55 +08:00