131,387 Commits over 4,232 Days - 1.29cph!

10 Days Ago
scientist_boats_improvements_3 -> naval_update
10 Days Ago
S2P Launch site to apply previous "pauseUntilLooted" changes
10 Days Ago
Enable pauseUntilLooted in powerplant S2P
10 Days Ago
Rust Birthday Balloons - Updated textures, gibs, rewrote names and descriptions, reran manifest, added testing gibs material
10 Days Ago
updated prefab scale and added positonal offset
10 Days Ago
Implement fuse for cannon firing
10 Days Ago
boombox anim updates
10 Days Ago
Pull towards the centre the further out the boats are in the deepsea
10 Days Ago
audio files import and floating walkway audio set up
10 Days Ago
Updated model for tactical gloves
10 Days Ago
merge from Minifridge_IndustrialAdapter
10 Days Ago
Jacket snow repose
10 Days Ago
Lowered the industrial adapter socket so its not floating above the fridge when deployed
10 Days Ago
merge from naval_update
10 Days Ago
Merge from parent
10 Days Ago
exported updated chainsaw harvesting anims and slight edit of vm admire camera
10 Days Ago
prefab update
10 Days Ago
prefab update
10 Days Ago
Avoid AI mounted weapon controller sometimes targetting other NPCs
10 Days Ago
- Add boat ai avoidance volumes to tropical 1-4 - S2P
10 Days Ago
reduction in sail position influence on thrust, less than half what it was but still double the engine's - still impacts how you place them on the baot but results in less situations where it feels like the boat is not behaving as it should
10 Days Ago
building planner texture update with new graphics
10 Days Ago
placeholder setup of viewmodel (so Pedro can see textures) -set materials to import on model
10 Days Ago
naval_update -> scientist_boat_ai_improvements_3
10 Days Ago
turret_head_animations -> naval_update
10 Days Ago
▄▊▋▋█ ▊▅▌ ▌▍ ▍▅█▌▄▄_▅
10 Days Ago
▍▌▉▉▋▇█ ▌▄ ▋▉█▇▋▌ ▆▊█▊▆▅ ▋▊▇▌, ▇▆▅ ▅▇▊▅▊ ▊▅▅▊▌▉█ ▄▄ █▊▌▍▄ ▉▇▌▅▌▍ ▆▆▅▆▅▊, ▇▅▆
10 Days Ago
Bugfix: UseOcclusionV2 - handle spectating players Since we no longer do bidirectional checks when iterating occlusion groups, we ended up missing out on spectators and wouldn't allow replication to them. Tests: on craggy with UsePlayerUpdateJobs 2, flew far away to get outside of network range then started spectating - could see target moving.
10 Days Ago
Merge: from main
10 Days Ago
Adjust rhib scientists HP
10 Days Ago
More oil rig boat ai avoidance layer adjustments
10 Days Ago
Update to rear 50cal character position + timing changes on front 50cal weapon anims
10 Days Ago
rocket launcher rpg despawn set
10 Days Ago
Fixed some indirect lighting issues with the lit shader in RRP
10 Days Ago
delete phantom minifridge icon in root
10 Days Ago
fixed animated camera issues
10 Days Ago
setting global shader params update flag after regenerating textures for dirty DeepSea data flags
10 Days Ago
- Much wider steering force for seeking targets (should help navigate around large obstacles better, eg one side of oil to other) - Less attempts to reverse when we can just go forward
10 Days Ago
merge from cargo_egress_fix
10 Days Ago
Fixed cargo still able to go through oil rig when egressing
10 Days Ago
bug fix's for a selection of player update 3p animations
10 Days Ago
Remove scrap cost from io table to bring in-line with workbench
10 Days Ago
Update FGD files * MakeRegularAlly/MakeGameEndAlly inputs for gman/mossman/monk/fisherman * Cleanup trailing whitespace Fix another infinite loop on disconnect
10 Days Ago
Update FGD files * MakeRegularAlly/MakeGameEndAlly inputs for gman/mossman/monk/fisherman * Cleanup trailing whitespace Fix another infinite loop on disconnect
10 Days Ago
Clatter helmet repose
10 Days Ago
merge from green_hazmat Steamunlock - todo
10 Days Ago
Texture size optimization.
10 Days Ago
Merging main branch to fpbuild_jenkins
10 Days Ago
Prevent player's view ROLL from being changed by bad actor maps * Either by spawning or teleporting the player Another malicious map prevention Do not rebuild node graph for workshop maps Basically if the .ain file exists in a workshop addon or the map itself, do not rebuild the node graph because it will just not be used, and be rebuilt every time the map is loaded Prevent unexpected disconnection when using gm_load on a server NULLLLL chex Make certain NPCs appear in killfeed * Helicopter, Combine Ceiling Turret and Camera and Antlion Grub Fix inverted null check from yesterday Fixed regression with clientside entity removal Fixed -tools spamming about "Too many popups!" when its not so * It was complaining about total number of popups, not number of popups being rendered like originally intended. Apparently been this way since before 2014. Fixed spritecard orientation 3 not rendering at all Unify how entities are removed Apply proposed fix for CModelLoader::Studio_ReloadModels garrysmod-issues/issues/6467 Fixed crashes to do with IK certain models Fixed an infinite loop on map unload
10 Days Ago
constraint library - rope material shader whitelist changes * Change the rope material shader blacklist to a whitelist (of UnlitGeneric, SplineRope and Cable shaders), and disallow materials that do not exist (!!tested on server!!) Potential crash fixes Minor cleanups * Remove dummy functions in CLuaGameSystem Remove obsolete/undocumented/useless panel types from vgui.Create * Also duplicate entries for RichText and SpawnIcon Fixed asset://mapimage/ using wrong mime type Fixed a exit game crash to do with multirun * GrabSourceMutex calls CloseHandle, but doesn't reset the variable to NULL Fix potential issues with networking code * Investigating "GetEntServerClass failed" error Fix menu not working in browser due to recent changes Adjust spawnmenu HTML tabs colors and padding * Make the blue color darker, consistent with main menu * Make the save button have better contrast when hovered * Remove unnecessary padding/margins so there's more space for the content , and the icons are aligned with the category selector box * Removed unused CSS classes (.btn-back) Add hover/active states to some button classes in main menu * Paginator, map categories, addon modals now have :hover and :active states where they didn't use to, makes it consistent with other buttons that do have hover states, etc. Merged Pull Requests (Community Contributions) * Menu: New Game checkboxes cleanup * Menu: Improve modals on Addons page * Menu: Optimise favourite map handling * Menu: Optimise 'ng-tranny' translation module Copy over changes to ReadPreserveEnt from CS:GO Cleaned up Panel.h Minor cleanups for gmod stuff in c_baseentity.h Try a fix for "GetEntServerClass failed for ent 1" Will print "WriteDeltaEntities m_pNewPack is NULL!" when the "fix" is hit, hopefully it will only ever happen in the one case where it would shutdown the local server since it may cause side effects on its own (for clients) Add newline to "BroadcastMessage" console message