-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1479 from Flamefire/fix_harborDistanceFlag
Don't set Harbor distance for military buildings if sea attacks are disabled and fix crash when adding objects using player-textures via LUA
- Loading branch information
Showing
52 changed files
with
656 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libsiedler2
updated
25 files
+4 −0 | .github/workflows/release.yml | |
+7 −3 | .github/workflows/unit-tests.yml | |
+6 −6 | appveyor.yml | |
+34 −3 | include/libsiedler2/BmpHeader.h | |
+5 −5 | include/libsiedler2/ColorBGRA.h | |
+7 −7 | include/libsiedler2/ColorRGB.h | |
+144 −82 | src/LoadBMP.cpp | |
+0 −1 | src/WriteBMP.cpp | |
+1 −1 | src/libsiedler2.cpp | |
+1 −1 | tests/LoadPalette.h | |
+2 −2 | tests/cmpFiles.cpp | |
+1 −0 | tests/config.h.cmake | |
+64 −61 | tests/testArchiv.cpp | |
+291 −243 | tests/testBmp.cpp | |
+9 −9 | tests/testDatIdx.cpp | |
+ − | tests/testFiles/raw24bpp.bmp | |
+ − | tests/testFiles/raw32bpp.bmp | |
+ − | tests/testFiles/raw4bpp.bmp | |
+ − | tests/testFiles/raw8bpp.bmp | |
+7 −7 | tests/testFont.cpp | |
+3 −3 | tests/testIni.cpp | |
+17 −17 | tests/testLBM.cpp | |
+46 −46 | tests/testPalette.cpp | |
+56 −57 | tests/testSound.cpp | |
+12 −14 | tests/testText.cpp |
Submodule libutil
updated
3 files
+29 −0 | libs/common/include/s25util/boostTestHelpers.h | |
+18 −0 | tests/main.cpp | |
+14 −14 | tests/testTokenizer.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.