Portal 2: Community Edition - 0.6.9 (Released to playtest_beta)

  • Added texture streaming from csgo

  • Added threaded logging from csgo

  • Added demo indexing from csgo

  • Added anisotropic filtering in dx11

  • Added equippable long-fall boots item

  • Added the ability for player fall damage to be enabled again

  • Added GiveBoots RemoveBoots GivePaintGunFull GivePaintGunBasic RemovePortalGun and RemovePaintGun inputs to logic_playerproxy

  • Added the ability to toggle camortho

  • Added support for loading scenes.image from all mounted paths

  • Added support for scenes.image v2 (As found in HL2 and other games that share that branch)

  • Added support for loading sound scripts from all mounted games instead of first search path with the asset

  • Added support for loading soundscape scripts from all mounted games

  • Added support for loading soundscapes from BSPs

  • Added %compileSkyNoEmit flag for materials that use %compileSky. This prevents the material from emitting sky light rays.

  • Added GameEventFired panorama event.

  • Added RegisterGameEventHandler and UnregisterGameEventHandler to panorama.

  • Added MSAA for dx11

  • Re-added item_battery from hl2 (currently does nothing)

  • Worldtext entity (in both hammer and game) now caches mesh and allows for custom fonts

  • Fixed one screen being black in split-screen coop when using gl_clear or gl_clear_randomcolor

  • Fixed vscript returning float when multiplying vector by scalar

  • Fixed crash when setting custom model on cubes

  • Game no longer releases US keyboard layout if it previously existed in the system

  • Clamped Portals_ResizeAll values to reasonable limits

  • EmitLaser will no longer create mutliple lasers on cubes when called multiple times if a laser exists already

  • Fixed some tiny physics bugs that may or may not have been a problem in the first place

  • Fixed assert dialogs not having a parent on Linux

  • Fixed crash when running DX11 with MSAA

  • Fixed crash when map has too many decals

  • Fixed crash when drawing func_breakable_surf

  • Fixed some misc shader things

  • Fixed crash with env_screenoverlay

  • Fixed save-restore crash in vphysics (we can properly fix it now thanks to vphysics code access!)

  • Fixed FOV reset on screen resolution change

  • Fixed mdlcompile, fbx2dmx and mdlinfo on Linux

  • Disabled dxvk log file generation on several utils on Linux

  • Fixed mdlcompile not normalizing some input paths. .mc scripts should compile fine regardless of platform

  • Fixed potential crash when weaponless and when jumping on a train

Hammer Changes:

  • Added new fancy splashscreen

  • Added hammer visualizer for trigger_catapult (Upstreamed from Revolution)

  • Added static prop count to map info dialog (Upstreamed from Revolution)

  • Minimum bounding box width is now always 1 unit (Upstreamed from Revolution)

  • Materials are sorted into texture groups based on the mod directory they come from

  • Ported transform dialog to Qt

  • Ported map information dialog to Qt

  • Ported find entities dialog to Qt

  • Ported entity report dialog to Qt

  • Added checkbox to general options to disable messages window on startup (Defaults to disabled)

  • Fixed duplicate materials in hammer material browser

  • Fixed some resolution issues with DPI scaling

  • Fixed displacement geometry paint axes (Upstreamed from Revolution)

  • Fixed model browser animation picking (Upstreamed from Revolution)

  • Fixed hammer 2D viewports freezing sometimes (Upstreamed from Revolution)

  • Fixed crash when adding materials to a mounted material directory

Oh yeah, Linux users: the low level time code has move from gettimeofday to clock_gettime with CLOCK_MONOTONIC. In short, this ensures time is always increasing. With the previous implementation, system time changes could cause discontinuities in certain measurements (e.g. UI transitions may complete instantly if your system time jumps forward). Keep an eye out for any oddities (or improvements) caused by this change. I doubt you'll notice anything though.