userRubatcancel
branchgarrysmod.main/x86-64cancel

340 Commits over 580 Days - 0.02cph!

Today
Fixed clientside only entities being considered map created Fixed being disconnected from sv_lan servers due to recent changes Entity:FollowBone doesn't check the boneID argument if given NULL Fixed Mega Gravity Gun not being able to pick up flesh Remove cheat flag from cl_wpn_sway_scale Added sv_quota_stringcmd_kick
4 Days Ago
Try to fix linux compile
4 Days Ago
Remove some perforce VGUI panels from builds + clean ups More minor cleanups Delete pointless header files Fix some map load warnings when Portal 1, HLS are mounted
5 Days Ago
Fix build error
5 Days Ago
Fixed build warning spam due to duplicate files in project on Linux Make Entity:IsOnFire return false instead of nil Update .gitignore & build related things
7 Days Ago
More minor cleanups Check allocated edict count before allocating more this should prevent`ED_Alloc: no free edicts` crashes when spam spawning hundreds of entities per second.
7 Days Ago
Disallow sending voice packets unless fully connected Try to mitigate server reconnect spam Also reset owner SteamID in more places don't throttle loopback connections Minor code cleanups
8 Days Ago
Fixed view model hands being disconnected on SV wep switch This is due to some specific mods and recent changes Clear CShadowDepthView to black instead of white Fixes garrysmod-issues/issues/6086 Fixed 2 "Parent cvar in server.dll not allowed" warnings on start up Delete cl_soundfile Unused, no reason to keep it. Newline for mat_disable_d3d9ex warning Do not print `cc_lang = ` with developer 1 Fix r_lightcache_zbuffercache 1 crashing if set after map load Fixed yet another useless console message on game start up "Not playing a local game"
11 Days Ago
Do not store disabled workshop addon IDs as strings Should save some memory. Fix BRANCH being set to `prerelease` on NONE beta clients
11 Days Ago
Bump DMX memory allocator limit for 64bit builds Fix crashes in 64bit particle editor when editing anything Fixed particle-related crashes
12 Days Ago
Revert "Added 32bit holly lib" It doesn't actually work, I was testing the 64bit version because the launcher auto selected it, oops
12 Days Ago
Added 32bit holly lib
12 Days Ago
Minor code fixes and cleanups Fixed many compile warnings Fixed a small memory leak in gamemode .txt file parsing Potential micro optimizations in localization loading More code clean ups Fixed a small memory leak with saving presets (preset library) Fixed small potential memory leak with creating Lua bone followers
12 Days Ago
Fix "missing sound common/null.wav" when throwing grenades Gravity Gun consistency improvements Fixed mass-adjusted punt forces being applied to Mega Gravity Gun Fixed Gravity Gun forces being Launch-forces at all times for prop_physics due to a previous fix for `spin_none` physics interaction Set the particle orientation in Editor on creation Sets the first control point for the selected particle system preview, so they are oriented correctly from the start. Mimics how the particle previews do it in the particle list. Fix month checking for loading screen Remove Ep1, Ep2 and Lost Coast mounting All of those are now part of the Half-Life 2 mounting option Rename "Operation was aborted by an application callback" error Fixed some more crashy issues with particle constraints Added ability to override precipitation particles It will not be functional yet due to networking changes being required Added PhysObj:GetIndex Add particle name to "unimplemented sprite renderer" warning Force tool classnames to lowercase at all times Fixes garrysmod-issues/issues/6078#issuecomment-2482015121 Apply potential filesystem micro optimization Implement `origin` for `playlooping`/`playrandom` in soundscapes Also 'ambientoriginoverride' for "playsoundscape" Do not apply spawnmenu names to map NPCs in kill feed This code is too error prone unfortunately Pull Requests (Community Contributions) * Micro optimization for Entity.__index * Micro optimizations for team library * Fixed "Bad SetLocalOrigin on gmod_hands" warning Stop shipping Commentary Editor for -tools
12 Days Ago
Added 2 new spawnflags to env_player_surface_trigger Do not IsValid the ident in hook.Add/Remove The check was added solely to print an error for invalid types, but NULL entity is still an entity Added light_directional & some other VRAD changes There are also changes to do with displacement lightmaps from CS:GO, supposedly should be better between brushes/displacements, but I couldn't find any differences. New inputs to game_text and game_player_equip SetText, SetPosX, SetPosY, SetTextColor, SetTextColor2 for game_text TriggerForAllPlayers and TriggerForActivatedPlayer for game_player_equip Added skybox_swapper entity Remove scratchpad from game builds Also remove bloodspray concommand Added particle-based func_precipitation types Added missing materials for legacy Ash precipitation type Implement precipitation blockers These will not work yet, because networking incompatible changes are required. Also added Cull by Model and Cull by RT environment particle operators
12 Days Ago
Fixed .gma whitelist being different between game/gmad Update net.lua - comment typo Add all missing Portal 2 map icons Fix more potential crash issues to do with particles Make particle preview background slightly lighter (32,32,32) Fixed more crashing issues to do with particles ClientSignOnStateChanged is no longer called for HLTV clients util.IsValidModel uses meshcount to determine useless models If mesh count is 0 - it's a useless model, instead of using hardcoded model name substrings. This fixes certain valid models being unable to be spawned in Sandbox
12 Days Ago
emit_continuously additions & changes Added fields "emission count scale control point" & "emission count scale control point field" Added "emission_start_time max" to "emit_instantaneously" Enable DMX versions 3, 4 and 5 loading Mostly intended for PCF, saves still as version 2. This should allow Portal 2 and L4D particles to load correctly (excluding missing particle operators/renderers) DMX versions 3,4,5 tools support (datamodel.dll) Allow loading PCF version 2 in tools Particle system changes from CS:GO Many potential crash fixes Added particle operators: C_OP_DecayMaintainCount, C_OP_AlphaDecay, C_OP_FadeInSimple, C_OP_FadeOutSimple, C_OP_RadiusDecay Added particle force generators: C_OP_ParentVortices, C_OP_TimeVaryingForce, C_OP_TurbulenceForce, C_OP_ForceBasedOnDistanceToPlane Added new particle constraint: C_OP_BoxConstraint Added new options to C_OP_WorldTraceConstraint - "minimum speed to kill on collision", "Confirm Collision", as well as apply potential crash/garbage data fixes Particle initializers updates "Particle Increment Amount" for C_INIT_CreateFromParentParticles Various small optimization changes Added new particle operators "Oscillate Scalar Simple", "Oscillate Vector Simple", "Remap Difference of Sequential Particle Vector to Scalar", "Movement Maintain Offset", "Movement Place On Ground" More particle operators Added "Alpha Fade and Decay for Tracers", "Restart Effect after Duration", "Stop Effect after Duration" operators New parameters: "additive" for "Noise Scalar", "Noise Vector" "output field" for C_OP_ColorInterpolate "output is scalar of current value" for C_OP_DistanceToCP "rotation field" for C_OP_OrientTo2dDirection "output is scalar of current value" for C_OP_RemapDotProductToScalar Added even more particle operators from CS:GO "Override Max Velocity from this CP" and "Override CP field" for C_OP_MaxVelocity "use existing particle count" and "control point movement tolerance" for C_OP_MaintainSequentialPath Added operators: "Movement Lag Compensation", "Movement Lock to Saved Position Along Path" Particle initializer additions "Local Offset Min", "Local Offset Max", "Set Normal" for C_INIT_CreateFromPlaneCache "end offset", "bias lifetime by trail length" for C_INIT_MoveBetweenPoints "randomly select sequential CP pairs between start and end points" for C_INIT_CreateAlongPath "reverse warp (0/1)" for C_INIT_PositionWarp More particle system changes from CS:GO Endcap particle stuff. New parameters for all operators: "operator fade oscillate", "operator time offset seed", "operator time offset min"/max, "operator time scale seed", "operator time scale min"/max, "operator time strength random scale max", "operator strength scale seed", "operator strength random scale min"/max, "operator end cap state" Particle intitializer updates from CS:GO "scale cp (distance/speed/local speed)" for C_INIT_CreateWithinSphere "randomly_flip_direction" for C_INIT_RandomRotationSpeed and C_INIT_RandomRotation "shuffle" and "linear" for C_INIT_RandomSequence "use particle count instead of time" for C_INIT_PositionWarp "Use sequential CP pairs between start and end point" and "Save Offset" for C_INIT_CreateSequentialPath "collide with water" for C_INIT_LifespanFromVelocity Internal changes to certain particle initializers from CS:GO Added "Lerp EndCap Scalar" and "Lerp EndCap Vector" Ops New options for rope particle renderer "texture_offset", "scale CP start", "scale texture by CP distance", "scale scroll by CP distance", "scale scroll by CP distance", "scale offset by CP distance" Branch specific compile fixes Build 64bit particle editor
19 Days Ago
Fixed 32bit builds crashing when creating decals on certain models
19 Days Ago
Fix weapon spawnmenu autorefresh adding icons to nil parent
20 Days Ago
Make flex controller names case insensitive again Optimizations for weapon autorefresh in spawnmenu Fix branch specific build error
20 Days Ago
▊▊█▅ ▌▆▋ ▅▅▊▌▊▌▅▅▋ ▌█▇██▍▇█ ▉█▊ ▆▊▊▆▇▄█▉ ▌▍▍▋ ▇▅▇ ▋▊ ▆▉▅▊▆▆█▆█▇ ▋▋▇▍▊█▊ ███▇█▊▇▊ ▇▌▌▋ ▍▇ ▄▅▋▅▍, ▇▍▄▇▆▍▌▋, ▋▋▉▍▇ ▇▋ ▋▌▇ ▆▌▌ ▋▍▍█▉ ▉▉▍▊▊▊▋▊, ▄▊▇▄▅ ▇▉▍ ▊▌▋ ▌█▇▆▊▅▋ █▇ ▅▉▍ ▅▍▊▇▇▋▅ ▅▍▅▋▆▄, █▌ ▅▌ ▆▍▅▅ ▅▉ ▄▆▆ ▇█▌▅█▉▉▊ ▅▅█▍▅ ▅█▋▌▊▋▄▅▆ ! ▇▊▊▄▅ █▌▄▇▊▅▅▇ ▊▇ ▋▋▆ ▋▇▆▋ ▊▌▄▋▊▇ ▆▍▇▆▄▅▄ ▆ ▉▇▇▅▋ ▄▋ ▌▌▄▌▌▇▄ ▌█▆▌▍▊▍▋▍▇▋ █▋█▆▍▄▆ ▉▄▆█▌▊▊▅▍▌▄ ▄▍ ▌▄▅▄, ▌▍▆▅ █▆ ▌▇▄▇ ▆▆▇▉▍▄▊ "▆▆▌█" ▉▊▅▋▋▅▋▍█▍ █▊▇█▍ ▋▄▅▋█▅▌ !▇▇▌▉▆▄ ▍▇▊▋▇▊▇▆▄█▊, ▅▄▇▊▇▌▊▍▅ ▍▇▉▄▉, █▇▋▇▌▌▅▌▊ ▄▄▆▋▆, ▋▄▊▊▊█ ▊▇▋▆▍ ▉▅▊▄▄▊▋ ▉ ▆▍▆▉▍ ▅▉ ▉▇█▇▉▅▄ █▅▄▆▊▍▉▍▄▉▉▇▇▋▉ ▋▉█▇▋▉▇▉ █▊█▄▍▆▍█▊▌█▋ █▄▋▍▋ ▄▇▌ ▋▄▊▌▌▄▉▌▌▆██ ▄▊▉▊▅ ▍▊▊▅▄▌ ▉▍▍▄▋ ▋█▉▊▆ █▋▇▄▊▆▌▋▄▉▇█ ▍▋▌█▅▌ ▌▇▊▋▊▆▄▍▍ ▄▌▄█▋ ▋▆▉▌▅▉▉ ▊▋▌▄ ▉█▅▍ ▅▆ ▇▊▉▊ ▇▉ ▋▅▅▄▋▇▌▍▍ ▅▊▊▋▅▍▆ -▊▇▆▊▋▊▅▋ ▍▄▋▋██ ▌▄▇▊▌ ▋▄▉▋▆▌▍▅ ▇▋█▅▄▆▄ ▍▆█▋▋▅▄▇▅▋▊▄█▉▆▉ ▇▅▇▆▅▅▉ ▍▋ ▌█▋▍█▌:▊▉▇█▊▊▊▌▊▋▊▇ ▄▊▋▉▊▅:▅▅▄▋▍▌▌▋▉▍▍▊ ▆▇▊▌▍ ▉▄▄▊▍ ▊▆▊▉▉▋▉, ▆▄▆▌▉▌▇▌▍▉ █▊ ▍▅▊▍▄█ ▇▋▅▊ ▆▉▉▉▆ █▌▅ █▇▅▅▆ ▍▋▋▊ ▉▇ ▄▄▍▉▇▊▌▍▇ ▉▄▆▄▇▉▋▋▆ ▍▉▌▍▋▅ !▅▉▋▌▊ ▅▆ ▋▋▇▄▊▆ ▍▆▌▇ ██▉▇ ▅▅ ▌▊▅▍█▋ ▍▉ ▄▆▌█▌▍▍▇ ▅▆▇█▊▇ ▍▉ ▋▄▅▆ ▇▉ ▆▋▍█▍▆█▆ ▌▄▋▌▍▇█ ▉ █▍▇ ▅▇▆▄▋██ ▊▊▅▇▊ ▋▅▉▄ ▄█▇▄▋▌ ▍█▆▊▌ ▇▊▄ ▆▊▆▌▅▅▍ ▋▆▄█▉▌▄██ ▄▊█▆█ ▄▄▌▊▇█▌ ▋▄▉▅ ▄▊▍▋█▌▄ █▅▆▆▇▊▅ ▍▍▍▌▊▆▍ ▇▉ ▆▊▇▆ ▌▊▄▄▆█▆▉▅ ▅▋▄ ▅▊▍▅_▆▋▊▆█▇_▉▌▌█_▇▆▊▄▊▄▄▊▅▋ ▄▆▄▍▇ "▊▌▌▆ ▌█ ▊▍▆▇█▍▅▋ █▅▅▅▌" ▄▄▍▄█▊▍█ █▆▄▍▋▊▌ ▋▉▋▉▄ ▍▊▆▇▋▅▄ ▍▍▋▉ ▌▄▆▌▆▋▋▇▊ ▌▍▆▋▆▇▋ ▇▆▍▍█▉ ▄▌▇▌▉▇▆▉ ▄▉▊▊▅ ▌▉▌▊ ▄▋▇ ▍▆▍ █▉ "▅▇█▋ ▊▍▋▅▆" ▄▇█▇▆▇▄ ▅▋█▉▄▄ ▉▆▉▉▌▅ ▅▊▌▍▍ ▇▇▄▌ ▋_█▉_▌▉▌▌▅▇▆▌▇▆▋█ █▍█▄▌▆▆▄ ▄▊:▄▊ ▆█▉▄, ▌▇ ▅█▇ ▍▊▉▅▊ ▄▅▇▄▌▌▌▇█▄▍. ▇▆▊█▇ █▆▉▆ ▊▋▋▆▄ ▄▅ ▇▅▉▆▌▍ ▅ ▅▄▋▄▌▆▋▌▄ ▉▅▉▄▉▍▄-▉ ▇ ▄▍▄▆ ▇▅ ▄▋▊ █▅▌ ▋▄▇▄█▇▉ ▇█▇█▋▊ ▆▄▉▍▊█
21 Days Ago
Fixed DrawOverlay not running clientside Attempt fix filesystem threadpool again
21 Days Ago
Portal 2 Coop spawnpoints Some more Portal 2 map icons Added some logic entities logic_register_activator logic_coop_manager Serverside only entities that are generic enough to be useful outside of the game they come from. Bump default value of sbox_maxconstraints to 2000 Placeholder entities for Portal 2 excursion funnel and wheatley boss Added Hacked and Harmless Rollermine variants to spawnmenu Added new inputs/keyvalues to prop_vehicle_choreo_generic from P2 Inputs: SetCanShoot UseAttachmentEyes - doesnt work SetMaxPitch SetMinPitch SetMaxYaw SetMinYaw KVs: playercanshoot useattachmenteyes FIxed some minor memory leaks These are mostly in developer features to do with KeyValues, not normal gameplay Init m_rgflCoordinateFrame on creation clientside This fixes certain matrices being nulled out when they are not supposed to, such as prop_vehicle_choreo_generic look angles Do not EstimateAbsVelocity since we network it for every entity anyway prop_vehicle_choreo_generic SetCanShoot now lets you shoot Simply sets SetAllowWeaponsInVehicle on the player, rather than what Portal 2 was doing Add some more known backdoor URL to blacklist Added more entities from Portal 2 point_viewcontrol_multiplayer point_viewproxy npc_personality_core placeholder Do not set commentary to 0 on map start Since we removed the commentary system entirely Fix "material __error is missing" error on map load Delete __screenshot_internal Move "SOLID_VPHYSICS static prop with no vphysics" to developer 1 Fixed crashes to do with render groups Minor cleanups Update windows build scripts to have proper titles Builds 32-bit version using v142 tools as well And also build LuaJIT with specific toolset Fixed crashes to do with NPC:TaskFail Potentially fixed Linux SRCDS async file IO Potentially fix vprof on Linux SRCDS
36 Days Ago
███▇▌ ▆▉▋▅▋▇▆▆ ! ▊▉▍▆▆ ▌▊▄▉▆▆▋▆▇ ▋▇▌ ▊▉▄ ▇ ▉▍█▇▍▌▊▇ ▄▇▄▅▆ (▇▍▅▅▊▌▌▅) ▍▅▆▉▊▌▋ █▆▄▋▆▍ ▄▉█▌▇▍▍▋ ▉▌▆▊▄▄▋ * ▆▋▄▋▆▆▉ ▌▆▌▆▄▌▌ ▋▇▆▍▆▆/█▊▆▇▌▍ * ▇█▇▍▍▊▌ ▄▅▉▄_▄▄▋█▊▆▄▄▍▅ ▌▋▉▄▊▋ ▌▆▊█ ▋▍▆▌▅█▆ ▌▊▅▌▊▅▆ & .▅▍▉ ▋▋█▆▆▍▌ ▉▊▋ ▍▆▌▄▋▉_▄▇▄▋▌ ▇▆▍▅█▋▆ ▅▉▇▌▋ ▅▄█▅▅▉ ▍_█▆█▊▆▉▋▅▄▅▅▌▅▆▋█▉▉▅▋▅ ▉▇▅█ ▅▉▋▍ ▇▇▌▌▅▆▉▍▉ ▊▉▊▊▆▄██▋▉█▊▌▊ ▄▋▌▍▍ ▇▅▅▄▄ ▅▋▋▆▄▄▍▅█▄ ▌▉▄▉▆▇▊▄█▄▆▆█▋▌▄▆▆ ▊ ▊▇█▉ ▊█▉▆▆▇ ▋▉▇▅▌▌█▊▇▊ ▉▊▅▋▍▋▍▇▄█ ▍▋▊█▌▋ ▇▄█ ▄▋▄█▋▋▉▍▅▉ ▌▇▇▍▊▄ ▍▆▋ ▊▍▉▅▆▌▇▍▌ ▌▆▅██▆▆▌▉ ▆▇▍█▋▋▋▅ ▄▉ ▋▄▇▍▉ ▉██ ▉▉▌ ▉▇▋▊ ▅▌██▌▄▋▋▉-▋▌▌▅▅▋/█▄▋▋▆▌/█▇▊▌ ▄▋▊▆▋▊ ▄▆▋▊_▍▇▋▆█▄▇▌▅ ▊▋▆▇▌▅ ▋▌▉▉▌▊█ ▌▉▌▇▄█ ▌▅▌▉▇█ ▋▅▇▉▆▅█▊▅▍ ▄▋█▌▅ (▍▋█▋▍▄) `██▅▇▅▍▍▍` ▄▌ `▆▌▌▄▄▇_▆▆▇` ▇▍▇▌▉ ▄▌▆▇▌▇▇▌█ █▇▊▆▆▅ ▅▉▊▅▄▌_▍▉▋▄▊▉▅.▇▉▄ ▅▊▊▆▇▋▊ ▅▊▉▇ ██▋, █▄ ▄▅▆▌▇▅▋ ▊ ▅▇▉ ▆▅▋▅▉▌ ▇▅▄▊▍▋ █▍█ █▉█ █▄▍▊▉█▍ ▅▋▋ ▍▌▍▅▍▆ ▇▍▍▇▌▉ ▅▉██▅ █▋▌▌▋▅▅▊▆▉▉▉ ▇▆█▄▊ ▆▅▊▋▋▆▉▉▉ ▆▊▌▍█▆▅▇ ▉▇▍▌ ▅▊▌█▋▋▌█▉ ▄█▉▉▇▆▋▇▊ ▉▇▇▆▍▉ ▋▇▄▇█▍ ▊▄▅▋▄▉▌▇▄▉ ▋▅ ▍▅▆▇ █▅▍▇▍▍▌▉▉ ▍▋▆▊▇▊ █▍▉ █▇▇▋▆ ▋▍▄▉▄ ▉▆▆▋▇█▍▍▇/▄▄▋▆▉▅▅▋▉▊/▋▍▆▅▇▋▌▍▊ ▌▆ █▌█ ▋▄▇ ▊▍ ▍▆ █▊▅▍▉▋▄▋▉ ▅▍▇█▌ ▅▇▄ ▍▄█ █ ▆▄▄▉▅▆ █▉▌█▌▉ ▇▆▆▅▅▋▄ ▌▅▄▋▇▄ █▊▊▊▆ ▋▍▉▋ ▆▉▄██ █▉▆▋▊▅▋ ▄▉▌▅▍▅▍ ▉▆▅▇▋ █▋▊ ▌▌▉▊▌▄▉, ▍▊▅ ▋▇▉▆▍▆▄▅▆▇ ▄▌▉▇▊▍ ▍▉▄▆▆▍▊ ▋▋▇▆ ▄▆▋ █▉▅▄▅▋'█ ▇▆▌▆▉▅▇▊▍▇▆/▄▍▄▄▍█ ▌▌▋▋▉ ▊▄ ▄▍▉▍█▊ ▉▅▌ ▉^▊▆ ▆▍▊▋▇▅ ▋▄▄▍▇▋█ ▊▋▅▇▄▊▌ ▊_▋▅▊▊█▆▇▌▄▅▇▇▋▋ █▆▄ ▇▊▋▊▄▅▊▋▉▋ (▌▇▋▌▍▌:▊█▋▄▄▌▍█▅▍▋▍▇) ▊▍▆▍▆ ▊▍▄▄▋▄ ▍▌▌███▇ ▇▇▉▅ ▇▋ ▅▄▉▋▆█▅▇▊█▌▌▊▇* █▅▍▋▊▊▋▄▅ ▍█▍▋▉▇▉▌ ▉▊▉▋ ▆▅▆▋ ▊▉▊▇█▄ ▊▌▄▌▆█▋█▊▍ ▅_▌▉▇▇▊▊▄▄▉▇▅▄▊▆▄▋▍▄▄▄ ▋▋▍▋▅ ▊_▊▅▅▅▄ ▍▉▊▇▊▍█ ▍▍▊▆ (▌▊█▋ █▊) ▅▊▋█ ▉▍▇▅▉▉▅ ▄▍ ▌_▌█▇▆▉▍▌█▌█▅▅▇█▌▇▆█▅▍ ▄█▇ ▉█▊▇▆▄▇▇▌▄ ▋▇ ▇▇▆ ▆▉▌▋▌ ▆▇ █▉▌▆▅▇▋ ▌▍ ▌█▅ ▋▌▍▊▉▇▉▅▆▄ ▊▄▉ ▄▍▆▊▅▆ ▉▄▆▍ ▄█▄▍▍▊▄ ▄▍ ▍▆▉█▇▍ ▇█▇ ▅▅▇▍▌▋ ▅█▉▆ ▌▊▌▄ ▉▌▌▅█ `█▉▉▆▄▊▅▆██▍` ▋▋▌▆▍ ▅▉ ▄▊▇▋_▉▅▋▆▇▅▅_▄▊█▋ ▌ ▄▌ ▉▌▇▆▊█▊▍ ▊▉▄▋▉▄ ▇▆▋▉ ▅▊ ▍▇█▋▇▍▅█. ▌█▍▍▌█▇▆▅▋ ▍▌▄ ▊▉▆▅▉▉▅▊▇▊▆▊ ▇▌▆█▉/▍▋▇▆▅▅ ▉▅▍ ▅▊▅▅▍▊ ▆▊▇▌ ▅▊▌ █▍ ▌█▋ ▋▆█▉▅▌▉ ▌▆▉▌█▇▋▍▉ ▇██▆▊▉/▇▋█▇▆▍▄▆ ▇▇▊ ▇▌▌█▉▉▆ ▉▅█▋▋ ▌█ █▊ ▆▄█▇▆▅▅ ▌▋▅▋ ▊▊▋ ▍▆█ ▌▄▌▄▄▌▍▆ ▋▉ ▅▊▍ ▉▌▋ ▆▌▆▌▄▇▆▊▍ ▊█▋▊▌▇ ▉█ ▆▄█▉▉▅▅ ▉▅▉▉ ▄ ▆▌▉'▌ ▌▇▍▊ ▇█▉ ▌▆ ▅▇█ ▆▉▌▆▊ ▆▊▉ █▆ ▋▊▄, ▇▌'▌ ▊▉▋ ▌ ▌▌▌▉▇▌▄▌ █▊▇█▋▋, ▆▉ ▋▇█'▄ ▅▄█ ▊▊▇▉▄▉ ▊▅▊ ▇▉▉█▊▆▌ ▋▅▌ ▄▌▍▆▌▇▄▆▄ ▇▅▋▋▌▇ ▆▌▄ ▇▄▇ ▋█▊▄ ▆▆▌▍██▋. ▌▇▍ ▉▋▇█▆▄▆ ▉▌▉ ▊▌▋▄██ ▌▇▅▉▆ █▆ ▅▉▄▆▇▊▌ █▌▇▌▌▉█▉▄. ▍▄▅▊▅ ███▋█▄▊▇ ▋▌▊_▅█▆▌▅▋▌▍▍▅▋█▌ ▆▍▍▆▇ ▅█▄▋▅▊▅▊█▍▊ ▆▅▄▉▆▊ ▅▆▋▍▆▆ ▆▋▄▋▄▉ █▉▄▇▍▊█▉▇▆▉▋ * ▉▆▍▆ ▊▄▋▍▊▉▋▊ ▉█▌▆▌▄▅▍▄▄▄▇ * ▉▍▅▇▅▊'▇ ▌▊▍▇▍▆▄▄▍▍▅▍▌▋ ▇▌▉ ▌▅▋▆▅▊▊█▆, ▉▊▋ ▌▇▋▍▆ ▍▄▉▄▍▍ ▌▄▅▍▍ ▄▅▉▆▄▉▉▍ ▍▄▋▄▇▍ `▊▊▇▇▅▊▇▄▊▌▇▇▉` ▌▆▍ ▆▍▊▊ █▅ ▄█ ▊▇▌ ▌▍▆▆▍▆▄▇▆█▊▄▇▊▍▉▋▌.▋▍▋▊▄▋▌█▊▉▉▊▍▊▋ ▋█▅▇▊█▄██▍ █▊▌▆▄█▉ ▆▊▍▇▄ ▅▌ ███▊▉▋ ▊▉▍▇▉▆▌▅ ▅▇▊▉▆▋▉ ▅▍▅▊▅▍█▇ ▋▇▋▆ ▆▍▆ ▍█▌▋▇ ▍▊ ▉▋▋▉█▅▆▆▌▌ █▆▆█ ▇▍█: ▌▅▅▆▍ ▌▍▉▅_▍█▅▊▉▇ ▊▉▇ █▌▉▉▆ ▄██▌▌▍▊ ▋▊█ █▌▅ ▋█ ▉▌▌▄▆▅▌▄ ▆▇▄▊▋▄ ▌▅▍▇▌▅▋ ▉▄▅▉█▅▋▊ ▆▊▅▌▄ ▌▊▄▉▆ ▅ ▆▇▅▉▋ ▇▌▊▌ ▇█▉▆▊:▊▄▌▋█▋▍▄█▄
43 Days Ago
Delete -vpfix from studiomdl.exe Has unwanted sideeffects StudioMDL: Fix models with more than 65k vertices breaking up Merged some changes from CS:GO's studiomdl Add support for BONE_HAS_SAVEFRAME_ROT32 Fixed animations from newer mdl versions not playing in GMod Move default console position to the left a bit So it does not obstruct certain UI elements by default Fix "nav_blocked" event not being registered Prevent crashes to do with removal of world entity (another method)
43 Days Ago
Adjust how we disable self-unblocking for Lua-blocked navmeshes Adds NAV_MESH_BLOCKED_LUA Navmesh auto-blocking checks now run on map start/cleanup Makes certain code that was meant to run on map cleanup to actually run now. Also updates blocked status of nav areas on map load TTT: fix ragdoll not being created if ttt_dyingshot is on Community contribution FF & NeoTokyo spawnpoints + Map Category (Community Contribution) Rework how spawnpoint entities are added in base gamemode One file now, not 25 duplicated files. Minor code cleanups Linux: Do not ExecuteToPriority if there are no jobs This addresses slowdowns on Linux (srcds?) to do with the filesystem garrysmod-issues/issues/5932 +1 the month in the server browser last played Iterate over Server Browser Last Played marker Also localize the string
48 Days Ago
More sensible defaults for 360 controller bindings $eyeposition and $illumposition are now affected by $scale Block gui/input.SetCursorPos while main menu is open Fixed regression with nav_update_blocked concommand Make gui.HideGameUI work more like the hook Instead of disabling the function entirely, holding shift would disable its functionality, and it displays a message on how to bypass it, if it blocks the main menu one too many times. Temporarily disable 24BPP optimization for .png/.jpeg loader
49 Days Ago
Disable gui.HideGameUI, block cancelselect VRAD: -dumppropmaps also dumps the lightmaps as .pfm Also dump files to /sp_lightmaps/ instead of base dir Don't display alpha channel for non alpha formats (RGB888, etc) This is for mat_texture_list 1 Use non alpha format for images without alpha (.png/.jpeg loader) This should hopefully save some memory Resave Post Processing icons to not have alpha channel Since they don't use alpha anyway Fixed duplicated constraints making Lua errors sometimes Resolve memory alignment issues with 24bit images (.pngs, etc.) TF2 new map icons/category + adjust some dark ones Also fill the texture with white color if freeimage fails This is for .png image loading Adjust VRAD's -dumppropmaps TGA output to be correct Adjust the tga texture to be representative of what is written to PPL files, fixing out of color range texture bugs. Restore gui.HideGameUI for menu state VRAD displays lighting mode in the log (HDR vs SDR) VRAD static prop lighting HDR related changes Only output .tga files for LDR compiles Only output .pfm files for HDR compiles Compile HDR .ppl files, without overwriting the LDR ones Swap-in HDR static prop lightmaps when HDR lighting is in use Fixed impaled NPCs not appearing in the kill feed Pull requests * Prevent certain addons creating Lua errors after new changes to do with Lua auto refresh handling in the spawnmenu * Added missing localization string for German langauge in TTT * Reduced net.WritePlayer bitcount based on server's maxplayers
49 Days Ago
Added sv_max_userinfo_rate This is aimed at preventing malicious clients eating server CPU. It is unlikely server owners would need to touch this cvar, but just in case its there. More strict application of GMODSandbox GDClass in Hammer So `point_spotlight` doesn't have useless keyvalues on it. Added "Last played date" for each server in the server browser Replace usage of "devshots_screenshot" with "screenshot" Add "killserver" to concommand blacklist Correct UTF8<->UTF16 conversion for close caption function & hook Try to resolve issues caused by sv_max_userinfo_rate for extreme cases gmad.exe - do not pause when launched through existing cmd.exe (Partially Community Contrib) Make "force open main menu" warning an informational one (Community Contrib) Also make it use a localization string RPG entering water does not slow down Also if the RPG missile somehow reaches speed close to 0, explode (before required exactly zero) Don't display "Vehicle X has invalid wheel attachment" for airboat Use localization strings for Legal tab in Options Also moved all gmod-specific strings to garrysmod_english.txt, from gameui_english.txt Code cleanup Refine sv_max_userinfo_rate further Hopefully this fixes issues on map load "Start Disabled" spawnflag for env_projectedtexture The "Enabled" spawnflag makes no sense as the entity is always enabled on creation across all SourceSDK2013 games according to the source code. Restore missing options in env_projectedtexture in Hammer Also rearranged useful options to the top, added browse texture button to the texture keyvalue env_projectedtexture Toggle input Added ProjectedTexture:Get/SetNoCull() Mount folder addons before Workshop system Filter for preset list https://files.facepunch.com/rubat/2024/October10-647-CheeryLunamoth.gif Called GM:PlayerAuthed outside of player prediction (so curtime is valid) Effectively makes the hook run a bit sooner within the same frame/tick it used to. Fixed Player:UniqueID returning nothing before InitSpawn Fallback to garrysmod.ver for when Steam is not available to get BRANCH
55 Days Ago
Bump `cvarlist` buffers from 128 to 1024 Use the #classname for Sandbox editors and Bouncy BALL Localize stuff added by game_hl2.lua (Partially Community Contribution) Fixed a crash to do with teleporting constrained entities Removed unused variables in Problems panels Pull Requests * Use localization strings for GMod-specific keyboard settings * TTT: Updated Turkish localization * Use 4 number overload of surface.SetDrawColor in base game for performance Tooltips for vehicles in spawnmenu akin to those for SWEPs, SENTs Resistance turrets only set the 2 valid skins (was trying to use 4) Localize NPC and Vehicle spawnmenu tab entries Added Resistance Turrets to spawnmenu if Episode 2 is mounted Adjust "Prison Guard" localization strings Also remove unintentional changes Fixed wrong translation string used in recent changes (oopsie) Fixed a few more potential crashing issues Fix a lag issue to do with spamming certain packets to the server from client
55 Days Ago
Merged ghostanim.mdl and blackout.mdl Instead of doing a hack for Episode 1, just merge all these models from all the half-life 2 games, and including portal 1 Episodic Poison Zombie model with fixed animation events Advisor episodic model hack The models are too different to be merged, so we swap the ep2 one in, on spawn Episodic combine_intmonitor props with extra skin gmad.exe allows .vtx files again Try writing current git branch to garrysmod.ver Added color input/kv for `func_water_analog` Episodic headcrab models They have ceiling animations for ep1 + lamarr merged model Fix missing Ladder.WoodStepRight/Left soundscripts (ep2) Merged gman model Remove missing skins from certain PHX props concrete_barrier00.mdl concrete_barrier01.mdl box_torpedo.mdl box_amraam.mdl Minor code cleanup Jalopy model with adjusted correct suspension travel
55 Days Ago
func_smokevolume removes particles when dormant Always enable loading screen for the `map` concommand Mount floating .GMA files before fetching info about subscriptions So they load in time if launching the game with +map Don't try to enable loading screen on linux srcds (compile fix) Restore some more HL2-specific gamerules behaviors sk_plr_health_drop_time sk_plr_grenade_drop_time sv_robust_explosions Entities that block radius damage, don't block it on themselves Do not hide servers with OOB data, clamp the data Do not hide the server from master server if sv_lan is 1 This causes LAN servers to be invisible to the LAN tab in the server browser, which is a regression. Mention `hide_server` convar in sv_lan's description. Fixed a Linux crash with sv_showlagcompensation (hopefully, most likely) Fixed Entity:ManipulateBoneJiggle type `2` non functioning Mention valid sample rates in "Invalid sample rate X for sound Y" warning Unblock 'mp_flashlight' in menu state Autorefresh weapons in spawnmenu Changing weapon info (including adding a new weapon) will update the weapon in spawnmenu automatically. Remove respawn_entities concommand We have gmod_admin_cleanup Pull Requests Fixed Lua error in TTT introduced by a previous PR Improved TTT's Spanish localization Micro optimization for GWEN.CreateTextureBorder and related functions Only drop physics gun held props from Lua Episodic models for Combine Dropship and Mossman They should contain all animations for all 3 games.
56 Days Ago
Display a message when force exiting due to OOM issue Update .gitignore Reduce .sav buffer down to 12M (from16) to fix a crash
57 Days Ago
Player:StripWeapons drops weapons before removing them This mimics behavior of Player:StripWeapon() Added massCenterOveride for certain physics init functions PhysicsInit PhysicsInitMultiConvex PhysicsInitConvex PhysicsFromMesh PhysicsInitBox PhysModelCreateBox doesnt reset solid parameters Groundwork for PE changes Particle browser with previews for Particle Editor https://files.facepunch.com/rubat/2024/September16-554-RoughAsiansmallclawedotter.png Case sensitive include (Linux compile fix) Added hide_server cvar, sv_lan 1 will hide the server too Load particle editor first in -tools mode Fixed non left clicks in particle previews breaking the controls Prevent errors about missing materials in particle editor Improved particle properties panel https://files.facepunch.com/rubat/2024/September17-559-BestAnt.png Improve tools scrollbar styling Fixed a typo in the name of NPC:SetIdealSequence Fixed ENT:GetPreferredCarryAngles for `ai` ents not being called Added "use local space" to "Position Within Box Random" particle init Replace missing .png/.jpg image data with white color This would happen when a Material()'d .png file goes missing. It used to be undefined behavior.
57 Days Ago
Apply the fix for Panel.Exec on SetHTML'd panels This is probably wasn't affecting this branch, but still match the code Run render.UpdateRefractTexture during halo rendering Fixes garrysmod-issues/issues/6000 Delete constraints.lua Unused file Added sbox_maxconstraints and sbox_maxropeconstraints Both default at 1000, sbox_maxconstraints is for non rope constraints only, not ALL of them. Nocollide is considered a non rope constraint now for the sake of limits. Also fixed a bug where duplicated constraints would not be able to be cleaned up via Utilities > Admin or User Cleanup player.CreateNextBot sets the bot name by player_activate event Fixes for HL1 barnacle Added SetTarget1-4 to logic_choreographed_scene/scene_entity Pull Request: Search bar in icon editor + copy to clipboard Pull Request: TTT traitor button fixes Fixed CNPC_ControllerZapBall not doing damage Consistent returns from Sandbox tool Make* functions Minor clean ups in constraint library Bump max save game size to 16M (from 3) This is Source's save system, for level transitions Implement GetPreferredCarryAngles for `ai` type SENTs Disable -nulldevice Added NPC:SetIdealSequence Fix undoing nocollide constraint not restoring collisions Adds `disable_on_remove` keyvalue to `logic_collision_pair` Adds 5th argument to constraint.Nocollide - disableOnRemove Fixed duplicated nocollides not being cleaned up via No-Collides cleanup option Merged Pull Requests TTT: Minor updates to Turkish translations Optimized SortedPairs further Added properties.Remove( name ) Added surface.GetPanelPaintState returns a table with the following keys: * translate_x * translate_y * scissor_left * scissor_top * scissor_right * scissor_bottom * scissor_enabled
2 Months Ago
Apply Panel:SetHTML/RunJavascript restrictions from main branch
2 Months Ago
Try rolling back changes to `game.CleanUpMap`
2 Months Ago
Fixed DropEntityIfHeld affecting all players holding anything Implements `CHL2_Player::ForceDropOfCarriedPhysObjects`'s argument to actually work Also now affects Physics Gun, for consistency with other such functions. it is now an alias of `Entity:ForcePlayerDrop()`, and is deprecated in favor of it. Fixed Close Caption HUD being disabled by sethudvisibility input Update .gitignore Fix MatSelect erroring on select if not given a convar Added MatSelect.OnSelect and OnRightClick Improvements to PropSelect to match MatSelect Implement Panel:Clear Added OnSelect hook Added OnRightClick hook Fixed errors when not given a convar Added FindModelByValue Added SelectModel Fixed Lua errors when loading a save that had tools that no longer exist Pull Request: game icons in game list in main menu Updated HL1MP icon to match its Steam icon Display the command that is not bound in Hints, when no key is bound for it Pull Request: "SAM" support for TTT bans Update .gitignore Pull Request: util.Timer additions TIMER:Start() default first argument to 0 Added TIMER:GetElaspedTime() game.CleanUpMap() clientside now clears beams and temp ents Fix VBSP being unable to find sub instances in subfolders Prevent crashes with wireframe model rendering and high vert models Particle system changes Added: Set child control points from particle positions - set orientation Set control points from particle positions Set per child control point from particle position Remap Distance Between Two Control Points to Scalar - output is scalar of current value Remap Distance Between Two Control Points to CP Remap Percentage Between Two Control Points to Scalar Remap Percentage Between Two Control Points to Vector Set Control Point To Player - Use Eye Orientation Set CP Offset to CP Percentage Between Two Control Points Cull when crossing sphere Fix some compile warnings (Hammer) Ported even more particle operators from CS:GO C_OP_SetControlPointToImpactPoint C_OP_RemapSpeed C_OP_RemapCPtoVector C_OP_RemapBoundingVolumetoCP C_OP_RemapVelocityToVector C_OP_RemapCPVelocityToVector C_OP_RemapAverageScalarValuetoCP C_OP_RampScalarLinear C_OP_RampScalarSpline C_OP_RampScalarSplineSimple C_OP_RampScalarLinearSimple C_OP_NormalLock C_OP_SetControlPointRotation C_OP_SetCPOrientationToDirection C_OP_LerpVector C_OP_LerpScalar More csgo particle operators C_OP_RemapControlPointDirectionToVector C_OP_NormalizeVector C_OP_RotateVector C_OP_ClampScalar C_OP_ClampVector C_OP_InheritFromParentParticles New CS:GO particle initializers C_INIT_OffsetVectorToVector C_INIT_RemapSpeedToScalar C_INIT_NormalAlignToCP C_INIT_NormalOffset C_INIT_SequenceFromCP C_INIT_InheritFromParentParticles C_INIT_RemapInitialDirectionToCPToVector C_INIT_RemapInitialCPDirectionToRotation implement particlefield_rotation selector for PET
3 Months Ago
Fix thread pool on linux srcds betterer hopefullier
3 Months Ago
▍▇▇▋▌█ .▆▊▍▆▍▄▅▇▅ ▍▌▇▆▍▌ .▋▆▍▋▇█▄▍▇ ▊▌▄▉▊▊ ▋▇▄▋▌▇█▍▄▋ ▊▉▉▌▆ ▅▆ ▍▊▆▅ █▍█ ▄▅▊▉▊▄▄▊▊ ▉▆▉▆█▅▉▇▇▍ ▍▋▌█▅ ▅█▊ ▄▍██▆ ▇▉▋▊▋ ▌▆▍▋ ▄▍▄▉ ▋▌▌ ▌▄▌▋▉▍▋▅ ▊▉█▆█▍▊, ▅▄▍▅▋▊ █▌█ ▅▄▆▋ ▍█▉▇▉▌ ▆▌▉▋▋█ ▌▉▍▅ █▄█▋▇▋▄ ▊ ▊▅▅▇ ▆█▊█ ▊▍▆▆▍▄▊ ▊▊▌▊▇▅▋▌▅█ ▊▍▄▉ ▉▇ ▆█▍▊█▊▍▉, ▅▄▇ ▋▌▆▋▅▇ █▌ ▄▉ ▅▋█▍▇▄▌▊█ ▉▍▅▊▄▌▄█▆▍. ▋▆█▆▌ ▍▍▌▋ █▊ ▊▋█▌▅▋▉.▋▄▊▄▍▊█▇▉.▆▆▌ ▅▍ ▅▍▇▆ ▊█▉▍█▅▄▅ ▌▍▆▋▋▍▅█ ▊▅▆▊▇_▋▌▉█▊▉▍▆▋ █▌▄▉ █▆▍ ▋▊▉▄ ▋▌▉▅▋▉ ▇▋▊▆▄▊▊▍ ▌▊ ▄▉▋▉▅▍▅ ██▊▅█ ▌▉▍▉.▊▊▉ ▌▆▇▊▅▆▅▉█ -█ ▅█▊▊ ▊▍ -▆▍▍▌▌▋▅▋▄█▌▌▅▇▉ ▍▍ █▍▇ ▊▌▊ ▇▍▇▊▍▇ ▆▉▌▆▊▋▉▋▌▋▄ ▅▊▉▊▇▇ ▇▅ ▍▅█/▆▊▇▆▇ ▆▉▌█▅▅█ ▋▌▄▊ ▉▉▍▆▅▊▌ ▅▄ ▆▍▄ ▊▍▉▍ ▅▌▇ ▅▍█▇▇▅▍▇▍/▄▆▌▌/▆▊▌▉/▄▍▆▉ ▋▅▅ ▄▇▉▅ ▉▊▆▆ ▍▉▍▋/▅▆▉▄ ▅▇▍▅▌█▅▋▄▅▍▌▆ ▊▋▇▋▆ ▇▄ ▉▌▌▇ ▌▍▍▆▇▍▊▇.▉▌▄ ▆▌ ▄▇▉▅ ▌▅▇ ▊▇▍▆▋ ▉▍▍▍▉ █▇▉▉▆▌▉ ▌█▄█▊ ▇█▉▉▉▊▍▋▌ ▋▊█▊█▍▊ █▌ ▄▋ █▍▇▋ ▊▆▋▉▄▇▇▅ ▍▄▍▉ ▋▆▍▆▄▆▋▋▊▅ ▍▌▌▍▇▊▄ ▊▆█▄▋▌▇▍█ .▊█▇ ▉█▊██ ▍▆▌▋▋▅▅▊▅▉ ▇▍▊ ▄▍▋▄▇▋▉▉▍▇ ▊▇▉▉▆▇▄▊▆▇ █▄▄▋▆▌▄ ▆█▊▆▍▍ ▋▉ ▉ ▊▉▅▍ !▌▍▍▍▅ ▇▅▊▍▆▅▍▅▉▆▄▌▍ ▌█▋▇ ▄▆▄ ▋▇▌▍▋▋▉ ▉▇█ ▉▄ ▅ ▊▌▊█▇ ▅▉▇ ▌█▉▉▊ ▊ ▋▊▅▉▌ ▋▌ █▍ ▇▋▅▉ ▉▇▌▄▊▄ ▊▇▍ ▋_▇▍▍▊▊▌▍▆█▄▅▋▌ ▅ ▍▊▇ ▇▅ ▌▇▊▅▊▍▍ ▄▇▌▉ ▍▆▌▍▌▉▍▄▅▉▄ ▄▆▄ █▌ ▉▋▅▄▊▇▅▄█ ▊▌▆▋▊▌▊█▌ ▄▌▍▍▆ ▇▋▆▅▉▌▆█▅ ▆▅█ ▆▆▌▌ ▊▅▋█▆▋▊▇▉▋█▉█▍::▉▌▊█▋▇▇▅ ▉▅▅▆▊ ▄▉▆▉▇▊▄ █▋▅█ ▍▊▄▍▊▌_█▊▍▅▊ (▇▋▋ ████▉▊) ▇▄▄▉▋▆ `▅▄▍█▉▌▊▆▉/▅▆▇▉▊/▋█/▆▉█▆█▋▍.▅▉▍` ▅▉ `▅▍▉█▆▇▋▇▋.▉▊▋` ▋▉▆▇ ▆▄▌▌▍▌▌ ▉▅▉ ▋▇▅▋▍▉ ▊▄▄▊ ▊▌▅ ▆▍▇▋ ▊▍▋█. ▍▉▊▍█▅ ▇▊▇▄ ▍▇▊▉█▆▍▊ * ▄▄▊█ ▊▊ █▍▊▍▉ ▄▅▊▇ * ▄▌▋ ▉▌██.▇█▋ ▉▊ ██▊█ ▅▌▄▌▊▌ █▍▍▉███ ▅▆ ▍π * ▇▍▊: ▋▊▊ ▄▅▊▋▅▋▄ ▄▍█▄ ██▆▅▋▋▅█ ▌▉▇▍▍▌▇ ▉▊▆█▌▌▋ * █▋▌ ▆▌▊▊▌▍▉▄ ▇▍▊ ▍ ▋▊▅█▇▌ ▅▋▅▊ ▌▌▆█▋ █▉▆▋ ▍▉▇▉▍█▋▄ ▊▋▍▊▍▊▊ ▌▊▆█ ▉▍'▇ ▍▊▉▍ ▌█▇▅▄█▅▆ ▊▇ █▄ ▆▍▊▋█ ▍▆▍▍▅▊ ▉▅▅▅▋▋ ▊▊▊▍.▍▊▆▋-▉▊▉▉▊▍▆█▉ ▄▉▌▆ ▌▍█▉▍▊▌: ▋▄▌ ▇_██▄/▋_▋▅▇▇▇ ▄▍▇▊█▆▆ ▇▅ ▉▅▊▌▉▋▊▆▇ ▍▍▇▍█▋ ▆▅ ▆▍▉▊█ ▋▅▉ ▅▍▊▋▄▋█▉▊▉▋: ▊▉▍▆▅▉▋ ▇▇▍ ▅█ ▉█▇ ▄▆▌█▄ ██▇▇▌▍▉ ▆▆█▌▆▍ ▄▉▉ ▇▊█▅▋ ▇▌▉▄ █▅▆▋ ▊▅▊ ▅█▆▆▆▉█▅▍█▄▌▅ ▌▉█▍ ▌ ▋▉█▆ ▇▄▉▌▆▇▌ ▆▉▉▇▆▄█▋ ▇▇▋▆▆:▅▇▇▍█▆▍ ▊▇ ▍▍▉▅▍▅ ▆▊█▆ ▅▆▋ ▌█▉▌▋ ▅▊▊█▍▇▅▄
4 Months Ago
Add "Browse" button to env_spritetrail in Hammer Fixed Rollermine visuals when it is hacked Error handle invalid spawnlist data Fixed crashes when trying to draw sprite textures Fixed TEXTUREFLAGS_POINTSAMPLE not respecting TEXTUREFLAGS_NOMIP Fixed IMaterial:SetVector4D not using float inputs Fixed changelevel crash to do with ragdolls Fixed erroring material in EP1 (Stalker teeth) Update Kleiner and Alyx models Fixes Kleiner's idle animation to be the unique Kleiner one Prioritize EP2 animations over EP1 or default animations for Alyx (such gun holster animations) Dog model with episodic animations This makes Episode 1 intro map fully playable. Also fixes Strider vs Dog scene. Moved stalker_animations.mdl to overrides folder Merged Eli model with Episodic animations
4 Months Ago
Fixed Entity:RemoveAllDecals not working on players serverside Hide mat_reduceparticles warning in VBSP Do not reset $lightmap if the engine didn't set it in the first place. Fixed performance degradation with lots of static props Prevent potential crash with NWVars Fixed a copypaste error in edit_sky Replace debug.getregistry usage with RegisterMetaTable (Pull Request) Fixed crash with threaded addon file access Fixed compile warning in Bootil Squeeze a few frames from static prop rendering
4 Months Ago
Fixed crashes with npc_portal_turret_floor Bump .exe versions Updated language files Prevent stack overflows with InvalidateLayout( true ) from PerformLayout Will print a warning when it breaks the loop.
4 Months Ago
Limit flex counts to 1k to avoid crashing There will be a warning when the limit is hit now.
4 Months Ago
Undo flexcontroller changes to see if they cause the crashes
4 Months Ago
Rework flex controller limit fix to hopefully not crash for that 1 server Restore ENT.PhysicsSolidMask but this time with less crashing
4 Months Ago
Compile warning fixes Fixed crash with trigger_weapon_strip Fixed faceposer breaking after 384 different flex names were loaded in a session Now there should be no limit, and it doesn't preallocate 384 pointers. Compile warning fixes & add some missing .h files to the solution Fix VPC not generating project folders, fix missing project folders
4 Months Ago
This should do it
4 Months Ago
Try to make Linux happy
4 Months Ago
Fixed a whole bunch of potential crashes with NPCs in multiplayer when there are no players 3rd argument to NetworkIDValidated - ownerID64