The following document contains the listing of user tags found in the code. Below is the summary of the occurrences per tag.
Tag Class | Total number of occurrences | Tag strings used by tag class |
---|---|---|
@todo | 0 | @todo |
TODO | 7 | TODO |
Each tag is detailed below:
Number of occurrences found in the code: 7
cz.cuni.amis.pogamut.ut3.agent.module.sensor.UT3Items | Line |
---|---|
- armor! | 35 |
- ammo | 53 |
cz.cuni.amis.pogamut.ut3.agent.module.sensor.UT3Visibility | Line |
Add getVisibleVolumes | 39 |
cz.cuni.amis.pogamut.ut3.bot.impl.UT3AgentInfo | Line |
Auto-generated constructor stub | 15 |
Refactor Pogamut, removing the hasUDamage, hasInvisibility, etc. | 93 |
Agent can have multiple power-ups! Very rare but must be taken care | 97 |
cz.cuni.amis.pogamut.ut3.communication.messages.UT3ItemType | Line |
Only 2 parameters actually needed, the first one is the name (Enforcer, ImpactHammer, etc.) and the second one the pickup-type (ShockRifle.WeaponPickup, BioRifle.WeaponPickup), unfortunately GBUT3 is not always consistent in sending the right type, so until GBUT3 is completely done, some extra UT3 names are needed | 250 |