This document provides an overview of the various documents and links that are part of this project's general information. All of this content is automatically generated by Maven on behalf of the project.
Document | Description |
---|---|
About | Pogamut Addon that provides a Shooting that is able to handle weapons in a sensible way. Each weapon of the standard weapons have been given their own shooting that handles charging up and shooting in an intelligent fashion. Some examples: * In Secondary mode the shield gun will selectively use it's shield when treatened and bounce back incomming shock cores. * ShockRifleShooting is able to to pull shock combos and won't shoot a shielded player. (Aims above instead). * In Secondary mode the BioRifle will charge up till full, then when a target becomes visible, unload the full charge. After which it will pelt its target with primary mode. * When a player disapears RockeetLauncherShooting will unload it's loaded rocket on his last seen position. Player might be caught in splash damage. For the weapons that have not been included a generic handler is used that shoots the primary at a visible target. For all weapons it is possible to create your own shooting and replace the ones provided. The weapons are collectively handled by WeaponryShooting which uses WeaponPrefs to select which weapon should be used and honors the weapon change rate set by Shooting. For examples of how to set up this module in your own agent check out the WeaponShootingTestController. As an aditional cantrip this addon also features an incomplete module to work with projectiles. Feel free to expand it! Not covered by this addon is intelligent running or smart dodging (some one please write that, the info is all there). However, WeaponryShooting and all WeaponShooting provide a focus locution. This focus location can be requested once and will then update itself with the current focus of the bot. |
Continuous Integration | This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis. |
Dependencies | This document lists the project's dependencies and provides information on each dependency. |
Distribution Management | This document provides informations on the distribution management of this project. |
Issue Tracking | This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link. |
Mailing Lists | This document provides subscription and archive information for this project's mailing lists. |
Plugin Management | This document lists the plugins that are defined through pluginManagement. |
Project License | This is a link to the definitions of project licenses. |
Project Plugins | This document lists the build plugins and the report plugins used by this project. |
Project Summary | This document lists other related information of this project |
Project Team | This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another. |
Source Repository | This is a link to the online source repository that can be viewed via a web browser. |