reporust_rebootcancel

105,845 Commits over 3,806 Days - 1.16cph!

zon
10 Years Ago
* Animals now trot and gallop instead of run. * Animal attack range is now calculated as the space between the two colliders. * Animals now deal extra damage to each other. * Wolves now gallop closer to their real life speed.
10 Years Ago
added a running attack for the bear.
zon
10 Years Ago
Reverted Content to main.
10 Years Ago
Forgot to include the LODs for the ribs yesterday. Duh!
10 Years Ago
Moved some materials to the correct folder
zon
10 Years Ago
Merged changes from main.
10 Years Ago
Updated terrain normal atlas to include specularity
10 Years Ago
Updated atlas gen to handle missing maps; added default values
10 Years Ago
Made terrain extensions never rely on TerrainMeta since that's kind of a circlejerk
10 Years Ago
Organizing splats into separate folders
10 Years Ago
Since we have to keep normal+height for now: removed normal-only maps (unused); removed height maps (atlas will just get it from the n+h)
10 Years Ago
Added TerrainCollision to procedural terrain again
10 Years Ago
Fixed weapon still active after dying on listenserver
10 Years Ago
Extended TerrainAtlasGenerator to smoothness and specularity; refactored code to reduce redundancy Updated shaders to show Specularity instead of Specular properties Removed TestLevel_PVT
10 Years Ago
Restored normal+height and _generated maps; still used by TestLevel and Menuscene1
10 Years Ago
Let's try not to slaughter poor CPU cycles with Mathf.Pow(x, 2)
10 Years Ago
Updated test level
10 Years Ago
Fixed that TerrainMath would initialize with all-zero terrain dimensions on non-procedural terrains
zon
10 Years Ago
Merged changes from main.
10 Years Ago
Made TreeMesh fall back to placeholder meshes if the terrain doesn't support batching (i.e. is missing the component)
10 Years Ago
Rebuilt all scene prefabs after all that chaos and destruction
10 Years Ago
Storage box now uses BaseCombatEntity BaseCombatEntity uses lifestate
zon
10 Years Ago
Added missing SERVER blocks.
10 Years Ago
Merged to trunk
10 Years Ago
Reapplied changes up to commit 4026
zon
10 Years Ago
Subtracted the animal survival rollback. (4028)
10 Years Ago
Added BaseCombatEntity
zon
10 Years Ago
Missing files from merge.
zon
10 Years Ago
Merged changes from main.
10 Years Ago
Trunk merge
10 Years Ago
Rollback to commit 4007
10 Years Ago
Converted syringe
10 Years Ago
Converted more scripts to use TerrainExtension Added some basic extensions to the test level terrain
10 Years Ago
Converted torch
10 Years Ago
Missed prefab
10 Years Ago
Converted bow
10 Years Ago
Fixed pvt preload pages
10 Years Ago
fixed NRE spam in BaseAnimal
10 Years Ago
Fixed/Changed GiveItem (@zon)
10 Years Ago
Trunk merge
10 Years Ago
Raw and cooked rack of ribs models, textures, and prefabs for boar, deer, wolf, and bear
10 Years Ago
Added lifehandler to storagebox
10 Years Ago
Added TerrainExtension system Made meta, math, skin, layout and tree batching terrain extensions that work with any terrain Refactored the first part of the terrain generator to utilize terrain extensions
10 Years Ago
Added an additional list for height maps to be processed by Terrain Atlas Generator; paving the way for extended atlas packing
10 Years Ago
Cleaned up terrain splats; split normal+height into normal and height; also deleted _generated
zon
10 Years Ago
Animals now consider their attack direction in 2D.
zon
10 Years Ago
Fixed animal health.
10 Years Ago
Fixed error if duplicate translations Updated a bunch more weapons
10 Years Ago
Converted a bunch of melee weapons/tools to new system
10 Years Ago
Fixed pink material on the base of lighthouse type 2