Updated patch list and changelog.

This commit is contained in:
Richard Helgeby 2010-07-25 23:41:57 +02:00
parent 836d28bfd7
commit 33a396af02
2 changed files with 19 additions and 0 deletions

View File

@ -111,3 +111,21 @@ released. If the file is empty there are no config changes in that patch.
------------------
* Fixed signatures and round end defines that were updated in CS:S OB.
2010.07.25 - 633
------------------
* Added support for different speed methods, defaulted to prop offset method. See the manual
for more information about the class speed attribute.
Important: Class speeds and spawn protection speed must be updated! Use this conversion formula:
prop speed offset = ((lmv speed / 300) * 250) - 250
If you don't want to update speed values right now, use "zr_classes_speed_method lmv" in
zombiereloaded.cfg for backwards compatibility.
* Added 'explode' suicide command from OB update to intercept list (bug 190).
* Removed unnecessary antistick commands for model hull width, all models have the same hull width.
* Removed hint sound on hp display and spawn protection timer. Credits goes to to Tauphi.
* Fixed an error that happened when buying ammo and not having a weapon in prim/sec slot.
* 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.

View File

@ -9,3 +9,4 @@
607
611
614
633