Commit Graph

  • 1371bf51d3 Merge pull request #43 from Yuao-github/main godotgandGitHub 2023-01-10 19:12:33 +08:00
  • 5fde28f669 ref[storage] rewrite code of @ExcelFieldName aoyu 2023-01-10 15:33:11 +08:00
  • 5ef04e0b17 perf[exception]: format the exception log godotg 2023-01-06 22:29:52 +08:00
  • d0aa341c06 log[gateway]: detailed log godotg 2023-01-06 18:20:15 +08:00
  • a2d94e0e58 Merge pull request #41 from Yuao-github/main zfooandGitHub 2023-01-04 10:28:53 +08:00
  • 2e49638052 feat[storage] Add @ExcelFieldName to specify the column name of the resource file aoyu 2022-12-31 14:07:30 +08:00
  • 6ad5cabdae Merge pull request #40 from Yuao-github/main godotgandGitHub 2022-12-29 13:26:47 +08:00
  • 590ba9e105 perf[storage] 把@Resource指定路径优化为指定别名 aoyu 2022-12-28 19:59:34 +08:00
  • b9f5d4b8d5 fix[storage]: does not expose the real error exception jaysunxiao 2022-12-28 19:34:26 +08:00
  • 8dc27200c1 Merge pull request #39 from Yuao-github/main godotgandGitHub 2022-12-28 18:59:21 +08:00
  • 4bde36ece9 feat[storage] resource注解新增指定路径功能 aoyu 2022-12-28 17:27:15 +08:00
  • 91393207e5 fix[channel]: wrong channel object was used godotg 2022-12-23 20:42:39 +08:00
  • 4cec1a0574 perf[session]: use primitive type in SessionManager godotg 2022-12-23 18:55:00 +08:00
  • f1f991c742 del[net]: remove unnecessary thread constructor parameters godotg 2022-12-22 21:05:08 +08:00
  • 2df2f31e62 del[net]: remove methods that are not used godotg 2022-12-22 18:14:24 +08:00
  • 758b12f583 del[net]: removed infrequently used constructors godotg 2022-12-22 18:09:13 +08:00
  • 34e6ec83bf perf[net]: use Objects requireNonNullElse method godotg 2022-12-20 23:14:40 +08:00
  • c8774def51 Merge pull request #38 from tingyanshen/feat/session_lifecycle godotgandGitHub 2022-12-20 19:55:38 +08:00
  • f2ab3ac584 refactor[net]: adding session lifecycle consumer support 石头 2022-12-20 19:22:06 +08:00
  • 41009a99a7 doc[zfoo]: update document godotg 2022-12-14 15:05:15 +08:00
  • bcae705849 perf[storage]: use another collection to store resources godotg 2022-12-13 11:27:15 +08:00
  • d95088cfa8 fix[storage]: fixed the issue that when packaged as a jar, the resource could not get the absolute path godotg 2022-12-13 11:10:42 +08:00
  • 80a04ae581 Merge pull request #37 from Yuao-github/main godotgandGitHub 2022-12-12 19:17:12 +08:00
  • d77792cbfc ref[net]: refactored the packet service godotg 2022-12-12 18:57:11 +08:00
  • f3460a9e3d perf[storage] 优化了字符串处理函数 aoyu 2022-12-12 18:54:29 +08:00
  • 9fbdf0f263 ref[net]: refactored the session event godotg 2022-12-12 18:48:36 +08:00
  • 9d3da6c3c9 ref[net]: refactored the session attribute godotg 2022-12-12 18:34:03 +08:00
  • 2e83ab20eb Merge pull request #36 from Yuao-github/main godotgandGitHub 2022-12-12 17:18:52 +08:00
  • a551e18de7 rename[test]: rename test unit godotg 2022-12-12 16:10:08 +08:00
  • 9e0fed2a88 del[net]: remove the rarely used load balancing policy shortest-time-consumer godotg 2022-12-12 15:59:51 +08:00
  • f9a19e1947 feat[storage]:配置文件可以同时指定多个扫描路径和扫描包 aoyu 2022-12-12 15:21:10 +08:00
  • 04ff16027f fix[net]: fixed the inconsistency between the hashcode and int Value() return values of the Long wrapper class godotg 2022-12-12 09:08:35 +08:00
  • a68ef4eb28 perf[orm]: orm manager adds an API to get MongoClient godotg 2022-12-11 21:14:43 +08:00
  • 5d8464562f doc[net]: other hash algorithms can be customized to make the distribution more uniform godotg 2022-12-11 20:52:16 +08:00
  • 4d211f0a53 ref[net]: fefactored task bus scheduling to use faster hashcode as the default calculation parameter godotg 2022-12-11 19:53:57 +08:00
  • fb0728d204 feat[protocol]: protocol registration no longer requires transient godotg 2022-12-11 19:52:12 +08:00
  • 949cee885c del[net]: remove difficult and infrequently used task-dispatcher configurations godotg 2022-12-11 18:57:26 +08:00
  • 8670fea807 perf[net]: Wrong configuration gives appropriate hints godotg 2022-12-11 17:04:07 +08:00
  • 8fadd4b554 perf[protocol]: correct the source code comment godotg 2022-12-06 14:26:27 +08:00
  • b7b23623f2 perf[hotswap]: improved the readability of exception logs godotg 2022-12-06 12:55:00 +08:00
  • dd608f60f6 chore[event]: event bug document and code comments godotg 2022-12-06 12:48:03 +08:00
  • 469abf647f doc[event]: update code comments godotg 2022-12-04 11:27:36 +08:00
  • 21371b2567 chore[boot]: adjust documents and comments godotg 2022-12-04 11:02:37 +08:00
  • 7c980c1602 del[logback]: remove useless logback configurations godotg 2022-12-04 10:58:26 +08:00
  • 88b7fc9174 doc[tank]: update document godotg 2022-12-03 08:29:24 +08:00
  • 6c5936c157 doc[tank]: update document godotg 2022-12-03 08:24:47 +08:00
  • 197c46129b doc[zfoo]: update document godotg 2022-12-02 21:13:21 +08:00
  • 44004d5f93 doc[zfoo]: update document godotg 2022-12-02 20:39:13 +08:00
  • 2f75896907 doc[zfoo]: update document godotg 2022-12-02 18:37:48 +08:00
  • 076cc3d5f3 doc[zfoo]: update document godotg 2022-12-02 18:31:19 +08:00
  • 43000d733e doc[deploy]: update document godotg 2022-12-02 18:08:12 +08:00
  • ab60b86a79 chore[maven]: maven style godotg 2022-12-02 17:17:06 +08:00
  • 781595db31 chore[ignore]: ignore update godotg 2022-12-02 17:13:55 +08:00
  • 57282ad3d7 perf[maven]: reduce maven configuration godotg 2022-12-02 17:00:36 +08:00
  • 6fd693f039 doc[doc]: update doc godotg 2022-12-02 16:03:48 +08:00
  • 97291b288e doc[doc]: update doc godotg 2022-12-02 15:49:19 +08:00
  • cb637d13dd doc[doc]: update doc godotg 2022-12-02 15:48:09 +08:00
  • 505e4badbc doc[doc]: update doc godotg 2022-12-02 15:46:19 +08:00
  • 24b118b341 doc[doc]: update doc godotg 2022-12-02 15:45:28 +08:00
  • 1b25eb2990 doc[doc]: update doc godotg 2022-12-01 19:16:39 +08:00
  • b97e9212b2 perf[event]: use submit instead of other syncSubmit godotg 2022-12-01 19:03:06 +08:00
  • 44fffabad1 perf[event]: remove unnecessary code and doc godotg 2022-12-01 18:21:51 +08:00
  • c5e5b0b04a Merge pull request #33 from Yuao-github/main godotgandGitHub 2022-12-01 17:52:40 +08:00
  • 97fecbaca3 feat aoyu 2022-12-01 16:34:58 +08:00
  • 562e3d91a7 doc[zfoo]: update doc godotg 2022-11-30 13:06:55 +08:00
  • b0fecb3a3a doc[deploy]: update doc godotg 2022-11-27 15:20:46 +08:00
  • 0dde491a69 perf[deploy]: waitInfoLog godotg 2022-11-26 22:23:51 +08:00
  • e40973e3fa log[client]: detailed AbstractClient started info godotg 2022-11-26 22:02:21 +08:00
  • dd73348952 perf[deploy]: tips of waitInfoLog godotg 2022-11-26 21:56:19 +08:00
  • d547311ba7 perf[deploy]: adjust ubuntu command godotg 2022-11-26 20:31:42 +08:00
  • f25b9a7e46 doc[deploy]: update doc godotg 2022-11-26 20:07:47 +08:00
  • 40b639fd67 perf[deploy]: adjust jvm start params godotg 2022-11-26 18:01:58 +08:00
  • 0b26e19612 fix[shell]: deploy jar absolute path godotg 2022-11-23 14:25:03 +08:00
  • ca220b2cef fix[shell]: check deploy jar absolute path godotg 2022-11-23 14:08:31 +08:00
  • de0be98388 test[protocol]: 极端大的对象序列化和反序列化测试 godotg 2022-11-15 21:39:04 +08:00
  • d03534bc58 doc[protocol]: update doc godotg 2022-11-14 21:08:44 +08:00
  • 0549dd6aa5 test[protocol]: 极端大的对象序列化和反序列化测试 godotg 2022-11-14 20:57:22 +08:00
  • def164a2a9 test[protocol]: 试极端大的对象序列化和反序列化测试 godotg 2022-11-14 20:50:28 +08:00
  • 3ea0490067 test[protocol]: 试极端大的对象序列化和反序列化情况,极端大的对象指的是字段多,对象大,方法大 godotg 2022-11-14 20:34:43 +08:00
  • 418a5a7983 test[net]: third libraries godotg 2022-11-14 15:52:19 +08:00
  • 908834d5c2 test[net]: test unit godotg 2022-11-14 15:49:11 +08:00
  • 1e98c6ba46 doc[doc]: update doc godotg 2022-11-14 15:45:14 +08:00
  • fafc300be6 doc[doc]: update doc godotg 2022-11-12 08:50:20 +08:00
  • 9fa4c7b094 first aoyu 2022-11-07 22:34:11 +08:00
  • b659de085d doc[protocol]: update document godotg 2022-11-06 14:03:56 +08:00
  • d3c927ed8b perf[gdscript]: add get_class method to gdscript godotg 2022-11-06 09:35:18 +08:00
  • dbabf3742b Merge remote-tracking branch 'origin/main' godotg 2022-11-05 22:31:10 +08:00
  • cc501ea77c perf[gdscript]: add class_name to gdscript godotg 2022-11-05 22:30:39 +08:00
  • 197f6750d3 Merge pull request #29 from qq564139153/main godotgandGitHub 2022-11-05 17:47:02 +08:00
  • 5267e2681d Merge branch 'main' of https://github.com/qq564139153/zfoo sean 2022-11-05 17:27:28 +08:00
  • b7db3d6233 fix[home]: 注释修改,没逻辑修改 sean 2022-11-05 17:23:33 +08:00
  • 8b28d5383d feat[storage]: 配置相关的子类同样和主类一样检测 godotg 2022-11-05 08:17:25 +08:00
  • 3fed99908e Merge pull request #28 from liqigit/main godotgandGitHub 2022-11-04 21:43:14 +08:00
  • fdcc66f5f4 test[boot]: test log godotg 2022-11-04 19:55:57 +08:00
  • a12063daa4 test[boot]: test unit godotg 2022-11-04 19:53:55 +08:00
  • 79449684ee feat[storage]:新增解析json为unmodifiableList的功能 superman 2022-11-04 16:19:14 +08:00
  • 2a0ab01490 perf[gdscript]: byte buffer method of writeRawInt godotg 2022-11-01 18:30:13 +08:00
  • 151cfa77f7 perf[generate]: generate protocol godotg 2022-11-01 16:49:49 +08:00
  • 7b59fcdfa6 perf[generate]: generate gdscript protocol godotg 2022-11-01 16:38:37 +08:00
  • 32c5f01b0f fix[serialization]: fix lonlongmap serialization error godotg 2022-11-01 16:23:02 +08:00