This repository was archived by the owner on Jan 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed
Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110 make
111111 - name : Archive Ubuntu binaries
112112 run : |
113- cp ./build64/tomaten_client bin_unix/linux_64_client
113+ cp ./build64/tomatenquark bin_unix/linux_64_client
114114 cp ./build64/tomaten_server bin_unix/linux_64_server
115115 zip -r tomatenquark_ubuntu.zip ./tomatenquark_unix ./bin_unix ./server-init.cfg
116116 - uses : actions/upload-artifact@v1
Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 0.1.10] - 2020-02-06
10+ ### Changes
11+ - The project now uses CMake and vcpkg to build
12+ - Increase minmapsize, reflectsize and shadowmapsize limits
13+ - crosshairsize is now a floating pointer for better precision
14+
15+ ### Fixes
16+ - Added rendering fixes related to sky and grass
17+ - Fixed ` server.bat ` looking for sauerbraten.exe
18+
19+ ### Added
20+ - Display colored pings in the scoreboard and server list
21+ - Add colouring for player numbers in server browser
22+
923## [ 0.1.9] - 2020-25-05
1024### Fixed
1125- Rolled back changes to the sound code
@@ -992,7 +1006,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9921006- cleaned up octaedit
9931007- hacked a fix for a culling error in touchingfaces
9941008
995- [ Unreleased ] : https://github.com/tomatenquark/code/compare/v0.1.9...HEAD
1009+ [ Unreleased ] : https://github.com/tomatenquark/code/compare/v0.1.10...HEAD
1010+ [ 0.1.10 ] : https://github.com/tomatenquark/code/compare/v0.1.9...0.1.10
9961011[ 0.1.9 ] : https://github.com/tomatenquark/code/compare/v0.1.8...0.1.9
9971012[ 0.1.8 ] : https://github.com/tomatenquark/code/compare/v0.1.7...0.1.8
9981013[ 0.1.7 ] : https://github.com/tomatenquark/code/compare/v0.1.6...0.1.7
You can’t perform that action at this time.
0 commit comments