Proof of concept -- tank fires bullet, bullet interacts with other physical objects.
authordsc <david.schoonover@gmail.com>
Tue, 24 May 2011 20:01:03 +0000 (13:01 -0700)
committerdsc <david.schoonover@gmail.com>
Tue, 24 May 2011 20:01:03 +0000 (13:01 -0700)
commit60d01ef24806e47b38b80e5df892a49aaae8a6cc
treea79934cc5a5be4584d9caf4c34c8babb3ba5ffa8
parent71b95612faa109c52fd3b99f30c5456615669c37
Proof of concept -- tank fires bullet, bullet interacts with other physical objects.
39 files changed:
libs/sparrow/src/Extras/BEParallaxSprite.h
libs/sparrow/src/Extras/BEParallaxSprite.m
libs/sparrow/src/Extras/SparrowExtras.h
src/Tanks.h [new file with mode: 0644]
src/TanksMacros.h [new file with mode: 0644]
src/game/QQActive.h
src/game/QQDisplayable.h
src/game/QQGame.h
src/game/QQGame.mm
src/game/QQPhysical.h
src/game/ability/QQAbility.h [new file with mode: 0644]
src/game/ability/QQAbility.mm [new file with mode: 0644]
src/game/ability/QQCooldown.h
src/game/ability/QQCooldown.mm
src/game/ability/QQStat.h [new file with mode: 0644]
src/game/ability/QQStat.mm [new file with mode: 0644]
src/game/actor/QQActor.h
src/game/actor/QQActor.mm
src/game/actor/QQActorDelegate.h [moved from src/game/actor/QQUnitDelegate.h with 63% similarity]
src/game/actor/QQIUnit.h [new file with mode: 0644]
src/game/actor/QQUnit.h
src/game/actor/QQUnit.mm [moved from src/game/actor/QQUnitBase.mm with 54% similarity]
src/game/actor/QQUnitBase.h [deleted file]
src/game/actor/bullet/QQBullet.h
src/game/actor/bullet/QQBullet.mm
src/game/actor/unit/QQTank.h
src/game/actor/unit/QQTank.mm
src/main.mm
src/physics/QQPhysics.h [new file with mode: 0644]
src/physics/QQPoint.h [new file with mode: 0644]
src/physics/QQPoint.mm [new file with mode: 0644]
src/physics/QQWorld.mm
src/qq/QQNotifier.h [new file with mode: 0644]
src/qq/QQObject.h [new file with mode: 0644]
src/qq/QQObject.mm [new file with mode: 0644]
src/qq/QQObservable.h [new file with mode: 0644]
src/render/QQSparrowExtensions.h
src/render/QQSparrowExtensions.mm
tanks.xcodeproj/project.pbxproj