Commit Graph

358 Commits

Author SHA1 Message Date
godotg 0e591eaddb del[protocol]: deprecate protocolId() method 2023-09-03 15:28:50 +08:00
godotg 7c1f3ffdc0 del[protocol]: deprecate protocolId() method 2023-09-03 15:20:48 +08:00
godotg da31160d60 del[protocol]: deprecate PROTOCOL_ID 2023-09-03 15:13:22 +08:00
godotg 4d703215e3 del[protocol]: deprecate PROTOCOL_ID 2023-09-03 15:03:55 +08:00
godotg 8cb904ba50 ref[protocol]: NotEnhance move to Protocol Annotation 2023-09-03 12:38:25 +08:00
godotg 2e8c673862 ref[protocol]: refactor protocol structure 2023-09-03 12:30:55 +08:00
godotg f5e906fb68 ref[cpp]: refactor cpp protocol generate 2023-09-03 12:25:29 +08:00
godotg 3935f1e303 test[generate]: generate test 2023-09-03 12:02:47 +08:00
godotg 0f099de567 fix[enhance]: compatible filed enhance serialization error 2023-09-03 11:40:41 +08:00
godotg 62e6184cbd test[protocol]: enhance test 2023-09-03 11:27:04 +08:00
godotg 353d40d5fe ref[id]: rename IdUtils to UuidUtils 2023-09-02 21:00:52 +08:00
godotg ff3e06c123 ref[move]: move ThreadUtils 2023-09-02 20:36:02 +08:00
godotg 9f6f154e76 ref[move]: move RandomUtils 2023-09-02 19:59:45 +08:00
godotg 4d015a1fb8 ref[move]: move NumberUtils 2023-09-02 19:43:23 +08:00
godotg 793319298a ref[move]: move class 2023-09-02 19:30:25 +08:00
godotg 02ae50ea10 ref[move]: move class 2023-09-02 16:26:36 +08:00
godotg e11bb464d8 fix[maven]: forkMode is not allowed in maven anymore 2023-09-01 22:01:37 +08:00
sun a6e8d623bf fix[log]: fix logback pattern error in spring 3.x 2023-09-01 16:13:35 +08:00
sun 5ee168362c perf[maven]: upgrade maven dependencies 2023-09-01 16:12:22 +08:00
sun 578f54a319 feat[java]: set java version to 17 2023-09-01 14:10:31 +08:00
sun 2062ca4e68 feat[java]: set java version to 11 2023-09-01 14:04:10 +08:00
godotg 59550bb76b Merge pull request #68 from harochen75/patch-2
fix:the le0 method parameter is incorrect
2023-09-01 12:50:14 +08:00
sun f0046ade4a feat[java]: set java version to 17 2023-09-01 12:35:18 +08:00
harochen75 0da7e89091 fix:the le0 method parameter is incorrect
le0方法参数原来为1,应该为0.
2023-09-01 10:14:07 +08:00
sun 6e7470a737 perf[tab]: unified add tab method entry 2023-08-31 16:45:07 +08:00
sun 1bd6914abb test[protocol]: generate protobuf test 2023-08-31 12:44:11 +08:00
meiwei 884a74da31 perf[protocol]:Optimize protocol configuration 2023-08-29 14:47:39 +08:00
meiwei 16c647d2a4 perf[protocol] optimize protocol config 2023-08-29 11:22:23 +08:00
meiwei 743e910cf0 perf[protocol] optimize protocol config 2023-08-29 11:14:34 +08:00
meiwei 2cd89d59e6 perf[tank]:Optimize protocol configuration 2023-08-28 20:25:04 +08:00
meiwei 3263d8705b perf[tank]:Optimize protocol configuration 2023-08-28 16:05:50 +08:00
meiwei 5c9985cdd7 Merge branch 'main' of https://github.com/zfoo-project/zfoo 2023-08-28 15:45:56 +08:00
meiwei 1d679f585d perf[protocol]:Optimize protocol configuration 2023-08-28 15:45:01 +08:00
godotg cf7d2fe03f doc[python]: update doc 2023-08-27 11:48:17 +08:00
godotg 6083a284cd test[python]: test python serialization 2023-08-27 10:13:08 +08:00
godotg 20d73fe7e6 feat[python]: support python 2023-08-27 10:08:35 +08:00
godotg 2ea9570996 feat[python]: support python 2023-08-26 22:14:55 +08:00
godotg ec7f7eff92 feat[python]: support python 2023-08-26 18:41:07 +08:00
godotg 99d3cd8b3d feat[python]: support python 2023-08-26 18:30:23 +08:00
godotg 1d079b0a7a perf[code]: use NumberUtils instead 2023-08-26 12:24:25 +08:00
godotg 6294882dfb del[config]: delete unused configuration 2023-08-26 10:41:54 +08:00
meiwei f1ae593739 perf[protocol]:update config 2023-08-25 21:00:51 +08:00
meiwei f0151eaa68 perf[protocol]:增加支持protocul文件支持配置包名和有优化probuf文件读取 2023-08-24 13:00:15 +08:00
meiwei adba146780 perf[protocol]:增加支持protocul文件支持配置包名和有优化probuf文件读取 2023-08-24 12:39:32 +08:00
godotg bd236a2622 test[fury]: fury test 2023-08-13 21:44:27 +08:00
tiennm99 dc946a688a [Protocol] (Add) support multiline notes
- Allow "\n" in `@Note` value
- Refactor generate note for class and field into one method
2023-08-03 08:46:03 +07:00
godotg a18ccbfa2b fix[ts]: wrong array field generation 2023-07-23 17:17:25 +08:00
tiennm99 28a91c33f5 [Gdscript] (Add) comment for Dictionary type 2023-07-15 12:16:23 +07:00
godotg 53a5866a30 feat[util]: get file from class path to string 2023-06-22 15:07:33 +08:00
tiennm5 852883aa82 [Protocol, Gdscript] (Fix) wrong writeIntLongMap 2023-06-19 13:45:24 +07:00