Commit graph

16365 commits

Author SHA1 Message Date
Alam Ed Arias
3145253ff3 GitLab CI: set CC,CXX and LD for Windows vcpkg builds 2025-03-02 20:34:17 -05:00
Alam Ed Arias
e2200c1eb5 GitLab CI: use VCPKG_TARGET_TRIPLET, not VCPKG_DEFAULT_TRIPLET 2025-03-02 20:18:59 -05:00
Alam Ed Arias
61afd65fc1 GitLab CI: w64-mingw32 vcpkgs to use --toolchain 2025-03-02 20:01:59 -05:00
Alam Ed Arias
682fb8f07f GitLab CI: set LD for Mingw32 nad use plain cmake for darwin builds 2025-03-02 19:44:10 -05:00
Alam Ed Arias
a7424b9952 GitLab CI: use :, not = for variables 2025-03-02 19:30:38 -05:00
Alam Ed Arias
fb6ce070fd GitLib CI: try keep building 2025-03-02 19:20:19 -05:00
Alam Ed Arias
9860fa9f61 vcpkg: wasm build check 2025-03-02 18:20:43 -05:00
Logan Aerl Arias
3019e70ecb GitLab CI: use Ninja on MacOSX
GitLab CI: use Ninja on MacOSX
2025-02-28 21:41:35 -05:00
Alam Ed Arias
aebc3ff558 GitLab CI: move back to only 2 stages, build and osxcross 2025-02-28 21:09:33 -05:00
Alam Ed Arias
fc7768fad9 GitLab CI: do not force CC/CXX with Mingw32 vcpkg builds 2025-02-28 21:03:00 -05:00
Alam Ed Arias
3683a8f939 vcpkg: format-manifest 2025-02-28 21:02:25 -05:00
Alam Ed Arias
2511312504 vcpkg: testing compiling with x86-linux, x64-linux, arm64-linux, x86-mingw-static and x64-mingw-static 2025-02-27 21:59:47 -05:00
Alam Ed Arias
75fb1cd2aa SDL_Mixer: options for all MIDI players in SDL-Mixer-X 2.5.0+ 2025-02-27 04:42:18 -05:00
Alam Ed Arias
a923bf7095 SDL_Mixer: Added newlines for mixer errors 2025-02-27 04:42:18 -05:00
Alam Ed Arias
893db88809 GitLab CI: install miniupnpc from macports 2025-02-27 04:34:07 -05:00
Alam Ed Arias
37043e367b GitLab CI: use clang++ as CXX for clang builds 2025-02-26 22:50:53 -05:00
Alam Ed Arias
18d47ebbd3 GitLab CI: use short names like oa64/o64 so we can switch SDKs 2025-02-26 22:49:01 -05:00
Alam Ed Arias
c7801bdf6d GitLab CI: move around stages 2025-02-26 21:57:54 -05:00
Alam Ed Arias
7cbec73971 GitLab CI: do not checkout own copy of vcpkg, use the one that comes with the builder image 2025-02-26 21:57:54 -05:00
Alam Ed Arias
fa4924bc19 GitLab CI: MacOS build does not use vcpkg 2025-02-26 21:57:49 -05:00
Alam Ed Arias
db7508f7e4 GitLab CI: use "ccache --set-config" over tee on the ccache.conf file 2025-02-26 21:02:48 -05:00
Alam Ed Arias
e06eead3eb GitLab CI: no more Gold linker 2025-02-26 21:01:47 -05:00
Logan Aerl Arias
748fa366eb Merge branch 'ipv6' into 'master'
netcode: fix runtime issues with -noipv4

See merge request STJr/SRB2!2646
2025-02-23 18:07:01 +00:00
Alam Ed Arias
646929d83d netcode: fix runtime issues with -noipv4 2025-02-23 12:21:37 -05:00
Logan Aerl Arias
854fc95672 Merge branch 'fix-bind-with-ipv6-disabled' into 'master'
Update i_tcp.c to support hosts with IPv6 disabled

See merge request STJr/SRB2!2628
2025-02-22 19:47:06 +00:00
Logan Aerl Arias
06d8d02bc4 Merge branch 'fix-ipv6-port-collision' into 'master'
Fix port collision on IPv6 connections

See merge request STJr/SRB2!2622
2025-02-22 15:09:51 +00:00
Logan Aerl Arias
1472ac75da Merge branch 'master' into 'fix-bind-with-ipv6-disabled'
# Conflicts:
#   src/netcode/i_tcp.c
2025-02-22 05:29:09 +00:00
Logan Aerl Arias
53fabd11a2 Merge branch 'fix-address-resolution-failure' into 'master'
Fix address resolution failure in certain circumstances

See merge request STJr/SRB2!2617
2025-02-22 04:51:20 +00:00
Logan Aerl Arias
e7c18ba1f4 Merge branch 'add-noipv4-flag' into 'master'
Add -noipv4 flag

See merge request STJr/SRB2!2275
2025-02-22 00:44:45 +00:00
Logan Aerl Arias
f54549317b Merge branch 'remove-gold-linker' into 'master'
remove gold linker everywhere

See merge request STJr/SRB2!2643
2025-02-16 19:22:10 +00:00
Logan Aerl Arias
36d8d8a01f remove gold linker everywhere
remove gold linker everywhere
2025-02-16 14:15:28 -05:00
Logan Aerl Arias
4f64a5fb3d Merge branch 'gitci-Windows-fix' into 'master'
use Unix Makefiles to build Win

See merge request STJr/SRB2!2641
2025-02-16 13:59:38 +00:00
Logan Aerl Arias
f7ae70201f use Unix Makefiles to build Win 2025-02-16 13:59:38 +00:00
Logan Aerl Arias
6771d0e88b Merge branch 'vcpkg-miniupnpc-fix' into 'master'
fix issue with static mingw build on Windows

See merge request STJr/SRB2!2640
2025-02-16 12:41:29 +00:00
Logan Aerl Arias
1f66341d59 fix issue with static mingw build on Windows 2025-02-16 12:41:29 +00:00
Alam Ed Arias
620bb5054f GitlabCI: use lipo to create universal darwin binary 2025-02-07 00:40:21 -05:00
Alam Ed Arias
1e47cb2061 GitlabCI: checks if osxcross arm64 build fails 2025-02-06 18:51:58 -05:00
Alam Ed Arias
ec3edcc6c9 GitlabCI: install static version of curl, libopenmpt,libsdl2-mixer,libpng and libxmp for macs 2025-02-06 15:31:26 -05:00
Alam Ed Arias
10bb905ebd GitlabCI: use cmake --build to compile and not call directly Makefile files 2025-02-06 12:27:22 -05:00
Alam Ed Arias
ebfea6de0c use -bindaddr6 for mserv PROTO_V6 calls 2025-02-02 22:50:59 -05:00
Alam Ed Arias
598307f338 Only check for -noipv6 on IPv6 builds in HTTP code 2025-02-02 22:50:17 -05:00
Alam Ed Arias
0fe8c7a57a Update m_menu.c
Add check netgame check if someone use both -noipv4 and -noipv6
2025-02-02 22:29:44 -05:00
Alam Ed Arias
1278bc5727 Update i_tcp.c
Do not error out if we don't have a socket for an address family we have disabled
2025-02-03 01:02:57 +00:00
Alam Ed Arias
1ebac1ed40 Avoid calling WSAGetLastError() (via errno/h_error) more then once with Winsock2 2025-02-02 12:56:56 -05:00
Alam Ed Arias
4bb8183e6f Show in log if IPv6 support is disabled
fixup
2025-02-02 12:56:43 -05:00
Alam Ed Arias
4596f20b71 Check for ENODEV for hosts with IPv6 disabled while running in IPv6 mode 2025-02-02 12:48:57 -05:00
Alam Ed Arias
a203f4e553 Update i_tcp.c
Add checks for return code for ioctl(), setsockopt(), getsockopt() and getsockname()
Also show errno and strerror for failed calls
2025-02-02 12:48:57 -05:00
Alam Ed Arias
15e89d27c2 Merge branch 'master' into add-noipv4-flag 2025-02-01 18:39:32 -05:00
Alam Ed Arias
a30457c283 Merge commit '250928f6dfc1387b236f645387a39f7b09643065' (internal branch 2215) into add-noipv4-flag 2025-02-01 17:18:35 -05:00
Alam Ed Arias
8647766e38 Merge commit '7b7a0727a6556203e7321857f4094240ec7b5512' (internal branch 2214) into add-noipv4-flag 2025-02-01 16:48:04 -05:00