reporust_rebootcancel

127,288 Commits over 4,109 Days - 1.29cph!

11 Years Ago
Added server.compression to turn network compression on/off
zon
11 Years Ago
Clean up AI profiling a bit.
11 Years Ago
More low level network message writing
11 Years Ago
fixed the bug where the bear would sleep FOR THE REST OF HIS LIFE
zon
11 Years Ago
Created a separate DepletingMetabolismAttribute sub-class for calories and hydration.
11 Years Ago
Updated to latest Amplify Motion; fixed some concurrency issues
zon
11 Years Ago
Animals now only do a visibility ray cast on players.
11 Years Ago
view model animations for the spear (double hand hold)
zon
11 Years Ago
Animals can now only gallop for limited distances. Animals now move closer to their real life speeds.
11 Years Ago
Made animals more sensitive to some damage types Some melee weapons distribute multiple damage types
11 Years Ago
merge from main
11 Years Ago
merge into main
11 Years Ago
added some damage debug calls
zon
11 Years Ago
Merged changes from main.
zon
11 Years Ago
Animals spawned at the same time no longer try to think all at the same time.
11 Years Ago
added missing torch damage type
zon
11 Years Ago
AIHandler now tries to run the same amount of ticks every cycle.
11 Years Ago
fixed a bunch of view model animations looking too "floaty".. like how the victims of the Titanic floated on the top of the atlantic ocean.. terrible tragedy
11 Years Ago
Pickaxe sounds, first pass
11 Years Ago
added new firing animations for weapons that have aiming down the sight
11 Years Ago
made a change to ironsights script that would set a variable in the view model's mecanim state machine specifying whether the gun was in ADS mode or not.
11 Years Ago
changed the firearm mecanim state machines so they use the new ADS animations for firing / idle
11 Years Ago
tweaked the amount of shaking when firearms are shot.
11 Years Ago
Fix click in pickaxe strike sound
11 Years Ago
fixed a gap in floor piece
11 Years Ago
Updated lidgren to r391
11 Years Ago
null entity check in SaveAll (something weird is happening)
11 Years Ago
Switched networking to use times instead of ticks Added server.fakelag Added sever.fakeloss Made lerping more sophisticated Fixed RemoteLog serialization Protocol++ Fixed ddraw.boxes all being white
11 Years Ago
11 Years Ago
Stairs block, both for foundation steps and slanted half block - Behold the stairy rooftops!!
11 Years Ago
Fixed missing damagetype on pickaxe + balance
11 Years Ago
Refactored terrain modifier system Added terrain height modifier
11 Years Ago
network grid tweak
11 Years Ago
added 1sr set of material examples to the shader test scene.
zon
11 Years Ago
Adjusted animal senses.
zon
11 Years Ago
Ops, re-enabled AIHandler trottling.
zon
11 Years Ago
Merged changes from main.
11 Years Ago
Quick and dirty scale tweaking on the lighthouse. Not final.
11 Years Ago
Bunch of clientside profiling
11 Years Ago
When loading a HeldEntity, reset the owner
11 Years Ago
More profiling
11 Years Ago
Better behaviour for disabled entities
zon
11 Years Ago
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.
11 Years Ago
base stuff
11 Years Ago
finished the view model anims for the 2handed spear. sounds and prefabs commited as well
11 Years Ago
recoil basics (not working)
11 Years Ago
Fixed assertion weirdness on server startup Fixed Lerp not lerping when far away
11 Years Ago
Attempt to fix "NetException: This message has already been sent!"
11 Years Ago
Made the work queue class generic Fixed stability system huge freezes Warn if loading an entity takes too long
11 Years Ago
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