- Added
+bxt_tas_jumpbugfor automatic jumpbugs (thanks @arianon). - Added
bxt_hud_nihilanthfor displaying various information about Nihilanth's state (thanks @Matherunner). - Added
bxt_hud_healthfor displaying the true (not trimmed to 255) health value (thanks @philippTheCat). - Added
bxt_wallhack,bxt_wallhack_additive,bxt_wallhack_alpha,bxt_novis(thanks @Matherunner). - Added
bxt_collision_depth_map,bxt_collision_depth_map_hull,bxt_collision_depth_map_max_depth,bxt_collision_depth_map_colorsfor an extremely slow and somewhat skewed way of viewing the collision data. - Added some Decay support (mainly
bxt_autostop) (thanks @Shigbeard). - Added
bxt_tas_exportscript: converts a .hltas to an "exported" version without any autofuncs (strafing, autojump, etc. are replaced with raw button presses). - Made
bxt_fade_removework on 4554 (thanks @Matherunner). - Made
bxt_bhopcapwork on HL: Echoes (thanks @Matherunner). - Changed
bxt_show_triggersto draw triggers on the client side, this way they don't get saved in demos. The old implementation is now accessible viabxt_show_triggers_legacy(thanks @Matherunner). - Fixed a couple of Linux crashes.
- Fixed compiling with GCC.