Andrey Akhmichin
723180f497
Merge branch 'master' into sohl1.2
2022-06-05 23:07:22 +05:00
Vale the Violet Mote
302e2d7a2a
Realtime cheats ( #197 )
...
* have cheats auto-update (send notif to client, use updated value in server)
* cheats did not need to be registered here as it's registered by the engine
* also not needed.
2021-10-26 21:52:17 +00:00
Andrey Akhmichin
9e9c587484
Merge branch 'master' into sohl1.2
2021-06-16 02:20:54 +05:00
Andrey Akhmichin
6d8e1c5d0c
Got rid "defined".
2021-06-07 19:17:22 +05:00
Andrey Akhmichin
0dd90846fe
#ifdef->#if
2021-06-07 05:05:58 +05:00
Andrey Akhmichin
3fd9768048
Merge branch 'master' into sohl1.2
2021-06-06 18:59:49 +05:00
Andrey Akhmichin
8c45ae9bb2
Fix underwater breathing sounds when player not fully in the water. Same as https://github.com/ValveSoftware/halflife/issues/3110 .
2021-06-05 20:02:32 +05:00
Andrey Akhmichin
724fcb856b
Merge branch 'master' into sohl1.2
2020-11-22 20:22:32 +05:00
Andrey Akhmichin
2a264d2c9a
Add the latest steam changes for cl_autowepswitch cvar.
2020-10-11 00:08:47 +05:00
Andrey Akhmichin
16e0a45d3c
Merge branch 'master' into sohl1.2
2019-11-11 04:00:45 +05:00
Andrey Akhmichin
4a02cfc012
Merge branch 'double_promotion'
2019-11-05 02:48:47 +05:00
Andrey Akhmichin
88161eac14
Add "cl_autowepswitch" cvar implementation.
2019-11-03 22:59:33 +05:00
Andrey Akhmichin
ec9bffedaf
Partially fix double promotion.
2019-10-13 16:49:25 +05:00
Andrey Akhmichin
2905950cb0
Merge branch 'master' into sohl1.2
2019-10-12 19:48:03 +05:00
Andrey Akhmichin
c9fdcd91e8
A little optimizations.
2019-09-24 03:00:37 +05:00
Night Owl
a53d2744f1
Reorder messages registration list.
2018-10-08 14:36:56 +05:00
Night Owl
822c46de43
Merge branch 'master' into sohl1.2
2018-07-16 04:51:30 +05:00
Night Owl
3d7e2b0d93
Do not show flashlight sprite in spectator mode.
2018-04-08 03:32:13 +05:00
Night Owl
6fe4259223
Merge branch 'master' into sohl1.2
2018-03-31 17:24:38 +05:00
Andrey Akhmichin
9d7ab6acf4
Some fixes for FoV, HUD, egon flare and new compilers. ( #52 )
...
* Fix warnings.
* Merge some fixes from https://github.com/Fograin/hl-subs-mod .
2018-03-31 15:09:13 +03:00
Alibek Omarov
ccbc147c90
Fix Battery message spam when armorvalue goes fractional
2018-03-03 23:58:19 +03:00
Night Owl
7b4ac843bc
Merge branch 'master' into sohl1.2
2018-02-23 00:34:42 +05:00
Night Owl
556e2647fe
Do not show train controls after player death.
2018-02-15 18:15:02 +05:00
Night Owl
b31b4e86b2
Fix some warnings.
2018-02-12 21:09:39 +05:00
Night Owl
abf8c33a89
Merge branch 'master' into sohl1.2
2018-02-12 13:10:16 +05:00
Alibek Omarov
7981bad606
Fix weapon selection being broken at the start of demo(or manual fullupdate call)
2017-12-19 00:28:34 +03:00
Roman Chistokhodov
30f2409952
Merge branch 'master' into sohl1.2
2017-12-18 23:47:12 +03:00
Roman Chistokhodov
22026b90b5
Spirit 1.2
2017-12-18 02:39:44 +03:00
Night Owl
aaedd794c3
Merge 293b41b8cd
2017-10-15 17:50:05 +05:00
Night Owl
f78471ad1d
min->Q_min, max->Q_max.
2017-10-15 01:05:50 +05:00
Night Owl
e7989d438a
Fix compatibility with MSVC 6.
2017-10-15 00:12:26 +05:00
Night Owl
70c6e42907
Merge 68c9b7cf6b
2017-07-24 00:37:20 +05:00
Night Owl
c9ac2c6dab
Implement mp_satchelfix cvar.
2017-07-20 12:22:02 +05:00
Night Owl
946e962f3c
Merge 1c71f33cb0
2017-07-19 04:06:19 +05:00
Night Owl
c8ebe744c3
Fix my mistakes. Apply fixes for rpg and tank laser again.
2017-07-19 02:00:03 +05:00
Night Owl
0af3a37151
Fix build. Remove unneeded changes.
2017-07-17 13:45:39 +05:00
Night Owl
5a2dccb978
Merge 09a90f4a00
2017-07-17 12:58:28 +05:00
Night Owl
38b2236515
Merge ee1ec9d64f
2017-07-17 12:01:53 +05:00
Night Owl
004054586b
Merge 52209adc33
2017-07-17 10:01:32 +05:00
Night Owl
cbdf9b5d04
Fix knowledge bugs with satchels again.
2017-07-17 09:48:08 +05:00
Night Owl
8455d69360
Merge d6732ca079
2017-07-11 01:58:22 +05:00
Night Owl
2324270cc2
Do not reduce armor value when godmode is active.
2017-07-10 22:18:45 +05:00
Night Owl
4d7d6f2c37
Turn off flashlight when player dead.
2017-07-10 19:28:56 +05:00
Night Owl
cf5b2f9e14
Merge https://github.com/ValveSoftware/halflife/pull/1601
2017-07-05 23:50:55 +05:00
Night Owl
2faa732aa1
Apply some @AlliedModders's patches.
2017-06-29 18:56:03 +05:00
Night Owl
a522ae20c3
Merge some changes from git version of hlsdk.
2017-06-26 05:47:19 +05:00
Night Owl
7c17f6e042
Rework initialization.
2016-08-02 16:59:22 +05:00
Night Owl
5890ff41ee
Server format.
2016-07-31 18:48:50 +05:00
Night Owl
1aac42f504
Remove extra commas and semicolons. Format.
2016-06-25 21:33:39 +05:00
Night Owl
4304846337
CRLF to LF all.
2016-06-04 18:24:23 +05:00