finishing touches

This commit is contained in:
Loup-Garou911XD 2024-06-13 18:19:35 +05:30
parent d2bbdcee49
commit fe2b40054f
3 changed files with 4 additions and 3 deletions

View File

@ -60,7 +60,7 @@
multiple `SockAddr`s; it will attempt to contact the host on all of them and
use whichever responds first. This allows us to pass both ipv4 and ipv6
addresses when available and transparently use whichever is more performant.
- Added `docker-build`, `docker-run`, `docker-clean` and `docker-save` targets
- Added `docker-gui-release`, `docker-gui-debug`, `docker-server-release`, `docker-server-debug`, `docker-clean` and `docker-save` targets
to Makefile.
- Fixed an issue in Assault where being teleported back to base with a sticky
bomb stuck to you would do some crazy rubber-band-launching thing (Thanks

View File

@ -64,4 +64,5 @@
### Loup Garou
- Added sphinx documentation generation
- Added docker build
- Added docker build system
- Various CI/CD improvements

View File

@ -1193,7 +1193,7 @@ docker-gui-debug: assets-cmake
# Build the docker image
docker-server-release: assets-cmake
$(PCOMMAND) build_docker_server_release,
$(PCOMMAND) build_docker_server_release
# Build the docker image
docker-server-debug: assets-cmake