198,727 Commits over 4,140 Days - 2.00cph!

12 Days Ago
Bugfix: BaseRaidBench - this is no longer nude beach Tests: built C+S and C-only, ran the scene
13 Days Ago
Update: BaseRaidBench - simulate client flow - use a fake client backend and a dummy connection Fixes players not facing the target, but breaks player clothing for what-ever reason. Tests: ran scene
13 Days Ago
fix double rendered MeshCull objects
13 Days Ago
Unify LOD showing/hiding logic and ensure that Hide() is called when a state is covered by instancing
13 Days Ago
Update: BaseRaidBench - wip weapon aiming - Weapon debug graphics confirm aiming direction - Player model doesn't face the right way (need to run client updates, that's next) - added benchmark-related safety checks in local client logic This also hijacks main camera, I'll have to fix that later Tests: ran the scene
13 Days Ago
Store page overlay recycling Some layout tweaks
13 Days Ago
snapping_fix -> main
13 Days Ago
Try only doing is server checks in a listen server
13 Days Ago
M15 Pistol - Emissive glow in iron sights
13 Days Ago
bloody bucket for the medical bay
13 Days Ago
Pilot codelock - closed status emissive texture
13 Days Ago
Pilot Codelock - updated textures and prefabs
13 Days Ago
Window closed by setting there canvas group alpha to 0 are now set as not pickable in the scene view in editor
13 Days Ago
Removing Build script from the wrong place.
13 Days Ago
Removing unecessary files.
13 Days Ago
snapping_fix -> main
13 Days Ago
Fix snapping not working on split client and server
13 Days Ago
Add options for setting rate limit of horn. Initial settings allow for unlimited hooting and tooting.
13 Days Ago
Added Updated Compass Viewmodel FBX
13 Days Ago
Optimise SH Baker into larger raycast batches, caching texture data, and SH occlusion sampling using parallel jobs. Handle cases where fbx does not have material assigned by searching local materials folder
13 Days Ago
Enabled mip maps on some store assets
13 Days Ago
Overlay page button progress bar
13 Days Ago
view model camera animation update
13 Days Ago
Merge from parent
13 Days Ago
merge from main
13 Days Ago
phrases + coegen checks
13 Days Ago
merge from naval update
13 Days Ago
merge from main
13 Days Ago
backup trawler prefab
13 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
13 Days Ago
Fix asset scenes never finishing loading when running as server
13 Days Ago
Enable map in hardcore WIP bringing back fog of war, taking some parts from the old MapEntity class from 2016 (lol) Local fog generation working, map shader updated to work with canvas group alpha Position is offset for some reason, still investigating
13 Days Ago
snap_deployable_improvements -> main
13 Days Ago
Reduce how close you need to be to start corner snap Added summary Reduced cast origin a little Fixed bathtub planter corner snapping
13 Days Ago
snap_deployable_improvements -> main
13 Days Ago
Dont include the clientvar
13 Days Ago
CS0414 error fix
13 Days Ago
snap_deployable_improvements -> main
13 Days Ago
Compile errors
13 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
13 Days Ago
Remove debug file
13 Days Ago
Fix RestoreSceneManagerSetup being called with no scenes in batch builds
13 Days Ago
Reapply game mode changes
13 Days Ago
snapping_improvements -> main
13 Days Ago
Set corner rotation to use the closer hit to the player
13 Days Ago
Profiling
13 Days Ago
Snap to a deployable when you directly look at it (dont need to look at the ground or infront anymore) Fixed tracing issues with a client host
13 Days Ago
merge from party_system -> main
13 Days Ago
- Fixed ObjectDisposedException error when calling StopLogging. - Changed to using DontDestoryOnLoad() to ensure the logger is not destroyed and data is not lost when joining/leaving a server. - Can now call StopLogging during the countdown to cancel it. _ Removed timestamp from the logger as well as the "ms " after each data entry.
13 Days Ago
Merge from main (stomp local BaseGameMode changes, will need to reapply)