branchrust_reboot/main/d11_console_version/unity2019.1/cliententitycachecancel

84 Commits over 61 Days - 0.06cph!

4 Years Ago
[D11] Fixes entity cache sync errors
4 Years Ago
[D11] Remove map save
4 Years Ago
[D11] Foce save on server startup
4 Years Ago
[D11] Renames lastPos to stop clash... also makes the quantized version private to stop serialization
4 Years Ago
[D11] Merge with main
4 Years Ago
[D11] Undo accidental prefab pools in PC editor
4 Years Ago
[D11] Merge with main
4 Years Ago
[D11] Updates server cache sync error message
4 Years Ago
[D11] Change server default fps to 30
4 Years Ago
[D11] Merge with main
4 Years Ago
[D11] Merge with main
4 Years Ago
[D11] Fixes turret optimisations.
4 Years Ago
[D11] More realtime on screen network stats
4 Years Ago
[D11] optimises traffic sent from turret aim code.
4 Years Ago
[D11] Adds some basic onscreen network packet stats
4 Years Ago
[D11] Adds savegame upgrade from 169 to 171
4 Years Ago
[D11] merges first time save bugfix
4 Years Ago
[D11] Merge with main
4 Years Ago
[D11] Ensure correct client defaults are checked in
4 Years Ago
[D11] Network protocol bump
4 Years Ago
[D11] Merge with main
4 Years Ago
[D11] Fixes some ifdef's incase anybody lands without d11_defaults set properly.
4 Years Ago
[D11] Fix cache free to be in the correct place
4 Years Ago
[D11] Merge with main
4 Years Ago
[D11] Checking in before merging with main
4 Years Ago
4 Years Ago
[D11] Fixes syncOnPosition cache problem.
4 Years Ago
[D11] Checking in WIP ... alters the network format so that position messages are compressed as ProtoBuf messages, allowing us to send a byte with flags set for delayable & syncPosition. We no longer need to send the entityID as we can now partially read the entity message to see the entityId, groupId & prefabId ... Not caching entities with syncPosition set causes things to freak out... checking in now so I can rewind if needed.
4 Years Ago
[D11] Adds quantisation to entity position/rotation to reduce network traffic.
4 Years Ago
[D11] New optimised version of cache cleaner.
5 Years Ago
[D11] Adds new convars
5 Years Ago
[D11] Latest prefab pool shrinker (now realtime, as prefabs are pushed back to the pool), latest entity cache changes (small optimisation), latest prefab stats (optional on +world.prefabstats 1 commandline) also makes clientside entity caching optional with world.networkcache 0 commandline) The prefab shrinker will now be creating garbage... I have not yet profiled this on console.
5 Years Ago
[D11] Makes pool shrinker #ifdefable.
5 Years Ago
[D11] Adds hook to shrink all pools on client disconnect.
5 Years Ago
[D11] Adds prefab pool shrinking system
5 Years Ago
[D11] Cache cleanup WIP ... Changes entityEntry & groupEntry from structs to classes to avoid extra dictionary lookups.
5 Years Ago
[D11] Entity cache cleanup... work in progress.
5 Years Ago
[D11] reduce building block pool
5 Years Ago
[D11] New mastered audio
5 Years Ago
Updated ignores for flzma2 build
5 Years Ago
[D11] New delayed group destroy code.
5 Years Ago
[D11] Local server CDN for serving savegamesnapshots as well as other misc savegame/snapshot fixes.
5 Years Ago
fix copy paste error
5 Years Ago
fix for standalone build
5 Years Ago
Use FLZMA2 for map and save file compression
5 Years Ago
[D11] change log output level for world loading msg
5 Years Ago
Fix for 'writing to closed stream' error
5 Years Ago
[D11] latest delayed ent/cached network fixes
5 Years Ago
Added compression on save game files since these will be downloaded by the clients now
5 Years Ago
Ensure entities not present in save game files are always sent to clients