- Added
+bxt_tas_jumpbug
for automatic jumpbugs (thanks @arianon). - Added
bxt_hud_nihilanth
for displaying various information about Nihilanth's state (thanks @Matherunner). - Added
bxt_hud_health
for 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_colors
for 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_remove
work on 4554 (thanks @Matherunner). - Made
bxt_bhopcap
work on HL: Echoes (thanks @Matherunner). - Changed
bxt_show_triggers
to 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.