-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #67 from lilith-avatar/dev-v4
avakit v4合入
- Loading branch information
Showing
156 changed files
with
7,069 additions
and
3,941 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,70 @@ | ||
*AutoSave_* | ||
*AutoBackup_* | ||
xls/*.lua | ||
xls/*.csv | ||
csv/*.lua | ||
csv/*.xls | ||
csv/*.xlsm | ||
csv/*.xlsx | ||
code/*.csv | ||
code/*.xls | ||
code/*.xlsm | ||
code/*.xlsx | ||
# Compiled Lua sources | ||
luac.out | ||
|
||
# luarocks build files | ||
*.src.rock | ||
*.zip | ||
*.tar.gz | ||
|
||
# Object files | ||
*.o | ||
*.os | ||
*.ko | ||
*.obj | ||
*.elf | ||
|
||
# Precompiled Headers | ||
*.gch | ||
*.pch | ||
|
||
# Libraries | ||
*.lib | ||
*.a | ||
*.la | ||
*.lo | ||
*.def | ||
*.exp | ||
|
||
# Shared objects (inc. Windows DLLs) | ||
*.dll | ||
*.so | ||
*.so.* | ||
*.dylib | ||
|
||
# Executables | ||
*.out | ||
*.app | ||
*.i*86 | ||
*.x86_64 | ||
*.hex | ||
|
||
# 策划文档 | ||
Design/*.lua | ||
Design/*.smap | ||
|
||
# smap相关 | ||
Smap/*.lua | ||
Smap/Code/*.csv | ||
Smap/Code/*.xls | ||
Smap/Code/*.xlsm | ||
Smap/Code/*.xlsx | ||
Smap/Code/*.txt | ||
*AutoSave_*.smap | ||
*AutoBackup_*.smap | ||
*.smap.config | ||
|
||
# 代码相关 | ||
Code/*.txt | ||
Code/*.csv | ||
Code/*.xls | ||
Code/*.xlsm | ||
Code/*.xlsx | ||
Code/*.txt | ||
Code/*.smap | ||
|
||
# other | ||
*.smap.storage | ||
*.iso | ||
~$* | ||
*.idea/ | ||
*.vscode/ | ||
Smap/avatar-ava-test.smap |
7 changes: 0 additions & 7 deletions
7
Code/['World']['Client']['Init']['ClientAwakeScript'].AutorunScript.lua
This file was deleted.
Oops, something went wrong.
32 changes: 0 additions & 32 deletions
32
Code/['World']['Client']['Module']['LanguageUtilModule'].ModuleScript.lua
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
Code/['World']['Global']['Define']['ConfigModule'].ModuleScript.lua
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
Code/['World']['Global']['Define']['ConstModule'].ModuleScript.lua
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
Code/['World']['Global']['Define']['DefaultModule'].ModuleScript.lua
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
Code/['World']['Global']['Define']['EventsModule'].ModuleScript.lua
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
Code/['World']['Global']['Framework']['Client']['ClientBaseModule'].ModuleScript.lua
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.