125,568 Commits over 4,171 Days - 1.25cph!
Stairs block, both for foundation steps and slanted half block - Behold the stairy rooftops!!
Fixed missing damagetype on pickaxe + balance
Refactored terrain modifier system
Added terrain height modifier
added 1sr set of material examples to the shader test scene.
Ops, re-enabled AIHandler trottling.
Merged changes from main.
Quick and dirty scale tweaking on the lighthouse. Not final.
Bunch of clientside profiling
When loading a HeldEntity, reset the owner
Better behaviour for disabled entities
Animals now accelerate.
Fixed and balanced endurance hunting.
Reduced amount of predator animals spawned.
Animals now tend to flee further.
Animals will now think more frequently if they are moving quickly.
finished the view model anims for the 2handed spear.
sounds and prefabs commited as well
recoil basics (not working)
Fixed assertion weirdness on server startup
Fixed Lerp not lerping when far away
Attempt to fix "NetException: This message has already been sent!"
Made the work queue class generic
Fixed stability system huge freezes
Warn if loading an entity takes too long
Fixed bug in amplify motion not using native code; should be faster now
Fixed pvt parallax mapping; wasn't working before
Tweaked pvt init order to avoid undefined/black data when swapping from/to non-pvt
Changed way pvt blends into base pyramid; now a bit sharper at mid-distance
Increased pvt prepass resolution for sharper pages; doubled pvt cache size in fantastic and beautiful quality modes
Updated native libs with latest changes
Fixed some warnings in server path
Updated with native modules from build server
Animals now lose momentum while stationary.
Fix for incorrect terrain overlays affecting mostly the path splat
Moar parallax in pvt mode
3rd person animations for the 2handed spear hold.
Improved animal search pattern and made it reset a little more easily.
Added PathFinder namespace (contains standalone pathfinding classes)
Added TerrainPath terrain extension (handles terrain-only pathfinding, used for infrastructure)
Added TerrainPathConnect terrain modifier (connects object to infrastructure)
Animals now weave back and forth as they flee.
Fixed a problem where animals wouldn't regain galloping stamina until winded.
Animals now provide more meat of the (more) appropriate type.
Fixed minor bug in PathFinder
Animals now respond to attacks.
Fixed conditional compilation problem.
Animal gallop stamina is now measured in time rather than distance.
Merged hunting changes from animals branch.
Subtracted the animals merge.
Removed overriden bool conversion from TerrainMath.
Small pvt cache tweak to avoid hogging all the vram on largest maps
removed debug calls
removed thompson conefire
Added SpanningTree (calculates minimum spanning tree)
Made TerrainPath calculate and use the minimum spanning tree of the path network
Changed TerrainPath to run pathfinding in the apply step instead of the add step
Changed TerrainGenerator to place infrastructure after heightmap post processing
Fixed error in TerrainPath
Updated builder to use b18