-
Notifications
You must be signed in to change notification settings - Fork 17
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule doc
updated
39 files
+105 −90 | audio/Decoder.lua | |
+161 −125 | audio/Engine.lua | |
+51 −38 | audio/RecordingDevice.lua | |
+26 −26 | audio/SoundData.lua | |
+314 −226 | audio/Source.lua | |
+33 −22 | audio/Stream.lua | |
+0 −0 | live2d/Model.lua | |
+233 −0 | video/Decoder.lua | |
+51 −23 | video/Player.lua | |
+84 −74 | x/Buffer.lua | |
+11 −11 | x/FileDialog.lua | |
+132 −106 | x/GameObjectBentLaser.lua | |
+16 −16 | x/Latex.lua | |
+20 −14 | x/LogSystem.lua | |
+147 −138 | x/ParticlePool.lua | |
+86 −86 | x/Random.lua | |
+57 −57 | x/RenderMode.lua | |
+28 −28 | x/ResAudio.lua | |
+48 −48 | x/ResFX.lua | |
+144 −117 | x/ResFont.lua | |
+1 −1 | x/ResMusic.lua | |
+1 −0 | x/ResParticle.lua | |
+23 −23 | x/ResRenderTarget.lua | |
+1 −1 | x/ResSound.lua | |
+57 −57 | x/ResSprite.lua | |
+20 −20 | x/ResTexture.lua | |
+6 −6 | x/Resource.lua | |
+5 −5 | x/ResourceColliable.lua | |
+61 −61 | x/ResourceMgr.lua | |
+42 −42 | x/ResourcePack.lua | |
+15 −15 | x/ResourceQuad.lua | |
+5 −5 | x/StopWatch.lua | |
+37 −26 | x/Stream.lua | |
+6 −6 | x/StreamFile.lua | |
+14 −21 | x/StreamMemory.lua | |
+54 −54 | x/Triangles.lua | |
+51 −15 | x/WindowHelper.lua | |
+52 −52 | x/WindowHelperDesktop.lua | |
+214 −186 | x/ZipArchive.lua |
Submodule src
updated
7 files
+231 −74 | imgui/enum.lua | |
+1 −1 | imgui/helper.lua | |
+2 −1 | main.lua | |
+1 −0 | math/__init__.lua | |
+304 −0 | math/complex.lua | |
+1,405 −0 | platform/win/registry.lua | |
+2 −2 | xe/win/Output.lua |