243,145 Commits over 3,898 Days - 2.60cph!
[zombies] soldiers throw their gun farther more often when they die
[zombies] bodies leave skeletons behind for a bit
[zombies] refactored out the pointless sSoldier-AISoldier hierarchy
Re-enabling some shader features
Terrain texture heights better compromise between parallax and splat blend.
Merge changes from trunk (gulp)
* Fixed JSONToTable duplicate values from arrays
Fixed being able to wear blueprints
Fixed bow reload
Fixed hurt overlay showing while spectating
Fixe metabolism changes not being applied (when eating, using bandage etc)
Fixed infinite human meat
Added warning on creating item with <1 amount
Fixed animator warnings
[zombies] bulletholes fade out
- Added ZoneInfluence which creates and updates InflunceMaps, (currently with only 2d but with support for 3d trees)
- ZoneInfluence currently creates two maps on world construction ForestDensity and TribeActivity
- Added Zone tab to Debug UI which shows images for InfluenceMaps from the currently occupied Zone
- Graphics settings now have real default values, not just everything turned off. (everything except vsync is enabled by default now)
- Attempts to default to 1280x720 resoltuion until the player picks one in the settings menu
- Disabled the Unity resoltuion/settings launcher
Adding hide/burlap models, textures, prefabs, etc.
horse animations (idle / walking)
- Player->Enemy collision is now disabled while the player is boosting
- Some settings changed because of RC2
removed test material, updated max file and scene
Added noise verification of the 1D value, 1D gradient and 2D gradient overloads
Made noise verification sample at random positions in the valid noise range rather than hardcoded boundaries
Log more specific warning in safe mode
Influence map experiments
Gun fires again. Need to plumb hitbox system in.
Working on using sockets to communicate with game hosting processes.
Fixed RockMaterial error in test level
Showing hit positions for TENN
- Trying out new movement for player
- Added a placeholder ship model for testing
TENN is now playable but missing serve
made clouds a lot better, added new cloud elements, working on city scape
Log exception message as warning if noise cannot connect to native backend
Updated TENN anim controller
basic vm + wm done. Loading automatically.
re-checking in head 2 with teeth and eyes attached
Manually backported changesets 5737 and 5740 to main
Moving stuff out of resources
Made ambienceManager stuff use references instead of strings
Fixed terrain map normal decode (result has to be in world space)
Fixing grayscale texture settings
Starting on segregating each game instance into its own process.
Fixing a couple of minor things post-merge
Fixed terrain normal map bake
Post-merge compilation fix