Gleb Mazovetskiy
16b9a8e7b1
Fix libpng on CMake 4.0
5 months ago
Gleb Mazovetskiy
4e74717fc2
[1.5] Backport text rendering
...
Backports the text rendering code from 1.6 to 1.5.
Done by starting with the current master's engine/render/text_render
and backporting things as-needed until it worked.
CLX rendering and text input handling are also backported as part of
this change.
5 months ago
Trihedraf
6271b3b221
enable iOS ZeroTier
6 months ago
Oleksandr Kalko
e8b624f4fb
[1.5] Add alternative download for bzip2 ( #7998 )
10 months ago
Oleksandr Kalko
976319698e
[1.5] Fix CI building ( #7937 )
...
* [1.5] Update libzt
This backports 72a518bcf7 since CI updated CMake to 4.0 and CMake 3.5 compatibility was removed
* Upgrade Linux runners to Ubuntu 22.04
Ubuntu 20.04 was retired April 15th 2025
* Remove obsolete workaround
11 months ago
Anders Jenbo
81becb7f56
Update to SDL2 2.32.0
1 year ago
Anders Jenbo
2c0a0e0284
Upgrade SDL2 to 2.30.12
1 year ago
Anders Jenbo
4d9bf51714
Upgrade SDL2 to 2.30.10
1 year ago
Oleksandr Kalko
d27c33e9e4
Android major upgrades ( #7524 )
1 year ago
Oleksandr Kalko
caa13bbe76
Upgrade SDL to 2.30.7
1 year ago
staphen
d38b506c3a
Update ASIO to fix error messages on Windows
2 years ago
Gleb Mazovetskiy
26f0eea50d
Bump SDL to v2.30.5
2 years ago
Oleksandr Kalko
5446496ae6
General Android upgrades
...
* SDL2 to 2.30.2 bugfix
* Gradle to 8.7
* Android Gradle plugin to 8.3.2
Playtested to my Google Pixel 2, Android 11
2 years ago
Anders Jenbo
4f0943f1e5
Upgrade SDL to 2.30.0
2 years ago
Anders Jenbo
c990369d25
Fix building ASIO on macos
3 years ago
Gleb Mazovetskiy
afd01a0dda
nxdk: Bump libfmt to our port of fmt-10.0.0
3 years ago
Gleb Mazovetskiy
3e2a26a195
Bump libfmt to 10.0.0
3 years ago
Gleb Mazovetskiy
9021e3b89e
Automate Linux x86_64 release
...
Also adds `discord_game_sdk.so` to the Linux release builds.
3 years ago
Gleb Mazovetskiy
77dda702cf
CMake: Update SDL2 to the latest version
3 years ago
Gleb Mazovetskiy
86ac8c459c
Bump libfmt
3 years ago
staphen
2fce8f41d5
Update libmpq
3 years ago
Gleb Mazovetskiy
cd7d74b55c
Discord: Additional patches
...
1. Replaces `#include <Windows.h>` with `#include <windows.h>`
for compatibility with case-sensitive file systems (e.g. MinGW
cross-compilation on a Linux host).
2. Adds missing `#include <cstdint>` to `cpp/types.h`.
3. Fixes calling convention for callback lambdas.
3 years ago
Gleb Mazovetskiy
40ab1c372f
Fix Discord linking on Windows
...
Fixes #5694
3 years ago
staphen
fb76f9ed5a
Update libzt to include compile-time detection for ARMv8a crypto extensions
3 years ago
Gleb Mazovetskiy
2dd57475a5
Update SDL to the latest SDL2 branch
3 years ago
Gleb Mazovetskiy
f4a3b54fb9
Update Discord SDK
3 years ago
Gleb Mazovetskiy
ff4be220ab
zlib: Add the GitHub mirror
...
Another attempt to fix #5616
3 years ago
Gleb Mazovetskiy
f325030af9
zlib: Add an alternative URL
...
1. Hopefully this will make the Xbox One build less flaky. Refs #5616 .
2. The second URL will work even when zlib releases a new version.
3 years ago
Gleb Mazovetskiy
351c9d0c13
Update SDL2 and SDL2 Android code
3 years ago
Gleb Mazovetskiy
9baf20d54e
Update SDL2
...
The new version fixes audio resampler quality issues and improves
support for various controllers.
3 years ago
Gleb Mazovetskiy
3cb24c15f3
Remove SDL_image dep from SDL1 build
...
Fixes #5504
3 years ago
Gleb Mazovetskiy
bdeb6ade0e
amiga.cmake: Remove `find_package(ZLIB)` ( #5501 )
...
* CMake: 3rdParty/zlib fixes
1. zlib already provides a CMakeLists.txt, use it.
2. Stub find_package for source build. ZLIB is used by libpng via `find_package(ZLIB)`.
3. amiga.cmake: Remove `find_package(ZLIB)`.
* Update UWP build directory for zlibstatic.lib
Co-authored-by: staphen <staphen@gmail.com>
3 years ago
Gleb Mazovetskiy
0498d7d3a7
Fix compilation warnings
3 years ago
staphen
96aedf0605
Update zlib to 1.2.13
3 years ago
Oleksandr Kalko
827efc618d
Update SDL2 used from source to v2.24.1
...
VCPKG already updated
Release notes: https://github.com/libsdl-org/SDL/releases/tag/release-2.24.1
3 years ago
staphen
fb6b9306df
Upgrade libpng to 1.6.38
4 years ago
Gleb Mazovetskiy
6be4f7a321
CMake: Use FindPatch
...
CMake's built-in FindPatch will look in the Git installation directory
on Windows, eliminating the need for Windows users to modify PATH.
See https://github.com/Kitware/CMake/blob/master/Modules/FindPatch.cmake
4 years ago
Gleb Mazovetskiy
a430d99f24
Fix Discord SDK build on newer gcc
4 years ago
Stephen C. Wills
15d7345b28
3rdParty/SDL2: Use SDL_TEST_ENABLED_BY_DEFAULT
4 years ago
Gleb Mazovetskiy
df492f34b3
3rdParty/SDL2: Disable SDL_TEST
...
The fully-vendored source distribution removes all test files to reduce
the size, which causes a CMake configuration error if `SDL_TEST` is on.
4 years ago
staphen
75a32d3937
Update libzt
4 years ago
Anders Jenbo
da151b3bc1
Update SDL2 to versoin 2.23.2
4 years ago
Gleb Mazovetskiy
5d1b7f9f75
Bump SDL_audiolib
4 years ago
Gleb Mazovetskiy
f0cab60483
Bump googletest
4 years ago
Gleb Mazovetskiy
00d9dde90b
Bump find_steam_game
4 years ago
Gleb Mazovetskiy
3c992fd6c4
Bump libmft
4 years ago
Gleb Mazovetskiy
052e38e59c
Xbox NXDK: Use diasurgical fork of libfmt
4 years ago
Gleb Mazovetskiy
ca408b1ebc
Bump simpleini
...
Includes
56499b5af5
which fixes a warning
4 years ago
Gleb Mazovetskiy
c8ddf7df65
Crawl: Move implementation from header to cpp
4 years ago
Gleb Mazovetskiy
59a335a478
Bump SDL_audiolib
4 years ago