Commit Graph

58 Commits

Author SHA1 Message Date
Richard Helgeby
9f80847221 Fixed link in docs. 2009-12-23 20:43:35 +01:00
richard
7be697bf5a Added beta 2 release notes and prepared for release. 2009-12-11 17:12:39 +01:00
richard
6eb54a8b03 Updated changelog. 2009-12-11 15:17:21 +01:00
richard
7bad6761d3 Fixed broken FOV. 2009-12-11 15:16:28 +01:00
richard
56d542603f Added more credits in docs. 2009-12-11 14:57:33 +01:00
richard
1e4ca1b260 Removed duplicate line in changelog. 2009-12-09 20:33:33 +01:00
richard
294afcb07b Cleanup in docs and release notes. 2009-12-09 20:30:44 +01:00
richard
67ead51e03 Added beta 2 release notes. 2009-12-09 19:47:26 +01:00
richard
52912a78e4 Updated docs with config reloading commands. 2009-12-09 12:36:50 +01:00
richard
88608f8ffa Updated docs with more info on common problems. 2009-12-09 12:14:34 +01:00
richard
370c906259 Merged known issues into common problems in docs. 2009-12-07 20:08:31 +01:00
richard
49ee054667 Updated docs with known issues. 2009-12-07 19:57:48 +01:00
richard
109a923ae3 Updated docs with new model error messages. Minior fixes.
Improved error handling of model list.
Fixed typo in class attribute validator.
Changed cvar defaults: class menu auto-close and overlay default state.
2009-11-28 22:32:44 +01:00
richard
b39040bb35 Updated docs with model and knock back guides. Tuned default knock back values for classes, weapons and hit groups. 2009-11-22 10:50:49 +01:00
richard
709b5d3bab Updated docs with common issues and minior fixes. 2009-11-20 17:34:05 +01:00
richard
c1b92dca1d Updated installation instructions in manual. 2009-11-19 07:02:59 +01:00
richard
f784b10c87 Updated packaging script to include zrtools binaries. 2009-11-17 16:57:27 +01:00
richard
cbbcc2caa8 Updated package script to build according to SourceMod packaging guidelines. Hid the developers manual so it won't be included in release package. 2009-11-17 16:25:26 +01:00
richard
66ed43dd48 Changed model config to key/value format and improved model module features. Model access isn't tested yet, but base stuff works. Minior fixes.
Added more random model selection presets: public, admins, hidden and mother zombies.
Simplified ClassFlagFilterMatch logic.
2009-11-17 08:47:39 +01:00
richard
8c1a549239 Reverted to use ZR Tools. Fixed class multipliers beeing reset after map configs.
SDK Hooks works, but is not yet fully compatible with weapon restrict module because of missing Weapon_CanUse event in SDK Hooks. Weapons disappear when zombies walk near them. Otherwise the extension works.
2009-11-11 22:50:19 +01:00
richard
55ecd5bb07 Updated manual with new plugin requirements info. 2009-11-04 21:43:25 +01:00
richard
49d7ca8919 Updated docs. 2009-11-02 20:38:32 +01:00
richard
3b3b3583e5 Docs typo. 2009-10-31 03:41:28 +01:00
richard
844e23b293 Updated docs. Minior fixes.
Added flag on some timers so we are sure they are killed on map change.
Added stop event on health regeneration timer when applying classes, if the class has no regeneration.
Cvar zr_classes_default_admin is now replaced by admin-only classes. Old cvar is zr_classes_default_admin_mode.
2009-10-31 03:39:00 +01:00
richard
bba1f40fb3 Updated docs with more info about mother zombie ratio. 2009-10-30 13:58:01 +01:00
richard
9bd4f90137 Added error log descriptions to manual. Cleaned up some log messages. 2009-10-27 22:53:03 +01:00
richard
cdcd9b03ee Updated manual layout and style. 2009-10-27 02:07:14 +01:00
richard
37a9e8f1b2 Fixed typos in manual. 2009-10-25 01:07:58 +02:00
richard
b2d679c035 Added manual section about admin authentication. Fixed ZRIsClientPrivileged ignoring console. 2009-10-21 01:42:47 +02:00
richard
ffdf79f882 Updated docs. Minior fixes.
Started writing docs about volumetric features.
Improved manual style, lined up tables.
Added missing attributes in anticamp conversion functions.
Fixed anticamp not extinguishing players who leave a volume that ignite players.
2009-10-20 01:45:13 +02:00
richard
11d51d9e7b HTML-manual conversion complete, zr_manual.txt is now obsolete. Changed default setting on a cvar. 2009-10-15 19:08:31 +02:00
richard
b15c984bb9 Fixed typo in typo correction... :/ 2009-10-14 03:14:02 +02:00
richard
89dbeb46be Typo fix in manual. 2009-10-14 03:12:28 +02:00
richard
54c0380d6a Updated HTML-manual. Changed default setting on some cvars. 2009-10-14 02:58:16 +02:00
richard
6ef9e6ecbf More manual content converted to HTML. 2009-10-11 18:16:01 +02:00
richard
7995ecfe16 Fixed copy-paste typo. 2009-10-11 03:26:45 +02:00
richard
df0355da74 Started making HTML-version of user manual. When conversion is done, the plain text file is considered obsolete. 2009-10-11 03:18:16 +02:00
richard
2389ad875b Updated docs. Minior fixes. Changed class dumping commands to admin commands. 2009-10-10 23:28:54 +02:00
richard
54f7d2240a Moved license.txt into docs directory. 2009-09-10 00:53:43 +02:00
richard
0dc83c6297 Fixed typo in docs. 2009-08-22 13:37:29 +02:00
richard
6bffb0c947 Fixed typo in docs. 2009-08-21 04:35:29 +02:00
richard
5591adfd25 Added cvar for enabling/disabling class cookies. Fixed teleport not resetting velocity. 2009-08-15 19:48:51 +02:00
richard
daadefbaea Added nochange option in class model attribute. 2009-08-15 03:33:09 +02:00
richard
32828a9179 Changed class configs to use yes/no. 2009-08-15 02:58:49 +02:00
richard
6a14b952af Added group class attribute, not implemented. Capitalized all class attribute names. 2009-08-13 18:31:21 +02:00
Greyscale
f9c953d58f Fixed numerous potential bugs by moving RoundEndOnClientDeath down to the end of player_death. Checking before caused problems because that function leads to the "humanizing" of all zombies if the last zombie was killed. Stuff like kill_bonus wasn't working right because of this.
Fixed documentation bug, mis-documented kill_bonus.
2009-08-03 15:13:36 -07:00
richard
70febe812e Restored versions to beta 2 development version. 2009-07-25 14:42:45 +02:00
richard
62badc6255 Bumped versions. This revision can be used in the beta 1 release. 2009-07-25 14:40:17 +02:00
richard
a9e9f49c68 Fixed typos in docs. 2009-07-25 14:35:43 +02:00
richard
ba04f668be Changes in docs, and minior fixes. See details.
Updated docs with class multipliers.
Other minior changes in docs.
Removed "Zombie:Reloaded" server title suggestion. If people like this plugin its popularity will grow by itself.
Fixed typo in attribute parser.
2009-07-25 00:36:49 +02:00