walon
|
0e3782dd48
|
【调整】config gen_gype 'code_cs_json' 改名为 'code_cs_dotnet_json',与'code_cs_unity_json' 区分,避免误用
|
2022-02-26 11:04:16 +08:00 |
walon
|
f617d5f10f
|
【特性】 cfg root.xml 新增配置项 option
【特性】新增 code_cs_unity_editor_json 支持
|
2022-01-26 22:19:40 +08:00 |
walon
|
51dbe96917
|
【特性】新增cfg python27 json支持
|
2021-12-22 18:10:35 +08:00 |
walon
|
2021e38485
|
【特性】新增convert_template支持
|
2021-12-18 20:11:59 +08:00 |
walon
|
c2fc86215c
|
【特性】新增 --output:tables, --output:include_tables, --output:exclude_tables 用于指定包含或者排除某些表
|
2021-12-18 18:50:03 +08:00 |
walon
|
e650ff6fe6
|
【特性】新增code_protobuf3及data_protobuf3_json支持
【修复】修复FlatBuffers json导出格式中map数据的格式错误。本应该是{"K":v}却序列化成[[k1,v1]]
|
2021-12-08 20:39:58 +08:00 |
walon
|
c1ffaa2d98
|
【特性】新增flatbuffers支持,可以生成schema定义,但目前只支持json导出格式(有个问题:不支持union与容器的组合),因为binary格式过于复杂了。
|
2021-12-06 18:07:18 +08:00 |
walon
|
a78c9abd1a
|
【特性】新增refgroup,方便很多字段都引用到同一组引用表的情况。
|
2021-12-05 20:49:00 +08:00 |
walon
|
19656437cb
|
【优化】灵活并且统一了sep的用法
|
2021-12-05 16:57:55 +08:00 |
walon
|
83f81ed463
|
【调整】名称调整,统一 pb => protobuf
【特性】新增 gen_types 类型 code_template,可以自定义新的模板目录了,新增配合的命令行选项 --template:code:dir
【调整】模板参数名调整。 data_template_name => template:data:file, output_compact_json => output:data:compact_json
【修复】修复protobuf生成错误设置 language为lua的bug
|
2021-12-04 14:47:47 +08:00 |
walon
|
d686f82ba8
|
【更新】更新文档
|
2021-11-30 15:08:15 +08:00 |
walon
|
1de0299b17
|
【调整】调整本土化相关选项名,统一为 --{l10n}:{option}
|
2021-11-29 10:17:48 +08:00 |
walon
|
5a21c9b1b4
|
【调整】 cfg --output_data_dir 改为可选参数。只生成代码时可以不指定此参数
【更新】更新文档
|
2021-11-10 09:44:11 +08:00 |
walon
|
d292f12070
|
【特性】新增 --input_convert_data_dir 参数,用于覆盖table的input值,从convert目录读取每个表的源数据
|
2021-11-05 12:10:55 +08:00 |
walon
|
8ad27e8275
|
【特性】新增 --output_compact_json 选项,生成紧凑的json格式
|
2021-10-22 16:59:29 +08:00 |
walon
|
68676cf8ab
|
【删除】移除 cfg --export_test_data 选项,如果想不导出测试数据,使用 --export_exclude_tags test
【特性】新增 cfg --export_exclude_tags选项,支持过滤指定tags列表的数据
|
2021-10-11 15:43:51 +08:00 |
walon
|
dd5bae123f
|
【重构】重构cfg记录tags处理
|
2021-10-11 14:28:05 +08:00 |
walon
|
c29c00bbe3
|
【特性】新增生成类型 cfg code_rust_json(多态支持有一些问题)
|
2021-09-27 12:52:09 +08:00 |
walon
|
c72bf53579
|
【调整】proto的gen_types ts改为 typescript,与db和cfg统一
【调整】删除 cfg的gen_types data_erlang,不再支持erlang导出数据类型,但仍然提供对 erlang data template相关的支持
|
2021-09-23 14:59:47 +08:00 |
walon
|
614ebb6442
|
【调整】cfg生成中branch相关名称改为patch
|
2021-09-07 16:34:58 +08:00 |
walon
|
f0f39381c3
|
【特性】cfg新增 --data_file_extension选项,用于指定生成的数据文件的扩展名
|
2021-09-01 09:34:54 +08:00 |
walon
|
434d52ed8d
|
【特性】新增gen_types类型 data_template 以及新增配套参数--template_name,用于模板生成自定义格式的配置数据
|
2021-08-27 19:23:28 +08:00 |
walon
|
efd079939f
|
【重构】重构cfg JobController处理。通过注解方式,新增代码或者数据生成,不再需要修改JobController代码
|
2021-08-27 15:00:14 +08:00 |