MrZ626
|
137d9296cd
|
移除一个TODO的注释
|
2021-10-30 15:57:34 +08:00 |
|
Particle_G
|
e236be7a62
|
Ci ios (#395)
* merge get-cc-url into get-version
* add `get-cc`
* remove `apt update`
* rename `get-version` -> `get-info`
* rm unnecessary file
* - Add support for ios
- Fix missing top folder for macos
* - Fix directory names
* - Fix with binary r/w
* iOS的plist文件先转换为明文
* add IOS
* 整合新action
* Finishing touch
* Update action.yml
* Test chmod
* - Xcode build test
* - Build with default keychain
* - Test iOS only
* - Use macos-11
* - Change keychain operations' sequence
* - Allow provisioning updates
* - Set build directory
* - Specify build path
* - Pack bare app
* - Add quiet option
* 测试:输出touchrelease位置
* - Test with ad hoc cert
* - Fix wrong variable
* - Use Release instead of Distribution
* - Chmod CCloader to add execute permission
* 继续测试ios触屏问题
* 继续测试ios触屏问题
* - Use macos latest
- Re-enable other runs
* - Sign CCloader after build
* - Remove redundant inputs in build.yml
* - Install test
* - Export test
* - install test
* - Try fastlane
* - Use builtin ruby
* - CI Test
* - Update python script to fix ios versioning
* - Use static lib
* - Test static cc
* - Fix locations
* Update readme.md
Co-authored-by: Imple Lee <80144331+ImpleLee@users.noreply.github.com>
Co-authored-by: Trebor-Huang <2300936257@qq.com>
Co-authored-by: Trebor Huang <41145779+Trebor-Huang@users.noreply.github.com>
Co-authored-by: YunyushuLiu <kunluntree@qq.com>
Co-authored-by: MrZ626 <1046101471@qq.com>
Co-authored-by: 梦飞翔 <1149761294@qq.com>
|
2021-10-20 13:07:51 +08:00 |
|
MrZ626
|
57497dbd74
|
整理代码,较复杂的单行if-then-end拆成多行
|
2021-09-03 00:28:08 +08:00 |
|
MrZ626
|
a6d80667c1
|
减慢使用默认update模板函数的bot线程结束后拍硬降的速度
|
2021-08-28 22:25:35 +08:00 |
|
MrZ626
|
a1c6f720a2
|
代码规范:所有文件以空行结尾
|
2021-08-28 16:46:10 +08:00 |
|
MrZ626
|
660946215e
|
tab缩进换成空格
|
2021-08-27 22:40:03 +08:00 |
|
MrZ626
|
3c02c5957e
|
加载cc失败的时候不会报错了
|
2021-08-27 00:02:24 +08:00 |
|
MrZ626
|
f6826432d0
|
修正主界面cc的bag模式为true
cc移动加速
|
2021-08-26 17:09:16 +08:00 |
|
MrZ626
|
15d43f6313
|
修复机器人更新协程结束后不会让机器人进入自杀模式
|
2021-08-26 15:46:50 +08:00 |
|
MrZ626
|
de1a1cbe9a
|
修正cc初始化时的一些小问题
|
2021-08-26 15:19:40 +08:00 |
|
MrZ626
|
27a0e8ee3a
|
整理代码
|
2021-08-26 15:08:24 +08:00 |
|
Trebor Huang
|
db4f193046
|
适配CC API (#233)
* 适配CC API
* 修正上游代码
|
2021-08-26 14:29:41 +08:00 |
|
MrZ626
|
f77d8d5219
|
修改/添加bot的api
更新ccBot相关代码(需要修正)
|
2021-08-26 02:43:16 +08:00 |
|
MrZ626
|
295e79984f
|
代码规范:把所有的tab换成空格
|
2021-08-25 04:28:52 +08:00 |
|
MrZ626
|
8f910f95f4
|
整理代码,调整local函数名规范(较边缘的代码不必遵守,比如外部的库和小程序):
特别临时性的用全大写字母缩写或者单字母
TASK模块用到的任务函数和检查函数开头分别为task_和check_
其他函数开头添加下划线作为指示
|
2021-08-25 02:40:01 +08:00 |
|
MrZ626
|
7817499da7
|
AITemplate小模块合并至BOT模块并优化参数样式
修改所有之前的AITemplate至新格式
启用9s的hold开关(之前有开关但是没用)
准备好cc对接相关代码模板(不能用所以注释了,需要修改)
|
2021-08-24 05:15:27 +08:00 |
|
MrZ626
|
1c43e92577
|
增加尝试接入CC的代码模板(注释),等待后续修改
|
2021-08-24 01:46:59 +08:00 |
|
MrZ626
|
491c4d25d7
|
重构ai模块,等待使用新wrapper接入cc,bot数据结构未定
|
2021-08-23 23:02:35 +08:00 |
|