userRubatcancel

4,917 Commits over 3,957 Days - 0.05cph!

5 Years Ago
super_phys_gun global state affects gamerules
5 Years Ago
Fixed Hammer crashing with model heavy maps
5 Years Ago
Added MaxHealth to NPCs that did not have it set Fixed certain NPCs like Combine Camera/Turrets, Nihilanth, etc ignoring ai_disabled
5 Years Ago
Fix potential crashes when hitting entity limit and trying to create flex/bone manipulators. Promoted "HTTP failed - ISteamHTTP isn't available!" to an ErrorNoHalt with stack to help identify what is causing the error message
5 Years Ago
Removed the addonID from "Addon X is creating errors", as it is a leftover debug thing
5 Years Ago
+use picking up props no longer bails and spits out a console error with sv_turbophysics set to 1 Gravity Gun can now successfully complete the upgrade process and is no longer a progression stopper on d3_citadel_03 Upgraded Gravity Gun can pick up stuff from further away, has SUPER sounds and can punt NPCs into ragdolls
5 Years Ago
Dedicated servers properly go into hibernation once all players have disconnected
5 Years Ago
Potentially fixed playing viewmodel animations from the server only not updating them on client properly in multiplayer
5 Years Ago
Fixed gestures playing at 2x the speed on Nextbot NPCs
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
Fixed JSON function precision for real
5 Years Ago
Fixed JSON function precision for real
5 Years Ago
Fixed players getting flinged unexpectedly, most noticeably with SetNoCollideWithTeammates enabled and standing in teammates
5 Years Ago
Fixed players on moving brush entities getting insta killed if inside each other with SetNoCollideWithTeammates( true )
5 Years Ago
Remove "Torque Limit" from ballsocket tool as it does nothing
5 Years Ago
Tracking Sandbox Camera now properly tracks players instead of tracking somewhere above them
5 Years Ago
Fixed walking on player heads not working correctly if SetNoCollideWithTeammates() is set to true and the 2 players are in different teams in teamID range 1-4
5 Years Ago
Avoid console errors when using PrintMessage with weird input
5 Years Ago
Fixed jumping animations playing on players when landing in multiplayer (Fixed extra GM:DoAnimationEvent calls with PLAYERANIMEVENT_JUMP)
5 Years Ago
Try to avoid unexplained crash to do with overflowing font cache and display a warning instead (Another "CUtlRBTree overflow" crash)
5 Years Ago
merge from main
5 Years Ago
Get rid of EffectData networking changes as they somehow cause crashes
5 Years Ago
Player.SetNoCollideWithTeammates( true ) no longer causes players with Team ID 1-4 to not receive melee damage from NPCs
5 Years Ago
Fixed merge blunder
5 Years Ago
Final merge from main
5 Years Ago
Final merge from main
5 Years Ago
merge 2
5 Years Ago
▇ ▊▆▇▉ ▇▌▄▌ ▋▆▊ ▊▆ ▋▉▉▌▍▌ ▌▋▇▆ ▋▋▉█ ▍▊ ▋▄█▄▆▆▉
5 Years Ago
▌█▉ ▅▄▉▇ ▉▋██▌▍▊ ▄▌ ▄▅▍█ ▋█ ▆▍
5 Years Ago
Kepp these changes on x64
5 Years Ago
merge 1
5 Years Ago
merge 1
5 Years Ago
Updated TTT: Fixed Duck key while spectating in roaming mode teleporting you to last spectated player (Community)
5 Years Ago
reload language on client, not server, oopsie
5 Years Ago
Reload language files just before Lua gets initialized, instead of just after
5 Years Ago
Debug prints for a certain network related crash
5 Years Ago
when you forget 1 file after commit
5 Years Ago
Fixed bad direct calls to PerformLayout() part 2 - InvalidateLayout( true )
5 Years Ago
Fixed bad direct calls to PerformLayout() part 1 - Baseclass calls
5 Years Ago
Added NextBot.OnEntitySight and NextBot.OnEntitySightLost
5 Years Ago
surface.DrawTexturedRect(UV) works with poster command nicely surface.DrawCircle looks less shit and it's color argument is now optional
5 Years Ago
Fixed a crash issue with Nextbot's vision module Lua Nextbot's vision module get's created on Spawn Use TransColor, not TransAlpha for prop fading
5 Years Ago
Moved static prop lighting update to a separate argument of util.RedownloadAllLightmaps, hopefully fixed a rare crash with it
5 Years Ago
"stack" argument for OnLuaError
5 Years Ago
Added safeguard to CMDLCache::GetStudioHdr from CSGO for an unknown cause crash
5 Years Ago
You can now add a spawnmenu label by right clicking empty space in the spawnlist
5 Years Ago
Increased precision of doubles in util.TableToJSON
5 Years Ago
Increased precision of doubles in util.TableToJSON
5 Years Ago
Added Filter text field to console UI, direct bindings to con_filter_* stuff