Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Half-Life Asset Manager V3.0.0 Beta 001

Pre-release
Pre-release
Compare
Choose a tag to compare
@SamVanheer SamVanheer released this 08 Apr 12:34
· 12 commits to master since this release

Half-Life Asset Manager V3.0.0 Beta 1 has been released.

This is a beta version intended for testing bug fixes and the Linux version. Report all problems with the Linux beta in issue #10.

You can download the new version below.

What's New In V3.0.0

  • Properly convert slashes to backslashes in file type registration to fix file type associations not working properly
  • Added progid to avoid use of autogenerated id in file type associations
  • Set the locale to en_US to match game behavior. This fixes numeric input widgets not accepting the same inputs as the game and other tools
  • Fixed mirror model not accounting for ground height
  • Fixed shadow height not matching ground height. The shadow is now rendered on the ground if the ground is below the model origin, matching the game's behavior
  • Always render the ground after main scene to match original behavior. This fixes the ground sometimes changing transparency when changing camera angles
  • Fixed importing texture with different dimensions breaking UV coordinates when the model has multiple skins used on the same mesh
  • Fixed Transparent Screenshots setting not saving correctly
  • Fixed texture filter settings not syncing properly when loaded
  • Draw scene in separate framebuffer with transparent black background to avoid background color bleeding through when Transparent Screenshots are enabled
    • Note: this bug fix requires the use of OpenGL framebuffers. In OpenGL version 2.1 this is provided as an extension. If your driver does not support framebuffers then the Transparent Screenshots feature will be disabled
  • Removed alpha channel from main OpenGL window. This fixes the content behind the program window showing when certain 3D elements are rendered when running in a virtual machine
  • Excluded Qt diagnostics output from messages panel by default
  • Added Linux version