Commit Graph

1002 Commits

Author SHA1 Message Date
Andrey Akhmichin c70bf2867e Merge branch 'opfor' into opforfixed 2023-11-18 23:12:05 +05:00
Andrey Akhmichin 8bd8e16b72 Merge branch 'master' into opfor 2023-11-18 23:11:06 +05:00
Andrey Akhmichin 78c0036046 server: reduce hornetgun recharge time only in multiplayer. 2023-11-18 23:01:20 +05:00
Andrey Akhmichin 1e4663ab73 server: spawn mp5 with full ammo only in multiplayer. 2023-11-18 22:45:26 +05:00
Roman Chistokhodov fdf49c8974
Add mention of Windows SDK in build Prerequisites [ci skip] (#410) 2023-11-18 10:24:37 +00:00
Andrey Akhmichin 396cd01a37 Merge branch 'opfor' into opforfixed 2023-11-18 14:29:15 +05:00
Andrey Akhmichin 9835be4d79 Merge branch 'master' into opfor 2023-11-18 14:28:46 +05:00
Andrey Akhmichin acc3848795 client: use normal player tracer to avoid "ghost shots". 2023-11-18 14:16:35 +05:00
Andrey Akhmichin a7bc9d6266 server: increase python damage into multiplayer. 2023-11-18 11:56:53 +05:00
Andrey Akhmichin e106972599 server: spawn mp5 with full ammo. 2023-11-18 02:44:44 +05:00
Andrey Akhmichin 3523b52f3e server: reduce hornetgun recharge time. 2023-11-18 02:40:11 +05:00
Andrey Akhmichin 497dd83931 server: increase sentences limit. 2023-11-18 01:22:09 +05:00
Andrey Akhmichin 24268b0b0a Merge branch 'hlfixed' into opforfixed 2023-11-15 21:59:05 +05:00
Andrey Akhmichin d13dec76f2 Merge branch 'opfor' into opforfixed 2023-11-15 21:53:07 +05:00
Roman Chistokhodov c417b06dbc
Fix osprey save-restore. Fix #407 (#408) 2023-11-15 12:37:30 +00:00
Roman Chistokhodov bee6aa02c4
Improve friendly fire check for barney (#405) 2023-11-08 11:54:06 +00:00
Roman Chistokhodov b22244139c
Opfor grunts shouldn't ignore glass when checking for range attack. Fix #402 (#404) 2023-11-07 18:44:19 +00:00
Roman Chistokhodov 5914b5779f
Allow ally human grunts have no weapons. Fix #401 (#403) 2023-11-07 18:44:05 +00:00
Andrey Akhmichin b15424f317 Merge branch 'opfor' into opforfixed 2023-11-01 02:51:06 +05:00
Andrey Akhmichin 2c596747d2 Merge branch 'master' into hlfixed 2023-11-01 02:50:36 +05:00
Andrey Akhmichin 7b8f05c29b Merge branch 'master' into opfor 2023-11-01 02:49:11 +05:00
Andrey Akhmichin 7ca2750c3d client: Fix compilation. 2023-11-01 02:40:22 +05:00
Andrey Akhmichin dd6995ecbd client: MOTD: Prevent out of bounds access on x86. 2023-11-01 02:27:00 +05:00
Andrey Akhmichin 2218731a86 Include build.h. 2023-11-01 01:49:55 +05:00
Andrey Akhmichin 7581cacd6f Use fast and simple ROTR algorithm implementation. 2023-11-01 01:31:10 +05:00
Andrey Akhmichin 984986f998 Use definitions from build.h everywhere. 2023-11-01 01:25:07 +05:00
Roman Chistokhodov f2ea00a415
Fix pitworm elight, sprite, strafe beam and missing sound precache (#399) 2023-10-25 07:29:05 +00:00
Roman Chistokhodov 3cf40ccf12
When finding nearest friend, skip the dying ones as well (they shouldn't participate in talking) (#398) 2023-10-17 15:15:10 +00:00
Roman Chistokhodov 17b34aa42b
Reset fov on crossbow holster (#394) 2023-09-30 18:27:53 +00:00
Andrey Akhmichin 084c954354 Merge branch 'master' into hlfixed 2023-09-19 23:20:47 +05:00
Andrey Akhmichin 804c0ab03d Merge branch 'opfor' into opforfixed 2023-09-19 23:19:43 +05:00
Andrey Akhmichin c9249af34c Merge branch 'master' into opfor 2023-09-19 23:19:01 +05:00
Andrey Akhmichin 04e56448f2 Revert "ARMv8 neon support"
This reverts commit 8da76a8c3f.
2023-09-19 23:13:36 +05:00
Roman Chistokhodov 6938f7e10e
Fix sporelauncher not playing a pet sound. Set idle anim chances same as in opfor (#391) 2023-09-16 10:23:11 +00:00
Roman Chistokhodov a7755b3196
Fix the upper rope segment sometimes incorrectly aligned. Tidy up the rope code a bit (#388) 2023-09-07 14:55:21 +00:00
Roman Chistokhodov 26d4fac2aa
Respect hud_saytext cvar. Remove redundant print to console (#387) 2023-09-03 12:54:48 +00:00
Roman Chistokhodov 2b031dd585
Revert fixing bigmomma wait on info_bigmomma (It affects gameplay) (#385) 2023-08-29 16:00:23 +00:00
Roman Chistokhodov 6ee8c66c29
Fix op4mortar option handling and behavior. Fix op4 mortar shell think and touch functions (#384) 2023-08-21 07:11:22 +00:00
Alibek Omarov 43710ea984 client: studio: NEON vector types all over place here 2023-07-22 05:49:54 +03:00
Alibek Omarov d4995df92c client: studio: another NEON type fix for AngleQuaternion, static-ize global NEON vectors 2023-07-22 04:36:10 +03:00
Alibek Omarov b4bd06603e client: studio: fix NEON vreinterpret types, fix memcpy 2023-07-22 04:28:51 +03:00
Alibek Omarov f00a8f46d8 client: studio: fix types in AArch64 NEON code 2023-07-22 04:21:00 +03:00
Andrey Akhmichin 9bcc5fb5b5 Merge branch 'opfor' into opforfixed 2023-07-17 22:54:18 +05:00
Andrey Akhmichin 8c937e5257 Merge branch 'master' into hlfixed 2023-07-17 22:53:55 +05:00
Andrey Akhmichin ee125707e2 Merge branch 'master' into opfor 2023-07-17 22:53:15 +05:00
Andrey Akhmichin 8180cf60c2 Revert "Change view rolling via separate cvars under GoldSource."
This reverts commit 5cca1eb971.
2023-07-17 22:50:16 +05:00
Andrey Akhmichin a898d773a1 Revert "Always change view rolling on client side."
This reverts commit 1ed4c1d899.
2023-07-17 22:49:24 +05:00
nekonomicon 69f27d43bd
Merge pull request #379 from MoeMod/studio_util
ARMv8 neon support for studio util
2023-07-17 17:41:51 +00:00
Xiaobaibai d8e4ec04e4 fix typo ( no xref at all? ) 2023-07-14 10:17:31 +08:00
Alibek Omarov fa03ed3bce wscript: fix mod_options.txt parsing under Python2 2023-07-03 02:36:40 +03:00