Skip to content

Releases: blt4linux/blt4l

2.0, Release Canditate One

16 Sep 02:49
Compare
Choose a tag to compare
Pre-release
  • Directory hasher implemented by @ZNixian

The subject of the next release will probably be a new installer & installer framework.

Point release 2.0 Pre 2

08 Sep 22:29
Compare
Choose a tag to compare

Binary changes:

  • No longer targeting libcxx for the moment, overkill fixed mod_overrides

BLT 2 Pre 1

24 Jun 12:14
Compare
Choose a tag to compare
BLT 2 Pre 1 Pre-release
Pre-release

This release of BLT brings optional compile-time support for a patch that enables mod_overrides support on Linux.

In order to compile this patch, you will need libc++. You can get this on most modern distros. You may compile with Clang or GCC, though Clang has a better interface and is the only compiler supported for this patch.

Prebuilts will include this patch from now on.

NOTE: No steamrt prebuilt exists yet, since it's getting really hard to find backported stuff for precise pangolin. please update your runtime, valve.

Packaging Update 1.3-r1-1

23 Apr 23:39
Compare
Choose a tag to compare

This update does not change anything internal to the loader, and you do not need to update.

This update packages BLTU instead of BLT lua. blt4l will continue to ship this branch for as long as BLT (the lua base) is dormant.

Please Note that you will not receive BLTU via the automatic updater, nor does not appear to supply a mod.txt that instructs BLT to search for a different upstream BLT than normal, so if any official BLT updates ship and you opt to install them BLTU will be overwritten.

Maintainence Update 1.3-r1

23 Jan 00:20
Compare
Choose a tag to compare

No loader changes.

Build Changes:

  • Ubuntu Precise (steamrt) build tooling updated

Package Changes:

  • There is now an installer included in distribution packages that knows how to configure steam

Update 1.3

08 Dec 23:52
Compare
Choose a tag to compare

This update fixes a major issue with the fs_delete_dir implementation (fixes #42 primary).

1.2-r3

16 Oct 04:23
Compare
Choose a tag to compare

Loader

No loader changes

Installer:

  • Install script now sets up the PAYDAY 2 launch config for you

Dist

  • Jessie build environment updated
  • SteamRT/SteamOS build environment updated

1.2 Revision 2

05 Sep 18:41
Compare
Choose a tag to compare

Major Changes

  • PR Merge #36 - Fixes XFS file handling (potentially fixes other filesystems)
  • Fixes to cURL progress callbacks and error checking

1.2 Revision 1

31 May 21:09
Compare
Choose a tag to compare

This revision fixes a problem in the directory listing code (used by GetDirectories and GetFiles).

If you have been experiencing issues with directory symlinks, this should fix your problems.

Fixes #28

1.2

24 Apr 03:12
Compare
Choose a tag to compare
1.2
  • Fixes ZIP extraction
  • Fixes HTTP from LUA
  • Fixes success inversion for directory existence check
  • Fixes issues with directory creation (partly because of the above)