From 44bdb135f4ed5bb834795cfb928ccbb0504cf834 Mon Sep 17 00:00:00 2001 From: gvcoman Date: Wed, 5 Nov 2008 20:51:05 -0600 Subject: [svn] Implemented player on player and player on creature possession: * Implemented packet and vision forwarding through possessed units * Added new OnPossess script call alerting scripts on when possession is applied/removed * Moved fall damage and fall under map calculations into the Player class * Added new PossessedAI that is applied only while possession on creature is active * Implemented summon possessed spell effect * Fixed Eyes of the Beast --HG-- branch : trunk --- win/VC71/game.vcproj | 8 ++++++++ win/VC80/game.vcproj | 8 ++++++++ win/VC90/game.vcproj | 30 +++++++++++++++++++----------- 3 files changed, 35 insertions(+), 11 deletions(-) (limited to 'win') diff --git a/win/VC71/game.vcproj b/win/VC71/game.vcproj index 258ad4497be..6e53e44e467 100644 --- a/win/VC71/game.vcproj +++ b/win/VC71/game.vcproj @@ -732,6 +732,14 @@ + + + + diff --git a/win/VC80/game.vcproj b/win/VC80/game.vcproj index 77f6bfa726b..883feadb4fe 100644 --- a/win/VC80/game.vcproj +++ b/win/VC80/game.vcproj @@ -1126,6 +1126,14 @@ RelativePath="..\..\src\game\PointMovementGenerator.cpp" > + + + + diff --git a/win/VC90/game.vcproj b/win/VC90/game.vcproj index 89066e560fa..0db164f919c 100644 --- a/win/VC90/game.vcproj +++ b/win/VC90/game.vcproj @@ -1,7 +1,7 @@ + + + + -- cgit v1.2.3