133,986 Commits over 4,262 Days - 1.31cph!

10 Months Ago
Merge from main
10 Months Ago
Hook croc belly flop and more aggressive turning and snapping
10 Months Ago
Fix blowpipe expecting catapult boulder ammo after merge.
10 Months Ago
Bunch of dart data fixes after merge . Manifest.
10 Months Ago
Match croc speeds to anim
10 Months Ago
merge from main
10 Months Ago
merge from bee_hive_protection
10 Months Ago
beehive protection
10 Months Ago
Adding a branch with texture streaming enabled by default in all preset levels in case we want it.
10 Months Ago
Adding new blowpipe idle pose options
10 Months Ago
condenser tank update
10 Months Ago
Compile fixes
10 Months Ago
outbreak scientist spray anims re exoprted and holdtype updated
10 Months Ago
cleaned up materials and textures - removed duplicate crossbow textures and material - moved all associated materials and textures to the proper Material folder outside of the model folder. - removed unncessary/old blow pipe materials.
10 Months Ago
Latest attempt
10 Months Ago
fixed the splat mask to sand instead of snow on jungle swamp
10 Months Ago
jungle swamp unique environment
10 Months Ago
merge from planter_stacking
10 Months Ago
Condenser Tank LODS
10 Months Ago
merge from fix_ownership_giveall -> main
10 Months Ago
Fix `giveall` saying the player who recieved the item is the player who spawned the item, not the admin who ran the command
10 Months Ago
Ensure item ownership names are fed through steam's chat filter so vulgar names are filtered if you have steam chat filtering enabled
10 Months Ago
Fix copy paste not working on procgen maps because the copy_paste entity wasn't set to global network
10 Months Ago
merge from fix_copy_paste_global -> main
10 Months Ago
Instead try fixing compile errors by switching to LogWarning() on client
10 Months Ago
Fix compile errors?
10 Months Ago
merge from premium_servers -> main
10 Months Ago
Changed the planter block over to use an entity list object rather than duplicating the list across every planter Added the small planter to the list, was missing from all planters
10 Months Ago
Merge from crafting_update
10 Months Ago
Fixed errors when a hopper was destroyed or picked up while items were being moved Items will now drop to the ground as expected
10 Months Ago
Hide current inventory value (since we don't have that exposed in API yet) and shift "Not Active" text over to compensate
10 Months Ago
merge from premium-servers-ui-tweaks -> premium_servers
10 Months Ago
Merge from crafting_update
10 Months Ago
Fixed being able to loot locked fridges
10 Months Ago
Hide logging behind `log_premium_status` convar
10 Months Ago
Client side clear_bushes command will now call the server side clear_bushes_radius convar as well, passes the debug camera position if it's active Both commands now return how many were deleted Added a clientside clear_trees convar that just calls the server side convar with the debug camera position if it's active
10 Months Ago
Add PremiumClientCache - stores last premium result in PlayerPref so it will show last result if web api has issues - queries web api every 10min to recheck premium status - switch from convars to check premium to using web api - add convar `qualify_premium_override` to manually override whether you qualify for premium on the client - add convar `recheck_premium` to manually refresh premium status ` add convar `premium_refresh_interval` to control how often client checks premium api (default 10min)
10 Months Ago
Added client.clear_bushes, clears the client only foliage bushes spawned via the decor system. Accepts a radius parameter
10 Months Ago
Merge from main
10 Months Ago
Merge from crafting_update
10 Months Ago
Fixed case where the client would have out of date refrigeration status when dragging items between storage containers
10 Months Ago
Refactor `CheckIfPlayerIsPremium()` so it can be called from both server and client - don't print errors on client since it will cause a kick - return struct instead of bool so can get the string message we want to reject connection attempt with
10 Months Ago
merge from main -> premium_servers
10 Months Ago
merge from fix_itemodswap_outofrange -> main
10 Months Ago
Fix IndexOutOfRange from prefabs without random weights in ItemModSwap inside primitive gamemode
10 Months Ago
Merge from crafting_update
10 Months Ago
Only apply the better genes modifier when planting seeds, not clones (was shuffling clone genetics)
10 Months Ago
Fixed spoiled horse meat incorrect despawn time
10 Months Ago
Wrap OnDestroy in WaterCollision to stop NRE's
10 Months Ago
Chicken names no longer appear if streamer mode is on