Commit Graph

755 Commits

Author SHA1 Message Date
Greyscale 34d357a2c3 Fixed menu toggle restrictions, disabled group menu restrictions, next commit will have it done, fixed a bunch of compiler errors :P 2009-04-13 22:00:37 +02:00
Greyscale 5652202b28 Merged heads. 2009-04-13 20:35:00 +02:00
Greyscale 842e4030b9 Made weapon management menu toggle restrictions (easier), and weapon names are now case-insensitive 2009-04-13 20:33:13 +02:00
richard e094ec2329 Merged heads. 2009-04-13 06:07:10 +02:00
richard 125c597b1e Added more doc comments to log functions and flags. 2009-04-13 06:06:23 +02:00
Greyscale d074b68edf Fixed all MAXPLAYERS+1 by replacing them with MAXPLAYERS + 1 2009-04-13 06:00:58 +02:00
richard 6eb00ea307 Added doc comments on ZR_LogMessageFormatted function. 2009-04-13 05:24:12 +02:00
richard 72760d9ba8 Uncommented zvision boolean variable. 2009-04-13 04:37:17 +02:00
richard 1005aeb0d1 Manually fixed broken commit. Rev 95 (debbeac5df3b) had wrong parent. Redid changes from previous commit. 2009-04-13 04:35:11 +02:00
Greyscale 035d6182a9 Weapons module added, still needs better validations 2009-04-12 08:04:00 +02:00
richard d063def554 Merged heads. 2009-04-11 01:56:53 +02:00
richard a8704cf90c Implemented the new class system. Class menu missing, only default classes working. 2009-04-11 01:56:22 +02:00
Greyscale d220eeee77 Added periods after function comments, moved market handler code to markethandler.inc, made restrictions announced to the server 2009-04-10 01:08:51 +02:00
richard 1e99bd64f3 Added missing restrict.inc. 2009-04-09 18:30:14 +02:00
Greyscale 54931dfc82 Uploaded weapongroups.txt config file 2009-04-09 06:49:15 +02:00
richard 7c397715c4 Merged heads. 2009-04-09 02:51:19 +02:00
richard 3b0608fe7a Initial improvements on configuration files. More needs to be changed. 2009-04-09 02:50:04 +02:00
richard 9a917d489d Added gamedata file. 2009-04-09 00:59:47 +02:00
richard f1070eec93 Merged heads. 2009-04-08 01:13:31 +02:00
richard 68ac28de7b Added configuration files. 2009-04-07 19:16:15 +02:00
richard 20b970881a New branch. Removed plugins that doesn't belong here. 2009-04-07 16:52:34 +02:00
richard d3b51c1b1a Added validation on class attributes. Some attributes still aren't validated because of unknown limits. 2009-04-07 04:44:37 +02:00
richard 907788e36a Finished functions for applying class attributes. 2009-04-07 02:13:25 +02:00
richard cdc52e4b67 Removed other plugins from the repository that doesn't belong here. 2009-04-06 03:36:03 +02:00
richard 32c2f0a067 Changed branch to zr-3.0.0-dev (development branch). 2009-04-06 03:30:27 +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