198,617 Commits over 4,140 Days - 2.00cph!

53 Days Ago
Added missing physimpact sound definition to 26 items
53 Days Ago
Fixed inside socketmod checks orientation
53 Days Ago
Changed old placeholder inventorygrabsound and inventorydropsound from a bunch of items
53 Days Ago
bloody bucket and diy hammock blockouts
53 Days Ago
Continuing colour blockin on floating walkways
53 Days Ago
▌▋▄▍▊ ▇▊▌▉ ▇▊▌▅
53 Days Ago
merge from erosion
53 Days Ago
moved order of erosion to be between cliff placement and medium rock formation placement to get better seated rock placement
53 Days Ago
added wallpaper combined rig and hooked up to wallpaper viewmodel prefab, all are in the same rig now. tweaked ceilingpaper diffuse so the grunge is different to the floorpaper
53 Days Ago
▆▆▉▌█ ▍█▆▍ █▍▍▋
53 Days Ago
▋▍▌▊▍▄▍▋ ▌▄▆ ▅▄▆█▌▉▄▄ ▇▄▇ ▆█▄▆█▍▅█▉ █▌▉▆ ▊▄▇▉▌▌▊ ▆ -> ▄▅ ▅▍█ ▋▅▆▉▆
53 Days Ago
Added indirect lighting back to reflection probe rendering
53 Days Ago
More wallpaper checks
53 Days Ago
Allow modular car population to spawn in forest and forestside at the roadside
53 Days Ago
merge from fixcars_hab_fix
53 Days Ago
merge from jungle_ruins_c terrain fix
53 Days Ago
merge from cave_large_sewers_fix
53 Days Ago
merge from erosion
53 Days Ago
merge from naval update
53 Days Ago
Merge from main
53 Days Ago
floating walkway progress
Rin
53 Days Ago
Phrases
53 Days Ago
Fixed more strange spacing on larger sets of server listings
53 Days Ago
Wire up server entries UI Tag system Precache all tags Fixed some strange spacing on larger server listings
53 Days Ago
Late night refactoring
53 Days Ago
Ensure scroll starts at 0 Ensure server tabs are set to toggle Ensure gamemode tabs are set to toggle
53 Days Ago
More improved scroll behaviour Use absolute scrollbox setup Use padding rather than hardcoding values Fixed scrollbar
53 Days Ago
merge from wallpaper/floor
53 Days Ago
merge from wallpaper/floor/admin_commands
53 Days Ago
Some cleanup and refactoring
53 Days Ago
Fixed wallpaper being locked to wall mode when deployed looking at floors or ceilings
53 Days Ago
World model skins replication
53 Days Ago
Fixed wallpaper view model default missing materials
53 Days Ago
Managed to get scrollbar setup with flex categories (that was a nightmare!) ScrollFadeGradient object
53 Days Ago
Arctic biome tweaks with new ambient features.
53 Days Ago
floor and ceiling world model, lods, added to entity
53 Days Ago
Fixed some issues with the wallpaper inside checks
53 Days Ago
resized viewmodel textures
53 Days Ago
updated ceiling and floorpaper materials and textures
53 Days Ago
Floor + ceiling paper work with existing admin wallpaper radius commands - passing a skin (name/id) applies it to fitting building blocks only - passing 0 applies default wallpaper everywhere (new) - passing -1 applies random wallpaper everywhere (like before) - added `print_wallpaper_skins` command to display a list of all wallpapers
53 Days Ago
Fixed missing conditional model wallpaper comp on windows, half walls, and low walls
53 Days Ago
Tweaked floor and foundation wallpaper sockets to reduce clipping with wires and deployables
53 Days Ago
merge from fix_ammo_count_not_updating -> main
53 Days Ago
floorpaper tool material and textures
54 Days Ago
merge from main
54 Days Ago
bloody bucket and diy hammock
54 Days Ago
merge from main
54 Days Ago
Update DebugLuxels shader from HL2 repo
54 Days Ago
Remove "Use Bloom" checkbox from Video options, as it does nothing Remove mat_hdr_level 1 from Video Options since it doesn't do anything mat_hdr_level 1 will act as "NONE" in options. Fixed options complaining about missing hap_HasDevice convar Remove sv_contact and sv_consistency as they are unused Rework arguments of OnClientLuaError This is a bit messy until a network breaking update, but new arguments are: ( error, ply, stack, addon_name ) Also no longer affected by "5 a second" limit serverside Lets try not delaying material/texture cleanup until render end Add WriteTempEntities overflow warning from csgo Bonemerged models inherit lighting origin from parent Makes viewmodel hands match lighting of the viewmodel itself Apply changes to CHudCloseCaption from TF2 Make Linux compile Fixed regression to do with PrePlayerDraw Fixed an infinite loop in weapon selection HUD Faceposer uses localized "Other" string Fixed 3D grid not rendering correctly in Hammer
54 Days Ago
Merge some Bootil changes from x86-64 Remove mp_usehwmmodels convar (unused) AvatarImage panel changes + defer material cleanup till render end AvatarImage keeps track of textures it creates and reuses them, preventing exhaustion of texture name symbol list Deferring material cleanups a little makes it more likely the materials and textures are no longer used by any part of the renderer, allowing refcounts to reach 0 naturally. Added GM:OnClientLuaError( strErr, ply ) Remove stray space indentation in some Lua files from PRs Updated FGD files Added inputs to light_environment, removed point_clientcommand and point_servercommand since they do not work in Garry's Mod. Fake Combine Ball bounces from frozen props Make crossbow bolts bounce from indestructable props Prevent crashes when trying to write too much data to small texture Added new info to util.GetModelInfo IncludeModelCount, IncludeModels and HitBoxSets Fix avatar image texture manager not respecting avatar size at all Removing more unused convars mp_teamlist, mp_teamoverride, mp_defaultteam, mp_allowNPCs Remove mat_disablehwmorph as it does nothing