armagetronad:legacy_0.2.8

Last commit made on 2023-10-15
Get this branch:
git clone -b legacy_0.2.8 https://git.launchpad.net/armagetronad

Branch merges

Branch information

Name:
legacy_0.2.8
Repository:
lp:armagetronad

Recent commits

31e7f19... by Manuel Moos

Add .vscode directory to gitignore

For now, we do not want native vscode support baked into the main
branches; the build helpers inject their stuff there, and other
developers are free to add their own configuration. Having this ignored
makes it easier for everyone to not accidentally commit vscode stuff.

6b42241... by Manuel Moos

Merge from release_0.2.9

2d486aa... by Manuel Moos

Merge from legacy_0.2.8.3

c9db54e... by Manuel-moosnet

Merge: Add missing libraries to AppImage/AppDir (0.2.9.0 hotfix)

See merge request armagetronad/armagetronad!72

d2ffc11... by Manuel-moosnet

Merge: Add missing libraries to AppImage/AppDir

See merge request armagetronad/armagetronad!71

c9498e7... by Manuel Moos

Refine library inclusion for AppDir

remove libicudata, it seems to be optional (libxml2 depends on it)
sort libraries alphabetically
Deal with libraries being symbolic links into other directories
Add a couple of libraries factually missing from Fedora:
libcaca, libGLU, libtinfo, libslang and libncursesw.

Refines https://gitlab.com/armagetronad/armagetronad/-/issues/54

8318411... by Manuel Moos

Additional AppImage run test in library debug mode

To guard against https://gitlab.com/armagetronad/armagetronad/-/issues/54
coming up again

3f3b2b4... by Manuel Moos

Add some indirect dependencies to libraries

Cherry pick from 0.2.9 alpha;
fixes https://gitlab.com/armagetronad/armagetronad/-/issues/54

c35b55e... by Manuel Moos

Correct LP names for Zero Install archives

b9ff0ce... by Manuel Moos

Tooltip tweaks: no spectator toggle, activate chat

Nobody needs to know about the spectator toggle, and prompting
the player to press it and deduce what it does (it's not immediate)
is probably counterproductive.
Chat, however, should be in. Fell out by accident.