197,738 Commits over 4,140 Days - 1.99cph!
Pool all loot panels, see if that works
Catch exceptions while running server, also allow it to be closed properly
Add the .bytes extension when it's not provided
Removed editor debug vis.
Misc Scientist AI tweaks.
More replay wip, fix for starting player record order, only add game actions when in record mode.
Added simplified deck stairs colider
Fixed mast issues
display hull and deck LODs further
doors placement
cargo ship scene2prefab
cargo ship interactive door prefab/model
Players respawn at the last checkpoint they capped
Start off facing the car door
Now letting characters spawn with any desired view orientation, not just y axis.
Fixed a tricky bug where characters sometimes spawned with the wrong view direction, it having been seemingly reset to zero sometime before the server first serialized it. Explanation:
- Server set initial eye direction.
- Server queued up a default input state as a starting point into the inputs buffer. This had a 0 angle view.
- Server maybe processed one input tick, depending on timing.
- Server serialized.
- Client set view angle to whatever the server sent, and from then on, data matched.
If the default state tick happened BEFORE server serialized, the view angle would get sent to the client as zero and mess it up. Fixed by just not queueing a default state on server. Seems to be unneeded per my testing.
Have the player start next to their car instead of inside it. It's less finicky about timing. Working on the fact that they sometimes start facing the wrong direction.
Fix missing call to SetMoved on standalone server and include replay code
Minor changes to motor SetHeight. Making less unnecessary calls
Remove some unused (please confirm) fields from unit attack assets to make server work
Add the server csproj cause it was ignored before
Standalone server on .NET Core
updated sky shader, adding simple cloud texture
adding temp cloud texture
updated temple A/B fog/light settings
updated Rewired to fix more warnings
deleted unused CrossPlatformInput for more warning fixes
updated iTween to kill another 50 warnings
first part of mass warnings purge
Fixed severe stuttering caused by ambience emitter removal
cargo ship door LODs and prefab
scene2prefab cargo ship
progress backup LODs and prefab setup crew bld
Merged from ai improvements branch.
Added convar to enable/disable Scientist use of thrown weapons.
Experimenting with Scientists using thrown weapons.
Subtracted sorting changes (28244,
28257, 28258)
Changed opaque construction materials to render first, after terrain
Added graphics.opaquesort toggle
subtract
28252 (bandit town fuckery)
More tweaks to Scientists at MT.
Cleaned up hostility at bandit town.
Scene2Prefab bandit town.
Client/Server related compile fixes.