252,879 Commits over 3,990 Days - 2.64cph!
Adding burlap headwrap 2 models, textures, etc.
More texture size limits
Runtime texture names
Silly me, doing it all complicated
Ignore spawn handler position
Fixing a build error on Linux and OSX
Backup before I ruin the grass.
Increased health of sheet metal
slightly increased cost of sheet metal
Reenable the sound player on the torch attack effect again
Removing sound object recycling (we will do better than this)
Removed the need for WorldSetup
Fixed NREs in water on server
- Added an experimental cache system for vectors/angles returned by Lua functions to minimize memory allocation/freeing
- Improved cursor handling in TextEntry for Ctrl+Left/Right
- Improved the logic for AI squads in multiplayer (still needs some work)
- Added GM:NotifyShouldTransmit(ent, shouldtransmit) to catch clientside PVS states on entities
- Cleaned up the code for Lua timers
- Added VProf support to a bunch of functions
- Player view smoothing now works properly when walking up stairs with a custom step size
Trying an alternative height map encoding
Less aggressive parallax inversion attenuation; scaled down parallax a bit as well (needs POM approx)
Removed ProfileProceduralMap; added ProfileProceduralTerrain
* Added CNavArea.GetIncomingConnections( NavDir )
* Added CNavArea.GetAllIncomingConnections()
* GMPublish: Removed the need for steam_appid.txt
* Fixed Hammer making Steam show you as playing Garry's Mod
* Added navmesh for gm_flatgrass
Potential SoundManager NRE fix
added some new intermediary walk/run animations for the Wolf (to minimize the amount of foot sliding).
tweaked the playback speeds for the wolf
added some new intermediary walk/run animations for the boar (to minimize the amount of foot sliding).
tweaked the playback speeds for the boar.
Additional error logging in SoundManager
Updated skinning on Mavis
MixerSnapshotManager NRE fixes. Remove old snapshot manager that was still attached to camera in menubackground scene
Tweak rendering distances
- WIP loading/saving changes