source-sdk-2013-mapbase/sp/src/game/client/hl2
Blixibon af85131deb Mapbase v3.1
- Fixed filter_damage_mod blocking all damage which doesn't match the secondary filter regardless of secondary filter mode
- Fixed impulse 101 and other give-related commands leaving behind weapons with occupied slots
- Fixed a crash with scripted_sound's PlaySoundOnEntity when the entity doesn't exist
- Added OnSoundFinished output to ambient_generic
- Added the ability to use custom models/nuggets with item_grubnugget
- Fixed a crash with citizen medics healing nonexistent targets
- Added "SetDistLook" and "SetDistTooFar" inputs for NPCs, allowing manual adjustment of NPC sight distance
- Added keyvalue and input to env_microphone for utilizing a different audio channel
- Added "SetPitchScale" input to env_microphone
- Fixed info_player_view_proxy not using angles
- Fixed dirt variant elite model not being recognized as elite
- Made headcrab hints properly register the start of use (for hint outputs)
- Made RPG use a more realistic firing rate for NPCs which aren't constrained by slow RPG animations, like soldiers
- Added spawnflag for func_breakable_surf to correctly play the break sound
- Added keyvalue for using cheaper warn sound code for combine_mines
- Added "OnSpawnNPC" output for npc_combinedropship when it spawns a soldier, rollermine, or strider
- Added signal gesture activities
- Fixed stunstick not using metrocop knockout/stun code correctly
- Fixed a possible crash involving a NPC's weapon being removed during alt-fire
- Fixed(?) flashlight shadow filters
- Added support for multiple look entities in trigger_look
- Added npc_metropolice alt-firing
- Fixed npc_metropolice using pistol burst firing on weapon_357
- Fixed npc_metropolice not deploying manhacks/throwing grenades in standoffs
- Fixed npc_metropolice not recognizing some crouch activities correctly
- Changed weapon_357 so it runs a tracer each shot from NPCs
- Added SDK_ShatteredGlass, a Mapbase version of ShatteredGlass
- Added "SetSpeedModifier" to NPCs, based on 1upD's shadow walker code
- Made game_convar_mod much more reliable
- Fixed non-mirrored npc_turret_lab refusing to die
- Made npc_turret_lab use SMG1 ammo instead of AR2 ammo
- Fixed block LOS brushes sometimes not working with players (and possibly similar issues)
- Raised maximum renderable entities from 4096 to 16384, based on ficool2's limit research
- Added SDK_ShatteredGlass, a Mapbase version of ShatteredGlass. Can display parallax corrected cubemaps from its unbroken form
- Fixed VBSP breaking func_breakable_surf, etc. when using parallax corrected cubemaps
- Raised maximum VBSP entities from 8192 to 65536, based on ficool2's limit research
- Raised maximum VBSP worldlights from 8192 to 65536, based on ficool2's limit research
- Raised maximum VBSP overlays from 512 to 8192, based on ficool2's limit research
- Other misc. fixes
2020-05-02 02:06:02 +00:00
..
c_antlion_dust.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_ar2_explosion.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_barnacle.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_barney.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_basehelicopter.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_basehelicopter.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_basehlcombatweapon.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_basehlcombatweapon.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_basehlplayer.cpp Initial Mapbase commit (squashed from mapbase-beta) 2019-08-31 19:28:20 +00:00
c_basehlplayer.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_citadel_effects.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_corpse.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_corpse.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_energy_wave.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_env_alyxtemp.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_env_headcrabcanister.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_env_starfield.cpp Merged dev changes 9/28/2019 2019-09-28 22:56:52 +00:00
c_extinguisher.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
C_Func_Monitor.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_func_tankmortar.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_hl2_playerlocaldata.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_hl2_playerlocaldata.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_info_teleporter_countdown.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_npc_antlionguard.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_npc_combinegunship.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_npc_hydra.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_npc_manhack.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_npc_rollermine.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_plasma_beam_node.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_prop_combine_ball.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_prop_combine_ball.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_rotorwash.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_script_intro.cpp Mapbase v3.1 2020-05-02 02:06:02 +00:00
c_strider.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_te_concussiveexplosion.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_te_flare.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_thumper_dust.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_vehicle_airboat.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_vehicle_cannon.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_vehicle_crane.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_vehicle_crane.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_vehicle_prisoner_pod.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_waterbullet.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_weapon__stubs_hl2.cpp Initial Mapbase commit (squashed from mapbase-beta) 2019-08-31 19:28:20 +00:00
c_weapon_crossbow.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_weapon_gravitygun.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_weapon_physcannon.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
c_weapon_stunstick.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
clientmode_hlnormal.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
clientmode_hlnormal.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
fx_antlion.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
fx_bugbait.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
fx_hl2_impacts.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
fx_hl2_tracers.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hl2_clientmode.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hl_in_main.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hl_prediction.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_ammo.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_autoaim.cpp Updated the SDK with the latest code from the TF and HL2 branches 2013-12-03 08:54:16 -08:00
hud_battery.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_blood.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_bonusprogress.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_credits.cpp Initial Mapbase commit (squashed from mapbase-beta) 2019-08-31 19:28:20 +00:00
hud_damageindicator.cpp Updated the SDK with the latest code from the TF and HL2 branches 2013-12-03 08:54:16 -08:00
hud_filmdemo.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_flashlight.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_hdrdemo.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_health.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_locator.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_poisondamageindicator.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_quickinfo.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_radar.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_radar.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_suitpower.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_suitpower.h Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
hud_weaponselection.cpp General: 2014-05-15 13:59:18 -07:00
hud_zoom.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
shieldproxy.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00
vgui_rootpanel_hl2.cpp Fix line endings. WHAMMY. 2013-12-02 19:46:31 -08:00