armagetronad:release_0.2.9

Last commit made on 2024-04-23
Get this branch:
git clone -b release_0.2.9 https://git.launchpad.net/armagetronad

Branch merges

Branch information

Name:
release_0.2.9
Repository:
lp:armagetronad

Recent commits

a054ff6... by Manuel Moos

More timestamp logging

in case it causes more problems in the future.

For now, everything is solved by setting disable_snapshots to true
in the gitlab-runner configuration on macOS; that causes an entire
new virtual machine to be cloned and powered up for each build,
which takes time, but ensures the proper current time is fetched
from the network.

dc53920... by Manuel Moos

Tab style indentation for shell scripts

eb38d85... by Manuel Moos

Log a timestamp

for debugging the RequestTimeTooSkewed errors

26ef027... by Manuel Moos

Bundle metadata to actually enable Retina resolutions

Hope that is the last 'actually'

2d5c521... by Manuel Moos

Activate Retina display specific variables

Without SDL12COMPAT_HIGHDPI, setting a higer resolution only
changes the RENDERING resolution, the image will still be
scaled down to the non-Retina resolution.

Properly implements https://gitlab.com/armagetronad/armagetronad/-/issues/147

14ace1e... by Manuel Moos

Probably not a good idea to delete the bundle

after we just filled it

e0c5f42... by Manuel Moos

Rebranding of icon name in manifest

hopefully fixing the flatpak alpha and beta builds

f677271... by Manuel Moos

Only include SDL2 for the client

c4afbb2... by Manuel Moos

Include SDL2 into app bundle manually

Modern homebrew has switched to sdl12-compat, which dynamically
loads SDL2 at runtime, so it is not found by dylibbundler.
But we can help it!

Implements https://gitlab.com/armagetronad/armagetronad/-/issues/147

21f0716... by Manuel Moos

Only modify XCODE path if Xcode is installed