Commit Graph

  • cf5bfb6604 Update weapons.cpp dystopm 2023-07-16 23:22:53 -04:00
  • 888ba17eed CSPlayerWeapon.cpp file integration dystopm 2023-07-16 23:17:47 -04:00
  • d9c92dd490 Merge remote-tracking branch 'upstream/master' into api_upgrade dystopm 2023-07-16 23:05:22 -04:00
  • 7f926ae5bb Added BuyItem and CSGameRules::Think dystopm 2023-07-16 22:46:54 -04:00
  • 3c763d506c Typo dystopm 2023-07-16 18:47:12 -04:00
  • e651e6bf02 Added CBasePlayerWeapon::ItemPostFrame dystopm 2023-07-16 18:46:15 -04:00
  • b136cb20ad Added CBasePlayer::CheckTimeBasedDamage dystopm 2023-07-16 18:36:47 -04:00
  • cb18d4c81b Forgotten virtual decls on CAPI_Impl.h dystopm 2023-07-16 17:59:17 -04:00
  • b5e085cb15 Forgotten members on CAPI_Impl.h dystopm 2023-07-16 17:57:52 -04:00
  • c9be608eb8 Added new PM_* Hookchains dystopm 2023-07-16 17:53:59 -04:00
  • 7227d4f952 Merge branch 'master' into fix-fps-based-movement Sergey Shorokhov 2023-07-16 16:24:25 +03:00
  • 942776783b
    mp_fadetoblack 2 fade timings now depends from mp_dying_time CVar and code fixes (#845) Sergey Shorokhov 2023-07-16 15:55:58 +03:00
  • 872bd17ce1 Compile errors fix dystopm 2023-07-15 23:10:22 -04:00
  • 2990bfc013 Added fourteen new Hooks dystopm 2023-07-15 22:38:36 -04:00
  • 639f45f860 Added six new API funcs (plus code cleaning) dystopm 2023-07-15 21:32:50 -04:00
  • 6701c58247 Ordered PM_LadderMove declarations dystopm 2023-07-15 20:54:21 -04:00
  • c526fa5885 Enable location feature if bots allowed or listen server is running s1lentq 2023-07-16 04:17:14 +07:00
  • ad13545dac TutorMessageEvent::GetNextParameter: Fixed corrupted stack s1lentq 2023-07-16 04:13:08 +07:00
  • 718f0330f1
    API: Implement PM_LadderMove hook (#740) Adrian Cirstea 2023-07-15 23:48:44 +03:00
  • f0677270c8
    Merge branch 'master' into add-PMLadderMove-hook Dmitry Novikov 2023-07-16 03:26:47 +07:00
  • 9b02c04c53 Comments update dystopm 2023-07-15 01:57:35 -04:00
  • 7dd2690b59 Refactoring the refactory dystopm 2023-07-15 01:34:13 -04:00
  • 8a8f348755
    Adjust gib's velocity limit according to sv_maxvelocity (#846) Francisco Muñoz 2023-07-14 17:34:54 -04:00
  • 154b7bf0c8
    Update gib.cpp Dmitry Novikov 2023-07-15 04:34:32 +07:00
  • 736c4de2db Squashed commit of the following: Sergey Shorokhov 2023-07-14 17:22:43 +03:00
  • 54f5f91e35 enum style fix Sergey Shorokhov 2023-07-14 17:21:08 +03:00
  • d1111e7d20 Update player.cpp dystopm 2023-07-14 02:04:07 -04:00
  • 26e2819f9f Gib max velocity adjusted to sv_maxvelocity dystopm 2023-07-14 00:44:54 -04:00
  • 3f76335327 Merge branch 'fix_fadetoblack' of https://github.com/wopox1337/ReGameDLL_CS into fix_fadetoblack Sergey Shorokhov 2023-07-14 05:58:05 +03:00
  • 57fa3d8002 change fadeblack conditions Sergey Shorokhov 2023-07-14 05:47:25 +03:00
  • 5af99d4386 use enum for fadetoblack values Sergey Shorokhov 2023-07-14 05:34:13 +03:00
  • 5b9bec089c fix observers flash SergeyShorokhov 2020-06-13 01:33:01 +03:00
  • 81e51dd85e fix naming SergeyShorokhov 2020-06-12 13:31:43 +03:00
  • f67d6c52aa Observer fix (mp_forcechasecam) SergeyShorokhov 2020-06-12 13:17:20 +03:00
  • d2bc6b85ec Don't blind dying players (flash grenade) SergeyShorokhov 2020-06-12 13:04:47 +03:00
  • f7c96c8dc8 Revert message gmsgForceCam changes SergeyShorokhov 2020-06-12 12:54:45 +03:00
  • 1be59c5112 remove casts Shorokhov Sergey 2020-02-06 16:16:06 +03:00
  • b3ff0d838b Add CVar states naming Shorokhov Sergey 2020-02-06 15:46:00 +03:00
  • d7edd67dc7 fix cvar dependencies Shorokhov Sergey 2020-02-06 15:25:17 +03:00
  • 606c6e2533 change fadeblack conditions Sergey Shorokhov 2023-07-14 05:47:25 +03:00
  • bf9271b1fe use enum for fadetoblack values Sergey Shorokhov 2023-07-14 05:34:13 +03:00
  • 039aab8167 Merge branch 'master' into fix_fadetoblack Sergey Shorokhov 2023-07-14 05:26:35 +03:00
  • c0b37767a2 Defuser code refactory and fix dystopm 2023-07-13 15:56:05 -04:00
  • 221fd25750 Detail in variable type out of the fix dystopm 2023-07-13 14:06:49 -04:00
  • 18e809d912 Update weapons.cpp dystopm 2023-07-13 13:41:43 -04:00
  • 614c007006 Fix: Grenade weaponbox not deploying on unarmed player dystopm 2023-07-13 13:23:29 -04:00
  • 66c6fb8770 mp_fadetoblack 2: disable fade for observers Sergey Shorokhov 2023-07-13 18:39:02 +03:00
  • cfeb57df48 Adjust gib's velocity limit according to sv_maxvelocity dystopm 2023-07-12 22:56:43 -04:00
  • 67234cbf77 mp_fadetoblack fade timings now depends from mp_dying_time CVar Sergey Shorokhov 2023-07-13 05:04:32 +03:00
  • d390e84452 Fixed crash sometimes occurring while zbot map analyzing s1lentq 2023-07-13 07:02:50 +07:00
  • 11d6b086b4
    Shield constants code cleaning (#843) 5.22.0.593 Francisco Muñoz 2023-07-12 18:29:56 -04:00
  • 4eb00cec44 Correct and separate constant names dystopm 2023-07-12 15:45:13 -04:00
  • 8a18969be1
    New CVar: mp_dying_time (#483) Sergey Shorokhov 2023-07-12 20:43:37 +03:00
  • 62ed760e4b change cvar desc Sergey Shorokhov 2023-07-12 20:40:46 +03:00
  • fb15e957b3 Merge branch 'death_cam_time' of https://github.com/wopox1337/ReGameDLL_CS into death_cam_time Sergey Shorokhov 2023-07-12 20:33:33 +03:00
  • d7b7e19d1c change desc Sergey Shorokhov 2023-07-12 20:33:29 +03:00
  • 74ca7e9225 Change constant name (SHIELDREN -> SHIELDGREN) dystopm 2023-07-12 13:32:05 -04:00
  • 9dc787972b
    Merge pull request #12 from dystopm/mp-dying-time-cvar Sergey Shorokhov 2023-07-12 09:25:16 +03:00
  • 449a9c5014
    Merge branch 'death_cam_time' into mp-dying-time-cvar Francisco Muñoz 2023-07-12 01:43:36 -04:00
  • 7094c05c09 Fix death animation when mp_dying_time < 3.0 depending on animation dystopm 2023-07-12 01:37:48 -04:00
  • 7fcd2f7695 Merge branch 'pr/483' into mp-dying-time-cvar dystopm 2023-07-12 01:34:49 -04:00
  • 68d29bf296 Merge branch 'master' into death_cam_time Sergey Shorokhov 2023-07-12 08:13:52 +03:00
  • f83ef99714 fix pointers style (right alignment) Sergey Shorokhov 2023-07-12 08:01:02 +03:00
  • e1d1c11992
    add FTRACE_KNIFE flag (#817) 5.21.0.593 Hamdi 2023-07-11 03:57:50 +01:00
  • 00831bdfee Merge branch 'master' into feature-trigger_bomb_reset Sergey Shorokhov 2023-07-11 04:04:21 +03:00
  • 6da11fa4dd
    fix: bot_profile_db CVar use (#827) Sergey Shorokhov 2023-07-11 03:09:11 +03:00
  • 6375ea5504
    Little code cleaning: g_vecAttackDir (#831) Francisco Muñoz 2023-07-10 20:01:53 -04:00
  • 1b6359969a Fix test demo (RANDOM_FLOAT inside UTIL_RandomBloodVector should be called for testdemo) s1lentq 2023-07-11 06:41:18 +07:00
  • 404ed0953f UTIL_BloodDrips: remove useless direction param Sergey Shorokhov 2023-07-11 01:59:16 +03:00
  • 8cc347717c Skip REGAMEDLL_FIXES dystopm 2023-07-10 11:55:50 -04:00
  • a5f288fbd6
    Fix Glock and Famas undesired ammo decreasing on burst mode (#832) Francisco Muñoz 2023-07-10 09:36:58 -04:00
  • 8ddda261fe
    New CVars: mp_weapondrop and mp_ammodrop and fixes (#840) Francisco Muñoz 2023-07-10 08:45:24 -04:00
  • d4deabfe59
    CZero: Fix broken Career Tasks (#836) Francisco Muñoz 2023-07-10 08:44:31 -04:00
  • 4d2a1c9445 Add mp_weapondrop 3: drop all weapons dystopm 2023-07-04 00:00:40 -04:00
  • d285035f7f Compile error resolved dystopm 2023-07-03 14:12:18 -04:00
  • b7a8ec9e93 Tabulation tip dystopm 2023-07-03 14:09:16 -04:00
  • 01208e4380
    Improve readability x2 Francisco Muñoz 2023-07-03 14:08:10 -04:00
  • 261587079f Improve readability dystopm 2023-07-03 14:00:00 -04:00
  • b5456a72c2
    Apply suggestions from code review Francisco Muñoz 2023-07-03 13:54:50 -04:00
  • e4052d982b Update player.cpp dystopm 2023-07-02 15:46:36 -04:00
  • 5ebe523d1d First implementation dystopm 2023-07-01 22:11:14 -04:00
  • 12560c2b87
    Make Knife back stab multiplier customizable (#834) Francisco Muñoz 2023-06-30 22:52:11 -04:00
  • e08cf1e72a
    Disable BotPrecache whether game is CS 1.6 (#839) Francisco Muñoz 2023-06-30 22:48:33 -04:00
  • 4efa46afd2
    Update bot_util.cpp Dmitry Novikov 2023-07-01 09:48:04 +07:00
  • f6b975cdbb lmao dystopm 2023-06-30 02:10:40 -04:00
  • 1cbe1500cf Adding REGAMEDLL_API macros correctly to extended members of CKnife dystopm 2023-06-30 02:06:20 -04:00
  • e61972a39a Update bot_util.cpp dystopm 2023-06-29 15:53:41 -04:00
  • 64cbee350d Grouping more code on FIXES macro dystopm 2023-05-29 17:54:49 -04:00
  • e777bc2da7 Var name mistake dystopm 2023-05-29 16:39:54 -04:00
  • 467903dfdc Fix HandleEnemyKill params and Hostage target detection dystopm 2023-05-29 16:37:18 -04:00
  • 541c2666ae Typo dystopm 2023-05-19 14:42:46 -04:00
  • da324f1e74 Forgotten default assignation on Spawn dystopm 2023-05-19 14:38:35 -04:00
  • 46b0218559 Sort of non trivial code cleaning dystopm 2023-05-19 14:35:43 -04:00
  • 48b87b4dab Add Backstab multiplier CKnife member with default value dystopm 2023-05-19 14:17:08 -04:00
  • 4a08c08cf1 Fix Glock and Famas undesired ammo decreasing on burst mode dystopm 2023-05-15 20:32:44 -04:00
  • fcf1f6b0f0 Tiny code cleaning dystopm 2023-05-15 20:22:40 -04:00
  • 1e9dfda7af Forgotten scenarios added dystopm 2023-05-13 18:59:13 -04:00
  • 9939d33c10 Comment detail dystopm 2023-05-13 17:42:14 -04:00
  • 5ad1ffd073 Get rid of g_pevLastInflictor global var dystopm 2023-05-13 17:38:04 -04:00
  • 94bf705196 RemovePlayerItemEx: Do not remove the grenade weapons until it runs out of ammo s1lentq 2023-04-27 17:24:29 +07:00