changelog and build

This commit is contained in:
RandomityGuy 2023-10-08 23:53:37 +05:30
parent ab5a412f27
commit 2768fc7ec3
2 changed files with 9 additions and 3 deletions

View file

@ -51,9 +51,9 @@ jobs:
command: |
mkdir -p ~/deps
cd ~/deps
curl https://www.zlib.net/zlib-1.2.13.tar.xz | tar xz
cd zlib-1.2.13
if [ ! -f /usr/local/lib/libz.1.2.13.dylib ]; then
curl https://www.zlib.net/zlib-1.3.tar.xz | tar xz
cd zlib-1.3
if [ ! -f /usr/local/lib/libz.1.3.dylib ]; then
cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DCMAKE_OSX_DEPLOYMENT_TARGET="10.15" -DCMAKE_MACOSX_RPATH=TRUE
cmake --build build --config Release -j$NPROC
sudo cmake --install build

View file

@ -1,3 +1,9 @@
# 1.0.2
This update fixes the following bugs.
- Optimized rewind to use memory better.
- Fixed a handful of memory leaks.
- Match with MBG Collision code.
# 1.0.1
This update fixes the following bugs:
- Updated the skyboxes for specific levels.