userRubatcancel

5,847 Commits over 3,622 Days - 0.07cph!

6 Years Ago
Entity.SetSaveValue can now handle array fields, just like GetSaveTable()
6 Years Ago
Added PhysObj.GetPositionMatrix() Added Entity.GetWorldTransformMatrix() Entity.GetSaveTable now works properly with most array fields ( Will show up as 1-based table in Lua )
6 Years Ago
JSON functions now can handle \0 properly
6 Years Ago
JSON functions now can handle \0 properly
6 Years Ago
Fixed HTTP() cutting off post body at the \0
6 Years Ago
Added proper distance check and entity validity check for all properties
6 Years Ago
All properties now have proper target check Distance check, general entity validity check
6 Years Ago
Refix treesway to use actually unused register in vertexlitgeneric
6 Years Ago
prop_vehicle and prop_vehicle_driveable are now considered Vehicles by Lua
6 Years Ago
NEWLINE for CEngineSoundServer::PrecacheSound warning
6 Years Ago
Fixed weird fog issues with recent shader changes
6 Years Ago
▄▉▉▊▉▋▅ ▍▌▅▉▊▌ ▍▍▄▇▄▋▋ ▌█▅▋ ▍▌▇ ▆▋▇▉ ▋▄ ▇▌▇▋ ▍▋▉▆▋▄▋ ▅▌▌█ ▌▋▄▊ ▉▌▌▉▇'▌ ▋▊▇▌ ▅█▊▋ ▉█▅ ▊▇ █▆▅▉▄██ (▊▄▄, ▍█▄▇▍▅▆▉▆▍, ▌▅▄▅▇▉▉▅)
6 Years Ago
Updated all shaders (recompiled) and added support for $treesway (cl_tree_sway_dir only for now, Alien Swarm version)
6 Years Ago
Fixed some shaders not compiling due to missing dll
6 Years Ago
█▇▆▅█▅▍ █▊▌▊ ▆▊▊▍▅▄▊ ▊▉ ▊█▍ .▄▆▄ ▄▋▍▅█ (▊▋ ▊▄▊▄ ▌▆▌▉ █▌▄▅'█ ▄▉▄▇▇▇ █▄ ▌▄▇▆▌█▄ ▆▉▉█▍ ▉▄▉▇▄▆ ▇▋▄▆▊▌▍)
6 Years Ago
Updated shader build scripts to work without source sdk
6 Years Ago
Added CTakeDamageInfo.__tostring CTakeDamageInfo.GetDamageType now properly returns an unsigned int Added DMG_SNIPER and DMG_MISSILEDEFENSE
6 Years Ago
Blind attempt to find a crash in CCollisionEvent::ShouldCollide Fixed FL_ANIMDUCKING not resetting when entering a vehicle Fixed the custom use button trace to not hit the player Restored Gib Model functionality of func_breakable from HL1 GitHub: Added player.GetByAccountID( id ) Updated language files
6 Years Ago
Add filter to FindUseEntity trace oopsie
6 Years Ago
Restore encoding
6 Years Ago
Added 12mmRound ammo type from HL:S Houndeye changes from upstream - auto squads on spawn, better solo houndeye behavior? Fixed purple blood color on HL1 aliens Resolved soundscript conflict with HL2 and HL1 turrets Changed translations for turret classnames to better differentiate which is which
6 Years Ago
HL1 sound stuff Turret classname translations changes to differentiate which one is which HL1 stuff for chapter names and whatnot HL1 Sentry soundscripts
6 Years Ago
Fixed HL2 barney appearing on HL1 map c1a1 Fixed HL1 and HL2 episodes not displaying their chapter titles and other on screen text GitHub: skill.cfg minor changes to match HL2 more language entries for entities
6 Years Ago
Restore encoding
6 Years Ago
Fixed a potential crash issue with Half Life Source monster_*_dead NPCs Fixed model of monster_hevsuit_dead
6 Years Ago
npc_sniper no longer becomes pacifist after one player kill
6 Years Ago
Fix a crash issue with monster_flyer
6 Years Ago
full merge from main/
6 Years Ago
player model icons
6 Years Ago
new spawnicons 2/2
6 Years Ago
Removed some 128px unused by default spawnicons, and adding new spawnicons for the new spawnlists. (1/2)
6 Years Ago
Updated TTT to its latest version ( Ironsights on reload changes )
6 Years Ago
Updated localization files
6 Years Ago
monster_tentacle better fix
6 Years Ago
Better monster_tentacle fix
6 Years Ago
full merge from main/
6 Years Ago
full merge from main/
6 Years Ago
Fixed monster_tentacle not dealing damage properly
6 Years Ago
Updated particles_manifest to include ALL default shipped particles Moved "mod_studio: MOVETYPE_FOLLOW with no model." warning to developer level 1
6 Years Ago
Reverse changes to NPC.GetTarget and NPC.GetEnemy return values as it causes unforeseen problems with existing mods
6 Years Ago
▌█▌▇▅▋█▉▅(▆▇) ▌▅█▋▉▊█
6 Years Ago
Git: * Better/Faster implementations of SortedPairs and similar functions * weapon_medkit now heals up to max health properly, and lag compensates when used by players
6 Years Ago
Clean up table.lua a bit
6 Years Ago
Git: * TTT: Spectator HUD changes * DNumberScratch: decimal changes for the pop up window + shift to freeze zoom * PrintTable wil no longer try to print the table its currently printing
6 Years Ago
DNumberScratch zoom freeze Press SHIFT to freeze zoom at current level.
6 Years Ago
Return type consistency for Entity.GetRagdollOwner
6 Years Ago
Type consistency for Player.TraceHullAttack, Player.GetObserverTarget, Player.GetRagdollEntity Player.IsFullyAuthenticated no longer returns the player object by doing something very wrong in singleplayer or for local server host Type consistency for NPC.GetEnemy, NPC.GetTarget, NPC.GetBlockingEntity, NPC.GIve
6 Years Ago
Stop resetting player gravity when using ladders
6 Years Ago
Added ConVar support for plydmg, npcdmg and maxcarry keys of game.AddAmmoType()
6 Years Ago
Fix GetAnimInfo bailing on valid entities