Box2D collisions now publish events via QQWorld and the involved game objects.
authordsc <david.schoonover@gmail.com>
Wed, 1 Jun 2011 09:33:01 +0000 (02:33 -0700)
committerdsc <david.schoonover@gmail.com>
Wed, 1 Jun 2011 09:33:01 +0000 (02:33 -0700)
commit85361a5321f5c9e73284ffe9ddb65033936b3ff1
treefaf160d9f60cb2f6044b646d78b23b3057798b49
parent841fc3a82da3eed554b3e4f9459d8156465b797f
Box2D collisions now publish events via QQWorld and the involved game objects.
18 files changed:
src/game/QQGame.h
src/game/QQGame.mm
src/game/actor/QQActor.mm
src/game/actor/QQUnit.mm
src/game/actor/bullet/QQBullet.mm
src/physics/QQPhysicalEvents.h [deleted file]
src/physics/QQPhysicalEvents.mm [deleted file]
src/physics/QQWorld.h
src/physics/QQWorld.mm
src/physics/event/QQContactNotification.h [new file with mode: 0644]
src/physics/event/QQContactNotification.mm [new file with mode: 0644]
src/physics/event/QQPhysicalEvents.h [new file with mode: 0644]
src/physics/event/QQPhysicalEvents.mm [new file with mode: 0644]
src/qq/QQNotification.h [new file with mode: 0644]
src/qq/QQNotification.mm [new file with mode: 0644]
src/qq/QQNotifier.h
src/qq/QQObservable.h
tanks.xcodeproj/project.pbxproj