Builds

This page presents the latest successful CI builds for Zandronum in a slightly nicer view than Heptapod's web interface.

The default branch is the main line of Zandronum development; features in that branch are part of Zandronum and should be reasonably stable. Topics contain in-development features that may be broken and are much more liable to change at any time.

branch/default

Changeset 34ef308ffe3c by Adam Kaminski

Changed the default value of "cl_ticsperupdate" from 3 to 1.

Last successful pipeline #84152, started 2024-07-21T20:31:20.330Z

ID Job Artifacts
#2472748 build_win64 Download
#2472747 build_win32 Download
#2472746 build_linux_serveronly_arm64 Download
#2472745 build_linux_serveronly Download
#2472744 build_linux Download

topic/default/authenticate-sprites-nullterminator

Changeset 7444c925ea8e by Adam Kaminski

Fixed strings of protected sprite lumps that used all eight characters not being null terminated.

Last successful pipeline #84399, started 2024-07-26T03:19:17.751Z

ID Job Artifacts
#2475580 build_win64 Download
#2475579 build_win32 Download
#2475578 build_linux_serveronly_arm64 Download
#2475577 build_linux_serveronly Download
#2475576 build_linux Download

topic/default/demo-controls

Changeset 0ec7f5e4cc5c by Sean Baggaley

Demo controls prototype

It's big, messy, and there are some bugs with seeking

- Needs more events
- Split up into multiple changesets?

Last successful pipeline #83229, started 2024-06-21T12:51:04.079Z

ID Job Artifacts
#2450279 build_win64 Download
#2450278 build_win32 Download
#2450277 build_linux_serveronly_arm64 Download
#2450276 build_linux_serveronly Download
#2450275 build_linux Download

topic/default/flag-cleanup

Changeset 50ca9f5d196c by Adam Kaminski

ASkull no longer needs to be a native actor class and has subsequently been removed from the source code.

Last successful pipeline #78030, started 2024-02-25T23:13:50.502Z

ID Job Artifacts
#2284770 build_win64 Download
#2284769 build_win32 Download
#2284768 build_linux_serveronly_arm64 Download
#2284767 build_linux_serveronly Download
#2284766 build_linux Download

topic/default/ipv6

Changeset 2c628ee31eb6 by Benjamin Berkels

fixed another Linux compile issue

Last successful pipeline #80212, started 2024-04-08T17:17:34.947Z

ID Job Artifacts
#2355548 build_win64 Download
#2355547 build_win32 Download
#2355546 build_linux_serveronly_arm64 Download
#2355545 build_linux_serveronly Download
#2355544 build_linux Download

topic/default/ipv6-master

Changeset 7eee94b34761 by Sean Baggaley

Add IPv6 socket support to the master server

No protocol changes yet, but it can listen on and accept clients via IPv6

Last successful pipeline #80213, started 2024-04-08T17:17:36.748Z

ID Job Artifacts
#2355553 build_win64 Download
#2355552 build_win32 Download
#2355551 build_linux_serveronly_arm64 Download
#2355550 build_linux_serveronly Download
#2355549 build_linux Download

topic/default/medal-assert-fix

Changeset f82f841cb0e8 by Adam Kaminski

Fixed an assertion failure that sometimes happened when giving the player a medal in debug builds.

Last successful pipeline #84270, started 2024-07-23T20:27:35.955Z

ID Job Artifacts
#2473898 build_win64 Download
#2473897 build_win32 Download
#2473896 build_linux_serveronly_arm64 Download
#2473895 build_linux_serveronly Download
#2473894 build_linux Download

topic/default/player-lives-changes

Changeset 0cf6168796e8 by Adam Kaminski

Fixed: players would lose a life if they respawned when a wave was complete in survival invasion.

Last successful pipeline #84405, started 2024-07-26T15:23:21.234Z

ID Job Artifacts
#2475620 build_win64 Download
#2475619 build_win32 Download
#2475618 build_linux_serveronly_arm64 Download
#2475617 build_linux_serveronly Download
#2475616 build_linux Download

topic/default/randomspawner_flag_pass

Changeset 534316ccac14 by StrikerTheHedgefox

RandomSpawners can now pass down flags given to them from ACS.

Last successful pipeline #80885, started 2024-04-21T11:09:53.370Z

ID Job Artifacts
#2366495 build_win64 Download
#2366494 build_win32 Download
#2366493 build_linux_serveronly_arm64 Download
#2366492 build_linux_serveronly Download
#2366491 build_linux Download

topic/default/select-weapon-desync-fix

Changeset 07b107b4b5c3 by Adam Kaminski

Fixed: the client's weapon could desync because they selected it too early if it was done using A_SelectWeapon or the SetWeapon ACS function (addresses 3491).

Last successful pipeline #82454, started 2024-06-02T02:30:40.833Z

ID Job Artifacts
#2410882 build_win64 Download
#2410881 build_win32 Download
#2410880 build_linux_serveronly_arm64 Download
#2410879 build_linux_serveronly Download
#2410878 build_linux Download

topic/default/skin-expansion

Changeset 0b05be31286e by BarrelsOFun

Fix parsing for S_SKIN skins


Restore old '}' check and do while loop when parsing skins

Last successful pipeline #82929, started 2024-06-12T01:46:21.214Z

ID Job Artifacts
#2444049 build_win64 Download
#2444048 build_win32 Download
#2444047 build_linux_serveronly_arm64 Download
#2444046 build_linux_serveronly Download
#2444045 build_linux Download

topic/default/skins-expansion-1

Changeset 3be566014be4 by BarrelsOFun

Remove extra whitespace in GetSkinInfo

Last successful pipeline #84375, started 2024-07-25T13:18:46.704Z

ID Job Artifacts
#2475111 build_win64 Download
#2475110 build_win32 Download
#2475109 build_linux_serveronly_arm64 Download
#2475108 build_linux_serveronly Download
#2475107 build_linux Download

topic/default/unload-crash

Changeset 2aea4e3b4c92 by Ru5tK1ng

Fixed: Unloading Clientside scripts would crash out the clients online (addresses 2147).

Last successful pipeline #80347, started 2024-04-10T21:53:25.105Z

ID Job Artifacts
#2357169 build_win64 Download
#2357168 build_win32 Download
#2357167 build_linux_serveronly_arm64 Download
#2357166 build_linux_serveronly Download
#2357165 build_linux Download

topic/default/zandronum-ffm

Changeset e6a353467a32 by auratoostronk

Added support for Q-Zandronum's Freeform Menus. For more information, see here: https://github.com/IgeNiaI/Q-Zandronum/wiki/MENUDEF-Changes#freeformmenu [auratoostronk]

Last successful pipeline #84204, started 2024-07-22T21:44:03.108Z

ID Job Artifacts
#2473223 build_win64 Download
#2473222 build_win32 Download
#2473221 build_linux_serveronly_arm64 Download
#2473220 build_linux_serveronly Download
#2473219 build_linux Download