Changes between Version 1 and Version 2 of dev/projects/DefenseTurret
- Timestamp:
- May 22, 2014, 3:31:31 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/projects/DefenseTurret
v1 v2 59 59 * The rotations are completely free right now, but this works only okay with turrets that are completely symmetric like the one we're currently using. If someone wanted to make something like a cannon with a barrel that moves "up and down" and a base that rotates, it would require some serious changes to the code for rotations. 60 60 * Maybe it would be a good idea to split the turret into two or three parts, consisting of a barrel, a base and maybe a socket, so that you can easily replace or make special parts (a barrel that rotates like a gatling gun, for example). 61 * Network functionality is completely missing. 61 62 * Look at the source files for some additional TODOs.