Releases: MisterCalvin/swat4-server-docker
Releases · MisterCalvin/swat4-server-docker
v1.1.1
- Improves logging of s6 services and one-shots via
build/simple_logger.c
- Added TZ environment variable
- Reorganized directory structure of our s6-overlay service folders
- Enhanced
init-wine-prefix
- Switch to semantic versioning
- Update
README.md
to remove incorrect package link in our docker run example
v1.1
- Added support for ARM64
- Fixed misspellings in
swat4.sh
, notably a spelling error which meant Barricaded Suspects could not be played (case statement was incorrectly checking forBarricade Suspects
) - Add better handling for case statements, converting user-input to uppercase for consistent parsing, and defaulting to CO-OP if a no correct game mode has been specified
- Add
SERVER_MAPLIST
variable, allows user to define comma-separated list for mapcycle - Deprecate
SERVER_MAP
variable - Add
QUICK_ROUND_RESET
variable (see docker-compose.yml for example) - Add
ADDITIONAL_ARGS
variable for modifying options which have not been exposed as environment variables - Remove .wine directory from registry image, directory will now correctly be generated on first run, and persisted in named volume. This saves a couple hundred or so MB on container download size
- Bump container packages
- Added section in README.md regarding customizing server name colors