mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-26 18:26:23 +00:00
update
This commit is contained in:
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/ai_tbblackboard.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/ai_tbblackboard.bson
Normal file
Binary file not shown.
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/item_tbitem.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/item_tbitem.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/l10n_tbl10ndemo.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/l10n_tbl10ndemo.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/l10n_tbpatchdemo.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/l10n_tbpatchdemo.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/tag_tbtesttag.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/tag_tbtesttag.bson
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbdemogroup.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbdemogroup.bson
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbfulltypes.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbfulltypes.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbitem2.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbitem2.bson
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbsingleton.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbsingleton.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestberef.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestberef.bson
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestindex.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestindex.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestmap.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestmap.bson
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestnull.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestnull.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestref.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestref.bson
Normal file
Binary file not shown.
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestset.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestset.bson
Normal file
Binary file not shown.
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestsize.bson
Normal file
BIN
luban_examples/Projects/GenerateDatas/bson/test_tbtestsize.bson
Normal file
Binary file not shown.
Binary file not shown.
15
luban_examples/Projects/GenerateDatas/gen_data_bidx.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_bidx.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir bidx ^
|
||||
--gen_types data_bidx ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
15
luban_examples/Projects/GenerateDatas/gen_data_bson.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_bson.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir bson ^
|
||||
--gen_types data_bson ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
15
luban_examples/Projects/GenerateDatas/gen_data_bytes.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_bytes.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir bytes ^
|
||||
--gen_types data_bin ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
15
luban_examples/Projects/GenerateDatas/gen_data_json.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_json.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -h %LUBAN_SERVER_IP% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json ^
|
||||
--gen_types data_json ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
15
luban_examples/Projects/GenerateDatas/gen_data_json2.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_json2.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json2 ^
|
||||
--gen_types data_json2 ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
@@ -0,0 +1,18 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json_custom_include_exclude ^
|
||||
--gen_types data_json ^
|
||||
--output:tables test.TbTestRef,test.TbTestBeRef,test.TbTestMap ^
|
||||
--output:include_tables test.TbTestSize,test.TbTestSet ^
|
||||
--output:exclude_tables test.TbTestMap ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json_exclude_tags ^
|
||||
--gen_types data_json ^
|
||||
-s all ^
|
||||
--output:exclude_tags test,dev
|
||||
|
||||
|
||||
pause
|
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--gen_types data_json_monolithic ^
|
||||
--output_data_dir json_monolithic ^
|
||||
--output:data:json_monolithic_file json_monolithic/all.json ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json ^
|
||||
--gen_types data_json ^
|
||||
-t "SA Western Standard Time" ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir json ^
|
||||
--gen_types data_json ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
15
luban_examples/Projects/GenerateDatas/gen_data_lua.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_lua.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir lua ^
|
||||
--gen_types data_lua ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
15
luban_examples/Projects/GenerateDatas/gen_data_xml.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_xml.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir xml ^
|
||||
--gen_types data_xml ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
15
luban_examples/Projects/GenerateDatas/gen_data_yaml.bat
Normal file
15
luban_examples/Projects/GenerateDatas/gen_data_yaml.bat
Normal file
@@ -0,0 +1,15 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir yaml ^
|
||||
--gen_types data_yaml ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
16
luban_examples/Projects/GenerateDatas/gen_resource_list.bat
Normal file
16
luban_examples/Projects/GenerateDatas/gen_resource_list.bat
Normal file
@@ -0,0 +1,16 @@
|
||||
set WORKSPACE=..\..
|
||||
|
||||
set GEN_CLIENT=%WORKSPACE%\Tools\Luban.ClientServer\Luban.ClientServer.exe
|
||||
set CONF_ROOT=%WORKSPACE%\DataTables
|
||||
|
||||
|
||||
%GEN_CLIENT% -j cfg --^
|
||||
-d %CONF_ROOT%\Defines\__root__.xml ^
|
||||
--input_data_dir %CONF_ROOT%\Datas ^
|
||||
--output_data_dir lua ^
|
||||
--gen_types data_resources ^
|
||||
--output:data:resource_list_file resources.txt ^
|
||||
-s all
|
||||
|
||||
|
||||
pause
|
3
luban_examples/Projects/GenerateDatas/resources.txt
Normal file
3
luban_examples/Projects/GenerateDatas/resources.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
demo,huang
|
||||
demo,hq
|
||||
demo,yf
|
Reference in New Issue
Block a user