mirror of
https://github.com/LostArtefacts/TR2X.git
synced 2024-12-11 15:43:37 +00:00
1.4 KiB
1.4 KiB
Unreleased - ××××-××-××
- fixed a crash potential with certain music files
0.2 - 2024-05-07
- added dev console with the following commands:
/pos
/tp [room_num]
/tp [x] [y] [z]
/hp
/hp [num]
/heal
- changed the music backend from WinMM to libtrx (SDL + libav)
- changed the sound backend from DirectX to libtrx (SDL + libav)
- fixed seams around underwater portals (#76, regression from 0.1)
- fixed Lara's climb down camera angle (#78, regression from 0.1)
- fixed healthbar and airbar flashing the wrong way when at low values (#82, regression from 0.1)
0.1.1 - 2024-04-27
- fixed Lara's shadow with z-buffer option on (#64, regression from 0.1)
- fixed rare camera issues (#65, regression from 0.1)
- fixed flat rectangle colors (#70, regression from 0.1)
- fixed medpacks staying open after use in Lara's inventory (#69, regression from 0.1)
- fixed pickup sprites UI drawn forever in Lara's Home (#68, regression from 0.1)
0.1 - 2024-04-26
- added version string to the inventory
- fixed CDAudio not playing on certain versions (uses PaulD patch)
- fixed TGA screenshots crashing the game