Commit Graph

175 Commits

Author SHA1 Message Date
Richard Helgeby
8dccf920f4 Removed format settings from spanish translation. 2011-06-29 17:20:06 +02:00
Richard Helgeby
79a954549e Added spanish translation by Franc1sco. 2011-06-22 21:56:19 +02:00
Richard Helgeby
671b5aeb5f Changed default speed method to LMV. Updated patch list and changelog. 2010-10-15 13:29:42 +02:00
Richard Helgeby
c7959c7f21 Lowered sv_maxspeed to avoid acceleration issue. 2010-08-28 21:17:13 +02:00
Richard Helgeby
29b00035be Fixed function signatures. Windows only, linux servers don't need this update. 2010-08-28 21:11:23 +02:00
Richard Helgeby
760ee6acc3 Improved description of class nvgs attribute. 2010-08-06 15:19:26 +02:00
Greyscale
bd4d7776c4 Lowered sv_maxspeed to work around a CS:S bug with spectator. Fixed a rare case where removing weapons didn't work. 2010-07-26 14:12:02 -07:00
Richard Helgeby
e6509e59a7 Added notes about the new speed method. Increased upper speed limit. 2010-07-25 20:44:47 +02:00
Richard Helgeby
f74e680ca7 Added 'explode' suicide command from OB update to intercept list (bug 190). 2010-07-25 20:33:56 +02:00
Richard Helgeby
68d7476f0e Updated docs and spawn protection speed. 2010-07-07 00:19:19 +02:00
Greyscale
e1bf20cb52 Added sv_maxspeed to zombiereloaded.cfg, and defaulted to 500. Also fixed a small typo in default value of zr_classes_speed_method. 2010-07-04 12:38:19 -07:00
Richard Helgeby
eab2333309 Added support for different speed methods, defaulted to prop method now. If you don't want to update class settings, use 'zr_classes_speed_method lmv' for backwards compatibility. 2010-07-04 17:58:27 +02:00
Greyscale
d95cd501c9 Removed unnecessary antistick commands for model hull width, all models have the same hull width. 2010-06-25 10:40:47 -07:00
Andrew
dcc02a44f2 Fixed signatures and round end defines that were updated in CSS:OB. 2010-06-24 19:51:01 -07:00
Richard Helgeby
64c49df505 Made cvar for minimum dx level. 2010-05-22 16:13:42 +02:00
Richard Helgeby
d556da6a32 Added cvar to enable suicide intercept before the first zombie. 2010-05-19 15:34:26 +02:00
Richard Helgeby
bac3384520 Imported feature from dev: 688:03dd044dcdd3 - Made scream and moan commands for zombies, with spam protection. 2010-04-05 01:36:32 +02:00
Richard Helgeby
12f5092e9e Imported fix from dev: 640:a8280796340e - Fixed the default sky on the first map not reverting properly if zr_veffects_sky was enabled in zombiereloaded.cfg. 2010-02-14 16:27:20 +01:00
Richard Helgeby
d8e3a6e62f Simplified english and norwegian zmarket menu phrases. 2010-01-08 10:15:12 +01:00
Greyscale
edf301da42 Fixed weapon not rendering correctly in rare cases and added a cvar to allow zombies to pick up weapons at the end of the round. 2010-01-03 23:25:35 -08:00
Greyscale
114552f451 Added a note on cvars that automatically download the files to the client. 2009-12-31 00:23:43 -08:00
Richard Helgeby
dcb4df3250 Fixed invalid values in some has_napalm class attributes. 2009-12-29 02:40:31 +01:00
Richard Helgeby
24dd9c824c Cleaned up color markup in russian translation. 2009-12-19 00:30:35 +01:00
Richard Helgeby
47899670d1 Added russian translation (by exvel). Removed old russian phrases from english phrase file. 2009-12-19 00:23:05 +01:00
richard
ef52df1367 Fixed warning about incorrect group attribute in example class. 2009-12-17 03:19:29 +01:00
richard
db5634bcfa Disabled VIP human by default because zr_vip sourcemod group doesn't exist. class is just a demo of VIP classes. 2009-12-11 16:24:13 +01:00
richard
142cab571b Fixed typo in norwegian translation. 2009-12-09 15:10:16 +01:00
richard
03cf46beb5 Fixed typo in model config. 2009-12-09 13:03:54 +01:00
richard
459124c736 Typo fix in english translations. 2009-12-09 11:35:35 +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
bedb4d4bda Made cvar for displaying class menu on first spawn. Renamed class menu cvars. 2009-11-20 18:20:45 +01:00
richard
934dc138d6 Disabled voice module by default. Increased ammo reserve sizes. 2009-11-19 07:58:19 +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
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
3794251cc5 Updated all admin console commands to check if client is privileged (so group authentication works), instead of using RegAdminCmd. Minior fixes.
Changed admin teleport command to log target names.
Cached result of privilege check instead of calling function twice (zadmin menu).
Disabled old debug commands. Do not remove, we need them for testing later.
2009-10-26 23:17:22 +01: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
54c0380d6a Updated HTML-manual. Changed default setting on some cvars. 2009-10-14 02:58:16 +02:00
richard
0d484132f9 Changed default log settings and updated cvar descriptions. Changed anti-stick log event type to a core event. 2009-09-30 03:17:43 +02:00
richard
578f1f643c Updated norwegian translations. 2009-08-29 16:14:06 +02:00
richard
e4e2b79225 Added plugin resources (sounds, models and materials). 2009-08-27 20:40:14 +02:00
Greyscale
0c2230ad45 Updated ZMarket to distribute grenades correctly. Still need to update the loadout to support multiple nades, to support multiple flashbangs and Grenade Pack fully. As of now the market allows you to buy 3 grenades but they don't show in the loadout as 3.
Worked more on the voice API, need to figure out why they are reversed. The cvar to disable it now should work, because it doesn't quite work right.
Changed Gangsta Glock back to Glock :P
2009-08-26 00:07:01 -07:00
Greyscale
dedb782e28 Separated weapon entity and weapon name. Broke config compatibility in weapons.txt. Either update yours by hand, or overwrite with this file.
Made support for my Grenade Pack plugin, just install the plugin and ZMarket will follow gp_limit.  The only problem right now is flash/smoke are treated like grenades, this will be fixed soon.
2009-08-25 13:07:10 -07:00
richard
5591adfd25 Added cvar for enabling/disabling class cookies. Fixed teleport not resetting velocity. 2009-08-15 19:48:51 +02:00
richard
32828a9179 Changed class configs to use yes/no. 2009-08-15 02:58:49 +02:00
richard
89685d17df Fixed typo in norwegian translations. 2009-08-15 01:33:54 +02:00
ricard
35c3f80ed1 Simplified class menu translations. Small improvement in logic when selected classes. 2009-08-15 01:28:28 +02:00
richard
d1cbda40c4 Implemented group class attribute. Improved filtering method for class functions. 2009-08-14 22:10:52 +02:00
richard
3a82d3d9b0 Added support for group based authentication. 2009-08-11 03:29:22 +02:00