userandererandrecancel
branchrust_reboot/maincancel

5,885 Commits over 3,653 Days - 0.07cph!

7 Years Ago
Cleanup
7 Years Ago
7 Years Ago
Set compile symbols before building asset bundles / preparing prefabs
7 Years Ago
Fixed ConvarComponent spam on server build
7 Years Ago
Fixed PieOption NRE on server build
7 Years Ago
SkinnedMeshCollider, BaseCollision are IClientComponent
7 Years Ago
Unity 5.4.2f2 (downgrade)
7 Years Ago
Network++
7 Years Ago
Added Window/Tools/Replace Objects With Prefab Fixed missing sphere tank barrels (cc garry I think you have to reimport Content/Props/water_drums/water_drum_a.prefab) Fixed broken objects / references on HapisIsland (hopefully takes care of our build issues)
7 Years Ago
Replaced Facepunch.Tick (appears to be fucked)
7 Years Ago
Added Tools/Find/Missing Scripts
7 Years Ago
Fixed missing scripts in neutral_dungeon_lighting prefab
7 Years Ago
Removed PDF from "Content" folder (don't think this is used)
7 Years Ago
Moved all script assets out of the "Content" folder (presumably irrelevant)
7 Years Ago
Subtracting 18437 (cc alexrehberg)
7 Years Ago
RecalculateBounds takes SkinnedMeshRenderer into account
7 Years Ago
Removed unused plugin
7 Years Ago
Fixed rare case where stuff would still spawn too close to constructions
7 Years Ago
Spawn handler does multiple retries per spawn wave if not enough spawn locations are found (RUST-1528)
7 Years Ago
Adjusted junkpile terrain anchors so more than 2 find a place to spawn, which is a plus
7 Years Ago
Fixed ore scale not applying on the server
7 Years Ago
Recalculated entity bounds on all junkpiles (RUST-1524)
7 Years Ago
Added RecalculateBounds context menu to entities
7 Years Ago
Missing ifdef CLIENT
7 Years Ago
Added terrain anchors to junkpiles Removed RealmedRemove from junkpiles (handled by IClientComponent / IServerComponent + Client Cull / Server Cull) Updated layers on junkpiles (World is for static world objects, not entities)
7 Years Ago
Resource spawns check for constructions in radius
7 Years Ago
FoliageDisplacement is IClientComponent
7 Years Ago
SpawnGroup and BaseSpawnPoint are IServerComponent
7 Years Ago
Resource spawns check for players in a radius Resource spawns can use terrain anchors, checks and filters
7 Years Ago
Server side player rigidbody fix
7 Years Ago
7 Years Ago
Better prefab pool rigidbody handling (this isn't used by anything)
7 Years Ago
Better player rigidbody stripping (massively reduced client rigidbody count)
7 Years Ago
Fixed the complete mess of our loot prefabs, added proper culling for everything Network++
7 Years Ago
Fixed that some small static rocks were never culling
7 Years Ago
Fixed landmine_explosion prefab being fucked up and breaking when pooled (smoke_1 and smoke_2 warnings)
7 Years Ago
Don't add the skinned mesh colliders to the local player
7 Years Ago
Removed rigidbodies from the player_collision and player_model prefabs (perf test)
7 Years Ago
Removed collider and rigidbody from the player_preview prefab
7 Years Ago
Subtracting changeset 18195
7 Years Ago
Profiling
7 Years Ago
Fixed rocket_explosion prefab being fucked up and breaking when pooled (another smoke_2 warning)
7 Years Ago
Scene2Prefab
7 Years Ago
Bunker room layer fixes
7 Years Ago
Log warning when component on pooled prefab was destroyed
7 Years Ago
Fixed various effect (mostly explosion) prefabs being fucked up and breaking when pooled Fixed mysterious "smoke_2" prefab warnings being logged
7 Years Ago
7 Years Ago
Particle system culling tweaks
7 Years Ago
Scene2Prefab
7 Years Ago
Removed rigidbodies from radiation sphere triggers (server physics perf)