Commit Graph

3393 Commits

Author SHA1 Message Date
MrZ626
653debbbc2 回合制模式使用玩家sid处理回合顺序
本地玩家也有sid了(跟id相同)
2021-09-26 11:37:49 +08:00
MrZ626
2279eb8e31 修改更新历史和build号 2021-09-26 01:27:44 +08:00
MrZ626
f475fafbf1 新增一个彩蛋模式 2021-09-26 01:18:18 +08:00
MrZ626
52bb86ad78 调整主菜单快速开始按钮文本生成逻辑,找不到不会报错了 2021-09-26 01:11:19 +08:00
MrZ626
535a590ffd 微调关于界面的ui 2021-09-26 01:05:32 +08:00
MrZ626
b2143557bd 给两个词典的几个wiki词条重新排了序
添加four.lol词条
2021-09-25 19:29:24 +08:00
MrZ626
a6c47f5122 微调键位设置ui和交互逻辑,添加说明文本 2021-09-25 19:29:21 +08:00
MrZ626
fddb2db8c7 整理代码
更多帧更新改为时间更新
微调cubes背景
微调音乐室ui
2021-09-25 19:29:09 +08:00
MrZ626
da58578d33 修改更新历史 2021-09-25 03:03:55 +08:00
MrZ626
391821bf16 Zframework的控件/场景/文本/任务模块支持基于时间更新
修改几处其他地方基于时间update
2021-09-25 02:59:38 +08:00
MrZ626
7ae314fb2c 更新英文翻译
Co-authored-by: C29H25N3O5 <87485746+C29H25N3O5@users.noreply.github.com>
2021-09-24 23:33:36 +08:00
Trebor Huang
7b141a5eaa [no ci] Change icon, temporary fix for dylib loading (#328)
* Move build directory

* Move build folder

* Move the build folder

* Update Mac OS icon

* Use snapshot icon

* Use icon file

* Temporary fix for Mac OS dylib loading

* Update require.lua

* Update require.lua

* Update require.lua

* Update require.lua

Remember to squash this.

* “简化”require模块对于OS X环境的处理方法

Co-authored-by: MrZ626 <1046101471@qq.com>
2021-09-24 21:00:03 +08:00
MrZ626
0b1357c2ee 修改更新历史和build号 2021-09-24 19:58:56 +08:00
C29H25N3O5
417072bf00 Update icon_snapshot.icns on macOS (#325)
* Delete icon_snapshot.icns

* 更新macOS上icon_snapshot的外观
2021-09-24 19:58:09 +08:00
Not-A-Normal-Robot
ff0fa1802d Fix repeating stage completion text bug (#326)
Previously, if you play master phantasm and complete the line requirements of the dig section, but have not dug all the blocks, the "Stage (n) complete" text will still appear. This pull request makes it so that it checks the dig condition *before* making the text appear.
2021-09-24 19:57:58 +08:00
MrZ626
07e07e61ee 修改FL mod的画面表现
修改hold设为swap时不可hold的块标记方式和普通hold的一样
2021-09-24 14:49:17 +08:00
MrZ626
4f939d7ea4 drawNext系列函数整理合并(略微牺牲性能),玩家用的绘制函数完全放入draw.lua
游戏参数新增holdMode
默认'hold'为普通hold模式
'swap'为跟next第一个交换(跟物理hold/多hold均兼容)
2021-09-24 13:35:17 +08:00
MrZ626
9fa4b97e5e 整理代码 2021-09-24 08:27:40 +08:00
MrZ626
b890813732 BGM模块新增seek方法 2021-09-24 02:33:09 +08:00
MrZ626
f9650c565c 刷新玩家stat时间和帧数的代码移到update函数外部 2021-09-24 02:28:51 +08:00
MrZ626
6eca35759f Revert "降低 Shiny 皮肤饱和度 (#318)"
This reverts commit 1de11365c1.
2021-09-24 02:15:32 +08:00
MrZ626
c927e58ce4 添加逻辑追帧功能,设置默认关闭,联网强制打开防止低帧率设备影响游戏体验 2021-09-24 02:08:00 +08:00
MrZ626
4c7ba04274 整理Player类代码,准备将玩家更新改为基于时间 2021-09-24 00:39:42 +08:00
MrZ626
bb60813323 修改Ospin的实现,O的旋转历史不再直接记录在玩家对象里而是放在方块数据中伴随方块刷新自动重置
两种方法各有缺点,暂时选择旋转系统不污染玩家的属性
2021-09-24 00:38:54 +08:00
MrZ626
4fc7dd447e 修改两处变量名,“累计值然后进行若干次操作”的变量使用trigXXX的格式 2021-09-24 00:37:59 +08:00
MrZ626
dc0b39d6b5 移除语言文件里多余的挖掘1000行模式信息 close #324 2021-09-23 15:45:21 +08:00
MrZ626
84058f9833 修正一处变量名漏改
整理代码
2021-09-23 15:16:58 +08:00
MrZ626
d78fc5bf9c 移动打包相关文件目录,等待修改ci
【警告】ci暂时不可用
2021-09-23 13:46:03 +08:00
MrZ626
d839037c09 修改gitigore 2021-09-23 12:13:00 +08:00
MrZ626
cfe0ef8864 把游戏logo的图片加回media文件夹以备不时之需 2021-09-23 12:06:55 +08:00
MrZ626
e2d12d766f 修正一处拼写错误 2021-09-23 11:54:52 +08:00
C29H25N3O5
e73647780c 增加 macOS 专用圆角图标 (#321) 2021-09-23 11:54:32 +08:00
C29H25N3O5
1de11365c1 降低 Shiny 皮肤饱和度 (#318)
* Delete shiny_cho.png

* Add files via upload

* Delete shiny_cho.png

* 降低 Shiny 皮肤的饱和度, 看起来不那么刺眼
2021-09-23 11:53:39 +08:00
MrZ626
7ebf8aca5b 修改更新历史和build号 2021-09-23 01:24:29 +08:00
MrZ626
58b8f354e0 无尽pc模式要求必须4行一次,两行pc不重置pc限制线 2021-09-23 01:23:42 +08:00
MrZ626
2bfcc7e0f2 统一管理玩家update函数而不是在特定时候切换,方便之后把帧步进改为时间同步 2021-09-23 01:18:01 +08:00
MrZ626
a7ddc69679 修正音效室mini和b2b(b3b)顺序不对 2021-09-23 01:00:37 +08:00
MrZ626
86d1f9470e 修正之前新公告解析的小问题 2021-09-22 19:34:45 +08:00
MrZ626
57a233d51b 降低高速经典-极限的评级标准 2021-09-22 14:18:19 +08:00
MrZ626
a021fcd951 HB和HG改回之前的无开关状态,等待之后重做mod close #317 2021-09-22 14:04:53 +08:00
MrZ626
3bfa49236e 更新仓库readme 2021-09-22 11:21:21 +08:00
MrZ626
0e52416a9b 整理代码,部分玩家绘制材质移动到TEXTURE模块
触屏设置界面绘制完整的玩家边框
2021-09-22 11:07:09 +08:00
MrZ626
a0f8258cad 修复重构语言模块后说明书场景爆炸 2021-09-22 11:03:55 +08:00
MrZ626
a2da057581 调整公告解析,自制一个简单的分语言公告格式 2021-09-22 11:03:55 +08:00
MrZ626
56cbe4c5b6 添加log模块,用于代替之前缺少音频文件弹出的消息框
也给缺少图片和加载错误语言等地方添加了日志
控制台添加log命令输出日志
2021-09-22 11:03:55 +08:00
MrZ626
48c9bd6dfd 调整小程序arm题目顺序 2021-09-22 11:03:54 +08:00
MrZ626
a30b69db4c 调整未来计划上面的版块,个别内容移至私密笔记 2021-09-22 11:03:54 +08:00
Not-A-Normal-Robot
e57ddbb6eb Fix dig 10l, 40l, and 100l (#310)
Previously, it didn't find eventsets named "dig_(n)L" because there were only "dig_(n)l" (capitalization). This fixes that.
2021-09-22 11:03:54 +08:00
MrZ626
f1068eacd8 再次修正之前整理小程序代码把FONT.set打成FONT.get close #312 2021-09-22 11:03:54 +08:00
huaji2369
b762741a6e 修改机翻的回滚语言为中文 (#314) 2021-09-22 11:03:54 +08:00