199,208 Commits over 4,140 Days - 2.00cph!
Fixed NPC NREs on startup
RustNative version check
Optimized client tick sending to avoid hitches
Tweaked how entity updates are sent from the server
Added restart command for servers (notifies users of shutdown, 60 seconds to get safe)
Don't warm up stability if server.stability is false
Refactored TerrainPath to support path smoothing in the future
Combined path and river backends to a generic path list
Added placeholder riverside decor
Fixed sound warnings when switching between client/server (public properties ifdef'd out)
Added low, medium and high water qualities
Tweaked recoil settings.
Shifted some player movement code around.
Made ADS feel a bit nicer.
Improvements to rust standard shader; layers are properly toggable now; detail is now optional as well
Removing some unused stuff
Added player test to scenes.
Bent normal test file, to help with reflection fresnel.
Disabled admin instant craft by default
Disabled admin being able to toggle entity overlay
Added dump command (for diagnostics)
- Switched back to test ship 3
- Added test ship 4
Updated poncho to reduce zfighting with shirt
- Added a skill hot swap panel, bound to Dpad right, that displays a list of all currently available/unlocked skills with name + icon
Disabled ddraw on server (precaution)
More diagnostics
Fixed admin_overlay warning
Fixed RPC cache bug
Fixed weapon entities getting duplicated on load
[zombies] changed some colors
[zombies] started on building, tried to prevent soldiers from getting stuck when pathfinding
[zombies] cant build on top of a soldier
[zombies] destroy items under a wall when building one
[zombies] remove other junk too when building wall, can build on top of dead soldiers
- Skills can now be marked as passive
- Passive skills no longer show up in the skill hotswap list
- Skill hotswap list can now be navigated
Removed now unnecessary tags from properties in custom shaders (RC3)
Added env reflection occlusion and horizon fade params to Rust standard shader
Removed bent normal map; not worth the extra storage
* Fixed GMpublish.exe update -icon not working
* Updated GMad.exe to latest version from GitHub
* Fixed a few compile warnings
Started networking new player classes badly.