From d980aab97e43583f3484cdefe186f94b7c49892c Mon Sep 17 00:00:00 2001 From: Richard Helgeby Date: Sat, 28 Aug 2010 21:35:44 +0200 Subject: [PATCH] Updated patch list and changelog. --- docs/zr_3.0-b2-patch_changelog.txt | 22 ++++++++++++++++++---- patchlist.conf | 1 + 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/zr_3.0-b2-patch_changelog.txt b/docs/zr_3.0-b2-patch_changelog.txt index 01363c9..3f49268 100644 --- a/docs/zr_3.0-b2-patch_changelog.txt +++ b/docs/zr_3.0-b2-patch_changelog.txt @@ -107,14 +107,14 @@ released. If the file is empty there are no config changes in that patch. * Fixed classes not always restored from cookies. -2010.06.03 - 613 ------------------- +2010.06.03 - r613 +------------------- * Fixed signatures and round end defines that were updated in CS:S OB. -2010.07.25 - 633 ------------------- +2010.07.25 - r633 +------------------- * Added support for different speed methods, defaulted to prop offset method. See the manual for more information about the class speed attribute. @@ -129,3 +129,17 @@ released. If the file is empty there are no config changes in that patch. * Fixed class menus being disabled and not checking if the player have access to private classes. * Fixed client not connected error in class module. * Updated compiler. ZR now requires SourceMod 1.3 or newer. + + +2010.08.28 - r643 +------------------- + +* Fixed function signatures that were changed after a CS update. +* Fixed class speed multiplier not properly applied with prop speed method (bug 199). +* Fixed invalid handle error in ZMarket module (bug 152). +* Fixed a rare case where removing weapons didn't work. +* Possibly fixed invalid handle error with WeaponsEntityToDisplay (bug 163). +* Lowered sv_maxspeed to work around a acceleration issue with spectators. +* Added validation error messages for individual attributes when loading classes. Easier than + reading bits from a number. +* Improved confusing description of the NVGs class attribute. diff --git a/patchlist.conf b/patchlist.conf index e0254b8..2a87a70 100644 --- a/patchlist.conf +++ b/patchlist.conf @@ -10,3 +10,4 @@ 611 614 633 +643