240,753 Commits over 3,867 Days - 2.59cph!

5 Years Ago
[D11] Texture size tweaks to tools
5 Years Ago
[D11] Content/Building and Weapon Texture Resizing - A to D Weapons only.
5 Years Ago
Fix for instancing not working on certain objects like bushes
5 Years Ago
Enable burst compiler on foliage culling
5 Years Ago
[D11] Texture size tweaks to deployables
5 Years Ago
[D11] Texture size changes for the food folder
5 Years Ago
[D11] Forgot to check this in for the restart exe feature (2019.1 only atm)
5 Years Ago
[D11] Remove FPS & FOV buttons from Options - FOV is now set at 60
5 Years Ago
[D11][DTLS] Syncronized shutdown. Make sure the connection thread has finished and the DTLS instanced has been destroyed before exiting the gane.
5 Years Ago
[D11] ComponentItems - Texture Resizing
5 Years Ago
[D11] Texture build size changed for Building and Clothes folders
5 Years Ago
[D11] Texture Generic Folder - Reduced Texture Size
5 Years Ago
Merge from skeleton optimizations
5 Years Ago
Merge from main
5 Years Ago
[D11] Write keys to log fix.
5 Years Ago
[D11] Merge with main
5 Years Ago
[D11] Adds Matts ent cache changes
5 Years Ago
Backup
5 Years Ago
Switch back to .net 4.x (for modders)
5 Years Ago
Sentry integration
5 Years Ago
Progress
5 Years Ago
Multithreaded foliage "culling"
5 Years Ago
list and table spacing blog ul styles build
5 Years Ago
Added SubscribeDownloadAsync for workshop item SubscribeDownloadAsync has flag state fix Merge pull request #333 from kamyker/ws-download-progress SubscribeDownloadAsync for workshop item
5 Years Ago
[D11] [#3121] Fixed Shipping containers and portacabin colours.
5 Years Ago
Merge from instruments
5 Years Ago
Uncomment achievement award
5 Years Ago
deleted plastic private files
5 Years Ago
Fix for client side entity cache
5 Years Ago
[D11] Fixed LOD and Texture issues on various launch site assets.
5 Years Ago
[D11] [Graphics] [#3193] Holo sight is now working as intended
5 Years Ago
[D11] Merge with main
5 Years Ago
[D11] Potential entity cache fix
5 Years Ago
network++
5 Years Ago
[D11] Tweaked Icon sizes down
5 Years Ago
merge from instruments
5 Years Ago
[D11] Icon build size made smaller
5 Years Ago
updated modules, added textures/mat
5 Years Ago
Fix non-driveable warning not showing up in the UI
5 Years Ago
Fixing vehicle lift bugs
5 Years Ago
Better vehicle snap system, handles multiple occupants
5 Years Ago
Remove some logs
5 Years Ago
Merge release stuff
5 Years Ago
Faster rotation snap
5 Years Ago
Prevent vehicle "dragging" behind lift changes due to the kinematic snap zone
5 Years Ago
Disable synced autoplay playback when in teams (was really ping reliant and the new autoplay loops aren't designed for this anyway)
5 Years Ago
Quick test of behaviour on a rotating platform
5 Years Ago
Fix distance calculation, adjust trigger area
5 Years Ago
▉▌ ▊▆▅▍▅▌█▍
5 Years Ago
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.