godotg
|
2ea07b7af4
|
Merge pull request #109 from HaoZiMc/main
fix[net]: TaskBus计算hash的时候,在taskExecutorHash达到int最大值的时候,计算出来是负数
|
2024-06-05 16:51:04 +08:00 |
|
godotg
|
af2d67908e
|
Merge pull request #110 from LucaLq/main
feat[event]: support exception handle for event
|
2024-06-05 16:50:30 +08:00 |
|
luca
|
ab0007c54a
|
feat[event]: support exception handle for event
|
2024-06-05 16:45:05 +08:00 |
|
zhou.yihao
|
c23db9090e
|
fix[net]: TaskBus计算hash的时候,在taskExecutorHash达到int最大值的时候,计算出来是负数
|
2024-06-05 14:55:10 +08:00 |
|
godotg
|
5320802bf1
|
fix[orm]: The primary key must be named as id, otherwise an error will occur. #issue(108)
|
2024-06-05 14:03:25 +08:00 |
|
godotg
|
985fa61b2d
|
chore[net]: comment
|
2024-06-03 11:48:51 +08:00 |
|
godotg
|
8f0d8b1e72
|
chore[storage]: comment
|
2024-05-31 17:58:16 +08:00 |
|
godotg
|
7173493a85
|
fix[protocol]: auto generate error
|
2024-05-31 17:52:02 +08:00 |
|
godotg
|
adb2e8324f
|
test[gdscript]: export binary file from excel
|
2024-05-31 17:51:10 +08:00 |
|
godotg
|
e73b79d8b4
|
test[gdscript]: export binary file from excel
|
2024-05-31 17:33:44 +08:00 |
|
godotg
|
579e2af405
|
Merge pull request #107 from LucaLq/main
fix[net]: fixed bug in client initialization registry
|
2024-05-31 16:40:18 +08:00 |
|
luca
|
7a97238496
|
fix[net]: fixed bug in client initialization registry
|
2024-05-31 14:22:05 +08:00 |
|
luca
|
730929fbf1
|
fix[net]: fixed bug in client initialization registry
|
2024-05-31 14:16:04 +08:00 |
|
godotg
|
f2dfb1433a
|
perf[orm]: authSource judgement
|
2024-05-30 19:22:22 +08:00 |
|
godotg
|
f7a9550363
|
fix[orm]: authSource not parse in xml
|
2024-05-30 19:19:39 +08:00 |
|
godotg
|
a55dda91c6
|
Merge pull request #106 from LucaLq/main
feat[net]: supports the configuration of registry driver classes
|
2024-05-30 18:09:42 +08:00 |
|
godotg
|
d36e641dd4
|
chore[rename]: rename method
|
2024-05-30 17:45:43 +08:00 |
|
godotg
|
eda59cebfc
|
test[Golang]: Golang protocol test
|
2024-05-30 17:39:43 +08:00 |
|
godotg
|
d512ef2a0b
|
test[Golang]: Golang protocol test
|
2024-05-30 17:32:57 +08:00 |
|
godotg
|
2e8809ce58
|
test[Golang]: Golang protocol test
|
2024-05-30 17:30:55 +08:00 |
|
godotg
|
dbe1502a92
|
ref[Golang]: refactor generate Golang protocol
|
2024-05-30 17:28:32 +08:00 |
|
luca
|
4c92120cef
|
feat[net]: supports the configuration of registry driver classes
|
2024-05-30 15:32:48 +08:00 |
|
godotg
|
6be58a928a
|
style[gdscript]: gdscript protocol style
|
2024-05-30 15:19:14 +08:00 |
|
godotg
|
00ed9da60b
|
style[gdscript]: gdscript protocol style
|
2024-05-30 15:16:35 +08:00 |
|
godotg
|
cfb5a8265a
|
test[gdscript]: gdscript protocol test
|
2024-05-30 15:16:07 +08:00 |
|
godotg
|
8cc4eaf64d
|
Merge remote-tracking branch 'origin/main'
|
2024-05-30 15:12:32 +08:00 |
|
godotg
|
aa40b36616
|
ref[gdscript]: refactor generate gdscript protocol
|
2024-05-30 15:12:13 +08:00 |
|
godotg
|
11de5b50e1
|
Merge pull request #105 from lan2475/main
修复被CGLIB代理时 直接赋值无效
|
2024-05-29 19:37:25 +08:00 |
|
lsy
|
751cb249b7
|
修复被CGLIB代理时 直接赋值无效
|
2024-05-29 18:31:26 +08:00 |
|
godotg
|
cc27c41722
|
perf[orm]: load or create method
|
2024-05-29 15:39:36 +08:00 |
|
godotg
|
ee84151436
|
test[protocol]: protocol test
|
2024-05-29 14:59:40 +08:00 |
|
godotg
|
092bb09488
|
test[protocol]: protocol test
|
2024-05-29 14:56:19 +08:00 |
|
godotg
|
93b34127fc
|
ref[Python]: refactor generate python protocol
|
2024-05-29 14:53:31 +08:00 |
|
godotg
|
3df484249c
|
ref[Python]: refactor generate python protocol
|
2024-05-29 14:39:36 +08:00 |
|
godotg
|
2682257b4d
|
ref[Python]: refactor generate python protocol
|
2024-05-29 14:32:57 +08:00 |
|
godotg
|
bd45c610ca
|
ref[TypeScript]: refactor generate TypeScript protocol
|
2024-05-29 11:34:43 +08:00 |
|
godotg
|
c70886f7e2
|
fix[ts]: There is a problem with the protocol file in the deeper folder by exporting the code, and there is a problem with introducing the IByteBuffer path
|
2024-05-29 11:12:59 +08:00 |
|
godotg
|
8b1587f56b
|
test[ts]: TypeScript protocol test
|
2024-05-28 18:06:57 +08:00 |
|
godotg
|
73592cdcdf
|
ref[TypeScript]: refactor generate TypeScript protocol
|
2024-05-28 17:58:50 +08:00 |
|
godotg
|
8ed1d2288b
|
test[js]: JavaScript protocol test
|
2024-05-28 15:08:02 +08:00 |
|
godotg
|
0fbe8a5516
|
test[es]: EcmaScript protocol test
|
2024-05-28 15:05:04 +08:00 |
|
godotg
|
649aad9951
|
test[C++]: C++ protocol test
|
2024-05-28 14:49:10 +08:00 |
|
godotg
|
0aa7e50273
|
test[C++]: C++ protocol test
|
2024-05-28 14:46:40 +08:00 |
|
godotg
|
ac41ba8796
|
test[C++]: C++ protocol test
|
2024-05-28 14:45:14 +08:00 |
|
godotg
|
0a841ddd76
|
test[C#]: C# protocol test
|
2024-05-28 14:37:39 +08:00 |
|
godotg
|
0d5a34f1d9
|
test[lua]: lua protocol test
|
2024-05-28 10:42:32 +08:00 |
|
godotg
|
156fea1ab8
|
ref[lua]: refactor generate lua protocol
|
2024-05-27 19:41:14 +08:00 |
|
godotg
|
c9299ae99a
|
ref[EcmaScript]: refactor generate EcmaScript protocol
|
2024-05-27 17:47:44 +08:00 |
|
godotg
|
0390cb78f2
|
ref[EcmaScript]: refactor generate EcmaScript protocol
|
2024-05-27 17:42:05 +08:00 |
|
godotg
|
48cfe0b07b
|
ref[EcmaScript]: refactor generate EcmaScript protocol
|
2024-05-27 17:32:04 +08:00 |
|