Releases: blt4linux/blt4l
2.0, Release Canditate One
- 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
Binary changes:
- No longer targeting libcxx for the moment, overkill fixed mod_overrides
BLT 2 Pre 1
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
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.
- Fixes #51
Maintainence Update 1.3-r1
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
This update fixes a major issue with the fs_delete_dir
implementation (fixes #42 primary).
1.2-r3
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
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
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
- Fixes ZIP extraction
- Fixes HTTP from LUA
- Fixes success inversion for directory existence check
- Fixes issues with directory creation (partly because of the above)