Skip to content

Commit

Permalink
re-vendor for flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
xEricL committed Jul 25, 2024
1 parent f417362 commit d423fcf
Show file tree
Hide file tree
Showing 234 changed files with 117,991 additions and 0 deletions.
13 changes: 13 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#env CGO_ENABLED=1 GOARCH=amd64 GOOS=windows \
#CC="zig cc -target x86_64-windows-gnu -Wl,--subsystem,windows -Wl,-s" \
#CXX="zig c++ -target x86_64-windows-gnu -Wl,--subsystem,windows -Wl,-s" \
#CGO_LDFLAGS="-static" \
#CPPFLAGS="-DCIMGUI_DEFINE_ENUMS_AND_STRUCTS" \
#go build -trimpath -p 4 -ldflags="-H=windowsgui -X main.version=${VERSION}" \
#-o bin/pinnacle-windows-amd64.exe .

env GOOS=windows GOARCH=amd64 CGO_ENABLED=1 \
CC=x86_64-w64-mingw32-gcc \
CXX="zig c++ -target x86_64-windows-gnu -Wl,--subsystem,windows -Wl,-s" \
HOST=x86_64-w64-mingw32 \
go build -ldflags "-s -w -H=windowsgui" -p 4 -v -o pinnacle.exe
40 changes: 40 additions & 0 deletions update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Beta Release Notes #9
Fixes key bugs, enhances Apple Silicon Mac performance, and introduces new modules and customization options.

#### Bug Fixes
- Resolved thread leak from Spotify API integration
- Fixed menu scrolling reset issue
- Fixed crashes related to menu blur
- Fixed boss bar rendering
- Fixed state leak with vanilla status effect
- Fixed vanilla potion effect HUD not hiding properly
- Fixed issue with adding custom JVM flags in launcher
- Fixed search functionality in the launcher's mods menu

<br/>


#### Changes
- Upgraded to arm64 Java for Apple Silicon Macs on 1.18.2 (performance boost)
- Enhanced animations for perspective mod
- Revamped menu to support nested modules
- Improved text input for sliders and color pickers
- Crosshair, chat, low HP tint, and tab now show in F3
- Launcher background is no longer transparent

<br/>

#### New Features
- Factions module
- Snap Look module
- Smooth Chat setting
- Status HUD module for patchcrumbs
- Show Title option for block coordinates
- Attack indicator for crosshair
- Diagonal cross custom crosshair
- Improved launcher's mods menu

<br/>

#### Suggestions
We are actively looking for new suggestions! Feel free to leave any client suggestions in our [Discord](https://discord.alpineclient.com/)!
5 changes: 5 additions & 0 deletions vendor/github.com/akavel/rsrc/AUTHORS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions vendor/github.com/akavel/rsrc/LICENSE.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions vendor/github.com/akavel/rsrc/binutil/plain.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions vendor/github.com/akavel/rsrc/binutil/sizedfile.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions vendor/github.com/akavel/rsrc/binutil/walk.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 33 additions & 0 deletions vendor/github.com/akavel/rsrc/binutil/writer.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d423fcf

Please sign in to comment.