Skip to content

Replace meta 3rd with LuaCATS submodules #2237

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 14 commits into from
Oct 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
42 changes: 42 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,45 @@
[submodule "3rd/json.lua"]
path = 3rd/json.lua
url = https://github.com/actboy168/json.lua
[submodule "meta/3rd/OpenResty"]
path = meta/3rd/OpenResty
url = https://github.com/LuaCATS/openresty.git
[submodule "meta/3rd/bee"]
path = meta/3rd/bee
url = https://github.com/LuaCATS/bee.git
[submodule "meta/3rd/busted"]
path = meta/3rd/busted
url = https://github.com/LuaCATS/busted.git
[submodule "meta/3rd/Cocos4.0"]
path = meta/3rd/Cocos4.0
url = https://github.com/LuaCATS/cocos4.0.git
[submodule "meta/3rd/Defold"]
path = meta/3rd/Defold
url = https://github.com/LuaCATS/defold.git
[submodule "meta/3rd/Jass"]
path = meta/3rd/Jass
url = https://github.com/LuaCATS/jass.git
[submodule "meta/3rd/lfs"]
path = meta/3rd/lfs
url = https://github.com/LuaCATS/luafilesystem.git
[submodule "meta/3rd/love2d"]
path = meta/3rd/love2d
url = https://github.com/LuaCATS/love2d.git
[submodule "meta/3rd/lovr"]
path = meta/3rd/lovr
url = https://github.com/LuaCATS/lovr.git
[submodule "meta/3rd/luaecs"]
path = meta/3rd/luaecs
url = https://github.com/LuaCATS/luaecs.git
[submodule "meta/3rd/luassert"]
path = meta/3rd/luassert
url = https://github.com/LuaCATS/luassert.git
[submodule "meta/3rd/skynet"]
path = meta/3rd/skynet
url = https://github.com/LuaCATS/skynet.git
[submodule "meta/3rd/ffi-reflect"]
path = meta/3rd/ffi-reflect
url = git@github.com:LuaCATS/ffi-reflect.git
[submodule "meta/3rd/luv"]
path = meta/3rd/luv
url = git@github.com:LuaCATS/luv.git
1 change: 1 addition & 0 deletions meta/3rd/Cocos4.0
Submodule Cocos4.0 added at c0b225
7 changes: 0 additions & 7 deletions meta/3rd/Cocos4.0/config.json

This file was deleted.

84 changes: 0 additions & 84 deletions meta/3rd/Cocos4.0/library/cc/Action.lua

This file was deleted.

47 changes: 0 additions & 47 deletions meta/3rd/Cocos4.0/library/cc/ActionCamera.lua

This file was deleted.

29 changes: 0 additions & 29 deletions meta/3rd/Cocos4.0/library/cc/ActionEase.lua

This file was deleted.

46 changes: 0 additions & 46 deletions meta/3rd/Cocos4.0/library/cc/ActionFloat.lua

This file was deleted.

30 changes: 0 additions & 30 deletions meta/3rd/Cocos4.0/library/cc/ActionInstant.lua

This file was deleted.

43 changes: 0 additions & 43 deletions meta/3rd/Cocos4.0/library/cc/ActionInterval.lua

This file was deleted.

Loading