-
Notifications
You must be signed in to change notification settings - Fork 1
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
c01ec6a
commit a92f566
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule nas2d-core
updated
29 files
+1 −1 | .circleci/config.yml | |
+4 −2 | .github/workflows/build.yml | |
+25 −2 | NAS2D/Filesystem.cpp | |
+1 −4 | NAS2D/Math/Rectangle.h | |
+0 −1 | NAS2D/NAS2D.vcxproj | |
+3 −5 | NAS2D/Resource/AnimationSet.cpp | |
+1 −2 | NAS2D/Resource/AnimationSet.h | |
+0 −2 | NAS2D/Resource/Font.cpp | |
+0 −3 | NAS2D/Resource/Font.h | |
+47 −37 | NAS2D/Resource/Image.cpp | |
+6 −4 | NAS2D/Resource/Image.h | |
+2 −3 | NAS2D/Resource/Music.cpp | |
+0 −3 | NAS2D/Resource/Music.h | |
+4 −5 | NAS2D/Resource/Sound.cpp | |
+0 −3 | NAS2D/Resource/Sound.h | |
+7 −7 | NAS2D/Resource/Sprite.cpp | |
+3 −3 | NAS2D/Resource/Sprite.h | |
+37 −38 | NAS2D/StringUtils.cpp | |
+7 −6 | NAS2D/StringUtils.h | |
+1 −1 | NAS2D/Utility.h | |
+5 −5 | NAS2D/Xml/XmlAttribute.h | |
+1 −1 | NAS2D/Xml/XmlAttributeSet.h | |
+7 −7 | NAS2D/Xml/XmlNode.h | |
+1 −1 | docker/nas2d-arch.Dockerfile | |
+19 −19 | docker/nas2d-mingw.Dockerfile | |
+118 −81 | makefile | |
+1 −5 | test/Math/Rectangle.test.cpp | |
+1 −1 | test/Resource/Sprite.test.cpp | |
+22 −0 | test/StringUtils.test.cpp |