Changes between Version 3 and Version 4 of ~archive/ADM
- Timestamp:
- Apr 15, 2017, 3:28:45 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
~archive/ADM
v3 v4 3 3 4 4 == Author == 5 [wiki: RetoLüchinger Reto Lüchinger]5 [wiki:people/RetoLüchinger Reto Lüchinger] 6 6 7 7 == Description == 8 ||The goal of the ADM is, to have an fix located enemy for the player. I want to implement an anti-personal Defense Mechanism, meaning a turret (Ticket 212) which will shoot at the player. [[br]] [[br]] * [ https://dev.orxonox.net/ticket/210 Ticket #210] [[br]] * [https://forum.orxonox.net/viewtopic.php?p=853#853 Developers Journal] [[br]] [[br]] * [https://dev.orxonox.net/ticket/212 Ticket #212: Sebastians Turret], detailed: [wiki:Turret Turret] [[br]] * [https://dev.orxonox.net/ticket/216 Ticket #216: Michis Moonstation], detailed: [wiki:MoonStation Moonstation] || || [[Image(turret.jpg)]] ||8 ||The goal of the ADM is, to have an fix located enemy for the player. I want to implement an anti-personal Defense Mechanism, meaning a turret (Ticket 212) which will shoot at the player. [[br]] [[br]] * [ticket:210 Ticket #210] [[br]] * [https://forum.orxonox.net/viewtopic.php?p=853#853 Developers Journal] [[br]] [[br]] * [ticket:212 Ticket #212: Sebastians Turret], detailed: [wiki:content/models/Turret Turret] [[br]] * [ticket:216 Ticket #216: Michis Moonstation], detailed: [wiki:content/models/MoonStation Moonstation] || || [[Image(turret.jpg)]] || 9 9 10 10 ---- … … 13 13 14 14 || '''Deadline''' || '''Description''' || '''More''' || '''Progress''' || 15 || Do, 26. April || Ideas, plans and understanding || [wiki: archive/ADM#ideas more] || https://dev.orxonox.net/attachment/wiki/SpaceStationInterior/100percent.gif?format=raw||16 || Do, 03. Mai || UML and Understanding || [wiki: archive/ADM#UML UML] || https://dev.orxonox.net/attachment/wiki/SpaceStationInterior/100percent.gif?format=raw||17 || Do, 07. June || Coding || [wiki: archive/ADM#CODING CODING] || https://dev.orxonox.net/attachment/wiki/SpaceStationInterior/100percent.gif?format=raw||15 || Do, 26. April || Ideas, plans and understanding || [wiki:ADM#ideas more] || [[Image(content/models/SpaceStationInterior:100percent.gif)]] || 16 || Do, 03. Mai || UML and Understanding || [wiki:ADM#UML UML] || [[Image(content/models/SpaceStationInterior:100percent.gif)]] || 17 || Do, 07. June || Coding || [wiki:ADM#CODING CODING] || [[Image(content/models/SpaceStationInterior:100percent.gif)]]|| 18 18 19 19 [[br]] … … 41 41 === CODING === 42 42 43 The code can be found found under [ https://dev.orxonox.net/browser/trunk/src/world_entities/npcs root/trunk/src/world_entities/npcs]. Furthermore, there had to be made an extra class called bsp_weapon {cc, h}, which are found under World_entities/weapons/.43 The code can be found found under [source:orxonox.OLD/trunk/src/world_entities/npcs root/trunk/src/world_entities/npcs]. Furthermore, there had to be made an extra class called bsp_weapon {cc, h}, which are found under World_entities/weapons/. 44 44 45 45 Explanations to the code: