Blixibon
e3ca25a9fc
Merge pull request #308 from Wikot235/Fix-BlurFilterY-uses-width-instead-of-height
...
Fixed BlurFilterY uses width instead of height
2025-01-04 08:44:19 -06:00
Blixibon
7da95edde1
Merge pull request #315 from Wikot235/Fix-Flare-Issue
...
Fixed issue #314 (Env_flare crash)
2025-01-04 08:43:54 -06:00
Blixibon
b51c5c3f86
Merge pull request #322 from z33ky/small-mapbase-fixes
...
Small mapbase fixes
2025-01-04 08:43:02 -06:00
Blixibon
0464bd7fd3
Merge pull request #309 from Blixibon/mapbase/feature/spotlight-ignore-solid
...
Spotlight "Ignore solid" keyvalue from MP branch
2025-01-02 08:37:00 -06:00
Blixibon
98816adacc
Merge pull request #301 from Blixibon/mapbase/feature/sky-camera-multi-saverestore-fix
...
Fix maps with multiple sky_cameras not using the correct sky_camera after loading a save
2025-01-02 08:36:03 -06:00
Blixibon
038c66ef58
Merge pull request #300 from Blixibon/mapbase/feature/chromatic-aberration-effect
...
Primitive chromatic aberration effect for env_screeneffect
2025-01-02 08:35:25 -06:00
ALLEN-PC\acj30
4efb50283d
Fix "Fade Corpse" spawnflag on NPCs not applying to serverside ragdolls
2025-01-02 08:34:03 -06:00
ALLEN-PC\acj30
bdc34e4bad
Fix autocubemap crashing when not in a level
2025-01-02 08:33:22 -06:00
Blixibon
da44d97951
Merge pull request #297 from Blixibon/mapbase/feature/useable-ragdolls
...
Add capability to +USE serverside ragdolls and toggle cleanup of individual ragdolls
2025-01-02 08:31:09 -06:00
ALLEN-PC\acj30
b59214ca72
Fix dynamic interactions using "their_" keyvalues always assuming separate sequence names
2025-01-02 08:29:48 -06:00
ALLEN-PC\acj30
e954f00f79
Fix antlions using wrong angles for dynamic interactions
2025-01-02 08:28:38 -06:00
ALLEN-PC\acj30
f5db760a66
Add raw scene file support to GetSceneDuration()
2025-01-02 08:28:06 -06:00
ALLEN-PC\acj30
b19f329d5f
Fix ai_dynint_always_enabled bypassing misc. criteria
2025-01-02 08:27:21 -06:00
Blixibon
72bd5fe948
Merge pull request #266 from rlenhub/develop
...
Implement "OnPhysGunPull" output in CPhysicsProp
2025-01-02 08:26:35 -06:00
Alexander 'z33ky' Hirsch
696036219e
Prevent signed overflow (UB) in SquirrelVM::GenerateUniqueKey()
2024-11-13 00:25:51 +01:00
Alexander 'z33ky' Hirsch
359fcb7196
Ditch attempts trying to obtain sound duration of MP3s
...
Crashes on Linux. Apparently returns incorrect values on Windows.
2024-09-05 23:45:20 +02:00
Alexander 'z33ky' Hirsch
a999c794f7
Fix minor case of const-correctness
2024-09-05 23:44:50 +02:00
Alexander 'z33ky' Hirsch
df6adcc5e9
Fix -Wdelete-incomplete in CDefaultCustomWeaponEntityFactory::ReleaseData()
...
GCC warns about attempting to delete a void-pointer, since it will not
be able to invoke its destructor. Fix by casing it to the expected
type.
2024-09-05 23:42:16 +02:00
Alexander 'z33ky' Hirsch
e9c45e5235
Implement GetColorForSurface() failure workaround
...
This function is used to color impact particles.
On Linux I've noticed that this function sometimes is not successful on
retrieving the surface color, leaving an odd color to render the
particles with. The engine function TraceLineMaterialAndLighting() even
has a boolean return value indicating success.
GetModelMaterialColorAndLighting() does not though, but I still observe
failures (the color parameter is not modified). The color is initialized
with an invalid value. If it detects that retrieving the color failed
(engine function said so or the invalid value was left in place), this
now hamfistedly assumes a lightish grey color, but at least still
correctly (presumably) incorporates lighting information.
When this situation is detected, a warning is also printed to the
console. Because why not.
2024-09-05 23:35:46 +02:00
ALLEN-PC\acj30
5d50335c02
New "Destroy" input for func_combine_ball_spawner
2024-08-10 13:51:06 -05:00
ALLEN-PC\acj30
102c7c3015
New "StopActionLoop" input for scripted_sequence
2024-08-10 13:49:19 -05:00
ALLEN-PC\acj30
06596695a3
Fix filter_activator_model issues with save/restore and null activator
2024-08-10 13:48:48 -05:00
ALLEN-PC\acj30
178a262032
Add VScript function for checking last hit group on CBaseCombatCharacter
2024-08-10 13:47:53 -05:00
Wikot235
4f14f0c5cc
Fixed the issue.
2024-08-07 13:16:37 +02:00
ALLEN-PC\acj30
5cf63d4eb6
Spotlight "Ignore solid" keyvalue from MP branch
2024-06-28 16:09:37 -05:00
Wikot235
cd6ec90a0f
Fixed the issue.
2024-06-24 23:42:07 +02:00
ALLEN-PC\acj30
73988dcc7c
Fix maps with multiple sky_cameras not using the correct sky_camera after loading a save
2024-06-22 02:33:19 -05:00
ALLEN-PC\acj30
33e047a442
Primitive chromatic aberration effect for env_screeneffect
2024-06-22 01:44:20 -05:00
ALLEN-PC\acj30
24f3656632
Add capability to +USE serverside ragdolls and toggle cleanup of individual ragdolls
2024-06-21 18:22:04 -05:00
ALLEN-PC\acj30
471a840ed9
Fix soundlevel_t compile error on VS2013
2024-03-09 02:13:59 -06:00
Blixibon
7f0aec4371
Merge pull request #250 from mapbase-source/develop
...
Mapbase v7.2
mapbase-v7.2
2024-02-25 15:48:08 -06:00
ALLEN-PC\acj30
6bd9bcba5d
Increment version numbers to v7.2
2024-02-24 21:19:52 -06:00
rlen
f86a967af2
Merge branch 'mapbase-source:develop' into develop
2024-02-19 21:46:36 +09:00
rlen
f484aa7ebc
removed pullDir
parameter from OnPhysGunPull
2024-02-19 21:46:04 +09:00
ALLEN-PC\acj30
8f7b70768e
Updated README
2024-02-04 22:30:59 -06:00
Blixibon
f8d8cf6d2f
Merge pull request #279 from samisalreadytaken/fix-weapon_custom_scripted
...
weapon_custom_scripted fixes
2024-02-04 15:27:32 -06:00
Blixibon
02f81094e5
Merge pull request #275 from Blixibon/mapbase/feature/response-followup-criteria-expansion
...
Better circumstantial criteria for followup responses
2024-02-04 15:26:39 -06:00
Blixibon
11533fa292
Merge pull request #274 from Blixibon/mapbase/feature/dot-slash-command-line-param
...
Command line parameter to support dot slashes in VScript file read calls
2024-02-04 15:26:02 -06:00
Blixibon
782053e0b2
Merge pull request #273 from Blixibon/mapbase/feature/zombie-no-flinch-during-unique-anim
...
Cvar to disable zombie flinching during actbusies or scripted sequences
2024-02-04 15:25:09 -06:00
Blixibon
4e3f58f4b5
Merge pull request #272 from Blixibon/mapbase/feature/zombie-serverside-headcrab-ragdoll-fixes
...
Fix serverside zombie headcrab ragdoll not using correct origin
2024-02-04 15:24:31 -06:00
Blixibon
4c2823e814
Merge pull request #271 from Blixibon/mapbase/feature/new-companion-npc-concepts
...
New and ported response concepts for companion NPCs
2024-02-04 15:24:09 -06:00
Blixibon
4cea5d1123
Merge pull request #270 from Blixibon/mapbase/feature/dynamic-interaction-improvements
...
NPC dynamic interaction improvements and fixes
2024-02-04 15:23:40 -06:00
Blixibon
47ddedb153
Merge pull request #269 from Blixibon/mapbase/feature/anim-event-improvements
...
New animation events + OnScriptEvent outputs for ai_hint
2024-02-04 15:22:31 -06:00
Blixibon
8505ab4579
Merge pull request #262 from Blixibon/mapbase/feature/hl2-pistol-upwards-viewkick
...
weapon_pistol upwards view kick cvar
2024-02-04 15:22:03 -06:00
Blixibon
de01ce6292
Merge pull request #261 from samisalreadytaken/dev
...
Misc vscript additions
2024-02-04 15:20:12 -06:00
samisalreadytaken
f1123ed1e7
Tidy up CSimpleCallChainer::PostScriptExecute()
2024-02-02 17:06:25 +03:00
samisalreadytaken
a6f9d0a0e2
Fix CBaseEntity::ScriptGetKeyValue() returning cached string on invalid input
2024-02-02 17:06:25 +03:00
samisalreadytaken
976eb23299
Add vscript funcs
...
Panel::RemoveTickSignal()
CAI_BaseNPC::IsMedic()
2024-02-02 17:06:25 +03:00
samisalreadytaken
a02f3db05b
Fix weapon_custom_scripted hook calls
2024-01-26 23:42:52 +03:00
samisalreadytaken
19702d067d
Fix weapon_custom_scripted ItemPreFrame base call
2024-01-26 23:42:52 +03:00