253,383 Commits over 3,990 Days - 2.65cph!
list and table spacing blog
ul styles
build
Added SubscribeDownloadAsync for workshop item
SubscribeDownloadAsync has flag state fix
Merge pull request #333 from kamyker/ws-download-progress
SubscribeDownloadAsync for workshop item
[D11] [#3121] Fixed Shipping containers and portacabin colours.
Uncomment achievement award
deleted plastic private files
Fix for client side entity cache
[D11] Fixed LOD and Texture issues on various launch site assets.
[D11] [Graphics] [#3193] Holo sight is now working as intended
[D11] Potential entity cache fix
[D11] Tweaked Icon sizes down
[D11] Icon build size made smaller
updated modules, added textures/mat
Fix non-driveable warning not showing up in the UI
Better vehicle snap system, handles multiple occupants
Prevent vehicle "dragging" behind lift changes due to the kinematic snap zone
Disable synced autoplay playback when in teams (was really ping reliant and the new autoplay loops aren't designed for this anyway)
Quick test of behaviour on a rotating platform
Fix distance calculation, adjust trigger area
Fix for not being able to download workshop models. Since most meshes now have read/write enabled for memory reasons we can't read the mesh to output the .obj.
To fix, there's a new process under Tools/Workshop/Export Workshop Models that outputs all of the skinnable meshes as .obj into the StreamingAssets folder and stores the path to it on the Skinnable object.
Then instead of creating the .obj at run time we can just copy the file to the desired directory at run-time.
Base vehicle position on distance instead of collider contains. Remove LiftAreaTrigger on client
Simplified the vehicle lift state system to only what the new lift interaction needs. Protocol++
Added midi codes to the tambourine notes
Fix autoplay not stopping notes correctly after it's looped
Moved to the right branch
Primary Fire now has to be released in order to reload the chainsaw
Launch site merge fix + iteration wip
Also unsaved stuff apparently
Move vehicle snap to its own script, make a smaller snap area
Don't report "active agent" navmesh errors
Junkyard iteration + merge prefab
DListView.GetSelectedLine now also returns the actual line panel, not just an index
Updated anguage files for Dupes section
[D11] Localisation logger updated to remove entries it finds if they've previously been logged. Added some final missing translations to json file.
Added Dupes section to main menu to allow deletion of dupes in-game
Fixed deletiing Saves not deleting the associated image file
Minor fixes to main menu when not running in-engine
Display an error message when failing to download demos from workshop
[D11] More Localisation work. Trimmed translations from json file (triple underscores to indicate not for translation), fixed some loading screen translations not being actually translated. Added code to help debug missing code-based translations.
[D11] Icon size shrinking, fixing a few LOD and texture issues.
[D11] Changed hemp plant LOD
[D11][UI] Fixed issue with server messages overlapping.
[D11] [#1314] Forgot to checkin this meta file..