userRubatcancel

6,270 Commits over 3,898 Days - 0.07cph!

5 Years Ago
Cherry pick fixes
5 Years Ago
point_teleport - Added the episodic "tp into crouch" spawnflag, Added TeleportEntity & TeleportToCurrentPos inputs from GO branch All of the above is added to the Hammer Editor as well
5 Years Ago
cherry pick fixes
5 Years Ago
cherry pick fixes
5 Years Ago
Debug stuff for GetColorForSurface
5 Years Ago
Fixed util.Base64Decode crashing the game with invalid characters in input
5 Years Ago
Fixed util.Base64Decode crashing the game with invalid characters in input
5 Years Ago
merge from main
5 Years Ago
Underwater sounds no longer play when dead and player's camera is not underwater
5 Years Ago
npc_barnacle clears the entities it spawns when removed npc_barnacle no longer crashes the game if it is missing its "tongue" entities
5 Years Ago
Dying to HL2 leeches no longer keeps playing the leech sounds until you respawn, dying above water with leeches also no longer plays the leech sounds when you fall underwater while you are dead
5 Years Ago
merge from main
5 Years Ago
▉▄█▌█▆█▋ ▊▌ ▇▋▇ ▅▍▉▋▄▍▉▋ ▋▌█▅▊▇▆ ▊▉▄ ▇▅▅▅▊, ▌▊▇ █▆▇ ▇▇ ▉█▅ ▍▍▌
5 Years Ago
Updated localization files
5 Years Ago
The game now properly loads UTF-8 text from .properties files
5 Years Ago
Increased width of the "Save changes" button in spawnmenu for localized strings to fit in it Altered Sandbox notifications font for non English text to not look like utter trash
5 Years Ago
Do not load models with version < 0 (Fistful of Frags corrupted model crash)
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
Reduced default voice chat gain/multiplication from 10x to 2x to decrease gain artifacts
5 Years Ago
Addon custom spawnlists, Game props and Addon props lists are now read only
5 Years Ago
Failed to read addon %i => Failed to read addon file %s
5 Years Ago
merge the fixes from main
5 Years Ago
Entity.Remove() no longer sets FSOLID_NOT_SOLID while in a Physics callback
5 Years Ago
5 Years Ago
Disable removal of particles from game.CleanUpMap()
5 Years Ago
Disable deletion of particles in game.CleanupMap entirely
5 Years Ago
different approach to delete OB particles on map cleanup.
5 Years Ago
Base gamemode: Do not try to draw view model hands if they have no parent, fixing view model hands sometimes floating unattached to the viewmodel, notably when exiting vehicles.
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
merge from main
5 Years Ago
Only register a model clientside if it wasn't already loaded by the server (ents.CreateClientProp)
5 Years Ago
Disabled the weight hack for ragdolls - causes problems with posing for people
5 Years Ago
Fixed studiomdl.exe (and probably others) ignoring -game parameter
5 Years Ago
DCollapsibleCategory now shows a tiny icon when it is collapsed, telling the player it is collapsed and not empty.
5 Years Ago
Undoing in TextEntry also restores the scroll amount, fixing weird behavior in certain cases (issues/1588)
5 Years Ago
Update constraint.lua
5 Years Ago
Constraint library also removes NULL entities from ConstraintSystem.UsedEntities
5 Years Ago
Add more explanations about comments in the mount.cfg file itself to maybe hopefully help people to figure that out
5 Years Ago
Reenabled weight/mass hack for Physgunning ragdolls which is already used for props/etc
5 Years Ago
Calling ents.CreateClientProp with a model with no physics or no model (and setting it later) will no longer bail mid initialization and cause problems such as the prop not receiving flashlights light at all, etc
5 Years Ago
C_BaseEntity::SetModelIndex no longer fails with < -1 indicies (clientside only dynamic models) UTIL_IsValidModel (util.IsValidModel) no longer returns false for precached clientside only dynamic models ents.CreateClientProp automatically precaches the model it is given
5 Years Ago
ents.CreateClientProp's entity properly initializes its world matrix
5 Years Ago
steamworks.FileInfo fileid field is 0 instead of some big number for SteamUGC items
5 Years Ago
Added effects.GetList() (Community) game.AddAmmoType() no longer fails silently if given bad ammo type name, and the ammo type name is no longer case sensitive (Community)
5 Years Ago
Added SetTooltipPanelOverride Toolmenu filters expand categories
5 Years Ago
Constraint lib minor fixes & improvements Updates "constraints" var on the constraint system when it matters Fixed constraint.Pulley comparing one of its arguments to a global Fixed constraint.Hydraulic's 4th retval always being nil Removed reduntant usage of GetTable() Rid of some unused locals
5 Years Ago
constraint library minor improvements and fixes