userlamalovecancel
reporust_rebootcancel

2,352 Commits over 2,588 Days - 0.04cph!

5 Years Ago
Fix item store showing blurry images on lower graphics quality Fix item store prices clipping/wrapping at higher amounts or with different currencies Fix the item store details modal not filling the screen vertically with its background Fix news showing blurry images on lower graphics quality Fix news layout so text and images don't get clipped and the header image is less stretched Add an option to HttpImage to not generate mipmaps for the loaded image (default on)
5 Years Ago
Merge from SleeperMountingMergePt2
5 Years Ago
Don't clear childVehicles in BaseVehicle.InitShared InitShared is called during loading, which means clearing would break things depending on the load order
5 Years Ago
Merge from SleeperMountingMergePt2
5 Years Ago
Revert setparent_mounting changes due to issues with mounting vehicles that are parented to something else
5 Years Ago
Merge from SleeperMountingMergePt2
5 Years Ago
Fix HasMountPoints not working properly on modular vehicles
5 Years Ago
Allow all water vehicles to transfer to different servers through the ocean
5 Years Ago
Merge from parent
5 Years Ago
Merge from parent
5 Years Ago
Merge from parent
5 Years Ago
Merge from main
5 Years Ago
Merge from vehicles
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Merge from store_changes
5 Years Ago
Merge from main
5 Years Ago
Merge from store_changes
5 Years Ago
Fix first item added to cart not being visible in the list
5 Years Ago
Merge from main
5 Years Ago
Don't lazy lerp player model rotation when sleeping or crawling Fixes weird looking rotation when players are sleeping or crawling while parented to something moving
5 Years Ago
Merge from main
5 Years Ago
Handle errors a bit better in the workshop editor so invalid skins/junk show a message on screen instead of blank everything
5 Years Ago
Possible fix for ArgumentOutOfRangeException in SoundManager.RequestSoundInstance
5 Years Ago
Possible fix for NRE in BaseArcadeMachine.FixedUpdate
5 Years Ago
Fix useless RGB errors when closing the game due to not having Razer/SteelSeries installed
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Merge from rgb
5 Years Ago
Don't log an error when Razer Chroma isn't installed
5 Years Ago
Log errors instead of rethrowing (probably fixes RGB errors)
5 Years Ago
Merge from rgb
5 Years Ago
Precalculate map for WorldPositionGenerators listed in the MissionManifest Auto calculate map for WorldPositionGenerators that haven't been calculated yet Allow using WorldPositionGenerators as a position type in missions
5 Years Ago
Merge from main
5 Years Ago
Merge from main
5 Years Ago
Add layer-specific map markers for moon pools
5 Years Ago
Set up map renderers for underwater labs (stomp these if you need to - they're set by a script)
5 Years Ago
Merge from submarine/map
5 Years Ago
Fix some issues in the critter shader making fish render all weird (probably needs a forked version for things other than the fish though)
5 Years Ago
Add renderlabs command to generate a PNG of a specific floor of the underwater labs map
5 Years Ago
Add support for layer-specific map markers
5 Years Ago
Make an enum for the map layers
5 Years Ago
Shrink the UI
5 Years Ago
Map layer switcher UI
5 Years Ago
Merge from submarine
5 Years Ago
Auto switch between map layers depending on the player's current position
5 Years Ago
WIP map updates to support multiple underground layers
5 Years Ago
Merge from main
5 Years Ago
Cherry pick more