请选择 进入手机版 | 继续访问电脑版

cronusmax

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 19764|回复: 0

【克麦】Cronus PRO v1.21 更新发布

[复制链接]

73

主题

82

帖子

286

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
286
发表于 2018-6-15 22:52:25 | 显示全部楼层 |阅读模式
Cronus PRO v1.21 更新发布





Cronus PRO最新更新,请使用Cronus Pro内部更新程式,更新至最新版本,更新方式请打开CronusPro->Tools->Cronus PRO Update,依照指示更新即可。
(下列图示参考)






次改版修复内容:
1. 修正X-AIM可以映射使用XBOX系列手把的X Logo键功能
2. 编译容量最小化
3.在X-Input增加调整震动频率的选项, 减慢震动频率可帮助减少lag现象
4. 增加2个Combo语法: combo_suspend(combo暂停)及combo_supended(判断combo是否在暂停状态)
5.语法多了新迴圈语法for loop及if判断式累加递减语法修改为类C语言语法
6. 部分语法优化
7. 修复多个bugs
8. 增加稳定度


  • Replaced X-Input code with our own custom code, fixing a year’s long Microsoft bug and making the Guide button FINALLY work in X-AIM. It’s mapped to button 10, this should also fix rumble issues you may have experienced in the past (lagging rumble for example).
  • Enabled compiler optimizations – This means that your scripts will be smaller than they otherwise would’ve been because the compiler attempts to be smart and help you by not adding unused variables, unused functions, unused combo’s etc. and it allocates the variables all at once rather than all combo’s and arrays as chunks and each individual variable as a separate opcode.
  • Added a menu item in X-Aim shown by pressing Ctrl + F12 which displays what version of X-Input is being used (1.3 is required for the guide button to work, but it can fall back to 1.4 and 9.1.0 too).
  • Added a customizable rumble timing for X-Input to allow you to tune it to your needs if needed (making it less frequent with updates may fix lag issues).
  • Added support for 2 new combo constructs “combo_suspend” and “combo_suspended”, the first one essentially just “Pause” a combo (make it stop running but not reset it) and the second checks if it is in this “Paused” state.
  • Added support for setting a delay on bootloader packets which may help with corruption issues while writing GamePacks/Scripts.
  • Fixed issue causing some users to have crashes during startup such as when there’s a permissions problem in the registry.
  • Fixed interpreter issue related to how indexed arrays worked (when using a variable).
  • Fixed issue causing false warnings to show up when using the new “for (…) { … }” construct.
  • Fixed issue causing false warnings to show up when returning from a user function.Fixed issue causing the parser to crash when trying to parse very large numbers (beyond the normal range, it now gives you a warning regarding this issue instead of silently crashing)
  • Fixed issue causing the compiler to silently crash when attempting to compile scripts that had constant math containing a 0 in the right side of the definition.
  • Fixed issue causing ps4_touchpad to not be compiled correctly.
  • Fixed issue causing X-AIM specific scripts to not be possible to upload to the online library.
  • Fixed issue causing a exception to be thrown when attempting to fetch the script on unsupported systems (Windows Vista).
  • Fixed a problem with the compiler causing it to bail out on first error (including bytecode size) giving you false hope that there’s just 1 more byte to shave off… (it now compiles until first major error then tells you the size problems after it’s been fully compiled).
  • Fixed a bug causing “XB360_BACK” to not be highlighted properly.
  • Fixed a typo in “Downloading SW v… please wait.”
  • Fixed issue causing functions where not all paths return a value would compile without any error
  • Fixed issue causing variables modified by set_bits and co. to be considered not used/given a value
  • Fixed issue with the get_bits function causing it to compile incorrectly and incorrectly require the first parameter to be a variable
  • Fixed issue causing things like “variable = variable2 = 2;” to compile incorrectly
  • Fixed issue with parsing, hex numbers are now properly supported and all input values are now checked to be within variable range; -32768 to 32767
  • Fixed issue with latest news not fetching the latest news properly after the site was redesigned/updated
  • Changed InFrameIn to be disabled by default.
  • Updated Copyright information.
  • Updated About window to fit all version information.


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|cronusmax

GMT+8, 2023-9-23 08:35 , Processed in 0.081157 second(s), 23 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表