Commit Graph

81 Commits

Author SHA1 Message Date
richard 20b970881a New branch. Removed plugins that doesn't belong here. 2009-04-07 16:52:34 +02:00
richard 405e7f0005 Restructured class system files. Added more functions for applying class attributes. 2009-04-06 03:20:13 +02:00
Greyscale fd3739b53a Added antistick system, removed zstuck, and removed redundant check in zombie.inc 2009-04-05 23:20:35 +02:00
richard 1cbce4de6d Updated version number. Release marked as in development in the version number. 2009-04-01 19:10:10 +02:00
richard 74cacd5e75 Fixed bug 23. Added a mother zombie check before respawning as zombie on suicide by world damage. 2009-04-01 19:07:07 +02:00
richard f9d0a96d77 Corrected newline format. 2009-04-01 19:04:00 +02:00
Greyscale 7817981473 Added cvar to control suicide blocking for zombies and humans seperately 2009-03-31 02:56:30 +02:00
richard 2a24a8a204 Merged heads 91e3906787a1 and 3598485c84df. 2009-03-31 00:59:50 +02:00
richard 4f8e3e2b20 Made a new class system with base API functions. Will run paralell with the old system so it's possible to do a gradually switch. Most functions are compatible but have different names. 2009-03-31 00:52:44 +02:00
Greyscale 53f1909966 Added more increase/decrease options in knockback(mult) admin menu 2009-03-30 22:40:12 +02:00
Greyscale 1dc1f5cefe Improved knockback, renamed ZTele function, changed ZStuck to reset velocity, modified velocity changing function, removed unneeded offset (basevelocity) 2009-03-30 21:40:56 +02:00
Greyscale 965de0e697 New translations to go with last few commits 2009-03-30 00:36:58 +02:00
Greyscale a8a4f4fbb0 Changed all CloseHandle's on timers to KillTimer() 2009-03-30 00:35:51 +02:00
Greyscale 21b29e8bb3 Fixed spawn protection being buggy when admin infects them, added better countdown, changed variable names (consistency), fixed typo in world kill respawn cvar, gKilledByWorld initialized on connect 2009-03-29 23:42:19 +02:00
Greyscale 6555cdd778 ZR_PrintToAdminChat now checks for Admin_Generic flag 2009-03-29 22:08:56 +02:00
Greyscale a0276e5c14 Renamed zradmin to zadmin, menu is translatable and accessible from ZMenu 2009-03-29 22:04:47 +02:00
Greyscale eaf3da9987 Renamed zradmin.inc to zadmin.inc 2009-03-29 21:52:37 +02:00
richard 825cc8c570 Updated version number and documents. 2009-02-21 16:03:18 +01:00
richard ebb387d009 Caching models on startup instead of on infection. Probably fixes the freeze on infection problem. 2009-02-21 15:44:48 +01:00
richard 62ddc62e0e Updated URL in ammo plugin. 2009-02-16 14:16:28 +01:00
richard a30d219266 Updated version number, changelog and todo.txt 2009-02-16 14:10:12 +01:00
richard 4e1b587e15 Fixed zvision not disabled if setting in classes is blank. Removed zvision timer, not needed and wasted resources. 2009-02-16 01:38:46 +01:00
richard 527bb9be44 Fixed ambience sound not always playing. Improved logging function. 2009-02-15 22:25:17 +01:00
richard 3fe0029543 Fixed typo in admin menu. 2009-02-15 21:33:06 +01:00
richard fce532e2d9 Updated todo.txt 2009-02-15 15:35:03 +01:00
richard 847bd12e6b Updated todo.txt 2009-02-14 01:58:58 +01:00
richard 00f279d41a Fixed merge conflict in cvars.inc. 2009-02-13 23:14:29 +01:00
richard 84a4c68596 Minior bug fixes. Added module flags for log system. CVAR changes. Added support for random default class (per player). 2009-02-13 22:57:02 +01:00
richard b46d886c9c Fixed message typos. Added debug messags when applying models. Added log messages on manual infections and weapon resticitons. 2009-02-02 01:56:53 +01:00
richard 58949a7fe8 Fixed incorrect weapon name used in group restictions. Improved logging system (bit flags instead of on/off). CVAR zr_debug changed to zr_log. Added flag configuration to zombie admin menu. Fixed index out of bounds error in anticamp module. 2009-01-31 20:48:56 +01:00
richard 972136b859 Made a anticamp feature with custom hurt volumes. Reformatted changes.txt. 2009-01-19 22:45:58 +01:00
richard e3f4b4e400 Fixed teleport location text to display float values instead of decimal values. 2009-01-17 21:54:35 +01:00
richard 72cb683278 Changed hardcoded antistick force into a CVAR. 2009-01-16 15:30:37 +01:00
richard 018e283679 Fixed spectactor admins not able to teleport players to their saved location. 2009-01-14 16:09:27 +01:00
richard c2760c9de0 Fixed ztick still working when disabled. Code cleanup: Removed old teleport functions and debug messages in zspawn. 2009-01-14 01:04:29 +01:00
richard 525d25efd4 Improved teleporter: Per client custom buffers, reset buffers on round start (CVAR), made teleabort chat trigger. Blocked teleport on dead players. Changed ztele to tele in CVAR names. 2009-01-13 23:24:10 +01:00
richard 03c2a00d22 Updated todo.txt with new feature ideas. 2009-01-07 11:27:01 +01:00
richard f447d3731e Removed spawn protection on respawned zombies. 2008-12-28 02:22:41 +01:00
richard 0efabe1146 Made zr_suicide_world_damage CVAR for respawning as zombie if a zombie was killed by the world. 2008-12-28 00:50:39 +01:00
richard ef8a7e04b7 Finished teleporter admin commands; zr_teleport, zr_tele_saveloc, zr_tele_loc, zr_tele_abort. Teleport admin menu made, but not coded. 2008-12-26 23:03:29 +01:00
richard 69799e1c0d Improved the teleporter. Startup delay, cooldown, separate team delays and limits. Admin commands made, but not coded yet. 2008-12-20 20:46:05 +01:00
richard b66baa5dd0 Initial translations check in. 2008-12-19 20:07:27 +01:00
richard 4e768d316a Added todo about validating configs and cvars on plugin load. 2008-12-17 01:05:57 +01:00
richard e878d72b38 Removed unnecessary function call in OnPluginEnd causing the GameRules not available error. 2008-12-16 16:16:38 +01:00
richard 2d4f5d7ae6 Moved GetDefaultClassIndex outside the loop. 2008-12-03 10:48:11 +01:00
richard a6c726c193 Updated todo with jetpack feature. 2008-11-29 22:56:05 +01:00
richard 65a9ec01aa Made zr_ztele_humans cvar for allowing or disallowing humans to use the teleporter. Defaults to allow. 2008-11-24 21:30:23 +01:00
richard 298dec378c Made a switch for printing suicide attempts to admin chat. Added suicide response text to client chat too, not just the console. 2008-11-18 01:02:23 +01:00
richard c49fcb2142 Applied game rules not available fix by Grey Echo. 2008-11-16 22:49:35 +01:00
richard c28343fc20 Made a user friendly description of changes since v. 2.5.1. Fixed/updated todo.txt 2008-11-16 21:30:13 +01:00