-
Notifications
You must be signed in to change notification settings - Fork 4
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
1 parent
fdcd64c
commit 6df7f9b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule jngl
updated
36 files
+1 −0 | .clang-tidy | |
+21 −23 | .gitlab-ci.yml | |
+0 −34 | .vscode/tasks.json | |
+7 −0 | CMakeLists.txt | |
+0 −141 | data/run-clang-tidy.py | |
+2 −3 | src/AchievementLayer.cpp | |
+2 −2 | src/audio/effect/pause.cpp | |
+3 −3 | src/freetype.cpp | |
+1 −1 | src/freetype.hpp | |
+0 −9 | src/jngl/Color.cpp | |
+0 −6 | src/jngl/Color.hpp | |
+2 −1 | src/jngl/Drawable.cpp | |
+2 −4 | src/jngl/FrameBuffer.cpp | |
+1 −1 | src/jngl/FrameBuffer.hpp | |
+1 −1 | src/jngl/Label.cpp | |
+4 −4 | src/jngl/Label.hpp | |
+1 −1 | src/jngl/Pixels.cpp | |
+19 −0 | src/jngl/Rgb.cpp | |
+12 −0 | src/jngl/Rgb.hpp | |
+2 −1 | src/jngl/Shader.cpp | |
+1 −1 | src/jngl/SoundFile.cpp | |
+1 −1 | src/jngl/TextLine.cpp | |
+4 −5 | src/jngl/Video.cpp | |
+5 −1 | src/jngl/font.cpp | |
+5 −2 | src/jngl/font.hpp | |
+1 −1 | src/jngl/shapes.hpp | |
+10 −0 | src/jngl/sprite.cpp | |
+6 −0 | src/jngl/sprite.hpp | |
+1 −1 | src/jngl/text.cpp | |
+1 −1 | src/main.cpp | |
+3 −3 | src/sdl/window.cpp | |
+35 −55 | src/theoraplay/theoraplay.cpp | |
+5 −3 | src/theoraplay/theoraplay.h | |
+1 −1 | src/unittest/ColorTest.cpp | |
+1 −1 | src/unittest/ImageDataTest.cpp | |
+1 −1 | src/window.cpp |
Submodule spine-runtimes
updated
63 files