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.
Contents
branch/default #
Changeset dc890eb46b14
by Adam Kaminski
Changed the input/output voice chat volume slider steps from 0.1 to 0.05, and the number of decimal places to display the values to two.
Last successful pipeline #96972, started 2025-01-12T22:59:30.964Z
ID | Job | Artifacts |
---|---|---|
#2824908 | build_win64 | Download |
#2824907 | build_win32 | Download |
#2824906 | build_linux_serveronly_arm64 | Download |
#2824905 | build_linux_serveronly | Download |
#2824904 | build_linux | Download |
topic/default/amd-driver-workaround #
Changeset 84e274819f71
by Sean Baggaley
Add gl_forcetransparenttotranslucent, which forces transparent walls into the translucent render list, hopefully working around an AMD driver bug..?
Last successful pipeline #94003, started 2024-12-04T23:26:45.225Z
ID | Job | Artifacts |
---|---|---|
#2746793 | build_win64 | Download |
#2746792 | build_win32 | Download |
#2746791 | build_linux_serveronly_arm64 | Download |
#2746790 | build_linux_serveronly | Download |
#2746789 | build_linux | Download |
topic/default/client-stutter-fix #
Changeset b9b1cabeb23d
by Adam Kaminski
Added debug CCMDs to manually offset the client's clock upwards or downwards.
Last successful pipeline #92452, started 2024-11-14T21:18:58.700Z
ID | Job | Artifacts |
---|---|---|
#2688828 | build_win64 | Download |
#2688827 | build_win32 | Download |
#2688826 | build_linux_serveronly_arm64 | Download |
#2688825 | build_linux_serveronly | Download |
#2688824 | build_linux | Download |
topic/default/domination-rework #
Changeset d72ca3bc94f6
by Trillster
Perform extra code style sweep for Domination changes
Last successful pipeline #97030, started 2025-01-14T02:57:58.666Z
ID | Job | Artifacts |
---|---|---|
#2826762 | build_win64 | Download |
#2826761 | build_win32 | Download |
#2826760 | build_linux_serveronly_arm64 | Download |
#2826759 | build_linux_serveronly | Download |
#2826758 | 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/gamemode-gameplay-settings #
Changeset 55104207e287
by Adam Kaminski
Removed the "cl_" prefix from cl_protectcvars, since the server now uses this CVar to protect its own settings. Also, any changes to CVars done by the GAMEMODE lump or "SetGameplaySetting" ACS function are not saved into the config file when this CVar's enabled.
Last successful pipeline #86442, started 2024-09-02T19:44:49.634Z
ID | Job | Artifacts |
---|---|---|
#2513078 | build_win64 | Download |
#2513077 | build_win32 | Download |
#2513076 | build_linux_serveronly_arm64 | Download |
#2513075 | build_linux_serveronly | Download |
#2513074 | 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/nolms-addition #
Changeset ae11ea5cc611
by Ru5tK1ng
Adjusted comments.
Last successful pipeline #88476, started 2024-09-29T18:03:00.163Z
ID | Job | Artifacts |
---|---|---|
#2572239 | build_win64 | Download |
#2572238 | build_win32 | Download |
#2572237 | build_linux_serveronly_arm64 | Download |
#2572236 | build_linux_serveronly | Download |
#2572235 | 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/rng-crash-fix-backport #
Changeset 317bbccdb326
by alexey.lysiuk
Fixed division by zero in RNG
Random number generator now returns zero for range [0, 0)
Last successful pipeline #97204, started 2025-01-16T16:10:13.072Z
ID | Job | Artifacts |
---|---|---|
#2833081 | build_win64 | Download |
#2833080 | build_win32 | Download |
#2833079 | build_linux_serveronly_arm64 | Download |
#2833078 | build_linux_serveronly | Download |
#2833077 | build_linux | Download |
topic/default/runaway-script-fix #
Changeset eaa8c21e413d
by Moises Aguirre
Remove runaway script termination.
Last successful pipeline #91374, started 2024-11-04T19:07:33.460Z
ID | Job | Artifacts |
---|---|---|
#2667894 | build_win64 | Download |
#2667893 | build_win32 | Download |
#2667892 | build_linux_serveronly_arm64 | Download |
#2667891 | build_linux_serveronly | Download |
#2667890 | 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/serverconsole-banlist-updates #
Changeset 2e4c190900b0
by Adam Kaminski
Added a button to the "manage bans" window to add new bans to the list.
Last successful pipeline #96469, started 2025-01-06T03:53:11.966Z
ID | Job | Artifacts |
---|---|---|
#2811798 | build_win64 | Download |
#2811797 | build_win32 | Download |
#2811796 | build_linux_serveronly_arm64 | Download |
#2811795 | build_linux_serveronly | Download |
#2811794 | build_linux | Download |
topic/default/serverconsole-window-updates #
Changeset 1f9d9d575aa7
by Adam Kaminski
Did some minor cleanup and removed duplicated code.
Last successful pipeline #96468, started 2025-01-06T03:53:10.999Z
ID | Job | Artifacts |
---|---|---|
#2811793 | build_win64 | Download |
#2811792 | build_win32 | Download |
#2811791 | build_linux_serveronly_arm64 | Download |
#2811790 | build_linux_serveronly | Download |
#2811789 | 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 7f8a462becfa
by BarrelsOFun
GetSkinInfo/GetCustomSkinInfo split, CheckCustomSkinInfo, Automatically grab value type for GetSkinInfos
Last successful pipeline #87911, started 2024-09-22T09:30:58.382Z
ID | Job | Artifacts |
---|---|---|
#2555993 | build_win64 | Download |
#2555992 | build_win32 | Download |
#2555991 | build_linux_serveronly_arm64 | Download |
#2555990 | build_linux_serveronly | Download |
#2555989 | build_linux | Download |
topic/default/splashes-clientside-fix #
Changeset f4bae2d6f00d
by Adam Kaminski
Fixed up some inconsistent code styling.
Last successful pipeline #97059, started 2025-01-14T16:32:00.751Z
ID | Job | Artifacts |
---|---|---|
#2827812 | build_win64 | Download |
#2827811 | build_win32 | Download |
#2827810 | build_linux_serveronly_arm64 | Download |
#2827809 | build_linux_serveronly | Download |
#2827808 | 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/voteinfo-extension #
Changeset 804decf797b1
by Trillster
Add listvotetypes CCMD
Last successful pipeline #97014, started 2025-01-13T17:06:55.850Z
ID | Job | Artifacts |
---|---|---|
#2826667 | build_win64 | Download |
#2826666 | build_win32 | Download |
#2826665 | build_linux_serveronly_arm64 | Download |
#2826664 | build_linux_serveronly | Download |
#2826663 | build_linux | Download |
topic/default/weight-based-random-map-rotation #
Changeset 21de31edfba6
by Adam Kaminski
The random map rotation is now weight-based, meaning that maps that haven't been played in a while have a greater chance at getting picked next than those that were just played.
Last successful pipeline #92740, started 2024-11-17T20:26:56.653Z
ID | Job | Artifacts |
---|---|---|
#2705058 | build_win64 | Download |
#2705057 | build_win32 | Download |
#2705056 | build_linux_serveronly_arm64 | Download |
#2705055 | build_linux_serveronly | Download |
#2705054 | build_linux | Download |