repoGarrys Modcancel

8,596 Commits over 3,256 Days - 0.11cph!

6 Years Ago
▅▅▋▊ ▇▆▍▄ ▉▉▇▌ ▄▋▉ ▅▇▍▅▅▊▇ ▍▋▊▇▊'▆ ▆█▌ ▉▉ ▄▆█▌ ▊▊ ▇▇▍▉▍ ▊▋▉▉▇█▇▉ ▇▅▆▋▆▄▄
6 Years Ago
bootil uint64 format strings
6 Years Ago
proper parsing of GMAs on 64-bit linux/mac
6 Years Ago
ship chromium_process_x64 to correct dir
6 Years Ago
IGModAudioChannel:IsValid now properly reflects the validity of the sound channel (instead of testing existence of the Lua objecct) IGModAudioChannel.__gc now also sets the userdata to NULL to avoid crashing, just like Stop() does Most IGModAudioChannel now also check for channel validity
6 Years Ago
linux steamworks script
6 Years Ago
more vpk
6 Years Ago
don't use prehistoric vpk.exe
6 Years Ago
preview = 0
6 Years Ago
steamworks scripts
6 Years Ago
Fixed a rare crash with npc_combie_s trying to shoot a gun they don't have Added a potential fix for AI pathfinding crash
6 Years Ago
new windows vpc build
6 Years Ago
Bump maxiumum key length of key values in bsp to 64 (from 32)
6 Years Ago
scm memes
6 Years Ago
linux buildscripts
6 Years Ago
windows build scripts
6 Years Ago
Reenable monster_bigmomma hp recovery system
6 Years Ago
important todos, steam.inf
6 Years Ago
kill soundemittersystem.vpc.vpc_cache
6 Years Ago
Update surfaceproperites.txt to remove some entries to fit the 128 entry limit Added a fixed version of materials/models/v_gauss/glovechrome.vmt
6 Years Ago
Fix compile error TTT GetClassHints change
6 Years Ago
NavMesh places support in Lua Added CNavArea.GetPlace() = string Added CNavArea.SetPlace( string ) = bool
6 Years Ago
Nav file errors now properly display the actual error by name, not error ID Fixed nav file error 4 (out of date) being displayed when the nav file is in fact up to date.
6 Years Ago
Changed capitalization for 2 keys in util.GetSurfaceData
6 Years Ago
util.GetSurfacePropName now returns "" for out of bounds inputs (Like it does now for non existent 0-127 input values) Added util.GetSurfaceData() = table Removed textures from the models/ folder in the .vpk
6 Years Ago
Added SetQuadraticAttenuation, SetLinearAttenuation, SetConstantAttenuation, and their getters
6 Years Ago
CLuaEmitter.Add will now also initallize startSize You can now ignite ragdolls Updated TTT to its latest version
6 Years Ago
Fixed Player and Entity.__newindex crashing the game when assigning non string keys onto those entities.
6 Years Ago
Added input.GetKeyCode, works opposite of input.GetKeyName
6 Years Ago
Keys in mount.cfg are now marked as mounted ( for IsMounted() ), if they are in the list of mountable games mountdepots.txt will now be automatically created if it doesn't exist so dedicated server owners can edit it
6 Years Ago
Entity.GetInternalVariable now supports all field types as GetSaveTable/SetSaveValue does
6 Years Ago
Added Half Life Source CLASS_ enums
6 Years Ago
Subtle TreeSway for gm_construct skybox trees
6 Years Ago
Fixed crash issues with CNewParticleEffect.AddControlPoint and CNewParticleEffect.StopEmissionAndDestroyImmediately functions when they were used with NULL owners
6 Years Ago
osx sdl builds compile
6 Years Ago
osx messagebox
6 Years Ago
inputsystem uses SDL2 framework
6 Years Ago
sdl/osx joystick stuff
6 Years Ago
remove GetCursorPosition hack for SDL osx builds
6 Years Ago
sdl2 merges