rong
rong
error "Unsupported MSVC compiler version. " when run command "./build.sh generate -configuration Release -platform x64" OS: Windows Target: MSVC
针对Disable viewport的case特化一鼠标位置转发
1. 支持无 cpp header 的代码生成(比如 SkrScript),需要提供一个生成根目录(而不是 header root) 2. c++.codegen 应当留有更大的余裕,不给出 config 也应当能运行(典型的如不需要 cpp source 的情况),如果缺少 options,在 python 阶段给出 error,而不是假设一个 XXX_API 3. 针对点 2,python 应当增加一个 stage 做 config 检查,给出报错和合理的建议 4....
1. 从 Release 拉取包方式的更新和统一,主要是统一加入 sha 校验等功能 2. install 加入对包的 sha 缓存以替代不稳定的 depend.on_changed,同时加入内容的路径和 sha 缓存,防止意外删除,彻底解除对 depend.on_changed 的依赖