Commit Graph

63 Commits

Author SHA1 Message Date
d47081 94a40fe3a8
Merge 8ae4c9bea6 into ed9f3a1b4c 2024-04-02 20:27:54 +03:00
Andrey Akhmichin d725dcd9e7 Merge branch 'master' into bot10 2024-02-19 20:46:26 +05:00
Andrey Akhmichin 28112bab77 Fix bullet impact sounds and interpolation artifacts. 2024-02-04 17:46:45 +05:00
Andrey Akhmichin ccbb5b763e
Port func_vehicle implementation from cs16-client/regamedll_cs. (#428) 2024-01-28 09:14:47 +00:00
ghost ebb2b9bcbe group constructions 2024-01-16 19:10:00 +02:00
Andrey Akhmichin 192c58c4b0 Merge branch 'master' into bot10 2024-01-15 16:11:54 +05:00
ghost c7420cfc3e fix bots quantity on map rotate, add respawn initiation 2024-01-15 08:09:40 +02:00
ghost 13bc2b0a49 fix players online counter, make optimization 2024-01-15 01:45:42 +02:00
ghost 281f0241f6 add players count condition 2024-01-14 20:27:43 +02:00
ghost c9c01c7da7 add respawn delay to prevent server crash 2024-01-14 07:24:14 +02:00
ghost fa7f7cc729 fix index name 2024-01-14 06:51:21 +02:00
ghost caccdd942c fix respawn state check 2024-01-14 04:54:46 +02:00
d47081 6d2f4bc58f
respawn configured bots (#422)
Co-authored-by: ghost <localhost>
2024-01-11 22:16:47 +00:00
d47081 bcf4799915
allow min_bots=0 #421 (#423)
Co-authored-by: ghost <localhost>
2024-01-11 22:14:57 +00:00
Andrey Akhmichin 523ee2ad97
Clear client flags in ClientDisconnect, because engine doesn't clear them before calling ClientConnect, but only before ClientPutInServer, on next connection to this slot.
Same as 5caf49f063
2023-04-23 22:11:54 +05:00
Andrey Akhmichin aec0f79806
Change bunnyhop cap via movevar. 2023-04-23 20:54:36 +05:00
Andrey Akhmichin 0dbe8eff94
Merge branch 'master' into bot10 2022-11-16 06:09:19 +05:00
Andrey Akhmichin 813aa0ae91
More safe string copying. 2022-11-16 05:45:28 +05:00
Andrey Akhmichin 9774dd8a32
Merge branch 'master' into bot10 2022-11-15 10:58:08 +05:00
Andrey Akhmichin 58f78b4f1c
More safe strncpy usage. 2022-11-14 08:47:47 +05:00
Andrey Akhmichin 368fdf1259
More safe _snprintf usage. 2022-11-14 08:19:12 +05:00
Andrey Akhmichin 60bd3121fb
Prevent possible null pointer dereference. 2022-11-08 23:25:27 +05:00
Andrey Akhmichin ad6b7d05ec
Merge branch 'master' into bot10 2022-08-06 20:43:34 +05:00
Roman Chistokhodov 8d91e9b4c0
Use MAX_WEAPONS constant instead of magic numbers (#294) 2022-07-27 05:24:22 +00:00
Roman Chistokhodov 25ba2b4e5f
Fix ServerActivate check for clients (#288) 2022-07-21 14:23:22 +00:00
Andrey Akhmichin e2f31a69e6
Merge branch 'master' into bot10 2022-06-05 00:51:49 +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 cecb441592 Merge branch 'master' into bot10 2021-06-20 04:03:04 +05:00
Bohdan Shulyar fd6f48175f
Comment unused variables (#184)
* Comment unused variables

* Comment out dead code
2021-06-18 13:00:09 +05:00
Andrey Akhmichin d0f802e92c Merge branch 'master' into bot10 2021-06-13 03:02:04 +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 6af9193973 Merge branch 'master' into bot10 2020-01-01 16:17:15 +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 24e774bdc9 Merge branch 'master' into bot10 2019-07-07 20:46:44 +05:00
Andrey Akhmichin 93d1ed0294 Add a missing const qualifiers. Remove unneeded casts. 2019-07-07 19:37:24 +05:00
Night Owl 86229f7926 Add cvar to skip unicode check(Same as 4cdb80dce7) 2019-04-11 16:18:47 +03:00
Night Owl 00df912883 Merge branch 'master' into bot10 2018-03-31 18:00:56 +05:00
Alibek Omarov 6161c6d4d8 Replace snprintf by _snprintf, for MSVC 2018-03-04 00:24:54 +03:00
Night Owl b2558c749d Fix some warnings. 2017-11-21 00:48:20 +05:00
Night Owl e308b0c7d1 Merge original botman's bot 10 source code. 2017-11-20 23:18:57 +05:00
Night Owl f78471ad1d min->Q_min, max->Q_max. 2017-10-15 01:05:50 +05:00
Night Owl 4150b464a0 Improve spectator. 2017-07-24 16:38:38 +05:00
Night Owl d1fbb99574 Fix some warnings yet. 2017-07-20 23:32:06 +05:00
Night Owl 7a5c29cbc9 Clear any effects on disconnect. 2017-07-20 10:51:34 +05:00
Night Owl cbdf9b5d04 Fix knowledge bugs with satchels again. 2017-07-17 09:48:08 +05:00
Night Owl cf5b2f9e14 Merge https://github.com/ValveSoftware/halflife/pull/1601 2017-07-05 23:50:55 +05:00
Night Owl 4800c0d54c Deactivate satchels on disconnect. 2017-07-03 03:24:14 +05:00