reporust_rebootcancel

129,852 Commits over 4,232 Days - 1.28cph!

26 Days Ago
Candle Hat repose
26 Days Ago
- updated hazmat wm lods - added wm prefabs, meshes and updated item prefab for: - hide halterneck - hide skirt - hide vest - hide poncho - hide pants
26 Days Ago
merge from playable_fixes
26 Days Ago
Folder Renaming for flare refresh.
26 Days Ago
Disable terrain culling by default
26 Days Ago
Add `indirect_instancing.use_instance_mask` for in-build debugging purposes
26 Days Ago
- Fix inaccuracies in terrain culling raycast - Fix terrain culling issues around terrain holes - Add generic SIMD vector types `float8x3` and `int8x3` for terrain culling and future use - Make the first culling layer (LOD/Distance) respect the instance occupation mask - Add `terrain.debug` command to visualise how the culling system sees the terrain height map - Fine tune `tc_max_iterations` to 512
26 Days Ago
Burlap Headwrap repose
26 Days Ago
Set small ramp collider layer to Vehicle world, solves some clipping issues
26 Days Ago
hull_square and hull_triangle cleanup. Add profiling to CacheParts
26 Days Ago
PT Boat Fuelbox and mesh update
26 Days Ago
Instance bucket helmet from fbx
26 Days Ago
Bucket helmet repose
26 Days Ago
Applied ServerCull to all boat building blocks where required to strip a bunch of gameobjects server side
26 Days Ago
Boonie hat repose
26 Days Ago
Merge from parent
26 Days Ago
Remove unncessary vehicle seats/mount point spawning
26 Days Ago
PT Boat collision fix and Fuelbox addition
26 Days Ago
Massive changes and rewrites to player model: - Rewrite all animator calls as _animationControllerPlayable where needed - Seems to work - Finally stopped the warnings and the errors
26 Days Ago
Update: minor ServerProfiler function filtering adjustment - built from b90a83e5 Was annotating everything from SubGrid, instead of ignoring everything Tests: unit tests
26 Days Ago
GetPlayerBoats can now see boats clientside.
26 Days Ago
Updating 50 cal single rig
26 Days Ago
Front 50cal animation polish pass
26 Days Ago
More predictable behaviour. Attempt to prevent it from breaking 20% of the time
26 Days Ago
Removed extra obsolete LODgroup from mannequin prefabs
26 Days Ago
Fix menu player being borked - dont need playables there
26 Days Ago
playables_fixes -> naval_update
26 Days Ago
Updated Rear Single 50 Cal Model to fix shading error
26 Days Ago
Fixed broken LODgroup references in mannequin prefabs due to hierarchy change
26 Days Ago
playables_fixes -> naval_update
26 Days Ago
Fix hold poses being screwed
26 Days Ago
Dont setup the playable graph for ragdolls. Stops an NRE when getting near a ragdolled player or killing one
26 Days Ago
Updated Flashlight Remake Folders to Follow Other Remake Folder Structures
26 Days Ago
merge from Halloween_25_Update
26 Days Ago
Possible MapView NRE fix
26 Days Ago
sequential commit on paintball_gun rename
26 Days Ago
added underscores to spaces in paintball_gun work files
26 Days Ago
Beenie hat repose
27 Days Ago
Test run the manifest with my latest improvements, commit manifest file and changed .meta files This removed incorrect entity labels on 404 entities
27 Days Ago
Test run the entity label cleaner, removed leftover entity labels from 47 prefabs that are no longer entities
27 Days Ago
Also include cleaning leftover GlobalBroadcast labels in the tool
27 Days Ago
merge from boat_building
27 Days Ago
Merge from parent
27 Days Ago
Fixed player placed markers not working in the deep sea The HUD compass will now no longer show a marker if it isn't the same zone as the player (ei. deep sea/mainland) This is applied across all markers - death, mission, team mates, etc
27 Days Ago
Merge from parent
27 Days Ago
Merge from fog_fixes
27 Days Ago
If the player isn't in the deep sea and they swap to it on the map, focus on the exit portal as that's most likely to have some revealed space
27 Days Ago
Fix NRE when spawning deep sea with no cities
27 Days Ago
Switch fog of war drawing to main thread, seems to resolve loading issues Don't allow fog updates until we've received the current state from the server