Skip to content

Releases: muttleyxd/arma3-unix-launcher

arma3-unix-launcher commit 383

16 Apr 13:25
fd68309
Compare
Choose a tag to compare

arma3-unix-launcher commit 381

08 Jan 19:22
018ce55
Compare
Choose a tag to compare
  • fixed building of DayZ Linux Launcher (#231)
  • added DayZ AppImage build to CI

note: macOS builds are broken at the moment, package uploaded here was built on my private machine - I don't have time to investigate build issue at the moment (looks like there was some change in Xcode and its SDKs, which my machine doesn't have)

arma3-unix-launcher commit 378

28 Dec 22:43
4c06ead
Compare
Choose a tag to compare
  • ignore workshop when there aren't any workshop mods - this fixes #186 - launcher will not crash when "107410" directory will not exist, when there aren't any subscribed mods
  • disable Steam integration when parameter is passed - previously there was a bug - --disable-steam-integration would enable Steam integration instead of disabling it

arma3-unix-launcher commit 370

11 Sep 13:53
82233f6
Compare
Choose a tag to compare
  • fixed #231 - issue with parsing Proton manifest files, launcher should now be able to start the game properly

  • migrated CI to GitHub Actions (Drone became unusable with Arch containers)

  • bunch of packaging fixes on Arch and AppImage (should fix #232)

  • currently Ubuntu packages are missing

Edit 2022-11-20:
Added v373 - rebuilt package for Arch Linux, doesn't have any code changes - fixes error with "libspdlog.so.1" missing

arma3-unix-launcher commit 355

29 Mar 08:22
8e10137
Compare
Choose a tag to compare
  • fix ampersand in mod name for Windows launcher compatibility (#217)

arma3-unix-launcher commit 353

15 Mar 11:13
Compare
Choose a tag to compare
  • hotfix for Arch Linux packages (#213)

from previous release:

  • fixed launcher not starting with missing libsteam_api.so file (#213)
  • fixed crash when trying to autoupdate (#212)
  • replaced cpp-httplib with curlpp - looks like curlpp has better error reporting

arma3-unix-launcher commit 352

15 Mar 10:28
3427529
Compare
Choose a tag to compare
Pre-release
  • fixed launcher not starting with missing libsteam_api.so file (#213)
  • fixed crash when trying to autoupdate (#212)
  • replaced cpp-httplib with curlpp - looks like curlpp has better error reporting

arma3-unix-launcher commit 349

12 Mar 16:49
Compare
Choose a tag to compare
  • Now Steamworks SDK is enabled for every build
  • If needed, Steamworks SDK can be disabled by passing --disable-steam-integration flag
  • Fixed crash when HTML preset import fails

arma3-unix-launcher commit 341

06 Mar 12:26
Compare
Choose a tag to compare
  • fix Flatpak having empty environment variables parameter (#154 #171 #205)
  • code formatting changes

arma3-unix-launcher commit 337

01 Mar 20:00
b777241
Compare
Choose a tag to compare
  • fix getting path of Proton 7.0 and similar versions (#203)
  • removed static_todo dependency as it didn't have much use in the code