Commit Graph

921 Commits

Author SHA1 Message Date
andrewborba e1e38fdf2d Merged heads. 2009-06-04 21:00:03 -07:00
Greyscale 9fd32bfa3b Finished ZMarket. Includes rebuy and auto-rebuy which can be disabled by cvar (and clients can disable auto-rebuy in-game)
* "stock'd" a couple functions.
2009-06-04 20:58:48 -07:00
richard 26e5809423 Fixed index out of bounds error in volumetric features. 2009-06-03 01:37:37 +02:00
richard bb2cf9483a Fixed typo. 2009-06-01 23:32:52 +02:00
richard 4ce30ac002 Improved logging system.
Made generic flags for log event types.
Made support for module filtering. Note: Manager for module filtering is not implemented. Don't enable filter when testing, otherwise nothing will be logged.
Updated all log events.
2009-06-01 23:29:26 +02:00
richard db866c6f43 Improved jump boost settings. See details.
Made a CVAR for setting maximum horizontal speed when bunny hop prevention is enabled.
Made a CVAR for switching between reset modes when maximum speed is reached. Either full reset, or setting to max speed allowed.
2009-05-31 00:13:24 +02:00
richard f23bba58c6 Changed jump boost to only change velocity when multiplier is different from 1.0. Quick fix for jumping from boost platforms in maps. 2009-05-30 23:19:32 +02:00
richard 1fb33b2b13 Merged heads. Fixed conflicts in cvars.inc and zadmin.inc.
Readded some functions in zadmin.inc, but made them as comments. No reason to remove these so we don't have to remake them again.
2009-05-30 04:42:23 +02:00
richard 433fd41ede Finished base management for volumetric features. Code compiles, but this feature is not tested so far!
Made CVARs for volumetric features module.
Made trigger delay attribute for volumes, per player. Count down for n seconds after when a player enter. When leaving a volume trigger delay is aborted.
Made parameter parsing functions; paramtools.inc.
Made functions for setting and parsing generic volume attributes.
Updated header in files to volumetric features and paramtools.inc.
Removed unused knockback functions in zadmin.inc.
Made certain class functions into stock functions.
2009-05-30 04:17:01 +02:00
Greyscale 12cd37bef5 Fixed memory leak by config module. 2009-05-29 17:51:30 -07:00
Greyscale 7a7a0291a3 (Quickfix that caused error is fixed here.) 2009-05-28 23:47:04 -07:00
Greyscale 0f8206596a Recoded weapon restrictions, and made new way of storing data. (Arrays)
* Removed ZMarket as an external plugin (to be integrated next commit)
* Updated weapon configs, removed weapongroups.txt and moved weapons.txt to root zr config folder.
* Moved offset finding to respective module, made new forward *OnOffsetsFound.
* Updated weapons&hitgroups config file format to match playerclass.txt
* Updated translations.
* Recoded weapon restrict menu, commented out all zadmin options that don't quite work.
* Added weaponammo module (not finished but existent)
* Started zmarket module.
2009-05-28 23:43:15 -07:00
Greyscale b1f8de9526 Fixed compiling errors 2009-05-20 22:42:45 -07:00
Greyscale 8edf223dc1 Moved more code from event.inc to appropriate modules, fixed kill bonus. 2009-05-20 22:39:24 -07:00
Greyscale bb05cbccd0 Renamed some commands, updated class command creation, and minor overlay changes. 2009-05-20 22:13:51 -07:00
Greyscale d4449dbab7 Merged heads. (roundstart.inc replaced with LF newlines) 2009-05-20 19:18:46 -07:00
Greyscale a1aebe5ca5 Removed all non-forwarding code from events.inc and moved to appropriate modules. 2009-05-20 19:15:55 -07:00
richard a9a61c833d Removed old docs. Todo ideas moved to bug tracker, and changes.txt moved to docs as zr_3.0_news.txt. 2009-05-20 15:59:57 +02:00
richard eeba5b8e7b Fixed newlines in round start module. 2009-05-20 15:28:44 +02:00
Greyscale 6e464880f4 Removed zombie.inc and created a round start core module. 2009-05-19 21:24:43 -07:00
Greyscale d466ab8b24 Fixed weaponalpha from changing weapon's rendermode before spawn which caused display problems. 2009-05-18 23:14:18 -07:00
Greyscale 0b3524e8df merge 2009-05-18 16:11:32 -07:00
Greyscale e58ff10595 Fixed translations again. 2009-05-19 01:04:19 +02:00
Greyscale ae2746ac2f Reworded a comment. (Testing TortoiseHG) 2009-05-18 15:58:42 -07:00
Greyscale 25befe128f Fixed translations. 2009-05-19 00:07:28 +02:00
Greyscale f126d181aa Merged heads. 2009-05-18 06:26:37 +02:00
Greyscale 25b0caa68a Added config reloading support.
Revision also includes:
* Added syntax checking on recoded/new console commands.
* Fixed sv_skyname handle being used when invalid.
* Fixed unhooking error on Weapon_Drop.
* Prefixed some API-style functions with 'stock' to stop compiler
warning.
* Separated downloads into its own file.
2009-05-18 06:26:13 +02:00
richard 9b82451d1c Merged heads and fixed conflicts. 2009-05-16 01:43:40 +02:00
richard fcafe6b428 Started working on volumetric features module.
Added some base functions for working with modules. It's not tested, but it compiles. CVARs are not created yet.
Implemented volume events.
Function VolUpdatePlayerChanges with help from VolGetPlayerStates detects if a player leave or enter a volume between main timer intervals. This solution is not final and might be expensive. Needs to be optimized later!
2009-05-16 01:37:23 +02:00
Greyscale 363be11591 Added actual functionality for the zr_infect_mzombie_respawn cvar. 2009-05-15 08:14:14 +02:00
Greyscale 6d09157719 Did all cvar descriptions, made spawn protect detect when client needs to be protected more accurately, bunnyhop protect put into a cvar. 2009-05-15 07:25:07 +02:00
Greyscale 055e89d64a Began adding cvar descriptions, recoded logging module, fixed zmenu display bug, removed include line for anticamp until recoded. 2009-05-14 09:32:01 +02:00
Greyscale ef5dd66890 Merged heads. 2009-05-14 02:28:48 +02:00
Greyscale e051b7bdaa Created overlay module to unify class overlays and round end overlays, removed unused class overlay functions, fixed invalid hookid error, allow client to toggle class overlay if allowed in cvar and made toggle cmds configurable, cleaned up translations file. 2009-05-14 02:28:26 +02:00
richard 991d14d248 Added tag zr-2.5.1.29 for changeset 1d933653c32c 2009-05-13 16:53:05 +02:00
richard d2ba27f2b4 Added tag zr-2.5.1.28 for changeset fd485777bc69 2009-05-13 16:53:05 +02:00
richard 700712f076 Added tag zr-2.5.1.27 for changeset 5dfe718d2c97 2009-05-13 16:53:05 +02:00
richard c066e18fc6 Added tag zr-2.5.1.26 for changeset 7596417d5696 2009-05-13 16:53:04 +02:00
richard 135daecd37 Added tag zr-2.5.1.25 for changeset 9705606370c1 2009-05-13 16:53:04 +02:00
richard 9dfa5136bd Added tag zr-2.5.1.24 for changeset 35a6ee200e3a 2009-05-13 16:53:04 +02:00
richard 20a6efb5ba Added tag zr-2.5.1.23 for changeset 91e90dd25037 2009-05-13 16:53:04 +02:00
richard bf3e6446c0 Added tag zr-2.5.1.22 for changeset b515d7769a8b 2009-05-13 16:53:04 +02:00
richard 9adcc827db Added tag zr-2.5.1.21 for changeset ef1198a402c3 2009-05-13 16:53:03 +02:00
richard 5a22e0c696 Added tag zr-2.5.1.20 for changeset 0427fe3c7db2 2009-05-13 16:53:03 +02:00
richard 6321af546b Added tag zr-2.5.1.19 for changeset b24ad68ead4e 2009-05-13 16:53:03 +02:00
richard 3c13cb78a8 Added tag zr-2.5.1.18 for changeset 7f15822e9a51 2009-05-13 16:53:03 +02:00
richard 55e3336f23 Added tag zr-2.5.1.17 for changeset d2042892e29c 2009-05-13 16:53:03 +02:00
richard 5c93a394ea Added tag zr-2.5.1.16 for changeset 305ce6746f1d 2009-05-13 16:53:02 +02:00
richard 9e4e4a9e8a Added tag zr-2.5.1.15 for changeset ded7b64fc5be 2009-05-13 16:53:02 +02:00
richard 56b58bc2ba Added tag zr-2.5.1.14 for changeset d633fcc08a17 2009-05-13 16:53:02 +02:00