Skip to content

Commit

Permalink
Merge branch 'rc-1.0' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
nesbox committed May 2, 2022
2 parents 8e9dfe2 + 6fb5e66 commit b09c50c
Show file tree
Hide file tree
Showing 166 changed files with 34,813 additions and 20,484 deletions.
978 changes: 585 additions & 393 deletions .github/workflows/build.yml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -26,6 +26,7 @@ build/uwp/code8/AppPackages/
build/uwp/code8/_pkginfo.txt
build/uwp/tic/tic.VC.db
build/uwp/tic/_pkginfo.txt
build/mruby_vendor-prefix
tests/history.exe
build/uwp/lua/x64/
build/uwp/lua/ARM/
Expand Down Expand Up @@ -170,3 +171,9 @@ build/x64/
build/linux/tic80.desktop
build/compile_commands.json
CMakeSettings.json
tic_mruby_build_config.rb.lock
tic_mruby_wasm_build_config.rb.lock
build/mruby_vendor-prefix/
**/zig-cache
**/zig-out
.cache
154 changes: 78 additions & 76 deletions .gitmodules
@@ -1,79 +1,81 @@
[submodule "vendor/blip-buf"]
path = vendor/blip-buf
url = https://github.com/nesbox/blip-buf.git
shallow = true
[submodule "vendor/curl"]
path = vendor/curl
url = https://github.com/curl/curl.git
shallow = true
[submodule "vendor/dirent"]
path = vendor/dirent
url = https://github.com/tronkko/dirent.git
shallow = true
[submodule "vendor/duktape"]
path = vendor/duktape
url = https://github.com/svaarala/duktape-releases.git
shallow = true
[submodule "vendor/giflib"]
path = vendor/giflib
url = https://github.com/nesbox/giflib.git
shallow = true
[submodule "vendor/lpeg"]
path = vendor/lpeg
url = https://github.com/nesbox/lpeg.git
shallow = true
[submodule "vendor/lua"]
path = vendor/lua
url = https://github.com/lua/lua.git
shallow = true
[submodule "vendor/sdl-gpu"]
path = vendor/sdl-gpu
url = https://github.com/grimfang4/sdl-gpu.git
shallow = true
[submodule "vendor/sokol"]
path = vendor/sokol
url = https://github.com/floooh/sokol.git
shallow = true
[submodule "vendor/squirrel"]
path = vendor/squirrel
url = https://github.com/albertodemichelis/squirrel.git
shallow = true
[submodule "vendor/wren"]
path = vendor/wren
url = https://github.com/wren-lang/wren.git
shallow = true
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
shallow = true
[submodule "vendor/zip"]
path = vendor/zip
url = https://github.com/kuba--/zip.git
shallow = true
[submodule "vendor/moonscript"]
path = vendor/moonscript
url = https://github.com/nesbox/moonscript.git
shallow = true
[submodule "vendor/argparse"]
path = vendor/argparse
url = https://github.com/cofyc/argparse.git
shallow = true
[submodule "vendor/circle-stdlib"]
path = vendor/circle-stdlib
url = https://github.com/smuehlst/circle-stdlib.git
shallow = true
[submodule "vendor/libuv"]
path = vendor/libuv
url = https://github.com/libuv/libuv.git
shallow = true
[submodule "vendor/http-parser"]
path = vendor/http-parser
url = https://github.com/nodejs/http-parser.git
shallow = true
[submodule "vendor/libpng"]
path = vendor/libpng
url = https://github.com/glennrp/libpng.git
shallow = true
[submodule "vendor/blip-buf"]
path = vendor/blip-buf
url = https://github.com/nesbox/blip-buf.git
shallow = true
[submodule "vendor/dirent"]
path = vendor/dirent
url = https://github.com/tronkko/dirent.git
shallow = true
[submodule "vendor/duktape"]
path = vendor/duktape
url = https://github.com/svaarala/duktape-releases.git
shallow = true
[submodule "vendor/giflib"]
path = vendor/giflib
url = https://github.com/nesbox/giflib.git
shallow = true
[submodule "vendor/lpeg"]
path = vendor/lpeg
url = https://github.com/nesbox/lpeg.git
shallow = true
[submodule "vendor/lua"]
path = vendor/lua
url = https://github.com/lua/lua.git
shallow = true
[submodule "vendor/sdl-gpu"]
path = vendor/sdl-gpu
url = https://github.com/grimfang4/sdl-gpu.git
shallow = true
[submodule "vendor/sokol"]
path = vendor/sokol
url = https://github.com/floooh/sokol.git
shallow = true
[submodule "vendor/squirrel"]
path = vendor/squirrel
url = https://github.com/albertodemichelis/squirrel.git
shallow = true
[submodule "vendor/wren"]
path = vendor/wren
url = https://github.com/wren-lang/wren.git
shallow = true
[submodule "vendor/zlib"]
path = vendor/zlib
url = https://github.com/madler/zlib.git
shallow = true
[submodule "vendor/zip"]
path = vendor/zip
url = https://github.com/kuba--/zip.git
shallow = true
[submodule "vendor/moonscript"]
path = vendor/moonscript
url = https://github.com/nesbox/moonscript.git
shallow = true
[submodule "vendor/argparse"]
path = vendor/argparse
url = https://github.com/cofyc/argparse.git
shallow = true
[submodule "vendor/circle-stdlib"]
path = vendor/circle-stdlib
url = https://github.com/smuehlst/circle-stdlib.git
shallow = true
[submodule "vendor/libuv"]
path = vendor/libuv
url = https://github.com/libuv/libuv.git
shallow = true
[submodule "vendor/http-parser"]
path = vendor/http-parser
url = https://github.com/nodejs/http-parser.git
shallow = true
[submodule "vendor/libpng"]
path = vendor/libpng
url = https://github.com/glennrp/libpng.git
shallow = true
[submodule "vendor/sdl2"]
path = vendor/sdl2
url = https://github.com/libsdl-org/SDL.git
[submodule "mruby"]
path = vendor/mruby
url = https://github.com/mruby/mruby.git
[submodule "vendor/wasm3"]
path = vendor/wasm3
url = https://github.com/wasm3/wasm3.git

0 comments on commit b09c50c

Please sign in to comment.