Commit graph

120 commits

Author SHA1 Message Date
a1b1eca2e5 Cstrike: Progress towards the grenades. 2020-04-07 15:37:31 +02:00
31793440c2 Cstrike: Remove usage of Weapons_ViewPunchAngle, as that's calculated
elsewhere (see weapons_cstrike.c)
2020-04-07 15:00:11 +02:00
a2384fae50 Cstrike: Fix WEAPON_USP45 timers for adding/removing the silencer 2020-04-07 14:55:27 +02:00
f43bc2cf32 update copyright dates because I've been forgetting all year. 2020-04-07 14:46:23 +02:00
bc9978be12 Cstrike: Added sniper scopes to the AWP, G3SG1, Scout and SG550.
Their zoom-levels aren't final, I am pretty sure CS 1.5 had different
zoom levels for each weapon. We'll have to research those values.
2020-04-07 13:06:41 +02:00
27cfaba85f Cstrike: Lots more documentation, stubs and some working new entities.
Added crosshair alternatives for AUG and SG552.
Made running/crouching/jumping affect gun accuracy calculations.
2020-04-07 12:42:28 +02:00
af95dd8124 Cstrike: Fix P228 firing bug 2020-04-07 03:04:31 +02:00
cf136dbd6c Cstrike: Finished most of the essential gun logic. 2020-04-07 02:47:21 +02:00
2e1b2846da Some prediction fixes? 2020-04-06 11:14:40 +02:00
1f0e93d35a Precaching CS weapon sounds via sound-shaders... 2020-04-06 10:53:26 +02:00
755eecfc34 A bunch of mod changes contributed to by Xylemon, mixed together with
some of my FX code which is going places.
2020-04-05 02:25:27 +02:00
07a3b329df Starting to clean up a lot of pmove.c 2020-04-04 13:02:30 +02:00
e1b38f008a Adjusting spawn-angle to match spawnpoints. 2020-04-04 00:52:45 +02:00
639097249a Some CSTRIKE and REWOLF soundshader stuff 2020-04-03 14:42:39 +02:00
5055fc8879 Fixed some small warnings. 2020-04-03 13:37:26 +02:00
4de7182c10 Moved decal spawning for impacts into the client-side 2020-04-03 12:46:54 +02:00
a7fc08f857 Footsteps are more unified across BSP versions, can easily be extended
and cover more types of materials even on HL BSP maps.
Improved documentation for QUAKED comments.
Seperated skill file for valve into its own little thing.
2020-04-03 12:12:11 +02:00
7c22d66c17 Valve: Converted more monsters to use sound shaders! 2020-04-03 09:22:22 +02:00
45c18f6a7f Valve: Skill system now affects the weapons as it should. Didn't do it on
the ones that need a lot more work.
2020-04-03 09:11:08 +02:00
c113cc1994 Valve: Fixed WEAPON_HANDGRENADE bounce sound 2020-04-02 23:44:28 +02:00
2ceb72c9e4 Valve: Make most weapons use sound shader definition scripts. 2020-04-02 23:39:27 +02:00
4f44d96be9 Pulled over Sound-Shader code from TW. We'll use this soon over hard-coded
sounds.
2020-04-02 22:43:37 +02:00
47f8e41185 Gearbox: ammo_spore should behave like it is meant to. WEAPON_SPORELAUNCHER
got some changes to support its alt-fire and yellow blood decals on impact
2020-04-02 22:42:30 +02:00
79ddd3228c PMove: Player gets pulled at a different speed than we may have thought. 2020-04-02 22:40:49 +02:00
24f2d9d824 Gearbox: Added cl_tonguemode cvar for WEAPON_GRAPPLE and adjusted
speeds. We're kinda winging it but the timings should be O.K.
2020-04-02 22:39:57 +02:00
18fe40f2e0 More cleanup/shoving around of decal code, improved infodecal by adding
its Trigger() method
2020-04-02 06:23:18 +02:00
c03f3fce72 Spawn a bit fewer particles on blood bits 2020-04-01 22:10:49 +02:00
ec819cf4e4 Shuffled a lot of Decal code around so gibs can now spawn blood, etc. 2020-04-01 20:55:05 +02:00
54e982bc14 More work done on monstermaker in the gs-entbase. Needs a lot of testing.
Finally precaching player-models.
Fixed some crosshair arrangements in Opfor.
2020-04-01 20:10:31 +02:00
af53ab36ef Improved entity documentation, added cl_hudaspect variable so that
you can control how close the elements are to the center of the screen.
2020-04-01 18:43:09 +02:00
db8c10eeac Valve: Fixed WEAPON_TRIPMINE and WEAPON_SNARK and tweaked some player
animation stuff
2020-04-01 16:00:00 +02:00
94e4d80e39 Valve: Give WEAPON_RPG some punch when firing 2020-04-01 12:23:52 +02:00
197b373335 Fixed some more prints to be cvar developer 1 only. 2020-03-31 09:28:40 +02:00
e5a3f0880c Starting to clean up more RenderFX stuff, shoving most of it to CGame 2020-03-30 16:22:24 +02:00
d7fdabbd60 Improved pathfinding by skipping unnecessary node-walking passes. 2020-03-30 13:51:48 +02:00
80075fc267 Decals: No longer fullbright. 2020-03-30 11:56:09 +02:00
d9b2c9984a Simplified decal shader code. 2020-03-29 21:40:35 +02:00
af240cb262 Valve: Added fast-beam spawnflag for WEAPON_TRIPMINE 2020-03-29 21:40:04 +02:00
9442a597fa moved sprite.cpp into gs-entbase/client/env_sprite.cpp 2020-03-28 11:43:08 +01:00
f66792ef49 Comitting the new cstrike-branch stuff so far, it's very little but a
step in the right direction. The old (regressed) codebase is now in
cstrike.old.
2020-03-28 10:56:52 +01:00
82d9027873 Added support for chaptertitle worldspawn key.
Valve: Added monster_snark and monster_tripmine. Although they don't work
as such fully yet.
Pain/Death are properly part of the player class.
Added own music track networking so we can skip the looping business,
which is currently broken in the engine.
Shoved some gamerule specific stuff around so there's more shared code
between the mods.
2020-03-26 23:07:13 +01:00
ad713d2f7e Valve: Document more monster sounds etc. 2020-03-26 17:17:44 +01:00
bb4012b75f Added float(string)Skill_GetValue so we can properly support variable skill
settings.
2020-03-26 08:13:23 +01:00
2bb8bd00cf Moved Death and Pain methods into CBaseEntity. 2020-03-25 22:35:05 +01:00
80d06e7dcd Cleaned up warnings. 2020-03-25 17:42:36 +01:00
4bdefa4cd7 Big commit, list of additions:
Added stubs for a variety of monsters for 'valve' which a few mods inherit.
Added support for the 'vote' and 'callvote' command.
Made env_laser network some info to the clients, kinda rough because
we're working around some engine iffyness with CSQC ents right now.
Updated the menu so that the server-lists for Internet and LAN games are
a bit more helpful.
Made the CBaseMonster class for useful for the future.
Fixed setting of transparency for all entities.
2020-03-25 13:58:19 +01:00
66b629b83a Valve: Basic weapon pickup notification, cl_autoweaponswitch 2020-03-24 16:20:58 +01:00
223d740448 Effect_Blood can now take 'color' as a parameter. Also added some basic
trails which will be shoved into the client-side asap.
2020-03-24 11:20:21 +01:00
bc5fcf6913 Valve: WEAPON_EGON gets something something idle animations. 2020-03-24 11:19:24 +01:00
d8af659dd8 Valve: WEAPON_HANDGRENADE gets even fancier idle animations. 2020-03-24 11:19:09 +01:00