branchgarrysmod.main/x86-64cancel

678 Commits over 1,096 Days - 0.03cph!

Yesterday
Try changing LZMA compression length calc again so its good on 64bit
Yesterday
Minor changes Try to scale NPC eye pupils with head/model scale * Seems to kinda work? Inflator tool tweaks * "Fixed" it being able to hit NPC bounding box (Made it ignore hull traces entirely) * Added replacement material for the effect that supports transparency * Updated the inflator effect so you are able to see what you are doing. It will also look different between inflating/deflating TTT: Use replicated convars instead of global nwvars (Community PR) Add another text step in loading when connecting to servers Mine changes with font code Update fps_max_menu and nofocus logic a bit (and block them from Lua) Many minor merges from TF2 SDK * Fixed minor compile warnings, removed unused variables, etc. More minor changes Remove usages of FIELD_CLASSPTR Initialize GCudata::unused2 with 0 Added new optional argument to steamworks.GetList - search string * Also makes "userID" argument optional. (Can give it nil) Fixed LZMA decompression size calc on 64bit
Yesterday
SRCDS: Do not call SetWindowPos if within console app, apply SWP_NOMOVE
Yesterday
Remove another call to AllocConsole()
2 Days Ago
Build and ship srcds_console.exe (Windows only) * It is a console app, so it will not spawn a new console window. Does NOT require `-console` launch param, and can just be ran from the .exe directly. Remove engine_no_focus_sleep, add fps_max_menu, fps_max_nofocus * Easier to understand "Max FPS" than "sleep time". Defaults to 60 in menus, 20 no focus (same as 50ms no focus before) Hopefully fixed "tried to create stringtable twice" Fixed Hammer crashing on exit with DX8 rendering Force Hammer to mat_dxlevel 95 Fix resource files? again? They had UTF16-BOM encoding? somehow? CR => CRLF line ending for the broken resource files * Why did it even change by itself? What's going on??
4 Days Ago
math.sign => math.Sign, && => and
4 Days Ago
Disable flashlight offsets for viewmodel when using attachments Make vcr_verbose blocked and a cheat + Minor cleanups Fixed potential crashes with stringtables Fix double "scripted_ents library is not a table." warnings Fix couple of compile warnings in tools Fix Linux SRCDS compile error Fixed Lua state corruption Minor cleanups + whitespace cleanups Make loading screen dialog have static height again * Simpler, fixes a few issues, potentially helps that one guy who would "Style around the box" on their loading screen. Minor cleanups Merged Pull Requests * Added env_detail_controller to FGD * Micro optimizations for Thruster effects * Added math.sign * string.ToColor can now accept inputs without alpha channel Swap colors in snd_show, add SV/CL prefix Implement fade time stuff for multiplayer client prop => ragdoll gibs * Also fixes them not being cleaned up on map cleanup Pull Req: Minor changes to prop_effect rendering (Community Contr) Added a safeguard when unable to allocate memory for map lighting
9 Days Ago
Fixed 3D view selection in 64bit Hammer + minor fixes More minor Hammer fixes Even more Hammer and 64bit related fixes and merges More Hammer Cleanups * Prevent hammer from writing raytraced preview to .tga files, seems unnecessary? Minor fixes for 64bit builds Fix L4D2 navmesh loading Fixed pointless compile warning Replace loading dialog .res files with a single file * No need to have 3 different files that have the same layout, just have the one. Loading screen progress tweaks * Show WorkshopDL text in two lines * Loading screen dialog automatically extends itself to fit 2 lines of text when needed * Added more loading screen steps to clarity, such as "Loading the map" after WorkshopDL Add 5th optional argument to Entity:Dissolve - delay * It's a weird delay though, it still makes some particles until the start time, maybe could be interesting Placeholder fields in mstudiobbox_t Added 2 new STUDIO_ enums * STUDIO_SKIP_FLEXES * STUDIO_SKIP_DECALS Generate correct default config for 64bit Hammer Fix cl_showents crashing on SRCDS Fix dual version resource in gmod_launcher
10 Days Ago
Added Insurgency map category Groundwork for BSPZIP compression support Added support for -embed to VBSP Make LZMA methods static Minor cleanup GM:PostPlayerDraw throws non halting error when too deep Another consistency pass for resource files * Remove the word "Launcher" from launcher file descriptions - I thought task manager would show "Product Name" field, not "File description" field. * Make all resource files provide a single language ID (was previously US or UK english, sometimes German and Canadian English?) * Updated tool icon slightly * Add icons & version info to all compiled .exe files by our build system Build 64bit gmad/publish, add icons/version, fix some compile warnings Build Hammer 64bit Fixed a bunch of Hammer 64bit runtime crashes L4D1 .nav files now successfully load Added new code signing tool, and adjusted workflow files to have necessary environment variables during pipeline runtime for authorizing with the new system (#2) Minor cleanups Check for empty strings when getting sound duration Reduce verbosity of the new codesign tool
15 Days Ago
Fix HLMV/HLFaceposer crashing due to modern control styles * Apparently windows API bug where GetClassInfoExA returns garbage? Minor cleanup Fixed StudioMDL crashing More compile warning fixes
16 Days Ago
Fix steamworks.GetDownloadedItems returning nothing sometimes * When subbed item count == downloaded item count Resolve some pointer truncation issues for 64 bit builds Minor merges from x86-64 Fixed a number of 64bit compile warnings More 64bit compile warning fixes More compile warning fixes & TF2 SDK merges More 64bit merges & fixes Added Player.GetFlashlightColor Added new Hammer inputs from TF2 * SetModel, SetCycle, SetPlaybackRate Remove con_logfile from code * Fixes complaints about it missing when running certain commands Cache sound durations to avoid file parsing every time Apply some more Windows manifest changes from TF2 SDK * Use modern common controls stylings * Mark as DPI aware to avoid our window getting scaled More 64bit fixes Prevent give concommand creating certain entities More 64bit compile warning fixes Fix crash with lua_dumptimers_cl when timer names are very long
17 Days Ago
▄ ▌▋▄█ █▍▄▇█ ▇▆▉█▌
17 Days Ago
Clamp engine sleeping to 0-200ms, undo doubles for m_flMinFrameTime
18 Days Ago
Some model related merges from TF2 SDK/main Throw on some debug output
18 Days Ago
Re-hide the recently unhidden "Failed to load" messages on Windows Pull some minor changes for datacache from CS:GO * CDataCacheSection::EndFrameLocking mutex Fix some more prediction errors * HL1 357 & crossbow zoom * HL2 crossbow zoom Fixed prediction errors with SLAM * Also fixed it not using world clicker aim angles * Fixed it trying to play non existent TripmineGrenade.StopSound * Disable unused "attach satchel" code (different from attach tripwire) * Disallow switching to tripwires or back while throwing/attaching slams Fixed prediction errors with HL1 satchel Predict hornet gun ammo regen Groundworkd for HLS RPG prediction error fixes (req networking changes) Rework missing Steamworks API checks * Check more APIs that we use, rework the code to deduplicate the error messages, include more useful steps to try to fix the issue, remove obsolete tips like "ClientRegistry.blob" Fix 64bit high curtime HUD animations Turn some stuff to doubles in relation to networking * Remove CEngine::m_flFilteredTime and m_flLastRemainder (unused) Add VPROF to CLuaGamemode::CallReturns Pull some minor changes for datacache from CS:GO * CDataCacheSection::EndFrameLocking mutex NPCs ignore spectating players Various changes from TF2 SDK * Adds CFuncNavCost::InputToggle Hammer input * Various fixes Restore hud_draw_fixed_reticle as alt texture for default crosshair Add Projects only build script for windows
21 Days Ago
Delete old VPC after generating VPC project on Linux
21 Days Ago
Copy compiled VPC over the one used to generate VPC project
21 Days Ago
Fix gmod_launcher using wrong path for version.h
21 Days Ago
Remove duplicate cdll_int.h in engine.vpc Merge some missing changes from main Reduce alloc size in CGameClient::WriteGameSounds Hacks for P2P * I HATE this Update Steamworks API to version 1.64 Added "Downloaded" category to Addons menu * This lists ALL locally downloaded workshop items that are not currently subscribed to, such as those from server downloads (WorkshopDL) and steamworks.DownloadUGC * It also (unfortunately) appears to contain downloads for other Steam users on the same PC * You are able to mark stuff unused from the menu without having to wait for 2 weeks to for Steam to automatically delete the server downloaded content
24 Days Ago
Add debug output to VPC warning
24 Days Ago
Fix MacOS not rebuilding VPC
24 Days Ago
Merge some changes from main * VPC change, minor VPC script changes * Fixed tier1, tier0 exclude VPCs causing warnings during project gen
24 Days Ago
Enable STUDIO_DRAW_NO_SHADOWS for particle models "Render models" particle renderer sets up model lighting * Copied what "render_blobs" does from Portal 2. Nullout some render structs on creation Add NULL check to CBaseEntity::GetLuaEntity() Added Insurgency (Standalone) to mountable games list Some base_npcs.lua placeholders Fixed clients getting stuck on loading screen sometimes * CNetChan::UpdateSubChannels() used integer math to decide how many fragment packets to send, the default value wasn't a multiple of the FRAGMENT_SIZE, so the last fragment was basically discarded. Now we account for that by ceil()-ing the number after calculating it using floats * Changed net_maxfragments to be a multiple of FRAGMENT_SIZE (28000=>24576) Fixed re-selecting ragdoll with Faceposer corrupting values Fix workshop support when Steam throws errors * When Steam throws errors during subscription info gathering. Prevent corruption of the net channel due to fragments * Perform some self-tests when sending fragments over the wire. * Especially if some brainiac decides to bypass net_maxfragments limits Make concommand.Add errors non halting Combine mines ignore dead players * Also changed where "ignore players" setting is checked for hopefully more performance. Minor changes * Make "Growing CNetChan Buffer" a DevMsg, not DevWarning * Fix "Corrupted fragment start marker!" detection Fix Faceposer creating one extra convar * Its 0-95 for 96 total, not 0-96 for 97 total. Added physenv.Set/GetTimeScale() - shared * `physenv.GetTimeScale` functions will NOT take `(cl_)phys_timescale` into account, similarly to `game.GetTimeScale` and `host_timescale` Improvements for CustomAmmoDisplay support * Adds support for "SecondaryClip" in CustomAmmoDisplay table.
29 Days Ago
Turn host_state.interval_per_tick into double * Fixes 64bit builds specifically truncating curtime to floats
29 Days Ago
Remove "invalid sequence ack nr" check * Gives false positives Use center of physObj AABB for ragdoll light origin Prevent Entity:Spawn() on already spawned vehicles * This fixes a graceful exit which fixed a memory leak Fix APC gun effects not working for driver in multiplayer * Also made it use airboat muzzleflash for player drivers so its not as blinding in first person view Disable static prop physics scaling Crashes on dz_sirocco without USE_POLYSOUP
30 Days Ago
Fixed regression with PhysicsCollide hooks double support internal variable entity funcs Nullout solid_t on creation Fixed a crash with ragdolls when spawning in teleport triggers
31 Days Ago
network_test changes
31 Days Ago
Fix airboat camera always forcing view forwards Try to improve APC sounds * Fixes missing boost sound, fixes high speed slowdown not playing, fixes resume gear sounds not playing Fixed some oopsies with recent changes that break ents.Iterator
32 Days Ago
Fix prediction errors with finger poser & duplicator Fix more prediction errors * Bugbait right click Include missing SLAM sounds as fallbacks Fixed light origin on base view models * Fixes the view models going just black when crouching or hugging a wall Apply ragdoll light origin change to player death ragdolls Fixed studiomdl crashes with .smd files accessing OOB bones * Apparently SMG1 view model sources are corrupted and crash studioMDL * This happens when .smd file tries to apply animation to a bone that is out of bounds Minor studiomdl cleanups
32 Days Ago
Disable static prop physics scaling for this beta * This vphysics version really doesn't work well Remove duplicate m_flTimeWeaponIdle in prediction table Remove obsolete strings from garrysmod_english.txt Minor cleanup Limit render.ModelMaterialOverride to non depth passes * render.ModelMaterialOverride will no longer override current override type Fixed prop spawn effect in depth pass with parented props * bonemerged weapons on NPCs was breaking depth pass Fix DrawModel call arguments in base game Lua code * Nextbots, SNPCs, TTT SENTs, some other bits
35 Days Ago
Minor cleanups Make spawnmenu APC indistructible * Adds new ability for vehicles in spawnmenu to set health. Make APC gibs actually despawn like intended Add fixed APC gibs models * Fixed light origin and hitboxes for the fire effect Move prop_vehicle_apc string to .properties
35 Days Ago
Fix a typo in base.fgd ambient_generic APC/Jeep updates underwater state for the driver Update "Failed to allocate optimal read buffer" warning Add Combine APC to spawnmenu * Using a custom vehicle script derived from jalopy Disable poseparam interpolation for vehicles in singleplayer * This makes wheels not lag behind the physics objects, and paradoxically looks more consistent with multiplayer APC can no longer just drive underwater Update Combien APC model with more suspension travel Fix warnings about "two path IDs" during loading saves More minor cleanups Update localization files once more
36 Days Ago
Remove r_lod from dxsupport.cfg * Also added descriptions to relevant convars * Reduce ATI/NVIDIA unknown mat_forceaniso to 8 from 16 Fix skipped shadow updates breaking further flashlights Fix Lamp becoming missing texture for split second after dupe Fixed alphatested brushes not rendering in SSAO pass Add r_DrawModelLightOrigin to console quick actions Fix light origin on weapons for local player in 3rd person Remove headtrack_reset_home_pos from newbindings.txt Fix Gravity Gun crashing clientside More minor fixes
36 Days Ago
Apply numerous safeguards in game code * Prevent effect entity leaks with CPhysicsCannister for example Lets try undoing changes to CFuncMoveLinear
37 Days Ago
Bump exe/dll versions and make it easier to do so Fixed gravity gun acting up again Update localization files
37 Days Ago
Added some self checks in launcher DLLs * Probing for potential issues with deep install locations, maybe this is why some clients can't init CEF on game launch? * Bumped PATH buffer in the launcher DLLs Many minor cleanups More cleanups Added some bounds checks to networking code Make ragdolls respect setlightingorigin input again Double bone cache limit
38 Days Ago
Update default spawnlists a little * Replaced barrel model to a destructible one, added the 2 CS:S paining models that had their textures fixed recently Fixed Player:Lock and server spawns causing drowning noise FGD cleanups * Remove fireballsprite from env_explosion (never did anything) * Remove coldworld and xbox specific fields from worldspawn * Remove WaveHeight from func_water_analog * Remove SetLocatorTargetEntity from player_proxy entity * Turn some number fields/inputs from strings to floats Fixed crash due to recent physgun beam changes Show end of the URL in HTML panel messages
39 Days Ago
Apply some checks to CBoneCache
39 Days Ago
Block setinfo concommand Try to prevent infinite loops in model animation code Apply "boing" jigglebone fix from TF2 SDK PRs * Fixes some models becoming invisible due to jigglebones * ValveSoftware/source-sdk-2013/pull/1721 Fix crash with dropship at entity limit w/ strider container Minor changes & cleanups Adjust airboat flashlight * Make it a bit brighter, make it shine a bit father, and fix weird horizontal cutting off due to vertical FOV More nullptr checks for when at entity limit * Stalker, Combine Cannon effects More cleanups for consistency Fix inverted condition on some Lua funcs, oopsie Disallow physics functions on players * Is there any reason to allow this? Add VPROF scope to IsPhysicsObjectValid Remove VPROF from GetType (& minor cleanups) Get rid of remaining CSteamAPIContext references * Enables updating Steamworks SDK to latest versions * Maybe fixed getting notifications in chat for already unlocked achievements Only disallow SOME characters from concommand names * Spaces, newlines, tabs, etc., for backwards compatibility with poor decisions in the past More cleanups * Deletes CPropAirboat::CreateAntiFlipConstraint (unused) * Delete unused fields on some tempents clientside Restrict control characters from concommand names as well * Surely no language uses those, I think concommand.Add throws error when giving invalid params Rollback changes to Player::GetEyeTrace * it causes bugs with existing mods, and the perf gains on client are negligible. On server, well, it causes bugs with existing mods Minor cleanups Force ragdoll light origin to the first physics bone * This fixes strider and some other models appearing black after spawning Fixed light origin on a bunch of PHX props * So when the props are spawned, they don't turn pitch black immediately or at certain resting angles * ~200 models affected Update some other model illumpositions * Seats, that one crate gib, alyxgun and annabelle * Fixed normals on stunstick world model Include notification font reduction * Somehow it was never included in the previous HUD related commit
43 Days Ago
Disable physics scaling optimization * it does not work correctly with some props with x86-64's vphysics
44 Days Ago
Apply a mitigation for compression bomb in networking * Thanks to the people who reported the details of the exploit
45 Days Ago
this probably fixes it
45 Days Ago
Fix bad merge
45 Days Ago
Minor changes to entity classes Deletes C_BaseAnimating.m_bNoModelParticles (unused) Makes C_BaseEntity::m_fEffects, m_nRenderMode and m_nOldRenderMode private Removed C_BaseAnimating.SaveRagdollInfo, RetrieveRagdollInfo, m_bStoreRagdollInfo Moved some private/protected members around a bit (C_BaseEntity, C_BaseAnimating) Minor changes & cleanups * CBaseServerVehicle, CPropVehicleDriveable, CBaseAnimating rearranged some fields * CBasePlayer - rearranged some private fields * CHL2_Player - deleted UpdateLocatorPosition, SetLocatorTargetEntity, m_vecMissPositions, m_nNumMissPositions, m_AutoaimTimer, m_hLockedAutoAimEntity, m_hLocatorTargetEntity, m_flTimeNextLadderHint, DisplayLadderHudHint * CLogicPlayerProxy - removed defunct SetLocatorTargetEntity input * Restored mega grav gun armor reduction with hl2_episodic 1 Make "Unable to load module" give a reason in Windows More player and localplayerdata field reordering More field reshuffling * Deletes Panek::m_nHorizontalGradient, m_nVerticalGradient, m_nHorizontalGradientR, m_nVerticalGradientR (unused fields) Added ProjectedTexture:Get/SetSkipShadowUpdates Prevent invalid data in spawnmenu lists breaking search * Such as erroneously setting a weapon entry to a string or something Restore airboat speedometer thing Make "ProcessServerInfo failed" kick show a popup Update dxsuppor.cfg with some changes from HL2 cl_detaildist to 4096 high model & water detail for unknown cards Fixed r_rootlod with high numbers crashing the game Update default detailsprite material * Remove alpha testing and fix alpha fading of the detail sprites (rather than on/off "fading") Add missing CS:S painting textures Fixed $treeswaystatic not being copied to DepthWrite Add density sliders to fogui Undo changes to player_info_s CFixedCommandStorageBuffer bounds check Prevent NPE crashes with creating physics too soon * Entity:PhysicsInitBox and Sphere affected. Will throw console warning. Alias func_simpleladder to func_brush * Fixes L4D ladders not working Prevent infinite loops from EntityEmitSound hook Fix drive system not working fully in TTT Some HUD adjustments * Use 1440p HUD font size for 2560x1660, 4K remains unchanged * Make the notification font text slightly smaller, now better matches sizes between 1080p and 1440p with how it used to be @ 1080p Make Voice HUD use its own font + positioning fix * The voice panels no longer overlap ammo HUD at high resolutions
46 Days Ago
Minor changes to overlay rendering from CS:GO Batched overlay rendering support Merge normal calc for overlay stuff from CS:GO Static prop physics scaling Fix some air being considered water on CSGO dangerzone maps * It was partially fixed for grenade clips, now fixed for drone clips r_staticpropinfo 5 shows static prop bounds * Just for debugging Unhide r_renderoverlaybatch for now Fix Linux SRCDS failing to build Fixed bugbait crashing in a certain scenario Prevent invalid VTF file flags from crashing the game For TEXTUREFLAGS_RENDERTARGET / TEXTUREFLAGS_DEPTHRENDERTARGET flags, instead of refusing to load these files, simply remove the flag so we don't crash later on. These flags are invalid to be in files. Added SENT_AI:ResolveCustomFlyCollision( trace, vecVel ) Fix player NPC squad HUD not having a background * Also make the HUD element fit all NPCs following you (up to 16 right now) Delete some unused CGarrysMod stuff * Also block building_cubemaps convar (can still read it) * Removes IGarrysMod::MD5String, PlaySound, GetMapName * Removes CGarrysMod::SteamLogon, UpdateVGUI, MD5String, PlaySound, LoadDLLModule, GetMapName, GetServerAddress, m_ServerAddress, IsSteamOverlayActive, OnGameOverlayActivated Bump renderData to 16MB max * Was 4.4 MB. This is a bandaid fix for many skinned meshes existing on screen at once causing crashes (on x86-64) Prevent NPEs in FireBullets Some RenderData nullptr checks Minor change for FlashlightState_t mem layout Discard certain saverestore types * CSoundPatch, CTakeDamageInfo, CEffectData will no longer throw errors Invert Green channel on citizen sleeve c_model normal Unfix door_03_slotted_left.mdl skins Remove recently added DebuggerBreak call
46 Days Ago
Fix branch differences not compiling
46 Days Ago
Improve default HUD text scaling at 4K Fix loading screen size after screen resolution change DImage applies ANISOTROPIC mag/min filters Try to make the notification library work with different screen resolutions * It was overlapping ammo HUD @ 4K, so we make the position use screen % and scale the text with screen height Apply static prop scale to lighting origin * No idea if this changes anything, but CS:GO does it, so we will too. Changes IVModelInfo::GetIlluminationPoint Apply soup based physics scaling Fixed damage indicator HUD size after resolution change not in-game Update "Rejected transfer of" warning to be more descriptive * And also moved it after existing file check, so it doesn't spit out misleading warnings Add .ani to serverDL whitelist Fixed Lua error with duplicator's control panel Clamp down on more invalid paths Turn some console messages into warnings so they are easier to see Reduce scheme max font size to 150 * Fixes some weapon selection icons not having their blur at 160 More killicon aliases Vehicles inherit physics icon, hl1 mp5 and grenades use HL2 alternatives More BMS NPC placeholders * I am not even sure I should be doing this. Adds the zombie variations, sets the human grunt models, randomizes faces Move ANISOTROPIC stuff from DImage to notification lib Consistently apply ammo HUD coloring when empty Disallow duplicating gmod_hands * There's a save on workshop that somehow has 7000 of the things, which I don't expect to be intentional.
58 Days Ago
Make "Invalid detail light id" into a warning Apparently some HL2 maps have bad LDR detail prop lighting lumps, triggering the bounds check Try to fix ammo counter being red/orange when having ammo Default HUD supports showing Clip2 if weapon uses that * it also supports cursed combinations like secondary and primary without clips at the same time, primary without clips and secondary with, etc Slightly adjust ammo HUD to fit 9999s comfortably HP and Armor HUD expands to fit 4 digits when necessary Fix armor UI element being slightly longer than HP UI element Rework CCachedRenderData bounds checking * Is now a warning + more checks Minor cleanups Reject invalid Water shader combos CS:GO missing map icons Mention sv_nomap_timeout in "no map" warning (once) Also reset reflection/refraction after reflective glass is out of view Fix newly introduced crashes with ammo HUD MC:V map icons htf_ map category Fixed scaled static props not updating render bounds * Fixes MC:V static props not rendering sometimes Fix gravity gun regression in multiplayer Give more space to secondary ammo display for 4 digits Slightly adjust default HUD colors * Slightly darker background, less eye searing text, so it's easier to see on various backgrounds * All the colors are in ClientScheme.res Update UnlitTwoTexture shader to CS:GO version * Includes support for TRANSLUCENT shader combo and BEACHFOAM material parameter from CS:GO Improve and fix water shader rendering * Fixes regression on existing maps that were not using realtime reflections, such as most TF2 maps. They used weird cheap & expensive water blending which is now restored * For water materials using flowmaps but NOT realtime reflections, we now apply CS:GO's envmap blending like expected. This improves visuals of water on MC:V maps Enable weapon selector scrolling with too many weapons to fit on screen Preview of what it looks like: https://files.facepunch.com/rubat/2026/March31-2469-FruitfulBelugawhale.mp4
2 Months Ago
Simplify how we get Steam APIs * The new SteamAPI versions do not have the "api context" stuff anyway. * Deletes IGet::SteamRemoteStorage, SteamApps, SteamScreenshots, SteamUser, SteamFriends, SteamGameServer, ResetSteamAPIs Fixed another NPE crash with HLTV Fix some prediction errors with HL1 weapons * These weapons take too much effort Minor weapon prediction fixes * SLAM fixes * Minor Gravity Gun prediction fix (for holding right click) Re-multiply SWEP slot positions by 100 again * This is part of a hack that was removed, but mods are expecting this behavior now, so we restore the *100 part Update default spawnlists * Added Tool Gun world model to Garry's Mod spawnlist * Updated CS:S spawnlists - merged characters and weapons to "Counter-Strike" spawnlist New CS:S spawnlist to include ALL props from CS:S * Old "Map Props" spawnlist removed, add 2 new ones that contain all the models, one with the more useful ones, one with the less useful ones Merge PR to update default spawnlists Sort Browse => Games/Addons in spawnmenu using lowercase text * Fixes some models, such as W_AlyxGun appearing out of order Update 2 more spawnicons Fix combine dropship not flying away after deploying troops ILuaThreadedCall virtual destructor Updated spawnicons * Added spawnicons for most CS:S props, rerendered weapon icons to be brighter Apply a hack to hide toolsocclusion on MC:V maps Make some warnings use RED text * Bad lightmap extents on material, srcds_run warnings/errors Fix fallback skybox texture using non existent textures Fixed some potential crashes
2 Months Ago
Implement CHAR_DIRSTEREO Also fixed a potential issue with CAudioDeviceSDLAudio Iterate over duplicator positioning * Do not render preview in depth/skybox pass, do not adjust dupe spawn height which affects tall dupes Fixed GM:AdjustMouseSensitivity returning nil still affecting sensitivity * Invalid returns were acting as 0, but -1 was expected for "no action". Now non number returns are treated as -1 Remove more "test" console commands * drawcross, drawline, cast_ray, cast_hull, test_dispatcheffect Change buddha messages to be send to client console Remove hidden "killtarget" concommand Make base gamemode load spawnpoint list from the entity * So we have 1 dynamic list of spawnpoint entities we want Lua to register and use Added MC:V to mountable games list Fix main menu being a tiny square for split second on game start up Minor change Unchange some hardcoded defaults for global EmitSound * Hopefully this is as simple as this for issue 6769 Fix Hologram/Distort render FX affecting attachment & shadow pos * This fixes driving a hologram jeep causing player view to jitter around with the animation. Fix HL1 ammo not respawning at correct pos with mp_weaponrespawn Remove some unused fields from HL2MP gamerules Added Black Mesa as mountable game * Also adds placeholder entities for some NPCs, such as guards, scientists and the HECU Slightly improve error handling for saving JPG/PNG files Change navmesh.GetNavAreaCount data source * Fixes its return value not matching getAllNavAreas return count Fixed a crash with trigger_tonemap & some other issues * Also fixed `trigger_weapon_strip` preventing weapon pickup indefinitely if removed while player is inside the field Updated FGD files * func_useableladder origin KV is now defined (since its auto generated) Try to fix trigger_playermovement sticking when removed with a player in