Commit Graph

712 Commits

Author SHA1 Message Date
godotg f25b9a7e46 doc[deploy]: update doc 2022-11-26 20:07:47 +08:00
godotg 40b639fd67 perf[deploy]: adjust jvm start params 2022-11-26 18:01:58 +08:00
godotg 0b26e19612 fix[shell]: deploy jar absolute path 2022-11-23 14:25:03 +08:00
godotg ca220b2cef fix[shell]: check deploy jar absolute path 2022-11-23 14:08:31 +08:00
godotg de0be98388 test[protocol]: 极端大的对象序列化和反序列化测试 2022-11-15 21:39:04 +08:00
godotg d03534bc58 doc[protocol]: update doc 2022-11-14 21:08:44 +08:00
godotg 0549dd6aa5 test[protocol]: 极端大的对象序列化和反序列化测试 2022-11-14 20:57:22 +08:00
godotg def164a2a9 test[protocol]: 试极端大的对象序列化和反序列化测试 2022-11-14 20:50:28 +08:00
godotg 3ea0490067 test[protocol]: 试极端大的对象序列化和反序列化情况,极端大的对象指的是字段多,对象大,方法大 2022-11-14 20:34:43 +08:00
godotg 418a5a7983 test[net]: third libraries 2022-11-14 15:52:19 +08:00
godotg 908834d5c2 test[net]: test unit 2022-11-14 15:49:11 +08:00
godotg 1e98c6ba46 doc[doc]: update doc 2022-11-14 15:45:14 +08:00
godotg fafc300be6 doc[doc]: update doc 2022-11-12 08:50:20 +08:00
godotg b659de085d doc[protocol]: update document 2022-11-06 14:03:56 +08:00
godotg d3c927ed8b perf[gdscript]: add get_class method to gdscript 2022-11-06 09:35:18 +08:00
godotg dbabf3742b Merge remote-tracking branch 'origin/main' 2022-11-05 22:31:10 +08:00
godotg cc501ea77c perf[gdscript]: add class_name to gdscript 2022-11-05 22:30:39 +08:00
godotg 197f6750d3 Merge pull request #29 from qq564139153/main
fix[home]: 注释修改,没逻辑修改
2022-11-05 17:47:02 +08:00
sean 5267e2681d Merge branch 'main' of https://github.com/qq564139153/zfoo 2022-11-05 17:27:28 +08:00
sean b7db3d6233 fix[home]: 注释修改,没逻辑修改 2022-11-05 17:23:33 +08:00
godotg 8b28d5383d feat[storage]: 配置相关的子类同样和主类一样检测 2022-11-05 08:17:25 +08:00
godotg 3fed99908e Merge pull request #28 from liqigit/main
feat[storage]:新增解析json为unmodifiableList的功能
2022-11-04 21:43:14 +08:00
godotg fdcc66f5f4 test[boot]: test log 2022-11-04 19:55:57 +08:00
godotg a12063daa4 test[boot]: test unit 2022-11-04 19:53:55 +08:00
superman 79449684ee feat[storage]:新增解析json为unmodifiableList的功能 2022-11-04 16:19:14 +08:00
godotg 2a0ab01490 perf[gdscript]: byte buffer method of writeRawInt 2022-11-01 18:30:13 +08:00
godotg 151cfa77f7 perf[generate]: generate protocol 2022-11-01 16:49:49 +08:00
godotg 7b59fcdfa6 perf[generate]: generate gdscript protocol 2022-11-01 16:38:37 +08:00
godotg 32c5f01b0f fix[serialization]: fix lonlongmap serialization error 2022-11-01 16:23:02 +08:00
godotg 913b51eef8 perf[log]: simple log 2022-10-31 22:02:55 +08:00
godotg 5cfe1c9ddb perf[net]: limit netty read buffer,如果长度非法,则抛出异常断开连接,按照自己的使用场景指定合适的长度,防止客户端发送超大包占用带宽 2022-10-31 21:09:07 +08:00
godotg 4d31f383bd perf[protocol]: 协议生成的时候,按照原本的顺序生成字段的定义 2022-10-29 11:08:02 +08:00
godotg 370c090d23 perf[storage]: perfect gdscript generate option 2022-10-28 12:17:10 +08:00
godotg 1976be79a4 feat[storage]: 支持excel文件格式转换为csv文件格式 2022-10-27 22:54:22 +08:00
godotg e1c547c9d6 refactor[storage]: storage code refactoring 2022-10-27 20:11:09 +08:00
godotg 356a96f787 perf[storage]: add getData method 2022-10-27 15:57:08 +08:00
godotg fc16eb963a perf[gdscript]: 优化gdscript的语法 2022-10-27 14:45:07 +08:00
godotg b7e28d4569 feat[gdscript]: 支持godot 4.x,使用GdScript的4.0新语法 2022-10-27 13:16:47 +08:00
godotg 9d17bd23de test[protocol]: revert test protocol 2022-10-27 10:52:03 +08:00
godotg 730cc8a990 test[storage]: test unit 2022-10-27 10:35:10 +08:00
godotg fb161bc05c doc[protocol]: update document 2022-10-26 20:43:33 +08:00
godotg 63d0544696 perf[storage]: 简化storage,让recycle的方式更加简洁 2022-10-26 18:27:52 +08:00
godotg 68a64d0e0e test[storage]: test unit 2022-10-26 17:17:43 +08:00
godotg 6476e0b4bb feat[protocol]: 子协议会自动注册协议号protocolId,如果子协议没有指定protocolId则自动生成protocolId 2022-10-26 16:38:25 +08:00
godotg 248faeec13 feat[class]: 增加获取类的相关类的relevantClass方法 2022-10-26 15:32:43 +08:00
godotg 3e29343393 log[net]: 优化日志 2022-10-25 21:36:46 +08:00
godotg bc193592d6 log[orm]: 优化日志 2022-10-23 09:54:13 +08:00
godotg b414ca44c0 feat[storage]: 未被使用的Storage是否回收,recycle属性默认开启节省资源 2022-10-22 22:37:05 +08:00
godotg 033449e7dc test[boot]: boot test unit 2022-10-22 22:28:36 +08:00
godotg bbe0579982 feat[storage]: Resource类增加配置writeable属性,这样类的属性就可以为public和set方法 2022-10-22 21:50:17 +08:00