整理代码,修改更新历史
This commit is contained in:
@@ -17,9 +17,9 @@ WS= require"Zframework.websocket"
|
||||
LOADLIB=require"Zframework.loadLib"
|
||||
WHEELMOV=require"Zframework.wheelScroll"
|
||||
|
||||
JSON=require"Zframework.json"
|
||||
TABLE=require"Zframework.tableExtend"
|
||||
STRING=require"Zframework.stringExtend"
|
||||
JSON= require"Zframework.json"
|
||||
TABLE= require"Zframework.tableExtend"
|
||||
STRING= require"Zframework.stringExtend"
|
||||
|
||||
VIB= require"Zframework.vibrate"
|
||||
SFX= require"Zframework.sfx"
|
||||
@@ -206,7 +206,7 @@ end
|
||||
|
||||
local function noDevkeyPressed(key)
|
||||
if key=="f1"then
|
||||
PROFILE.switch()
|
||||
MES.new('check',PROFILE.switch()and"profile start!"or"profile report copied!")
|
||||
elseif key=="f2"then
|
||||
MES.new('info',("System:%s[%s]\nluaVer:%s\njitVer:%s\njitVerNum:%s"):format(SYSTEM,jit.arch,_VERSION,jit.version,jit.version_num))
|
||||
elseif key=="f3"then
|
||||
|
||||
@@ -137,16 +137,16 @@ end
|
||||
|
||||
local switch=false
|
||||
function profile.switch()
|
||||
if switch then
|
||||
switch=not switch
|
||||
if not switch then
|
||||
profile.stop()
|
||||
love.system.setClipboardText(PROFILE.report())
|
||||
PROFILE.reset()
|
||||
MES.new('check',"profile report copied!")
|
||||
return false
|
||||
else
|
||||
PROFILE.start()
|
||||
MES.new('check',"profile start!")
|
||||
return true
|
||||
end
|
||||
switch=not switch
|
||||
end
|
||||
|
||||
-- store all internal profiler functions
|
||||
|
||||
@@ -51,27 +51,28 @@ return STRING.split([=[
|
||||
移除staff场景赞助文本颜色
|
||||
注册请求发送后按钮会消失并弹出消息
|
||||
代码:
|
||||
升级SCR模块,整理大量坐标系变换代码
|
||||
更长的尝试连接ws时间
|
||||
升级SCR模块,整理大量坐标系变换代码
|
||||
控制台添加切换/管理服务器的命令
|
||||
string/table扩展模块升级
|
||||
解决输入框焦点和回车键的交互问题
|
||||
接收网络消息的task不再永久停留于任务队列中
|
||||
控件模块允许不提供控件名
|
||||
修复:
|
||||
一堆ui小问题
|
||||
对战房间新消息提示器
|
||||
对战房间使用新的消息提示器
|
||||
NX模组不会让成绩无效
|
||||
数据保存到统计的时机错误
|
||||
声音设置中cv控件值不同步
|
||||
加载没有翻译名称的模式时报错
|
||||
联网房间从设置返回后背景错误
|
||||
加载不出的错误格式头像文件会导致崩溃
|
||||
开启3D场地后shader覆盖了贴图透明度
|
||||
软降das设为0时需要按住两帧才能触发0arr
|
||||
复活和联网玩家进入挂起状态检测顺序错误
|
||||
非极简/非任务判负并未完全判负
|
||||
ws连接失败时不能正确显示消息
|
||||
软降das设为0时需要按住两帧才能触发0arr
|
||||
开启3D场地后shader覆盖了贴图透明度
|
||||
联网房间从设置返回后背景错误
|
||||
声音设置中cv控件值不同步
|
||||
test场景不能退出
|
||||
一堆ui小问题
|
||||
|
||||
0.15.2: 天线 Antenna
|
||||
新增:
|
||||
|
||||
Reference in New Issue
Block a user