Commit graph

7 commits

Author SHA1 Message Date
7e74f7adec env_sound: Initial commit. 2019-03-13 21:56:43 +01:00
2af78be51a GLSL: Chrome is now identical to the non-GLSL renderer, emulating TCGEN_ENVIRONMENT properly. It's still not GoldSrc accurate, as the models themselves contain chrome information for every bone (wth)
Flashlight: You can now see other players' light being cast.
2019-03-13 20:46:07 +01:00
d18d7bf561 Change all references to .items to .g_items because fteqw assumes too much and ruins the 3d-view when certain bits are set. 2019-03-13 17:19:59 +01:00
ed777e7303 File tree structure rearrangements. Getting rid of binary pk3 files. 2019-03-13 16:48:58 +01:00
9d869d5c0a Fix damage overlay for splitscreen games
Starting to mess with decal colours. DO NOT TOUCH. This is awaiting engine fixes potentially.
2019-03-12 01:22:50 +01:00
515ff8e2ad infodecal: Disable support for non BSP-30 versions entirely (for now) 2019-03-09 16:02:09 +01:00
7c15bed7bb Flashlight: Add the HUD indicator in the 'valve' base
Rewolf: Preparing initial work
Effects: Added Gib-Human effect
CBaseEntity: Make sure things that are hidden can't be damaged by default. E.g. func_breakables that are hidden
func_door_rotating: Minor tweak saving us a few bytes
item_food/sodacan: Make bounding box bigger, fix classname check to apply to "player", not "Player" (TW leftover)
Damage_Radius: Fix how damage radius checks for brush based entities.

Scientist Hunt specific stuff:
- impulse 103 test cvar added to destroy everything around the map
- scientists can be gibbed
- scientists scream when falling
- new cvar sh_scialert that spawn scientists alerted
- new cvar sh_scispeed that is mirrored from the original mod
- new cvar sh_scimax that will limit the amount of scientists spawned by the shdata system
- new cvar sh_sciyaw that will randomize the spawn yaw angle when there's no other specified
2019-03-09 15:50:11 +01:00