mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
finishing touches
This commit is contained in:
parent
d2bbdcee49
commit
fe2b40054f
@ -60,7 +60,7 @@
|
|||||||
multiple `SockAddr`s; it will attempt to contact the host on all of them and
|
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
|
use whichever responds first. This allows us to pass both ipv4 and ipv6
|
||||||
addresses when available and transparently use whichever is more performant.
|
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.
|
to Makefile.
|
||||||
- Fixed an issue in Assault where being teleported back to base with a sticky
|
- 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
|
bomb stuck to you would do some crazy rubber-band-launching thing (Thanks
|
||||||
|
|||||||
@ -64,4 +64,5 @@
|
|||||||
|
|
||||||
### Loup Garou
|
### Loup Garou
|
||||||
- Added sphinx documentation generation
|
- Added sphinx documentation generation
|
||||||
- Added docker build
|
- Added docker build system
|
||||||
|
- Various CI/CD improvements
|
||||||
2
Makefile
2
Makefile
@ -1193,7 +1193,7 @@ docker-gui-debug: assets-cmake
|
|||||||
|
|
||||||
# Build the docker image
|
# Build the docker image
|
||||||
docker-server-release: assets-cmake
|
docker-server-release: assets-cmake
|
||||||
$(PCOMMAND) build_docker_server_release,
|
$(PCOMMAND) build_docker_server_release
|
||||||
|
|
||||||
# Build the docker image
|
# Build the docker image
|
||||||
docker-server-debug: assets-cmake
|
docker-server-debug: assets-cmake
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user