.. |
api
|
Added basic class API: ZR_IsValidClassIndex, ZR_GetActiveClass, ZR_SelectClientClass, ZR_GetClassByName, ZR_GetClassDisplayName
|
2012-09-08 22:34:31 +02:00 |
playerclasses
|
Added validation of immunity amount and cooldown settings. Cleaned up some comments in code and class config.
|
2013-01-06 00:25:57 +01:00 |
soundeffects
|
Fixed zombie scream command timers not properly destroyed on map change.
|
2012-10-09 16:21:40 +02:00 |
visualeffects
|
Replaced RemoveEdict with kill entity input command.
|
2012-07-01 21:12:43 +02:00 |
volfeatures
|
Updated class commands and class editor. Fixed a few compiler warnings.
|
2013-01-05 21:10:38 +01:00 |
weapons
|
Replaced RemoveEdict with kill entity input command.
|
2012-07-01 21:12:43 +02:00 |
account.inc
|
Fixed account module giving money to zombies hurting themself with self-inflicted damage.
|
2010-01-11 17:43:06 -08:00 |
admintools.inc
|
Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
|
2009-10-26 23:17:22 +01:00 |
antistick.inc
|
Removed unnecessary antistick commands for model hull width, all models have the same hull width.
|
2010-06-25 10:40:47 -07:00 |
commands.inc
|
Implemented shield immunity mode with zr_shield command.
|
2013-01-07 01:45:55 +01:00 |
config.inc
|
Configs now support "1" in addition to the previous "yes" and "on" settings.
|
2009-12-31 00:05:46 -08:00 |
cookies.inc
|
Added support for saving class selections in cookies.
|
2009-08-15 06:32:44 +02:00 |
cvars.inc
|
Implemented infection modes. Compiles, but not tested.
|
2013-01-10 06:21:30 +01:00 |
damage.inc
|
Fixed immunity modes not obeying spawn protection. Implemented "kill" immunity mode.
|
2013-01-11 10:07:18 +01:00 |
debugtools.inc
|
Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
|
2009-10-26 23:17:22 +01:00 |
downloads.inc
|
Added public/non-public models.
|
2009-07-09 14:17:50 -07:00 |
event.inc
|
Implemented infect immunity mode. Debug messages are still enabled, and some parts aren't updated yet (compiler warnings).
|
2013-01-05 02:44:46 +01:00 |
global.inc
|
Fixed minor errors, fixed antistick having some false positives, fixed every single Zombie:Reloaded line at top of the file.
|
2009-07-04 23:49:23 -07:00 |
hitgroups.inc
|
Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
|
2009-10-26 23:17:22 +01:00 |
immunityhandler.h.inc
|
Fixed immunity modes not obeying spawn protection. Implemented "kill" immunity mode.
|
2013-01-11 10:07:18 +01:00 |
immunityhandler.inc
|
Fixed immunity modes not obeying spawn protection. Implemented "kill" immunity mode.
|
2013-01-11 10:07:18 +01:00 |
infect.inc
|
Fixed immunity modes not obeying spawn protection. Implemented "kill" immunity mode.
|
2013-01-11 10:07:18 +01:00 |
jumpboost.inc
|
Merged heads.
|
2009-07-06 00:18:16 +02:00 |
knockback.inc
|
Implemented shield immunity mode with zr_shield command.
|
2013-01-07 01:45:55 +01:00 |
log.h.inc
|
Added a "douse" feature to napalm that makes water put out fires.
|
2009-07-16 18:34:56 -07:00 |
log.inc
|
Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
|
2009-10-26 23:17:22 +01:00 |
menu.inc
|
Removed the chat trigger detection, it causes a shit ton of errors in console. And updated compilers.
|
2011-06-17 20:09:56 -07:00 |
models.h.inc
|
Changed model config to key/value format and improved model module features. Model access isn't tested yet, but base stuff works. Minior fixes.
|
2009-11-17 08:47:39 +01:00 |
models.inc
|
Cleaned up model precaching.
|
2009-12-04 00:44:46 +01:00 |
napalm.inc
|
Backed out changeset: 539b63f56ac5
|
2011-06-24 17:05:55 -07:00 |
overlays.inc
|
Made cvar for minimum dx level.
|
2010-05-22 16:13:42 +02:00 |
paramparser.inc
|
Fixed parameter parser not ignoring escaped quotes when parsing values.
|
2009-09-15 14:10:57 +02:00 |
paramtools.inc
|
More work on volfeatures. See details.
|
2009-07-16 10:05:40 +02:00 |
respawn.inc
|
Fixed ragdolls being removed in spawn event when removal is disabled.
|
2012-02-26 15:39:12 +01:00 |
roundend.inc
|
Fixed round draw when round ends in CS: GO. Thanks to Jargon.
|
2013-01-10 09:09:25 +01:00 |
roundstart.inc
|
Replaced RemoveEdict with kill entity input command.
|
2012-07-01 21:12:43 +02:00 |
sayhooks.inc
|
Removed the chat trigger detection, it causes a shit ton of errors in console. And updated compilers.
|
2011-06-17 20:09:56 -07:00 |
shoppinglist.inc
|
Yay finished shopping list!
|
2009-09-20 14:58:50 -07:00 |
spawnprotect.inc
|
Fixed hint text sound not precached error in CS: GO.
|
2012-09-20 11:41:21 +02:00 |
steamidcache.inc
|
Fixed minor errors, fixed antistick having some false positives, fixed every single Zombie:Reloaded line at top of the file.
|
2009-07-04 23:49:23 -07:00 |
tools_functions.inc
|
Added knock back boost workaround for CS: GO, with cvar to disable it: zr_classes_csgo_knockback_boost. Side effects: Weaker and flying zombies, can be compensated with lower knock back.
|
2012-09-20 11:32:00 +02:00 |
tools.inc
|
Updated to use new natives in cstrike extension instead of SDK calls. Requires SourceMod 1.4.0 or newer.
|
2012-01-28 19:12:33 +01:00 |
translation.inc
|
Fixed hint text sound not precached error in CS: GO.
|
2012-09-20 11:41:21 +02:00 |
versioninfo.inc
|
Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
|
2009-10-26 23:17:22 +01:00 |
zadmin.inc
|
Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
|
2009-10-26 23:17:22 +01:00 |
zcookies.inc
|
Enlarged display string limits of yes/no phrases.
|
2009-12-16 18:13:35 -08:00 |
zhp.inc
|
Fixed hint text sound not precached error in CS: GO.
|
2012-09-20 11:41:21 +02:00 |
zombiereloaded.inc
|
Added knock back boost workaround for CS: GO, with cvar to disable it: zr_classes_csgo_knockback_boost. Side effects: Weaker and flying zombies, can be compensated with lower knock back.
|
2012-09-20 11:32:00 +02:00 |
zspawn.inc
|
Imported some API-features from zr-dev. Added API test plugins in testsuite.
|
2010-11-14 15:17:19 +01:00 |
ztele.inc
|
Imported fix from dev: 607:e4982eeb64d0 - Fixed a bug in client listing menus when selecting a client that left the game caused errors.
|
2010-02-14 16:13:30 +01:00 |