108 Commits

Author SHA1 Message Date
Andrey Akhmichin
61b88514cf
Merge branch 'opfor' into opforfixed 2022-10-19 23:49:42 +05:00
Roman Chistokhodov
f96df77d2f
Fix grunt medic spending healing charge (#339) 2022-10-19 18:45:22 +00:00
Andrey Akhmichin
b5afe26d0c
Merge branch 'opfor' into opforfixed 2022-10-14 15:05:08 +05:00
Roman Chistokhodov
6e8340e9af
Fix func_tank_of base class (#338) 2022-10-14 09:57:07 +00:00
Roman Chistokhodov
5c51c7ca95
Fix angles assigned for shock beam in env_blowercannon (#337) 2022-10-14 09:56:40 +00:00
Andrey Akhmichin
bf7fb2ab12
Merge branch 'opfor' into opforfixed 2022-08-23 16:58:46 +05:00
Roman Chistokhodov
cd158fd18c
Sooner WeaponIdle for M249 (match delay from opfor) (#318) 2022-08-09 21:27:39 +00:00
Roman Chistokhodov
16955b173d Opfor grunts check for player to avoid friendly fire 2022-08-08 04:21:45 +03:00
Roman Chistokhodov
778d4b11af
Apply crowbar fixes to knife (#314) 2022-08-08 00:00:07 +00:00
Roman Chistokhodov
349dbe6e66
Replicate Otis KeyValue bug from Opposing Force (#310) 2022-08-07 11:25:01 +00:00
Roman Chistokhodov
cbff1ee44e
Apply sci pitch fix for cleansuit scientist. Fix pitch calculation for scientist (#311) 2022-08-07 11:24:42 +00:00
Roman Chistokhodov
efb3c3cb1f
Adjust Gonome IgnoreConditions and capability to match original Opposing Force (#308) 2022-08-07 11:24:27 +00:00
Roman Chistokhodov
6fdb87e117
Animated w_ model of spore launcher (#257) 2022-06-16 15:14:06 +05:00
M.Millar
81dce2f203
Apply CROWBAR_FIX_RAPID_CROWBAR to knife (#251)
This will apply the crowbar swing delay fix to the knife, preventing rapid melee.
2022-05-26 22:58:51 +05:00
Roman Chistokhodov
2ffa0261e3
Fix sniperrifle dropping when massn is gibbed (#244) 2022-02-24 18:40:10 +05:00
Roman Chistokhodov
a32bec7904
Opfor fixes (#242)
* Update displacer. Play displacer sounds in player entity

* Detach player from a rope when they get teleported with displacer

* Make snarks enemies to shock troopers

* Don't explicitly set Touch as touch function for displacer ball

* Fix possible null pointer reference is desert eagle
2022-02-01 15:52:27 +05:00
Roman Chistokhodov
f4f83ca6c0
Fix m249 tape when reloading the empty clip (#232) 2021-12-11 21:46:26 +05:00
Roman Chistokhodov
d862abafd7
Fix m249 reload (#230) 2021-12-11 07:33:11 +05:00
Roman Chistokhodov
310493aaeb
Make spore behavior match original. Remove redundant declarations (#229) 2021-12-11 07:32:19 +05:00
Владислав Сухов
31f428b299
Fixed wrong path to rune pickup sounds (#210) 2021-11-25 19:37:56 +05:00
Andrey Akhmichin
08fb4e1379 #ifdef->#if. 2021-06-09 04:35:22 +05:00
Alibek Omarov
bc88c81f7c gearbox: fix -Werror=parentheses 2021-02-26 17:57:28 +03:00
Alibek Omarov
aaf9b6a278 gearbox: penguin: fix wrong comparison 2021-02-26 17:57:13 +03:00
Roman Chistokhodov
562e4bdb64
Use int instead of float in pitdrone's BodyChange (#147) 2021-01-02 14:24:56 +05:00
Roman Chistokhodov
fdbce18498
Pitdrones shouldn't search for food during combat (#146) 2021-01-02 14:24:12 +05:00
Roman Chistokhodov
241ee25a54
Replace ResetTouch with SetTouch(NULL) in voltigore code (#145) 2021-01-02 14:23:52 +05:00
Roman Chistokhodov
56fb670dfc
Update pitdronespike (#144) 2021-01-02 14:23:25 +05:00
Roman Chistokhodov
5cbcc4db42 Merge branch 'master' into opfor-update 2020-04-29 09:42:17 +03:00
Roman Chistokhodov
9f932e33f9 Init ropes in Activated instead of delayed think 2020-02-17 14:13:46 +03:00
Roman Chistokhodov
6445266adb Fix shockroach 2020-02-10 11:54:45 +03:00
Roman Chistokhodov
9a4d33dd3e Add monster_massassin_dead (Not used in game, but exists in code 2019-12-01 15:51:33 +03:00
Roman Chistokhodov
685b404ed5 Add dead_canyon animation for dead opfor grunt 2019-12-01 15:34:09 +03:00
Roman Chistokhodov
63205cd3f0 Make soldiers properly use shot sentences when hit by player 2019-11-12 09:02:47 +03:00
Roman Chistokhodov
3c6ad215d1 Properly exit medic healing when schedule is changed forcibly 2019-11-12 08:55:17 +03:00
Roman Chistokhodov
7ad7133267 Update compile.bat files for old msvc. Patch for #101 2019-10-29 04:37:35 +03:00
Roman Chistokhodov
810719f61f Don't require alive target for env_blowercannon 2019-10-29 04:24:52 +03:00
Roman Chistokhodov
b825d57c87 Ropes use less entities and delayed initialization so other entities have a better chance getting correctly attached. Barnacle tongue has a higher priority over rope to avoid undesired player teleporting between two if player touched by both 2019-10-16 01:13:59 +03:00
Roman Chistokhodov
cd2eaae54d Fix item_generic 2019-10-16 01:10:12 +03:00
Roman Chistokhodov
987f0890a5 Hide desert eagle laser spot on tank usage 2019-10-16 01:09:57 +03:00
Roman Chistokhodov
e59451a94d Don't interrupt grapple pull sound by impact sound 2019-10-16 01:09:25 +03:00
Roman Chistokhodov
37ef63e6d1 Another try to make shockroach dropping closer to original behavior 2019-10-16 01:08:19 +03:00
Roman Chistokhodov
4a8d1c8d51 Make voltigore prioritize enemy chasing when enemy is occluded 2019-10-16 01:07:04 +03:00
Roman Chistokhodov
ec5b716407 Fix gonome double sounds, fix gut attachment 2019-10-16 01:06:28 +03:00
Roman Chistokhodov
f115d3105e Add Drop to floor flag for item_generic 2019-09-03 16:55:14 +03:00
Roman Chistokhodov
6e7bf80d08 Fix ally grunt schedule priority 2019-09-03 16:52:56 +03:00
Roman Chistokhodov
ea7b072761 Add missing return 2019-08-27 16:51:09 +03:00
Roman Chistokhodov
4fe0da6355 Add snow step sound 2019-08-27 14:13:33 +03:00
Roman Chistokhodov
017d3d8295 Make penguins explosive 2019-08-27 13:51:35 +03:00
Roman Chistokhodov
4a4a460beb Update drill sergeant 2019-08-27 13:28:23 +03:00
Roman Chistokhodov
ce39b99e71 Update voltigore 2019-08-27 13:05:31 +03:00