This repository was archived by the owner on Aug 20, 2024. It is now read-only.
1 file changed
+1
-1
lines changed- sources/include/cage-core/assetManager.h+1-2
- sources/include/cage-core/networkSteam.h+7
- sources/include/cage-engine/shaderProgram.h+2-4
- sources/include/cage-engine/window.h+1-1
- sources/libcore/assets/assetManager.cpp+2-7
- sources/libcore/concurrent/concurrent.cpp+4-4
- sources/libcore/concurrent/process.cpp+4-4
- sources/libcore/config.cpp+2-2
- sources/libcore/filesystem/abstractFiles.cpp+3-3
- sources/libcore/filesystem/api.cpp+4-4
- sources/libcore/filesystem/paths.cpp+6-6
- sources/libcore/filesystem/realFiles.cpp+7-7
- sources/libcore/filesystem/realWatcher.cpp+1-1
- sources/libcore/filesystem/zipArchives.cpp+23-23
- sources/libcore/logger.cpp+35-3
- sources/libcore/network/steam.cpp+107-76
- sources/libcore/scheduler.cpp+2-2
- sources/libcore/systemInformation.cpp+227-131
- sources/libengine/graphics/graphicsError.cpp+4-10
- sources/libengine/graphics/shaderProgram.cpp+12-30
- sources/libengine/graphics/uniformBuffer.cpp+1-1
- sources/libengine/sound/speaker.cpp+5-5
- sources/libengine/window/glfw.cpp+20
- sources/libengine/window/window.cpp+36-3
- sources/libsimple/gameloop.cpp+1
- sources/test-core/assetManager.cpp+4-4
- sources/test-core/networkSteam.cpp+1-1
- sources/test-core/systemInformation.cpp+1-1
0 commit comments