godotg
|
8fdc330f8d
|
perf[cs]: get protocol name in script
|
2024-01-25 15:55:44 +08:00 |
|
godotg
|
d48777b1dd
|
perf[cs]: get protocolId by class type
|
2024-01-25 15:45:32 +08:00 |
|
godotg
|
61eea4418d
|
perf[cs]: get protocolId by class type
|
2024-01-25 15:42:12 +08:00 |
|
godotg
|
59b15dba6d
|
fix[pb]: the note of class generated by the protobuf protocol is incorrect
|
2024-01-23 16:57:55 +08:00 |
|
godotg
|
9b325f0ada
|
fix[pb]: the note of class generated by the protobuf protocol is incorrect
|
2024-01-23 16:54:14 +08:00 |
|
godotg
|
4bf6025f57
|
perf[cs]: avoid duplicate initializations
|
2024-01-23 11:27:02 +08:00 |
|
godotg
|
d5249ed904
|
ref[provider]: refactor consistent hash load balancing
|
2024-01-20 17:40:12 +08:00 |
|
godotg
|
917937a1e9
|
chore[comment]: documentation comments
|
2024-01-20 11:11:50 +08:00 |
|
godotg
|
ace1d7648e
|
fix[pb]: protobuf generate valueOf definition
|
2024-01-19 21:58:55 +08:00 |
|
godotg
|
30790b6537
|
feat[pb]: generates an all-args constructor. If no field in the class, no constructor will be generated.
|
2024-01-19 18:54:41 +08:00 |
|
godotg
|
3459d41ce5
|
feat[pb]: add new PbGenerateOperation recordExcludes to difine Which classes do not need to generate a record class
|
2024-01-19 17:23:57 +08:00 |
|
godotg
|
67f9848958
|
fix[protocol]: wrong Golang protocol file output path
|
2024-01-19 14:13:03 +08:00 |
|
uuyycc
|
d896aa21bc
|
fix[protocol]: wrong C# protocol file output path
|
2024-01-19 00:07:06 +08:00 |
|
godotg
|
2477fb198b
|
doc[decoder]: WeChat Mini Program does not support TextDecoder
|
2024-01-17 15:28:43 +08:00 |
|
godotg
|
eaed62620b
|
fix[enhance]: location null pointer error
|
2024-01-16 17:44:39 +08:00 |
|
godotg
|
61b5c2abce
|
perf[module]: If the path of the package contains a classpath, the moduleId of the classpath is preferred, which means that the priority of the classpath will be higher.
|
2024-01-16 17:20:59 +08:00 |
|
godotg
|
f463205bcb
|
fix[pb]: if not specify output path, then use current default path
|
2024-01-16 13:46:23 +08:00 |
|
godotg
|
c57656b851
|
perf[csharp]: delete csharp useless valueOf() method
|
2024-01-16 13:38:49 +08:00 |
|
godotg
|
d5e1f495df
|
fix[generate]: join root path and generate path
|
2024-01-15 18:53:49 +08:00 |
|
godotg
|
0b08d4eac0
|
fix[generate]: the root path of the generated protocol is incorrect
|
2024-01-15 16:07:04 +08:00 |
|
godotg
|
62fb1b4a42
|
chore[visit]: control access to variables
|
2024-01-15 15:58:45 +08:00 |
|
godotg
|
32721b9ab1
|
fix[lua]: the path that generated the LUA protocol was incorrect
|
2024-01-15 15:53:02 +08:00 |
|
godotg
|
85e8556e3e
|
fix[spring]: spring 6.1 LocalVariableTableParameterNameDiscoverer warning
|
2024-01-15 12:54:45 +08:00 |
|
godotg
|
8a74b46def
|
chore[maven]: inappropriate documentation comments
|
2024-01-14 20:44:07 +08:00 |
|
godotg
|
3e764ad41c
|
feat[release]: zfoo 3.3.0
|
2024-01-14 20:23:53 +08:00 |
|
godotg
|
260e3ec76d
|
feat[release]: release zfoo 3.3.0
|
2024-01-14 20:02:14 +08:00 |
|
godotg
|
b35b082005
|
fix[lua]: read lua in one protocol
|
2024-01-12 17:03:28 +08:00 |
|
godotg
|
89e63d7153
|
fix[pb]: missing package definition
|
2024-01-11 19:52:55 +08:00 |
|
godotg
|
265f625934
|
fix[pb]: missing package definition
|
2024-01-11 19:39:06 +08:00 |
|
godotg
|
6a117331c5
|
chore[pb]: detailed logs
|
2024-01-11 19:28:32 +08:00 |
|
godotg
|
687945f7c3
|
perf[protobuf]: use prefix number of proto name as start protocol ID
|
2024-01-11 19:04:15 +08:00 |
|
godotg
|
fe733c0386
|
doc[protocol]: update doc
|
2024-01-11 16:40:21 +08:00 |
|
godotg
|
5b493036b0
|
revert[pom]: revert version to 3.2.0
|
2024-01-08 18:05:25 +08:00 |
|
qiaomr
|
ef5de74d7c
|
3.2.0.a
|
2024-01-05 18:11:00 +08:00 |
|
godotg
|
7354019db1
|
perf[protocol]: import IByteBuffer
|
2023-12-13 16:22:01 +08:00 |
|
godotg
|
bb96108784
|
chore[config]: custom configuration of protobuf
|
2023-12-12 19:30:19 +08:00 |
|
godotg
|
d3c6e40a95
|
fix[generics]: the generic type is incorrectly assigned
|
2023-12-12 18:16:14 +08:00 |
|
godotg
|
756882c696
|
chore[generation]: log path to generated protocol file
|
2023-12-12 16:59:07 +08:00 |
|
godotg
|
bac14a426e
|
chore[generation]: log path to generated protocol file
|
2023-12-12 16:54:36 +08:00 |
|
godotg
|
f13cb15a56
|
chore[proto]: update proto
|
2023-12-12 16:25:35 +08:00 |
|
godotg
|
1139b3f88c
|
chore[proto]: update document and proto
|
2023-12-12 16:19:21 +08:00 |
|
godotg
|
7fe41cdc75
|
chore[proto]: update document and proto
|
2023-12-12 16:17:44 +08:00 |
|
godotg
|
e2fc5eef97
|
test[typescript]: add IByteBuffer interface to ByteBuffer
|
2023-12-12 13:02:19 +08:00 |
|
godotg
|
d71e3d1d8d
|
test[typescript]: add IByteBuffer interface to ByteBuffer
|
2023-12-12 12:59:20 +08:00 |
|
godotg
|
53c55efe25
|
feat[typescript]: syntax formatting of TypeScript
|
2023-12-12 12:47:40 +08:00 |
|
godotg
|
76a384f77e
|
feat[protobuf]: oneProtocol param, all protocol files are generated in a single protocol file
|
2023-12-11 18:14:39 +08:00 |
|
godotg
|
c604a15680
|
chore[map]: primitive map comment
|
2023-12-11 16:35:03 +08:00 |
|
godotg
|
90ba536b4d
|
chore[map]: primitive map comment
|
2023-12-11 16:25:17 +08:00 |
|
godotg
|
e0c5560482
|
test[map]: primitive map test
|
2023-12-11 16:20:49 +08:00 |
|
godotg
|
d0b1acf35a
|
test[map]: primitive map test
|
2023-12-11 15:12:24 +08:00 |
|