-
-
Notifications
You must be signed in to change notification settings - Fork 331
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule bee.lua
updated
19 files
+17 −28 | 3rd/filesystem.h | |
+2 −3 | 3rd/fmt/fmt/chrono.h | |
+2 −1 | 3rd/fmt/fmt/color.h | |
+27 −18 | 3rd/fmt/fmt/core.h | |
+5 −4 | 3rd/fmt/fmt/format-inl.h | |
+103 −52 | 3rd/fmt/fmt/format.h | |
+1 −10 | 3rd/fmt/fmt/ostream.h | |
+4 −0 | 3rd/fmt/fmt/printf.h | |
+2 −6 | 3rd/fmt/fmt/ranges.h | |
+39 −0 | 3rd/fmt/fmt/std.h | |
+1 −1 | 3rd/lua/lstring.c | |
+0 −8 | bee/subprocess/subprocess_win.cpp | |
+9 −2 | bee/subprocess/subprocess_win.h | |
+19 −0 | binding/binding.h | |
+50 −7 | binding/lua_filesystem.cpp | |
+344 −0 | binding/lua_select.cpp | |
+41 −245 | binding/lua_socket.cpp | |
+7 −0 | test/test_filesystem.lua | |
+59 −30 | test/test_socket.lua |
Submodule love-api
updated
20 files
+1 −1 | .github/workflows/gh-pages.yml | |
+19 −19 | love_api.lua | |
+8 −8 | modules/audio/Audio.lua | |
+6 −6 | modules/data/Data.lua | |
+1 −1 | modules/event/Event.lua | |
+7 −7 | modules/filesystem/Filesystem.lua | |
+3 −3 | modules/font/Font.lua | |
+36 −36 | modules/graphics/Graphics.lua | |
+5 −5 | modules/image/Image.lua | |
+5 −5 | modules/joystick/Joystick.lua | |
+2 −2 | modules/keyboard/Keyboard.lua | |
+4 −4 | modules/math/Math.lua | |
+2 −2 | modules/mouse/Mouse.lua | |
+24 −24 | modules/physics/Physics.lua | |
+4 −14 | modules/physics/types/Fixture.lua | |
+2 −2 | modules/sound/Sound.lua | |
+1 −1 | modules/system/System.lua | |
+2 −2 | modules/thread/Thread.lua | |
+1 −1 | modules/video/Video.lua | |
+5 −5 | modules/window/Window.lua |
Submodule luamake
updated
8 files
+10 −5 | README.md | |
+1 −1 | bee.lua | |
+24 −29 | compile/install.sh | |
+7 −7 | compile/ninja/msvc.ninja | |
+1 −1 | scripts/version.lua | |
+12 −1 | scripts/writer.lua | |
+16 −11 | tools/lua54/lua.h | |
+10 −3 | tools/lua54/luaconf.h |