Today
Alien Swarm Map Icons Updates to debug_dump * Handle "0" != "0.0" cases * Add game version to output * Sort alphabetically * Align values and default values vertically for easier parsing with eyes Remove "f" from some number convar default values Remove -usetcp as it is broken anyway and has unknown purpose Implement jiggle bones for serverside ragdolls Apply correct scaling on jigglebones with model scale This also disables some weird code that was applying inverse scale on jiggle bone matrix if scale > 1, I could not see where this was useful and it was causing jiggle bones to disappear up close. Merge Pull Requests * TTT: Updated language files * Micro optimize team.NumPlayers Fixed jiggle bones on scaled models not behaving correctly This took way too long to figure out for how simple the fix is, but jiggle bones on models with scale < 1 should no longer spazz out, and should actually work at scales above > 1 Force load HDR map lighting if there is no SDR lighting Even if the player has set `mat_hdr_level` below 2