mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-05 06:55:55 +00:00
get rid of most --MIAMI comments
This commit is contained in:
parent
4acc9b08a2
commit
feb993e751
|
@ -15,8 +15,6 @@
|
||||||
#include "AnimBlendAssociation.h"
|
#include "AnimBlendAssociation.h"
|
||||||
#include "AnimBlendAssocGroup.h"
|
#include "AnimBlendAssocGroup.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAnimBlendAssocGroup::CAnimBlendAssocGroup(void)
|
CAnimBlendAssocGroup::CAnimBlendAssocGroup(void)
|
||||||
{
|
{
|
||||||
animBlock = nil;
|
animBlock = nil;
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#include "AnimBlendAssociation.h"
|
#include "AnimBlendAssociation.h"
|
||||||
#include "MemoryMgr.h"
|
#include "MemoryMgr.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAnimBlendAssociation::CAnimBlendAssociation(void)
|
CAnimBlendAssociation::CAnimBlendAssociation(void)
|
||||||
{
|
{
|
||||||
groupId = -1;
|
groupId = -1;
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#include "AnimBlendClumpData.h"
|
#include "AnimBlendClumpData.h"
|
||||||
#include "MemoryMgr.h"
|
#include "MemoryMgr.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAnimBlendClumpData::CAnimBlendClumpData(void)
|
CAnimBlendClumpData::CAnimBlendClumpData(void)
|
||||||
{
|
{
|
||||||
numFrames = 0;
|
numFrames = 0;
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#include "AnimBlendHierarchy.h"
|
#include "AnimBlendHierarchy.h"
|
||||||
#include "AnimManager.h"
|
#include "AnimManager.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAnimBlendHierarchy::CAnimBlendHierarchy(void)
|
CAnimBlendHierarchy::CAnimBlendHierarchy(void)
|
||||||
{
|
{
|
||||||
sequences = nil;
|
sequences = nil;
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#include "AnimBlendAssociation.h"
|
#include "AnimBlendAssociation.h"
|
||||||
#include "AnimBlendNode.h"
|
#include "AnimBlendNode.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CAnimBlendNode::Init(void)
|
CAnimBlendNode::Init(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#include "AnimBlendSequence.h"
|
#include "AnimBlendSequence.h"
|
||||||
#include "MemoryHeap.h"
|
#include "MemoryHeap.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAnimBlendSequence::CAnimBlendSequence(void)
|
CAnimBlendSequence::CAnimBlendSequence(void)
|
||||||
{
|
{
|
||||||
type = 0;
|
type = 0;
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
#include "AnimManager.h"
|
#include "AnimManager.h"
|
||||||
#include "Streaming.h"
|
#include "Streaming.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAnimBlock CAnimManager::ms_aAnimBlocks[NUMANIMBLOCKS];
|
CAnimBlock CAnimManager::ms_aAnimBlocks[NUMANIMBLOCKS];
|
||||||
CAnimBlendHierarchy CAnimManager::ms_aAnimations[NUMANIMATIONS];
|
CAnimBlendHierarchy CAnimManager::ms_aAnimations[NUMANIMATIONS];
|
||||||
int32 CAnimManager::ms_numAnimBlocks;
|
int32 CAnimManager::ms_numAnimBlocks;
|
||||||
|
@ -1277,7 +1275,6 @@ CAnimManager::LoadAnimFile(const char *filename)
|
||||||
RwStreamClose(stream, nil);
|
RwStreamClose(stream, nil);
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
void
|
void
|
||||||
CAnimManager::LoadAnimFile(RwStream *stream, bool compress, char (*uncompressedAnims)[32])
|
CAnimManager::LoadAnimFile(RwStream *stream, bool compress, char (*uncompressedAnims)[32])
|
||||||
{
|
{
|
||||||
|
|
|
@ -23,8 +23,6 @@
|
||||||
#include "Radar.h"
|
#include "Radar.h"
|
||||||
#include "Pools.h"
|
#include "Pools.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
const struct {
|
const struct {
|
||||||
const char *szTrackName;
|
const char *szTrackName;
|
||||||
int iTrackId;
|
int iTrackId;
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "AnimBlendAssociation.h"
|
#include "AnimBlendAssociation.h"
|
||||||
#include "RpAnimBlend.h"
|
#include "RpAnimBlend.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAnimBlendClumpData *gpAnimBlendClump;
|
CAnimBlendClumpData *gpAnimBlendClump;
|
||||||
|
|
||||||
// PS2 names without "NonSkinned"
|
// PS2 names without "NonSkinned"
|
||||||
|
|
|
@ -12,8 +12,6 @@
|
||||||
#include "RpAnimBlend.h"
|
#include "RpAnimBlend.h"
|
||||||
#include "PedModelInfo.h"
|
#include "PedModelInfo.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
RwInt32 ClumpOffset;
|
RwInt32 ClumpOffset;
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
|
|
||||||
#pragma comment( lib, "mss32.lib" )
|
#pragma comment( lib, "mss32.lib" )
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
cSampleManager SampleManager;
|
cSampleManager SampleManager;
|
||||||
uint32 BankStartOffset[MAX_SFX_BANKS];
|
uint32 BankStartOffset[MAX_SFX_BANKS];
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
#include "ColStore.h"
|
#include "ColStore.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#ifdef VU_COLLISION
|
#ifdef VU_COLLISION
|
||||||
#include "VuCollision.h"
|
#include "VuCollision.h"
|
||||||
|
|
||||||
|
@ -93,7 +91,7 @@ CCollision::Update(void)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
eLevelName
|
eLevelName
|
||||||
GetCollisionInSectorList(CPtrList &list)
|
GetCollisionInSectorList(CPtrList &list)
|
||||||
{
|
{
|
||||||
|
@ -110,7 +108,7 @@ GetCollisionInSectorList(CPtrList &list)
|
||||||
return LEVEL_GENERIC;
|
return LEVEL_GENERIC;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
// Get a level this sector is in based on collision models
|
// Get a level this sector is in based on collision models
|
||||||
eLevelName
|
eLevelName
|
||||||
GetCollisionInSector(CSector §)
|
GetCollisionInSector(CSector §)
|
||||||
|
@ -880,7 +878,7 @@ CCollision::ProcessLineSphere(const CColLine &line, const CColSphere &sphere, CC
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
bool
|
bool
|
||||||
CCollision::ProcessVerticalLineTriangle(const CColLine &line,
|
CCollision::ProcessVerticalLineTriangle(const CColLine &line,
|
||||||
const CompressedVector *verts, const CColTriangle &tri, const CColTrianglePlane &plane,
|
const CompressedVector *verts, const CColTriangle &tri, const CColTrianglePlane &plane,
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "Curves.h"
|
#include "Curves.h"
|
||||||
#include "PathFind.h"
|
#include "PathFind.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
void CAutoPilot::ModifySpeed(float speed)
|
void CAutoPilot::ModifySpeed(float speed)
|
||||||
{
|
{
|
||||||
m_fMaxTrafficSpeed = Max(0.01f, speed);
|
m_fMaxTrafficSpeed = Max(0.01f, speed);
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "PathFind.h"
|
#include "PathFind.h"
|
||||||
#include "Stats.h"
|
#include "Stats.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CEntity *CBridge::pLiftRoad;
|
CEntity *CBridge::pLiftRoad;
|
||||||
CEntity *CBridge::pLiftPart;
|
CEntity *CBridge::pLiftPart;
|
||||||
CEntity *CBridge::pWeight;
|
CEntity *CBridge::pWeight;
|
||||||
|
|
|
@ -22,8 +22,6 @@
|
||||||
|
|
||||||
#define DISTANCE_TO_SWITCH_DISTANCE_GOTO 20.0f
|
#define DISTANCE_TO_SWITCH_DISTANCE_GOTO 20.0f
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
float CCarAI::FindSwitchDistanceClose(CVehicle* pVehicle)
|
float CCarAI::FindSwitchDistanceClose(CVehicle* pVehicle)
|
||||||
{
|
{
|
||||||
return pVehicle->AutoPilot.m_nSwitchDistance;
|
return pVehicle->AutoPilot.m_nSwitchDistance;
|
||||||
|
|
|
@ -83,8 +83,6 @@
|
||||||
#define OFFSCREEN_DESPAWN_RANGE (40.0f)
|
#define OFFSCREEN_DESPAWN_RANGE (40.0f)
|
||||||
#define EXTENDED_RANGE_DESPAWN_MULTIPLIER (1.5f)
|
#define EXTENDED_RANGE_DESPAWN_MULTIPLIER (1.5f)
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
bool CCarCtrl::bMadDriversCheat;
|
bool CCarCtrl::bMadDriversCheat;
|
||||||
int CCarCtrl::NumLawEnforcerCars;
|
int CCarCtrl::NumLawEnforcerCars;
|
||||||
int CCarCtrl::NumAmbulancesOnDuty;
|
int CCarCtrl::NumAmbulancesOnDuty;
|
||||||
|
@ -111,8 +109,6 @@ int32 CCarCtrl::LoadedCarsArray[TOTAL_CUSTOM_CLASSES][MAX_CAR_MODELS_IN_ARRAY];
|
||||||
CVehicle* apCarsToKeep[MAX_CARS_TO_KEEP];
|
CVehicle* apCarsToKeep[MAX_CARS_TO_KEEP];
|
||||||
uint32 aCarsToKeepTime[MAX_CARS_TO_KEEP];
|
uint32 aCarsToKeepTime[MAX_CARS_TO_KEEP];
|
||||||
|
|
||||||
//--MIAMI: done except heli/plane functions
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CCarCtrl::GenerateRandomCars()
|
CCarCtrl::GenerateRandomCars()
|
||||||
{
|
{
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#include "Curves.h"
|
#include "Curves.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
float CCurves::CalcSpeedScaleFactor(CVector* pPoint1, CVector* pPoint2, float dir1X, float dir1Y, float dir2X, float dir2Y)
|
float CCurves::CalcSpeedScaleFactor(CVector* pPoint1, CVector* pPoint2, float dir1X, float dir1Y, float dir2X, float dir2Y)
|
||||||
{
|
{
|
||||||
CVector2D dir1(dir1X, dir1Y);
|
CVector2D dir1(dir1X, dir1Y);
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
#include "Vehicle.h"
|
#include "Vehicle.h"
|
||||||
#include "GameLogic.h"
|
#include "GameLogic.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#define FRENZY_ANY_PED -1
|
#define FRENZY_ANY_PED -1
|
||||||
#define FRENZY_ANY_CAR -2
|
#define FRENZY_ANY_CAR -2
|
||||||
|
|
||||||
|
|
|
@ -46,8 +46,6 @@ CVector CGameLogic::ShortCutDropOffForMission;
|
||||||
float CGameLogic::ShortCutDropOffOrientationForMission;
|
float CGameLogic::ShortCutDropOffOrientationForMission;
|
||||||
bool CGameLogic::MissionDropOffReadyToBeUsed;
|
bool CGameLogic::MissionDropOffReadyToBeUsed;
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#define SHORTCUT_TAXI_COST (9)
|
#define SHORTCUT_TAXI_COST (9)
|
||||||
#define TOTAL_BUSTED_AUDIO (28)
|
#define TOTAL_BUSTED_AUDIO (28)
|
||||||
|
|
||||||
|
|
|
@ -25,8 +25,6 @@
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "VarConsole.h"
|
#include "VarConsole.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#define CRUSHER_GARAGE_X1 (1135.5f)
|
#define CRUSHER_GARAGE_X1 (1135.5f)
|
||||||
#define CRUSHER_GARAGE_Y1 (57.0f)
|
#define CRUSHER_GARAGE_Y1 (57.0f)
|
||||||
#define CRUSHER_GARAGE_Z1 (-1.0f)
|
#define CRUSHER_GARAGE_Z1 (-1.0f)
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
#include "OnscreenTimer.h"
|
#include "OnscreenTimer.h"
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
void COnscreenTimer::Init() {
|
void COnscreenTimer::Init() {
|
||||||
m_bDisabled = false;
|
m_bDisabled = false;
|
||||||
for(uint32 i = 0; i < NUMONSCREENCOUNTERS; i++) {
|
for(uint32 i = 0; i < NUMONSCREENCOUNTERS; i++) {
|
||||||
|
|
|
@ -8,8 +8,6 @@
|
||||||
#include "Lines.h" // for debug
|
#include "Lines.h" // for debug
|
||||||
#include "PathFind.h"
|
#include "PathFind.h"
|
||||||
|
|
||||||
//--MIAMI: file done except mobile unused function
|
|
||||||
|
|
||||||
bool gbShowPedPaths;
|
bool gbShowPedPaths;
|
||||||
bool gbShowCarPaths;
|
bool gbShowCarPaths;
|
||||||
bool gbShowCarPathsLinks;
|
bool gbShowCarPathsLinks;
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
#include "Replay.h"
|
#include "Replay.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CPhoneInfo gPhoneInfo;
|
CPhoneInfo gPhoneInfo;
|
||||||
|
|
||||||
bool CPhoneInfo::bDisplayingPhoneMessage; // is phone picked up
|
bool CPhoneInfo::bDisplayingPhoneMessage; // is phone picked up
|
||||||
|
|
|
@ -34,8 +34,6 @@
|
||||||
#include "Messages.h"
|
#include "Messages.h"
|
||||||
#include "Streaming.h"
|
#include "Streaming.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CPickup CPickups::aPickUps[NUMPICKUPS];
|
CPickup CPickups::aPickUps[NUMPICKUPS];
|
||||||
int16 CPickups::NumMessages;
|
int16 CPickups::NumMessages;
|
||||||
int32 CPickups::aPickUpsCollected[NUMCOLLECTEDPICKUPS];
|
int32 CPickups::aPickUpsCollected[NUMCOLLECTEDPICKUPS];
|
||||||
|
@ -1578,7 +1576,6 @@ CPacManPickups::ResetPowerPillsCarriedByPlayer()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::CreateDeadPedMoney(void)
|
CPed::CreateDeadPedMoney(void)
|
||||||
{
|
{
|
||||||
|
@ -1599,7 +1596,6 @@ CPed::CreateDeadPedMoney(void)
|
||||||
m_nPedMoney = 0;
|
m_nPedMoney = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::CreateDeadPedWeaponPickups(void)
|
CPed::CreateDeadPedWeaponPickups(void)
|
||||||
{
|
{
|
||||||
|
@ -1625,7 +1621,6 @@ CPed::CreateDeadPedWeaponPickups(void)
|
||||||
ClearWeapons();
|
ClearWeapons();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::CreateDeadPedPickupCoors(float *x, float *y, float *z)
|
CPed::CreateDeadPedPickupCoors(float *x, float *y, float *z)
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
#include "VehicleModelInfo.h"
|
#include "VehicleModelInfo.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
uint16 CRecordDataForGame::RecordingState;
|
uint16 CRecordDataForGame::RecordingState;
|
||||||
|
|
||||||
void CRecordDataForGame::Init(void)
|
void CRecordDataForGame::Init(void)
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
#include "PlayerInfo.h"
|
#include "PlayerInfo.h"
|
||||||
#include "Vehicle.h"
|
#include "Vehicle.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CRemote::GivePlayerRemoteControlledCar(float x, float y, float z, float rot, uint16 model)
|
CRemote::GivePlayerRemoteControlledCar(float x, float y, float z, float rot, uint16 model)
|
||||||
{
|
{
|
||||||
|
|
|
@ -53,8 +53,6 @@
|
||||||
#include "Fluff.h"
|
#include "Fluff.h"
|
||||||
#include "WaterCreatures.h"
|
#include "WaterCreatures.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
uint8 CReplay::Mode;
|
uint8 CReplay::Mode;
|
||||||
CAddressInReplayBuffer CReplay::Record;
|
CAddressInReplayBuffer CReplay::Record;
|
||||||
CAddressInReplayBuffer CReplay::Playback;
|
CAddressInReplayBuffer CReplay::Playback;
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#include "Zones.h"
|
#include "Zones.h"
|
||||||
#include "PathFind.h"
|
#include "PathFind.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
uint8 CRestart::OverrideHospitalLevel;
|
uint8 CRestart::OverrideHospitalLevel;
|
||||||
uint8 CRestart::OverridePoliceStationLevel;
|
uint8 CRestart::OverridePoliceStationLevel;
|
||||||
bool CRestart::bFadeInAfterNextArrest;
|
bool CRestart::bFadeInAfterNextArrest;
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
#include "General.h"
|
#include "General.h"
|
||||||
#include "Object.h"
|
#include "Object.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#define ROADBLOCKDIST (90.0f)
|
#define ROADBLOCKDIST (90.0f)
|
||||||
#define ROADBLOCK_OBJECT_WIDTH (4.0f)
|
#define ROADBLOCK_OBJECT_WIDTH (4.0f)
|
||||||
|
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#include "WeaponInfo.h"
|
#include "WeaponInfo.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
bool CSceneEdit::m_bEditOn;
|
bool CSceneEdit::m_bEditOn;
|
||||||
int32 CSceneEdit::m_bCameraFollowActor;
|
int32 CSceneEdit::m_bCameraFollowActor;
|
||||||
bool CSceneEdit::m_bRecording;
|
bool CSceneEdit::m_bRecording;
|
||||||
|
|
|
@ -53,8 +53,6 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
uint8 CTheScripts::ScriptSpace[SIZE_SCRIPT_SPACE];
|
uint8 CTheScripts::ScriptSpace[SIZE_SCRIPT_SPACE];
|
||||||
CRunningScript CTheScripts::ScriptsArray[MAX_NUM_SCRIPTS];
|
CRunningScript CTheScripts::ScriptsArray[MAX_NUM_SCRIPTS];
|
||||||
intro_text_line CTheScripts::IntroTextLines[MAX_NUM_INTRO_TEXT_LINES];
|
intro_text_line CTheScripts::IntroTextLines[MAX_NUM_INTRO_TEXT_LINES];
|
||||||
|
|
|
@ -14,8 +14,6 @@
|
||||||
|
|
||||||
#define TIME_BETWEEN_SETPIECE_SPAWNS 20000
|
#define TIME_BETWEEN_SETPIECE_SPAWNS 20000
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
bool CSetPieces::bDebug;
|
bool CSetPieces::bDebug;
|
||||||
uint32 CSetPieces::NumSetPieces;
|
uint32 CSetPieces::NumSetPieces;
|
||||||
CSetPiece CSetPieces::aSetPieces[NUM_SETPIECES];
|
CSetPiece CSetPieces::aSetPieces[NUM_SETPIECES];
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
#include "Weather.h"
|
#include "Weather.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
bool CTrafficLights::bGreenLightsCheat;
|
bool CTrafficLights::bGreenLightsCheat;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "Pools.h"
|
#include "Pools.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
|
||||||
// --MIAMI: File done
|
|
||||||
|
|
||||||
CAccidentManager gAccidentManager;
|
CAccidentManager gAccidentManager;
|
||||||
|
|
||||||
CAccident*
|
CAccident*
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
#include "Bike.h"
|
#include "Bike.h"
|
||||||
#include "Pickups.h"
|
#include "Pickups.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
bool PrintDebugCode = false;
|
bool PrintDebugCode = false;
|
||||||
int16 DebugCamMode;
|
int16 DebugCamMode;
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "Stats.h"
|
#include "Stats.h"
|
||||||
#include "VarConsole.h"
|
#include "VarConsole.h"
|
||||||
|
|
||||||
// --MIAMI: File done
|
|
||||||
|
|
||||||
_TODO("gbFastTime");
|
_TODO("gbFastTime");
|
||||||
bool gbFastTime;
|
bool gbFastTime;
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
#include "GenericGameStorage.h"
|
#include "GenericGameStorage.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CControllerConfigManager ControlsManager;
|
CControllerConfigManager ControlsManager;
|
||||||
|
|
||||||
CControllerConfigManager::CControllerConfigManager()
|
CControllerConfigManager::CControllerConfigManager()
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "Accident.h"
|
#include "Accident.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
int32 CEventList::ms_nFirstFreeSlotIndex;
|
int32 CEventList::ms_nFirstFreeSlotIndex;
|
||||||
CEvent gaEvent[NUMEVENTS];
|
CEvent gaEvent[NUMEVENTS];
|
||||||
|
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
#include "ColStore.h"
|
#include "ColStore.h"
|
||||||
#include "Occlusion.h"
|
#include "Occlusion.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
char CFileLoader::ms_line[256];
|
char CFileLoader::ms_line[256];
|
||||||
|
|
||||||
const char*
|
const char*
|
||||||
|
@ -1309,7 +1307,7 @@ CFileLoader::LoadOcclusionVolume(const char *line)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
void
|
void
|
||||||
CFileLoader::ReloadPaths(const char *filename)
|
CFileLoader::ReloadPaths(const char *filename)
|
||||||
{
|
{
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
#include "GameLogic.h"
|
#include "GameLogic.h"
|
||||||
#include "CarAI.h"
|
#include "CarAI.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CFireManager gFireManager;
|
CFireManager gFireManager;
|
||||||
|
|
||||||
CFire::CFire()
|
CFire::CFire()
|
||||||
|
|
|
@ -40,8 +40,6 @@
|
||||||
#include "User.h"
|
#include "User.h"
|
||||||
#include "sampman.h"
|
#include "sampman.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
// Similar story to Hud.cpp:
|
// Similar story to Hud.cpp:
|
||||||
// Game has colors inlined in code.
|
// Game has colors inlined in code.
|
||||||
// For easier modification we collect them here:
|
// For easier modification we collect them here:
|
||||||
|
|
|
@ -125,8 +125,6 @@ int gameTxdSlot;
|
||||||
uint8 gameProcessPirateCheck = 0;
|
uint8 gameProcessPirateCheck = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --MIAMI: File done
|
|
||||||
|
|
||||||
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);
|
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);
|
||||||
void DoRWStuffEndOfFrame(void);
|
void DoRWStuffEndOfFrame(void);
|
||||||
#ifdef PS2_MENU
|
#ifdef PS2_MENU
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
class CGeneral
|
class CGeneral
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "Population.h"
|
#include "Population.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
float CIniFile::PedNumberMultiplier = 0.6f;
|
float CIniFile::PedNumberMultiplier = 0.6f;
|
||||||
float CIniFile::CarNumberMultiplier = 0.6f;
|
float CIniFile::CarNumberMultiplier = 0.6f;
|
||||||
|
|
||||||
|
|
|
@ -54,8 +54,6 @@
|
||||||
#include "libpad.h"
|
#include "libpad.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --MIAMI: file done except Mobile(see TODOs) and PS2 stuff
|
|
||||||
|
|
||||||
CPad Pads[MAX_PADS];
|
CPad Pads[MAX_PADS];
|
||||||
#ifdef GTA_PS2
|
#ifdef GTA_PS2
|
||||||
u_long128 pad_dma_buf[scePadDmaBufferMax] __attribute__((aligned(64)));
|
u_long128 pad_dma_buf[scePadDmaBufferMax] __attribute__((aligned(64)));
|
||||||
|
|
|
@ -35,8 +35,6 @@
|
||||||
#include "Automobile.h"
|
#include "Automobile.h"
|
||||||
#include "GameLogic.h"
|
#include "GameLogic.h"
|
||||||
|
|
||||||
// --MIAMI: File done
|
|
||||||
|
|
||||||
CVector lastPlayerPos;
|
CVector lastPlayerPos;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "MemoryHeap.h"
|
#include "MemoryHeap.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CCPtrNodePool *CPools::ms_pPtrNodePool;
|
CCPtrNodePool *CPools::ms_pPtrNodePool;
|
||||||
CEntryInfoNodePool *CPools::ms_pEntryInfoNodePool;
|
CEntryInfoNodePool *CPools::ms_pEntryInfoNodePool;
|
||||||
CPedPool *CPools::ms_pPedPool;
|
CPedPool *CPools::ms_pPedPool;
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
#include "SpecialFX.h"
|
#include "SpecialFX.h"
|
||||||
#include "Font.h"
|
#include "Font.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
float CRadar::m_radarRange;
|
float CRadar::m_radarRange;
|
||||||
sRadarTrace CRadar::ms_RadarTrace[NUMRADARBLIPS];
|
sRadarTrace CRadar::ms_RadarTrace[NUMRADARBLIPS];
|
||||||
CVector2D vec2DRadarOrigin;
|
CVector2D vec2DRadarOrigin;
|
||||||
|
|
|
@ -115,8 +115,6 @@ float CStats::LongestWheelieDist;
|
||||||
float CStats::LongestStoppieDist;
|
float CStats::LongestStoppieDist;
|
||||||
float CStats::Longest2WheelDist;
|
float CStats::Longest2WheelDist;
|
||||||
|
|
||||||
// --MIAMI: functions below are done, but there are some to be moved from Frontend
|
|
||||||
|
|
||||||
void CStats::Init()
|
void CStats::Init()
|
||||||
{
|
{
|
||||||
PeopleKilledByOthers = 0;
|
PeopleKilledByOthers = 0;
|
||||||
|
|
|
@ -38,8 +38,6 @@
|
||||||
#include "Frontend.h"
|
#include "Frontend.h"
|
||||||
#include "VarConsole.h"
|
#include "VarConsole.h"
|
||||||
|
|
||||||
//--MIAMI: file done (possibly bugs)
|
|
||||||
|
|
||||||
bool CStreaming::ms_disableStreaming;
|
bool CStreaming::ms_disableStreaming;
|
||||||
bool CStreaming::ms_bLoadingBigModel;
|
bool CStreaming::ms_bLoadingBigModel;
|
||||||
int32 CStreaming::ms_numModelsRequested;
|
int32 CStreaming::ms_numModelsRequested;
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "Collision.h"
|
#include "Collision.h"
|
||||||
#include "SurfaceTable.h"
|
#include "SurfaceTable.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
float CSurfaceTable::ms_aAdhesiveLimitTable[NUMADHESIVEGROUPS][NUMADHESIVEGROUPS];
|
float CSurfaceTable::ms_aAdhesiveLimitTable[NUMADHESIVEGROUPS][NUMADHESIVEGROUPS];
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#include "Timer.h"
|
#include "Timer.h"
|
||||||
#include "SpecialFX.h"
|
#include "SpecialFX.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
uint32 CTimer::m_snTimeInMilliseconds;
|
uint32 CTimer::m_snTimeInMilliseconds;
|
||||||
PauseModeTime CTimer::m_snTimeInMillisecondsPauseMode = 1;
|
PauseModeTime CTimer::m_snTimeInMillisecondsPauseMode = 1;
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "Zones.h"
|
#include "Zones.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CPlaceName CUserDisplay::PlaceName;
|
CPlaceName CUserDisplay::PlaceName;
|
||||||
COnscreenTimer CUserDisplay::OnscnTimer;
|
COnscreenTimer CUserDisplay::OnscnTimer;
|
||||||
CPager CUserDisplay::Pager;
|
CPager CUserDisplay::Pager;
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
int32 CWanted::MaximumWantedLevel = 6;
|
int32 CWanted::MaximumWantedLevel = 6;
|
||||||
int32 CWanted::nMaximumWantedLevel = 9600;
|
int32 CWanted::nMaximumWantedLevel = 9600;
|
||||||
|
|
||||||
// --MIAMI: File done except stats
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CWanted::Initialise()
|
CWanted::Initialise()
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
#include "WaterLevel.h"
|
#include "WaterLevel.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
#define OBJECT_REPOSITION_OFFSET_Z 2.0f
|
#define OBJECT_REPOSITION_OFFSET_Z 2.0f
|
||||||
|
|
||||||
CColPoint gaTempSphereColPoints[MAX_COLLISION_POINTS];
|
CColPoint gaTempSphereColPoints[MAX_COLLISION_POINTS];
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
#include "ZoneCull.h"
|
#include "ZoneCull.h"
|
||||||
#include "Zones.h"
|
#include "Zones.h"
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
|
|
||||||
int32 CCullZones::NumAttributeZones;
|
int32 CCullZones::NumAttributeZones;
|
||||||
CAttributeZone CCullZones::aAttributeZones[NUMATTRIBZONES];
|
CAttributeZone CCullZones::aAttributeZones[NUMATTRIBZONES];
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "Timer.h"
|
#include "Timer.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
eLevelName CTheZones::m_CurrLevel;
|
eLevelName CTheZones::m_CurrLevel;
|
||||||
int16 CTheZones::FindIndex;
|
int16 CTheZones::FindIndex;
|
||||||
|
|
||||||
|
@ -544,7 +542,7 @@ CTheZones::SetZonePedInfo(uint16 zoneid, uint8 day, int16 pedDensity,
|
||||||
info->gangPedThreshold[8] += info->gangPedThreshold[7];
|
info->gangPedThreshold[8] += info->gangPedThreshold[7];
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
void
|
void
|
||||||
CTheZones::SetCarDensity(uint16 zoneid, uint8 day, uint16 cardensity)
|
CTheZones::SetCarDensity(uint16 zoneid, uint8 day, uint16 cardensity)
|
||||||
{
|
{
|
||||||
|
@ -553,7 +551,7 @@ CTheZones::SetCarDensity(uint16 zoneid, uint8 day, uint16 cardensity)
|
||||||
ZoneInfoArray[day ? zone->zoneinfoDay : zone->zoneinfoNight].carDensity = cardensity;
|
ZoneInfoArray[day ? zone->zoneinfoDay : zone->zoneinfoNight].carDensity = cardensity;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
void
|
void
|
||||||
CTheZones::SetPedDensity(uint16 zoneid, uint8 day, uint16 peddensity)
|
CTheZones::SetPedDensity(uint16 zoneid, uint8 day, uint16 peddensity)
|
||||||
{
|
{
|
||||||
|
|
|
@ -513,7 +513,6 @@ Terminate3D(void)
|
||||||
CSprite2d splash;
|
CSprite2d splash;
|
||||||
int splashTxdId = -1;
|
int splashTxdId = -1;
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
CSprite2d*
|
CSprite2d*
|
||||||
LoadSplash(const char *name)
|
LoadSplash(const char *name)
|
||||||
{
|
{
|
||||||
|
@ -559,7 +558,6 @@ DestroySplashScreen(void)
|
||||||
splashTxdId = -1;
|
splashTxdId = -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
Const char*
|
Const char*
|
||||||
GetRandomSplashScreen(void)
|
GetRandomSplashScreen(void)
|
||||||
{
|
{
|
||||||
|
@ -602,7 +600,6 @@ ResetLoadingScreenBar()
|
||||||
NumberOfChunksLoaded = 0.0f;
|
NumberOfChunksLoaded = 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
void
|
void
|
||||||
LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
|
LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
|
||||||
{
|
{
|
||||||
|
@ -689,7 +686,6 @@ LoadingScreen(const char *str1, const char *str2, const char *splashscreen)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
void
|
void
|
||||||
LoadingIslandScreen(const char *levelName)
|
LoadingIslandScreen(const char *levelName)
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "Dummy.h"
|
#include "Dummy.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
void *CDummy::operator new(size_t sz) { return CPools::GetDummyPool()->New(); }
|
void *CDummy::operator new(size_t sz) { return CPools::GetDummyPool()->New(); }
|
||||||
void CDummy::operator delete(void *p, size_t sz) { CPools::GetDummyPool()->Delete((CDummy*)p); }
|
void CDummy::operator delete(void *p, size_t sz) { CPools::GetDummyPool()->Delete((CDummy*)p); }
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,6 @@
|
||||||
#include "Dummy.h"
|
#include "Dummy.h"
|
||||||
#include "WindModifiers.h"
|
#include "WindModifiers.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
int gBuildings;
|
int gBuildings;
|
||||||
|
|
||||||
CEntity::CEntity(void)
|
CEntity::CEntity(void)
|
||||||
|
@ -687,7 +685,7 @@ float BannerWindTabel[] = {
|
||||||
0.28f, 0.28f, 0.22f, 0.1f, 0.0f, -0.1f, -0.17f, -0.12f
|
0.28f, 0.28f, 0.22f, 0.1f, 0.0f, -0.1f, -0.17f, -0.12f
|
||||||
};
|
};
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
void
|
void
|
||||||
CEntity::ModifyMatrixForBannerInWind(void)
|
CEntity::ModifyMatrixForBannerInWind(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
#include "Pickups.h"
|
#include "Pickups.h"
|
||||||
#include "Physical.h"
|
#include "Physical.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#ifdef WALLCLIMB_CHEAT
|
#ifdef WALLCLIMB_CHEAT
|
||||||
bool gGravityCheat;
|
bool gGravityCheat;
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "BaseModelInfo.h"
|
#include "BaseModelInfo.h"
|
||||||
#include "ModelInfo.h"
|
#include "ModelInfo.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CBaseModelInfo::CBaseModelInfo(ModelInfoType type)
|
CBaseModelInfo::CBaseModelInfo(ModelInfoType type)
|
||||||
{
|
{
|
||||||
m_colModel = nil;
|
m_colModel = nil;
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#include "ModelInfo.h"
|
#include "ModelInfo.h"
|
||||||
#include "AnimManager.h"
|
#include "AnimManager.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CClumpModelInfo::DeleteRwObject(void)
|
CClumpModelInfo::DeleteRwObject(void)
|
||||||
{
|
{
|
||||||
|
@ -150,7 +148,7 @@ CClumpModelInfo::FindFrameFromIdCB(RwFrame *frame, void *data)
|
||||||
return assoc->frame ? nil : frame;
|
return assoc->frame ? nil : frame;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
RwFrame*
|
RwFrame*
|
||||||
CClumpModelInfo::FindFrameFromNameCB(RwFrame *frame, void *data)
|
CClumpModelInfo::FindFrameFromNameCB(RwFrame *frame, void *data)
|
||||||
{
|
{
|
||||||
|
|
|
@ -5,8 +5,6 @@
|
||||||
#include "ModelIndices.h"
|
#include "ModelIndices.h"
|
||||||
#include "ModelInfo.h"
|
#include "ModelInfo.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CBaseModelInfo *CModelInfo::ms_modelInfoPtrs[MODELINFOSIZE];
|
CBaseModelInfo *CModelInfo::ms_modelInfoPtrs[MODELINFOSIZE];
|
||||||
|
|
||||||
CStore<CSimpleModelInfo, SIMPLEMODELSIZE> CModelInfo::ms_simpleModelStore;
|
CStore<CSimpleModelInfo, SIMPLEMODELSIZE> CModelInfo::ms_simpleModelStore;
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
#include "ModelInfo.h"
|
#include "ModelInfo.h"
|
||||||
#include "custompipes.h"
|
#include "custompipes.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CPedModelInfo::DeleteRwObject(void)
|
CPedModelInfo::DeleteRwObject(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "AnimManager.h"
|
#include "AnimManager.h"
|
||||||
#include "custompipes.h"
|
#include "custompipes.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#define LOD_DISTANCE (300.0f)
|
#define LOD_DISTANCE (300.0f)
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
#include "ModelInfo.h"
|
#include "ModelInfo.h"
|
||||||
#include "custompipes.h"
|
#include "custompipes.h"
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
|
|
||||||
int8 CVehicleModelInfo::ms_compsToUse[2] = { -2, -2 };
|
int8 CVehicleModelInfo::ms_compsToUse[2] = { -2, -2 };
|
||||||
int8 CVehicleModelInfo::ms_compsUsed[2];
|
int8 CVehicleModelInfo::ms_compsUsed[2];
|
||||||
RwRGBA CVehicleModelInfo::ms_vehicleColourTable[256];
|
RwRGBA CVehicleModelInfo::ms_vehicleColourTable[256];
|
||||||
|
@ -924,7 +922,7 @@ CVehicleModelInfo::AvoidSameVehicleColour(uint8 *col1, uint8 *col2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//--MIAMI: unused
|
// unused
|
||||||
RwTexture*
|
RwTexture*
|
||||||
CreateCarColourTexture(uint8 r, uint8 g, uint8 b)
|
CreateCarColourTexture(uint8 r, uint8 g, uint8 b)
|
||||||
{
|
{
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#include "AnimManager.h"
|
#include "AnimManager.h"
|
||||||
#include "VisibilityPlugins.h"
|
#include "VisibilityPlugins.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
void
|
void
|
||||||
CWeaponModelInfo::SetAnimFile(const char *file)
|
CWeaponModelInfo::SetAnimFile(const char *file)
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#include "DummyObject.h"
|
#include "DummyObject.h"
|
||||||
#include "Pools.h"
|
#include "Pools.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CDummyObject::CDummyObject(CObject *obj)
|
CDummyObject::CDummyObject(CObject *obj)
|
||||||
{
|
{
|
||||||
SetModelIndexNoCreate(obj->GetModelIndex());
|
SetModelIndexNoCreate(obj->GetModelIndex());
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "FileMgr.h"
|
#include "FileMgr.h"
|
||||||
#include "ObjectData.h"
|
#include "ObjectData.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CObjectInfo CObjectData::ms_aObjectInfo[NUMOBJECTINFO];
|
CObjectInfo CObjectData::ms_aObjectInfo[NUMOBJECTINFO];
|
||||||
|
|
||||||
// Another ugly file reader
|
// Another ugly file reader
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#include "Projectile.h"
|
#include "Projectile.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CProjectile::CProjectile(int32 model) : CObject()
|
CProjectile::CProjectile(int32 model) : CObject()
|
||||||
{
|
{
|
||||||
m_fMass = 1.0f;
|
m_fMass = 1.0f;
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CCivilianPed::CCivilianPed(ePedType pedtype, uint32 mi) : CPed(pedtype)
|
CCivilianPed::CCivilianPed(ePedType pedtype, uint32 mi) : CPed(pedtype)
|
||||||
{
|
{
|
||||||
SetModelIndex(mi);
|
SetModelIndex(mi);
|
||||||
|
@ -420,7 +418,6 @@ CCivilianPed::ProcessControl(void)
|
||||||
Avoid();
|
Avoid();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::RunToReportCrime(eCrimeType crimeToReport)
|
CPed::RunToReportCrime(eCrimeType crimeToReport)
|
||||||
{
|
{
|
||||||
|
|
|
@ -20,8 +20,6 @@
|
||||||
#include "Ropes.h"
|
#include "Ropes.h"
|
||||||
#include "Stinger.h"
|
#include "Stinger.h"
|
||||||
|
|
||||||
// --MIAMI: file done except TODOs
|
|
||||||
|
|
||||||
CCopPed::CCopPed(eCopType copType, int32 modifier) : CPed(PEDTYPE_COP)
|
CCopPed::CCopPed(eCopType copType, int32 modifier) : CPed(PEDTYPE_COP)
|
||||||
{
|
{
|
||||||
m_nCopType = copType;
|
m_nCopType = copType;
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
#include "CarCtrl.h"
|
#include "CarCtrl.h"
|
||||||
#include "Accident.h"
|
#include "Accident.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CEmergencyPed::CEmergencyPed(uint32 type) : CPed(type)
|
CEmergencyPed::CEmergencyPed(uint32 type) : CPed(type)
|
||||||
{
|
{
|
||||||
switch (type){
|
switch (type){
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "Streaming.h"
|
#include "Streaming.h"
|
||||||
#include "Weapon.h"
|
#include "Weapon.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CGangInfo CGangs::Gang[NUM_GANGS];
|
CGangInfo CGangs::Gang[NUM_GANGS];
|
||||||
bool CGangs::GangAttackWithCops[NUM_GANGS];
|
bool CGangs::GangAttackWithCops[NUM_GANGS];
|
||||||
|
|
||||||
|
|
181
src/peds/Ped.cpp
181
src/peds/Ped.cpp
File diff suppressed because it is too large
Load diff
|
@ -30,8 +30,6 @@
|
||||||
#include "GameLogic.h"
|
#include "GameLogic.h"
|
||||||
#include "Streaming.h"
|
#include "Streaming.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CVector vecPedCarDoorAnimOffset;
|
CVector vecPedCarDoorAnimOffset;
|
||||||
CVector vecPedCarDoorLoAnimOffset;
|
CVector vecPedCarDoorLoAnimOffset;
|
||||||
CVector vecPedVanRearDoorAnimOffset;
|
CVector vecPedVanRearDoorAnimOffset;
|
||||||
|
@ -44,7 +42,6 @@ CVector vecPedHarleyBikeJumpRhsAnimOffset;
|
||||||
CVector vecPedDirtBikeJumpRhsAnimOffset;
|
CVector vecPedDirtBikeJumpRhsAnimOffset;
|
||||||
CVector vecPedBikeKickAnimOffset;
|
CVector vecPedBikeKickAnimOffset;
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetObjectiveTimer(int time)
|
CPed::SetObjectiveTimer(int time)
|
||||||
{
|
{
|
||||||
|
@ -55,7 +52,6 @@ CPed::SetObjectiveTimer(int time)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetStoredObjective(void)
|
CPed::SetStoredObjective(void)
|
||||||
{
|
{
|
||||||
|
@ -90,7 +86,6 @@ CPed::SetStoredObjective(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ForceStoredObjective(eObjective objective)
|
CPed::ForceStoredObjective(eObjective objective)
|
||||||
{
|
{
|
||||||
|
@ -124,7 +119,6 @@ CPed::ForceStoredObjective(eObjective objective)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::IsTemporaryObjective(eObjective objective)
|
CPed::IsTemporaryObjective(eObjective objective)
|
||||||
{
|
{
|
||||||
|
@ -133,7 +127,6 @@ CPed::IsTemporaryObjective(eObjective objective)
|
||||||
objective == OBJECTIVE_ENTER_CAR_AS_PASSENGER;
|
objective == OBJECTIVE_ENTER_CAR_AS_PASSENGER;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetObjective(eObjective newObj)
|
CPed::SetObjective(eObjective newObj)
|
||||||
{
|
{
|
||||||
|
@ -180,7 +173,6 @@ CPed::SetObjective(eObjective newObj)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetObjective(eObjective newObj, void *entity)
|
CPed::SetObjective(eObjective newObj, void *entity)
|
||||||
{
|
{
|
||||||
|
@ -370,7 +362,6 @@ CPed::SetObjective(eObjective newObj, void *entity)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// Only used in 01E1: SET_CHAR_OBJ_FOLLOW_ROUTE opcode
|
// Only used in 01E1: SET_CHAR_OBJ_FOLLOW_ROUTE opcode
|
||||||
// IDA fails very badly in here, puts a fake loop and ignores SetFollowRoute call...
|
// IDA fails very badly in here, puts a fake loop and ignores SetFollowRoute call...
|
||||||
void
|
void
|
||||||
|
@ -403,7 +394,6 @@ CPed::SetObjective(eObjective newObj, int16 routePoint, int16 routeType)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetObjective(eObjective newObj, CVector dest)
|
CPed::SetObjective(eObjective newObj, CVector dest)
|
||||||
{
|
{
|
||||||
|
@ -543,7 +533,6 @@ CPed::SetObjective(eObjective newObj, CVector dest)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetObjective(eObjective newObj, float heading, const CVector& pos)
|
CPed::SetObjective(eObjective newObj, float heading, const CVector& pos)
|
||||||
{
|
{
|
||||||
|
@ -560,7 +549,6 @@ CPed::SetObjective(eObjective newObj, float heading, const CVector& pos)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ClearObjective(void)
|
CPed::ClearObjective(void)
|
||||||
{
|
{
|
||||||
|
@ -586,7 +574,6 @@ CPed::ClearObjective(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ClearLeader(void)
|
CPed::ClearLeader(void)
|
||||||
{
|
{
|
||||||
|
@ -606,7 +593,6 @@ CPed::ClearLeader(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::UpdateFromLeader(void)
|
CPed::UpdateFromLeader(void)
|
||||||
{
|
{
|
||||||
|
@ -765,7 +751,6 @@ CPed::UpdateFromLeader(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::RestorePreviousObjective(void)
|
CPed::RestorePreviousObjective(void)
|
||||||
{
|
{
|
||||||
|
@ -788,7 +773,6 @@ CPed::RestorePreviousObjective(void)
|
||||||
bObjectiveCompleted = false;
|
bObjectiveCompleted = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ProcessObjective(void)
|
CPed::ProcessObjective(void)
|
||||||
{
|
{
|
||||||
|
@ -2060,7 +2044,6 @@ CPed::ProcessObjective(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetFollowRoute(int16 currentPoint, int16 routeType)
|
CPed::SetFollowRoute(int16 currentPoint, int16 routeType)
|
||||||
{
|
{
|
||||||
|
@ -2073,7 +2056,6 @@ CPed::SetFollowRoute(int16 currentPoint, int16 routeType)
|
||||||
m_nextRoutePointPos = CRouteNode::GetPointPosition(GetNextPointOnRoute());
|
m_nextRoutePointPos = CRouteNode::GetPointPosition(GetNextPointOnRoute());
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
int
|
int
|
||||||
CPed::GetNextPointOnRoute(void)
|
CPed::GetNextPointOnRoute(void)
|
||||||
{
|
{
|
||||||
|
@ -2101,7 +2083,6 @@ CPed::GetNextPointOnRoute(void)
|
||||||
return nextPoint;
|
return nextPoint;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::HaveReachedNextPointOnRoute(float distToCountReached)
|
CPed::HaveReachedNextPointOnRoute(float distToCountReached)
|
||||||
{
|
{
|
||||||
|
@ -2112,7 +2093,6 @@ CPed::HaveReachedNextPointOnRoute(float distToCountReached)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::CanSeeEntity(CEntity *entity, float threshold)
|
CPed::CanSeeEntity(CEntity *entity, float threshold)
|
||||||
{
|
{
|
||||||
|
@ -2138,7 +2118,6 @@ CPed::CanSeeEntity(CEntity *entity, float threshold)
|
||||||
return neededTurn < threshold || TWOPI - threshold < neededTurn;
|
return neededTurn < threshold || TWOPI - threshold < neededTurn;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// Only used while deciding which gun ped should switch to, if no ammo left.
|
// Only used while deciding which gun ped should switch to, if no ammo left.
|
||||||
bool
|
bool
|
||||||
CPed::SelectGunIfArmed(void)
|
CPed::SelectGunIfArmed(void)
|
||||||
|
@ -2159,7 +2138,6 @@ CPed::SelectGunIfArmed(void)
|
||||||
SetCurrentWeapon(WEAPONTYPE_UNARMED);
|
SetCurrentWeapon(WEAPONTYPE_UNARMED);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ReactToPointGun(CEntity *entWithGun)
|
CPed::ReactToPointGun(CEntity *entWithGun)
|
||||||
{
|
{
|
||||||
|
@ -2244,7 +2222,6 @@ CPed::ReactToPointGun(CEntity *entWithGun)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ReactToAttack(CEntity *attacker)
|
CPed::ReactToAttack(CEntity *attacker)
|
||||||
{
|
{
|
||||||
|
@ -2317,7 +2294,6 @@ CPed::ReactToAttack(CEntity *attacker)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimAlignCB(CAnimBlendAssociation *animAssoc, void *arg)
|
CPed::PedAnimAlignCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
{
|
{
|
||||||
|
@ -2562,7 +2538,6 @@ CPed::PedAnimAlignCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimDoorOpenCB(CAnimBlendAssociation* animAssoc, void* arg)
|
CPed::PedAnimDoorOpenCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -2782,7 +2757,6 @@ CPed::PedAnimDoorOpenCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimPullPedOutCB(CAnimBlendAssociation* animAssoc, void* arg)
|
CPed::PedAnimPullPedOutCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -2868,7 +2842,6 @@ CPed::PedAnimPullPedOutCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimGetInCB(CAnimBlendAssociation *animAssoc, void *arg)
|
CPed::PedAnimGetInCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
{
|
{
|
||||||
|
@ -3018,7 +2991,6 @@ CPed::PedAnimGetInCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedShuffle(void)
|
CPed::PedShuffle(void)
|
||||||
{
|
{
|
||||||
|
@ -3034,7 +3006,6 @@ CPed::PedShuffle(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimDoorCloseCB(CAnimBlendAssociation *animAssoc, void *arg)
|
CPed::PedAnimDoorCloseCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
{
|
{
|
||||||
|
@ -3101,7 +3072,6 @@ CPed::PedAnimDoorCloseCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimShuffleCB(CAnimBlendAssociation* assoc, void* arg)
|
CPed::PedAnimShuffleCB(CAnimBlendAssociation* assoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -3113,7 +3083,6 @@ CPed::PedAnimShuffleCB(CAnimBlendAssociation* assoc, void* arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetFormation(eFormation type)
|
CPed::SetFormation(eFormation type)
|
||||||
{
|
{
|
||||||
|
@ -3137,7 +3106,6 @@ CPed::SetFormation(eFormation type)
|
||||||
m_pedFormation = type;
|
m_pedFormation = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
CVector
|
CVector
|
||||||
CPed::GetFormationPosition(void)
|
CPed::GetFormationPosition(void)
|
||||||
{
|
{
|
||||||
|
@ -3186,7 +3154,6 @@ CPed::GetFormationPosition(void)
|
||||||
return m_pedInObjective->GetMatrix() * formationOffset;
|
return m_pedInObjective->GetMatrix() * formationOffset;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimStepOutCarCB(CAnimBlendAssociation* animAssoc, void* arg)
|
CPed::PedAnimStepOutCarCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -3326,7 +3293,6 @@ CPed::PedAnimStepOutCarCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::LineUpPedWithCar(PedLineUpPhase phase)
|
CPed::LineUpPedWithCar(PedLineUpPhase phase)
|
||||||
{
|
{
|
||||||
|
@ -3663,7 +3629,6 @@ CPed::LineUpPedWithCar(PedLineUpPhase phase)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetCarJack(CVehicle* car)
|
CPed::SetCarJack(CVehicle* car)
|
||||||
{
|
{
|
||||||
|
@ -3746,7 +3711,6 @@ CPed::SetCarJack(CVehicle* car)
|
||||||
SetCarJack_AllClear(car, m_vehDoor, doorFlag);
|
SetCarJack_AllClear(car, m_vehDoor, doorFlag);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetCarJack_AllClear(CVehicle* car, uint32 doorNode, uint32 doorFlag)
|
CPed::SetCarJack_AllClear(CVehicle* car, uint32 doorNode, uint32 doorFlag)
|
||||||
{
|
{
|
||||||
|
@ -3789,7 +3753,6 @@ CPed::SetCarJack_AllClear(CVehicle* car, uint32 doorNode, uint32 doorFlag)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetBeingDraggedFromCar(CVehicle *veh, uint32 vehEnterType, bool quickJack)
|
CPed::SetBeingDraggedFromCar(CVehicle *veh, uint32 vehEnterType, bool quickJack)
|
||||||
{
|
{
|
||||||
|
@ -3838,7 +3801,6 @@ CPed::SetBeingDraggedFromCar(CVehicle *veh, uint32 vehEnterType, bool quickJack)
|
||||||
veh->m_nGettingOutFlags |= GetCarDoorFlag(m_vehDoor);
|
veh->m_nGettingOutFlags |= GetCarDoorFlag(m_vehDoor);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::BeingDraggedFromCar(void)
|
CPed::BeingDraggedFromCar(void)
|
||||||
{
|
{
|
||||||
|
@ -3904,7 +3866,6 @@ CPed::BeingDraggedFromCar(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetEnterCar(CVehicle *car, uint32 unused)
|
CPed::SetEnterCar(CVehicle *car, uint32 unused)
|
||||||
{
|
{
|
||||||
|
@ -3981,7 +3942,6 @@ CPed::SetEnterCar(CVehicle *car, uint32 unused)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetEnterCar_AllClear(CVehicle *car, uint32 doorNode, uint32 doorFlag)
|
CPed::SetEnterCar_AllClear(CVehicle *car, uint32 doorNode, uint32 doorFlag)
|
||||||
{
|
{
|
||||||
|
@ -4034,7 +3994,6 @@ CPed::SetEnterCar_AllClear(CVehicle *car, uint32 doorNode, uint32 doorFlag)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::EnterCar(void)
|
CPed::EnterCar(void)
|
||||||
{
|
{
|
||||||
|
@ -4078,7 +4037,6 @@ CPed::EnterCar(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::QuitEnteringCar(void)
|
CPed::QuitEnteringCar(void)
|
||||||
{
|
{
|
||||||
|
@ -4127,7 +4085,6 @@ CPed::QuitEnteringCar(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetExitBoat(CVehicle *boat)
|
CPed::SetExitBoat(CVehicle *boat)
|
||||||
{
|
{
|
||||||
|
@ -4185,7 +4142,6 @@ CPed::SetExitBoat(CVehicle *boat)
|
||||||
m_vecMoveSpeed = boat->m_vecMoveSpeed;
|
m_vecMoveSpeed = boat->m_vecMoveSpeed;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// wantedDoorNode = 0 means that func. will determine it
|
// wantedDoorNode = 0 means that func. will determine it
|
||||||
void
|
void
|
||||||
CPed::SetExitCar(CVehicle *veh, uint32 wantedDoorNode)
|
CPed::SetExitCar(CVehicle *veh, uint32 wantedDoorNode)
|
||||||
|
@ -4570,7 +4526,6 @@ CPed::SetExitCar(CVehicle *veh, uint32 wantedDoorNode)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ExitCar(void)
|
CPed::ExitCar(void)
|
||||||
{
|
{
|
||||||
|
@ -4642,7 +4597,6 @@ CPed::ExitCar(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
CVector
|
CVector
|
||||||
CPed::GetPositionToOpenCarDoor(CVehicle *veh, uint32 component)
|
CPed::GetPositionToOpenCarDoor(CVehicle *veh, uint32 component)
|
||||||
{
|
{
|
||||||
|
@ -4655,7 +4609,6 @@ CPed::GetPositionToOpenCarDoor(CVehicle *veh, uint32 component)
|
||||||
return vehDoorPos;
|
return vehDoorPos;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::GetNearestDoor(CVehicle *veh, CVector &posToOpen)
|
CPed::GetNearestDoor(CVehicle *veh, CVector &posToOpen)
|
||||||
{
|
{
|
||||||
|
@ -4724,7 +4677,6 @@ CPed::GetNearestDoor(CVehicle *veh, CVector &posToOpen)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::GetNearestPassengerDoor(CVehicle *veh, CVector &posToOpen)
|
CPed::GetNearestPassengerDoor(CVehicle *veh, CVector &posToOpen)
|
||||||
{
|
{
|
||||||
|
@ -4808,7 +4760,6 @@ CPed::GetNearestPassengerDoor(CVehicle *veh, CVector &posToOpen)
|
||||||
return canEnter;
|
return canEnter;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::GoToNearestDoor(CVehicle *veh)
|
CPed::GoToNearestDoor(CVehicle *veh)
|
||||||
{
|
{
|
||||||
|
@ -4818,7 +4769,6 @@ CPed::GoToNearestDoor(CVehicle *veh)
|
||||||
SetMoveState(PEDMOVE_RUN);
|
SetMoveState(PEDMOVE_RUN);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// Unused
|
// Unused
|
||||||
void CPed::PedSetGetInCarPositionCB(CAnimBlendAssociation* assoc, void* arg)
|
void CPed::PedSetGetInCarPositionCB(CAnimBlendAssociation* assoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -4832,7 +4782,6 @@ void CPed::PedSetGetInCarPositionCB(CAnimBlendAssociation* assoc, void* arg)
|
||||||
pPed->SetPosition(position);
|
pPed->SetPosition(position);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetAnimOffsetForEnterOrExitVehicle(void)
|
CPed::SetAnimOffsetForEnterOrExitVehicle(void)
|
||||||
{
|
{
|
||||||
|
@ -4994,7 +4943,6 @@ CPed::SetAnimOffsetForEnterOrExitVehicle(void)
|
||||||
CAnimManager::RemoveAnimBlockRef(bikedBlock);
|
CAnimManager::RemoveAnimBlockRef(bikedBlock);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedSetQuickDraggedOutCarPositionCB(CAnimBlendAssociation *animAssoc, void *arg)
|
CPed::PedSetQuickDraggedOutCarPositionCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
{
|
{
|
||||||
|
@ -5083,7 +5031,6 @@ CPed::PedSetQuickDraggedOutCarPositionCB(CAnimBlendAssociation *animAssoc, void
|
||||||
ped->m_nLastPedState = PED_WANDER_PATH;
|
ped->m_nLastPedState = PED_WANDER_PATH;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedSetDraggedOutCarPositionCB(CAnimBlendAssociation* animAssoc, void* arg)
|
CPed::PedSetDraggedOutCarPositionCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -5180,7 +5127,6 @@ CPed::PedSetDraggedOutCarPositionCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
ped->SetGetUp();
|
ped->SetGetUp();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
uint8
|
uint8
|
||||||
CPed::GetNearestTrainDoor(CVehicle *train, CVector &doorPos)
|
CPed::GetNearestTrainDoor(CVehicle *train, CVector &doorPos)
|
||||||
{
|
{
|
||||||
|
@ -5198,7 +5144,6 @@ CPed::GetNearestTrainDoor(CVehicle *train, CVector &doorPos)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
uint8
|
uint8
|
||||||
CPed::GetNearestTrainPedPosition(CVehicle *train, CVector &enterPos)
|
CPed::GetNearestTrainPedPosition(CVehicle *train, CVector &enterPos)
|
||||||
{
|
{
|
||||||
|
@ -5257,7 +5202,6 @@ CPed::GetNearestTrainPedPosition(CVehicle *train, CVector &enterPos)
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done :D
|
|
||||||
void
|
void
|
||||||
CPed::PedSetInTrainCB(CAnimBlendAssociation* animAssoc, void* arg)
|
CPed::PedSetInTrainCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -5407,7 +5351,6 @@ CPed::PedSetOutTrainCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::RegisterThreatWithGangPeds(CEntity *attacker)
|
CPed::RegisterThreatWithGangPeds(CEntity *attacker)
|
||||||
{
|
{
|
||||||
|
@ -5471,7 +5414,6 @@ CPed::RegisterThreatWithGangPeds(CEntity *attacker)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// Some helper function which doesn't exist in og game.
|
// Some helper function which doesn't exist in og game.
|
||||||
inline void
|
inline void
|
||||||
SelectClosestNodeForSeek(CPed *ped, CPathNode *node, CVector2D closeDist, CVector2D farDist, CPathNode *closeNode, CPathNode *closeNode2, int runCount = 3)
|
SelectClosestNodeForSeek(CPed *ped, CPathNode *node, CVector2D closeDist, CVector2D farDist, CPathNode *closeNode, CPathNode *closeNode2, int runCount = 3)
|
||||||
|
@ -5501,7 +5443,6 @@ SelectClosestNodeForSeek(CPed *ped, CPathNode *node, CVector2D closeDist, CVecto
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::FindBestCoordsFromNodes(CVector unused, CVector *bestCoords)
|
CPed::FindBestCoordsFromNodes(CVector unused, CVector *bestCoords)
|
||||||
{
|
{
|
||||||
|
@ -5542,7 +5483,6 @@ CPed::FindBestCoordsFromNodes(CVector unused, CVector *bestCoords)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::DuckAndCover(void)
|
CPed::DuckAndCover(void)
|
||||||
{
|
{
|
||||||
|
@ -5731,7 +5671,6 @@ CPed::DuckAndCover(void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
CVector
|
CVector
|
||||||
CPed::GetPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset)
|
CPed::GetPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset)
|
||||||
{
|
{
|
||||||
|
@ -5779,7 +5718,6 @@ CPed::GetPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset)
|
||||||
return veh->GetPosition() + doorPos;
|
return veh->GetPosition() + doorPos;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
CVector
|
CVector
|
||||||
CPed::GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float seatPosMult)
|
CPed::GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float seatPosMult)
|
||||||
{
|
{
|
||||||
|
@ -5865,7 +5803,7 @@ CPed::GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float seatP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done, but what is this parameter for?
|
// TODO: what is this parameter for?
|
||||||
void
|
void
|
||||||
CPed::SetDuck(uint32 time, bool sth)
|
CPed::SetDuck(uint32 time, bool sth)
|
||||||
{
|
{
|
||||||
|
@ -5891,7 +5829,6 @@ CPed::SetDuck(uint32 time, bool sth)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::Duck(void)
|
CPed::Duck(void)
|
||||||
{
|
{
|
||||||
|
@ -5918,7 +5855,6 @@ CPed::Duck(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ClearDuck(bool clearTimer)
|
CPed::ClearDuck(bool clearTimer)
|
||||||
{
|
{
|
||||||
|
@ -5941,7 +5877,6 @@ CPed::ClearDuck(bool clearTimer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::InformMyGangOfAttack(CEntity *attacker)
|
CPed::InformMyGangOfAttack(CEntity *attacker)
|
||||||
{
|
{
|
||||||
|
@ -5976,7 +5911,6 @@ CPed::InformMyGangOfAttack(CEntity *attacker)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PedAnimDoorCloseRollingCB(CAnimBlendAssociation* animAssoc, void* arg)
|
CPed::PedAnimDoorCloseRollingCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
{
|
{
|
||||||
|
@ -5999,7 +5933,6 @@ CPed::PedAnimDoorCloseRollingCB(CAnimBlendAssociation* animAssoc, void* arg)
|
||||||
veh->Damage.SetDoorStatus(DOOR_FRONT_LEFT, DOOR_STATUS_OK);
|
veh->Damage.SetDoorStatus(DOOR_FRONT_LEFT, DOOR_STATUS_OK);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetSeekBoatPosition(CVehicle *boat)
|
CPed::SetSeekBoatPosition(CVehicle *boat)
|
||||||
{
|
{
|
||||||
|
@ -6015,7 +5948,6 @@ CPed::SetSeekBoatPosition(CVehicle *boat)
|
||||||
SetPedState(PED_SEEK_IN_BOAT);
|
SetPedState(PED_SEEK_IN_BOAT);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SeekBoatPosition(void)
|
CPed::SeekBoatPosition(void)
|
||||||
{
|
{
|
||||||
|
@ -6037,7 +5969,6 @@ CPed::SeekBoatPosition(void)
|
||||||
RestorePreviousState();
|
RestorePreviousState();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::IsRoomToBeCarJacked(void)
|
CPed::IsRoomToBeCarJacked(void)
|
||||||
{
|
{
|
||||||
|
@ -6061,7 +5992,6 @@ CPed::IsRoomToBeCarJacked(void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::AddInCarAnims(CVehicle* car, bool isDriver)
|
CPed::AddInCarAnims(CVehicle* car, bool isDriver)
|
||||||
{
|
{
|
||||||
|
@ -6096,7 +6026,6 @@ CPed::AddInCarAnims(CVehicle* car, bool isDriver)
|
||||||
StopNonPartialAnims();
|
StopNonPartialAnims();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::RemoveDrivebyAnims()
|
CPed::RemoveDrivebyAnims()
|
||||||
{
|
{
|
||||||
|
@ -6124,7 +6053,6 @@ CPed::RemoveDrivebyAnims()
|
||||||
animAssoc->blendDelta = -1000.0f;
|
animAssoc->blendDelta = -1000.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::RemoveInCarAnims(void)
|
CPed::RemoveInCarAnims(void)
|
||||||
{
|
{
|
||||||
|
@ -6137,7 +6065,6 @@ CPed::RemoveInCarAnims(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::PositionPedOutOfCollision(void)
|
CPed::PositionPedOutOfCollision(void)
|
||||||
{
|
{
|
||||||
|
@ -6276,7 +6203,6 @@ CPed::PositionPedOutOfCollision(void)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// "Any" means he shouldn't have to be in vehicle.
|
// "Any" means he shouldn't have to be in vehicle.
|
||||||
bool
|
bool
|
||||||
CPed::PositionAnyPedOutOfCollision(void)
|
CPed::PositionAnyPedOutOfCollision(void)
|
||||||
|
@ -6332,7 +6258,6 @@ CPed::PositionAnyPedOutOfCollision(void)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::WarpPedToNearLeaderOffScreen(void)
|
CPed::WarpPedToNearLeaderOffScreen(void)
|
||||||
{
|
{
|
||||||
|
@ -6366,7 +6291,6 @@ CPed::WarpPedToNearLeaderOffScreen(void)
|
||||||
return teleported;
|
return teleported;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::WarpPedToNearEntityOffScreen(CEntity *warpTo)
|
CPed::WarpPedToNearEntityOffScreen(CEntity *warpTo)
|
||||||
{
|
{
|
||||||
|
@ -6400,7 +6324,6 @@ CPed::WarpPedToNearEntityOffScreen(CEntity *warpTo)
|
||||||
return teleported;
|
return teleported;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
int32
|
int32
|
||||||
CPed::KillCharOnFootArmed(CVector &ourPos, CVector &targetPos, CVector &distWithTarget)
|
CPed::KillCharOnFootArmed(CVector &ourPos, CVector &targetPos, CVector &distWithTarget)
|
||||||
{
|
{
|
||||||
|
@ -6675,7 +6598,6 @@ CPed::KillCharOnFootArmed(CVector &ourPos, CVector &targetPos, CVector &distWith
|
||||||
return ATTACK_IN_PROGRESS;
|
return ATTACK_IN_PROGRESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
int32
|
int32
|
||||||
CPed::KillCharOnFootMelee(CVector &ourPos, CVector &targetPos, CVector &distWithTarget)
|
CPed::KillCharOnFootMelee(CVector &ourPos, CVector &targetPos, CVector &distWithTarget)
|
||||||
{
|
{
|
||||||
|
@ -6930,7 +6852,6 @@ CPed::KillCharOnFootMelee(CVector &ourPos, CVector &targetPos, CVector &distWith
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::CanBeDamagedByThisGangMember(CPed* who)
|
CPed::CanBeDamagedByThisGangMember(CPed* who)
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,8 +13,6 @@ const int gcMaxSizeOfPizzaQueue = 5;
|
||||||
const int gcMaxSizeOfShelterQueue = 5;
|
const int gcMaxSizeOfShelterQueue = 5;
|
||||||
const int gcMaxSizeOfIceCreamQueue = 1;
|
const int gcMaxSizeOfIceCreamQueue = 1;
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
std::vector<CVector> CPedShelterAttractor::ms_displacements;
|
std::vector<CVector> CPedShelterAttractor::ms_displacements;
|
||||||
|
|
||||||
CPedAttractorManager* GetPedAttractorManager()
|
CPedAttractorManager* GetPedAttractorManager()
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#include "General.h"
|
#include "General.h"
|
||||||
#include "Ped.h"
|
#include "Ped.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
// Corresponds to ped sounds (from SOUND_PED_DEATH to SOUND_PED_TAXI_CALL)
|
// Corresponds to ped sounds (from SOUND_PED_DEATH to SOUND_PED_TAXI_CALL)
|
||||||
PedAudioData CommentWaitTime[56] = {
|
PedAudioData CommentWaitTime[56] = {
|
||||||
{ 500, 800, 500, 2 },
|
{ 500, 800, 500, 2 },
|
||||||
|
|
|
@ -26,8 +26,6 @@
|
||||||
#include "Glass.h"
|
#include "Glass.h"
|
||||||
#include "SpecialFX.h"
|
#include "SpecialFX.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
uint16 nPlayerInComboMove;
|
uint16 nPlayerInComboMove;
|
||||||
RpClump* flyingClumpTemp;
|
RpClump* flyingClumpTemp;
|
||||||
|
|
||||||
|
@ -159,7 +157,6 @@ CheckForPedsOnGroundToAttack(CPed *attacker, CPed **pedOnGround)
|
||||||
return stateToReturn;
|
return stateToReturn;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetPointGunAt(CEntity *to)
|
CPed::SetPointGunAt(CEntity *to)
|
||||||
{
|
{
|
||||||
|
@ -202,7 +199,6 @@ CPed::SetPointGunAt(CEntity *to)
|
||||||
Say(SOUND_PED_ATTACK);
|
Say(SOUND_PED_ATTACK);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PointGunAt(void)
|
CPed::PointGunAt(void)
|
||||||
{
|
{
|
||||||
|
@ -230,7 +226,6 @@ CPed::PointGunAt(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ClearPointGunAt(void)
|
CPed::ClearPointGunAt(void)
|
||||||
{
|
{
|
||||||
|
@ -257,7 +252,6 @@ CPed::ClearPointGunAt(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetAttack(CEntity *victim)
|
CPed::SetAttack(CEntity *victim)
|
||||||
{
|
{
|
||||||
|
@ -440,7 +434,6 @@ CPed::SetAttack(CEntity *victim)
|
||||||
SetLookTimer(100);
|
SetLookTimer(100);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ClearAttack(void)
|
CPed::ClearAttack(void)
|
||||||
{
|
{
|
||||||
|
@ -461,7 +454,6 @@ CPed::ClearAttack(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ClearAttackByRemovingAnim(void)
|
CPed::ClearAttackByRemovingAnim(void)
|
||||||
{
|
{
|
||||||
|
@ -497,7 +489,6 @@ CPed::ClearAttackByRemovingAnim(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::FinishedAttackCB(CAnimBlendAssociation *attackAssoc, void *arg)
|
CPed::FinishedAttackCB(CAnimBlendAssociation *attackAssoc, void *arg)
|
||||||
{
|
{
|
||||||
|
@ -577,7 +568,6 @@ CPed::FinishedAttackCB(CAnimBlendAssociation *attackAssoc, void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::FinishedReloadCB(CAnimBlendAssociation *reloadAssoc, void *arg)
|
CPed::FinishedReloadCB(CAnimBlendAssociation *reloadAssoc, void *arg)
|
||||||
{
|
{
|
||||||
|
@ -611,7 +601,6 @@ CPed::FinishedReloadCB(CAnimBlendAssociation *reloadAssoc, void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
uint8
|
uint8
|
||||||
CPed::CheckForPointBlankPeds(CPed *pedToVerify)
|
CPed::CheckForPointBlankPeds(CPed *pedToVerify)
|
||||||
{
|
{
|
||||||
|
@ -655,7 +644,6 @@ CPed::CheckForPointBlankPeds(CPed *pedToVerify)
|
||||||
return NO_POINT_BLANK_PED;
|
return NO_POINT_BLANK_PED;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done except commented things
|
|
||||||
void
|
void
|
||||||
CPed::Attack(void)
|
CPed::Attack(void)
|
||||||
{
|
{
|
||||||
|
@ -1043,7 +1031,6 @@ CPed::Attack(void)
|
||||||
bIsAttacking = attackShouldContinue;
|
bIsAttacking = attackShouldContinue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::StartFightAttack(uint8 buttonPressure)
|
CPed::StartFightAttack(uint8 buttonPressure)
|
||||||
{
|
{
|
||||||
|
@ -1136,7 +1123,6 @@ CPed::StartFightAttack(uint8 buttonPressure)
|
||||||
nPlayerInComboMove = 0;
|
nPlayerInComboMove = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::StartFightDefend(uint8 direction, uint8 hitLevel, uint8 unk)
|
CPed::StartFightDefend(uint8 direction, uint8 hitLevel, uint8 unk)
|
||||||
{
|
{
|
||||||
|
@ -1380,7 +1366,6 @@ CPed::StartFightDefend(uint8 direction, uint8 hitLevel, uint8 unk)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::Fight(void)
|
CPed::Fight(void)
|
||||||
{
|
{
|
||||||
|
@ -1608,7 +1593,6 @@ CPed::Fight(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
int32
|
int32
|
||||||
CPed::ChooseAttackAI(uint8 buttonPressure, bool fightWithWeapon)
|
CPed::ChooseAttackAI(uint8 buttonPressure, bool fightWithWeapon)
|
||||||
{
|
{
|
||||||
|
@ -1695,7 +1679,6 @@ CPed::ChooseAttackAI(uint8 buttonPressure, bool fightWithWeapon)
|
||||||
return FIGHTMOVE_SHUFFLE_F;
|
return FIGHTMOVE_SHUFFLE_F;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
int32
|
int32
|
||||||
CPed::ChooseAttackPlayer(uint8 buttonPressure, bool fightWithWeapon)
|
CPed::ChooseAttackPlayer(uint8 buttonPressure, bool fightWithWeapon)
|
||||||
{
|
{
|
||||||
|
@ -1936,7 +1919,6 @@ CPed::ChooseAttackPlayer(uint8 buttonPressure, bool fightWithWeapon)
|
||||||
return choosenMove;
|
return choosenMove;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::EndFight(uint8 endType)
|
CPed::EndFight(uint8 endType)
|
||||||
{
|
{
|
||||||
|
@ -1971,7 +1953,6 @@ CPed::EndFight(uint8 endType)
|
||||||
m_nWaitTimer = 0;
|
m_nWaitTimer = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::PlayHitSound(CPed *hitTo)
|
CPed::PlayHitSound(CPed *hitTo)
|
||||||
{
|
{
|
||||||
|
@ -2047,7 +2028,6 @@ CPed::PlayHitSound(CPed *hitTo)
|
||||||
DMAudio.PlayOneShot(m_audioEntityId, soundId, (weapon << 8) | ENTITY_TYPE_PED);
|
DMAudio.PlayOneShot(m_audioEntityId, soundId, (weapon << 8) | ENTITY_TYPE_PED);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::FightStrike(CVector &touchedNodePos, bool fightWithWeapon)
|
CPed::FightStrike(CVector &touchedNodePos, bool fightWithWeapon)
|
||||||
{
|
{
|
||||||
|
@ -2144,7 +2124,6 @@ CPed::FightStrike(CVector &touchedNodePos, bool fightWithWeapon)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::FightHitPed(CPed *victim, CVector &touchPoint, CVector &dir, int16 piece)
|
CPed::FightHitPed(CPed *victim, CVector &touchPoint, CVector &dir, int16 piece)
|
||||||
{
|
{
|
||||||
|
@ -2294,7 +2273,6 @@ CPed::FightHitPed(CPed *victim, CVector &touchPoint, CVector &dir, int16 piece)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::FinishFightMoveCB(CAnimBlendAssociation *animAssoc, void *arg)
|
CPed::FinishFightMoveCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
{
|
{
|
||||||
|
@ -2306,7 +2284,6 @@ CPed::FinishFightMoveCB(CAnimBlendAssociation *animAssoc, void *arg)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::LoadFightData(void)
|
CPed::LoadFightData(void)
|
||||||
{
|
{
|
||||||
|
@ -2394,7 +2371,6 @@ CPed::LoadFightData(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::SetInvestigateEvent(eEventType event, CVector2D pos, float distanceToCountDone, uint16 time, float angle)
|
CPed::SetInvestigateEvent(eEventType event, CVector2D pos, float distanceToCountDone, uint16 time, float angle)
|
||||||
{
|
{
|
||||||
|
@ -2417,7 +2393,6 @@ CPed::SetInvestigateEvent(eEventType event, CVector2D pos, float distanceToCount
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::InvestigateEvent(void)
|
CPed::InvestigateEvent(void)
|
||||||
{
|
{
|
||||||
|
@ -2623,7 +2598,6 @@ CPed::InvestigateEvent(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::ClearInvestigateEvent(void)
|
CPed::ClearInvestigateEvent(void)
|
||||||
{
|
{
|
||||||
|
@ -2649,7 +2623,6 @@ CPed::ClearInvestigateEvent(void)
|
||||||
SetMoveState(PEDMOVE_WALK);
|
SetMoveState(PEDMOVE_WALK);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::InflictDamage(CEntity *damagedBy, eWeaponType method, float damage, ePedPieceTypes pedPiece, uint8 direction)
|
CPed::InflictDamage(CEntity *damagedBy, eWeaponType method, float damage, ePedPieceTypes pedPiece, uint8 direction)
|
||||||
{
|
{
|
||||||
|
@ -3221,7 +3194,6 @@ RecurseFrameChildrenToCloneCB(RwFrame *frame, void *data)
|
||||||
return newFrame;
|
return newFrame;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::RemoveBodyPart(PedNode nodeId, int8 direction)
|
CPed::RemoveBodyPart(PedNode nodeId, int8 direction)
|
||||||
{
|
{
|
||||||
|
@ -3252,7 +3224,6 @@ CPed::RemoveBodyPart(PedNode nodeId, int8 direction)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
CObject*
|
CObject*
|
||||||
CPed::SpawnFlyingComponent(int pedNode, int8 direction)
|
CPed::SpawnFlyingComponent(int pedNode, int8 direction)
|
||||||
{
|
{
|
||||||
|
@ -3260,7 +3231,6 @@ CPed::SpawnFlyingComponent(int pedNode, int8 direction)
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// III leftover and unused
|
// III leftover and unused
|
||||||
void
|
void
|
||||||
CPed::ApplyHeadShot(eWeaponType weaponType, CVector pos, bool evenOnPlayer)
|
CPed::ApplyHeadShot(eWeaponType weaponType, CVector pos, bool evenOnPlayer)
|
||||||
|
@ -3303,14 +3273,12 @@ CPed::ApplyHeadShot(eWeaponType weaponType, CVector pos, bool evenOnPlayer)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::IsPedHeadAbovePos(float zOffset)
|
CPed::IsPedHeadAbovePos(float zOffset)
|
||||||
{
|
{
|
||||||
return zOffset + GetPosition().z < GetNodePosition(PED_HEAD).z;
|
return zOffset + GetPosition().z < GetNodePosition(PED_HEAD).z;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::PlacePedOnDryLand(void)
|
CPed::PlacePedOnDryLand(void)
|
||||||
{
|
{
|
||||||
|
@ -3362,7 +3330,6 @@ CPed::PlacePedOnDryLand(void)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::CollideWithPed(CPed *collideWith)
|
CPed::CollideWithPed(CPed *collideWith)
|
||||||
{
|
{
|
||||||
|
@ -3629,7 +3596,6 @@ CPed::CollideWithPed(CPed *collideWith)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::KillPedWithCar(CVehicle *car, float impulse)
|
CPed::KillPedWithCar(CVehicle *car, float impulse)
|
||||||
{
|
{
|
||||||
|
@ -3867,7 +3833,6 @@ CPed::KillPedWithCar(CVehicle *car, float impulse)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::DriveVehicle(void)
|
CPed::DriveVehicle(void)
|
||||||
{
|
{
|
||||||
|
@ -4175,7 +4140,6 @@ CPed::DriveVehicle(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::RemoveWeaponAnims(int unused, float animDelta)
|
CPed::RemoveWeaponAnims(int unused, float animDelta)
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
#include "General.h"
|
#include "General.h"
|
||||||
#include "RwHelper.h"
|
#include "RwHelper.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
LimbMovementInfo CPedIK::ms_torsoInfo = { DEGTORAD(50.0f), DEGTORAD(-50.0f), DEGTORAD(8.0f), DEGTORAD(45.0f), DEGTORAD(-45.0f), DEGTORAD(5.0f) };
|
LimbMovementInfo CPedIK::ms_torsoInfo = { DEGTORAD(50.0f), DEGTORAD(-50.0f), DEGTORAD(8.0f), DEGTORAD(45.0f), DEGTORAD(-45.0f), DEGTORAD(5.0f) };
|
||||||
LimbMovementInfo CPedIK::ms_headInfo = { DEGTORAD(90.0f), DEGTORAD(-90.0f), DEGTORAD(15.0f), DEGTORAD(45.0f), DEGTORAD(-45.0f), DEGTORAD(8.0f) };
|
LimbMovementInfo CPedIK::ms_headInfo = { DEGTORAD(90.0f), DEGTORAD(-90.0f), DEGTORAD(15.0f), DEGTORAD(45.0f), DEGTORAD(-45.0f), DEGTORAD(8.0f) };
|
||||||
LimbMovementInfo CPedIK::ms_headRestoreInfo = { DEGTORAD(90.0f), DEGTORAD(-90.0f), DEGTORAD(10.0f), DEGTORAD(45.0f), DEGTORAD(-45.0f), DEGTORAD(5.0f) };
|
LimbMovementInfo CPedIK::ms_headRestoreInfo = { DEGTORAD(90.0f), DEGTORAD(-90.0f), DEGTORAD(10.0f), DEGTORAD(45.0f), DEGTORAD(-45.0f), DEGTORAD(5.0f) };
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include "PedPlacement.h"
|
#include "PedPlacement.h"
|
||||||
#include "World.h"
|
#include "World.h"
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPedPlacement::FindZCoorForPed(CVector* pos)
|
CPedPlacement::FindZCoorForPed(CVector* pos)
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
#include "PedRoutes.h"
|
#include "PedRoutes.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CRouteNode gaRoutes[NUMPEDROUTES];
|
CRouteNode gaRoutes[NUMPEDROUTES];
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
#include "FileMgr.h"
|
#include "FileMgr.h"
|
||||||
#include "PedType.h"
|
#include "PedType.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
CPedType *CPedType::ms_apPedType[NUM_PEDTYPES];
|
CPedType *CPedType::ms_apPedType[NUM_PEDTYPES];
|
||||||
CPedStats *CPedStats::ms_apPedStats[NUM_PEDSTATS];
|
CPedStats *CPedStats::ms_apPedStats[NUM_PEDSTATS];
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,6 @@ CPlayerPed::~CPlayerPed()
|
||||||
delete m_pWanted;
|
delete m_pWanted;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
CPlayerPed::CPlayerPed(void) : CPed(PEDTYPE_PLAYER1)
|
CPlayerPed::CPlayerPed(void) : CPed(PEDTYPE_PLAYER1)
|
||||||
{
|
{
|
||||||
m_fMoveSpeed = 0.0f;
|
m_fMoveSpeed = 0.0f;
|
||||||
|
@ -100,7 +99,6 @@ CPlayerPed::CPlayerPed(void) : CPed(PEDTYPE_PLAYER1)
|
||||||
idleAnimBlockIndex = CAnimManager::GetAnimationBlockIndex("playidles");
|
idleAnimBlockIndex = CAnimManager::GetAnimationBlockIndex("playidles");
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::ClearWeaponTarget()
|
CPlayerPed::ClearWeaponTarget()
|
||||||
{
|
{
|
||||||
|
@ -112,21 +110,18 @@ CPlayerPed::ClearWeaponTarget()
|
||||||
ClearPointGunAt();
|
ClearPointGunAt();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::SetWantedLevel(int32 level)
|
CPlayerPed::SetWantedLevel(int32 level)
|
||||||
{
|
{
|
||||||
m_pWanted->SetWantedLevel(level);
|
m_pWanted->SetWantedLevel(level);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::SetWantedLevelNoDrop(int32 level)
|
CPlayerPed::SetWantedLevelNoDrop(int32 level)
|
||||||
{
|
{
|
||||||
m_pWanted->SetWantedLevelNoDrop(level);
|
m_pWanted->SetWantedLevelNoDrop(level);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::MakeObjectTargettable(int32 handle)
|
CPlayerPed::MakeObjectTargettable(int32 handle)
|
||||||
{
|
{
|
||||||
|
@ -138,7 +133,6 @@ CPlayerPed::MakeObjectTargettable(int32 handle)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// I don't know the actual purpose of parameter
|
// I don't know the actual purpose of parameter
|
||||||
void
|
void
|
||||||
CPlayerPed::AnnoyPlayerPed(bool annoyedByPassingEntity)
|
CPlayerPed::AnnoyPlayerPed(bool annoyedByPassingEntity)
|
||||||
|
@ -152,7 +146,6 @@ CPlayerPed::AnnoyPlayerPed(bool annoyedByPassingEntity)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::ClearAdrenaline(void)
|
CPlayerPed::ClearAdrenaline(void)
|
||||||
{
|
{
|
||||||
|
@ -162,7 +155,6 @@ CPlayerPed::ClearAdrenaline(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
CPlayerInfo *
|
CPlayerInfo *
|
||||||
CPlayerPed::GetPlayerInfoForThisPlayerPed()
|
CPlayerPed::GetPlayerInfoForThisPlayerPed()
|
||||||
{
|
{
|
||||||
|
@ -172,7 +164,6 @@ CPlayerPed::GetPlayerInfoForThisPlayerPed()
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::SetupPlayerPed(int32 index)
|
CPlayerPed::SetupPlayerPed(int32 index)
|
||||||
{
|
{
|
||||||
|
@ -193,21 +184,18 @@ CPlayerPed::SetupPlayerPed(int32 index)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::DeactivatePlayerPed(int32 index)
|
CPlayerPed::DeactivatePlayerPed(int32 index)
|
||||||
{
|
{
|
||||||
CWorld::Remove(CWorld::Players[index].m_pPed);
|
CWorld::Remove(CWorld::Players[index].m_pPed);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::ReactivatePlayerPed(int32 index)
|
CPlayerPed::ReactivatePlayerPed(int32 index)
|
||||||
{
|
{
|
||||||
CWorld::Add(CWorld::Players[index].m_pPed);
|
CWorld::Add(CWorld::Players[index].m_pPed);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::UseSprintEnergy(void)
|
CPlayerPed::UseSprintEnergy(void)
|
||||||
{
|
{
|
||||||
|
@ -224,7 +212,6 @@ CPlayerPed::UseSprintEnergy(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::MakeChangesForNewWeapon(eWeaponType weapon)
|
CPlayerPed::MakeChangesForNewWeapon(eWeaponType weapon)
|
||||||
{
|
{
|
||||||
|
@ -249,7 +236,6 @@ CPlayerPed::MakeChangesForNewWeapon(eWeaponType weapon)
|
||||||
TheCamera.ClearPlayerWeaponMode();
|
TheCamera.ClearPlayerWeaponMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::MakeChangesForNewWeapon(int32 slot)
|
CPlayerPed::MakeChangesForNewWeapon(int32 slot)
|
||||||
{
|
{
|
||||||
|
@ -257,7 +243,6 @@ CPlayerPed::MakeChangesForNewWeapon(int32 slot)
|
||||||
MakeChangesForNewWeapon(m_weapons[slot].m_eWeaponType);
|
MakeChangesForNewWeapon(m_weapons[slot].m_eWeaponType);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::ReApplyMoveAnims(void)
|
CPlayerPed::ReApplyMoveAnims(void)
|
||||||
{
|
{
|
||||||
|
@ -277,7 +262,6 @@ CPlayerPed::ReApplyMoveAnims(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::SetInitialState(void)
|
CPlayerPed::SetInitialState(void)
|
||||||
{
|
{
|
||||||
|
@ -324,7 +308,6 @@ CPlayerPed::SetInitialState(void)
|
||||||
m_attachWepAmmo = 0;
|
m_attachWepAmmo = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::SetRealMoveAnim(void)
|
CPlayerPed::SetRealMoveAnim(void)
|
||||||
{
|
{
|
||||||
|
@ -568,7 +551,6 @@ CPlayerPed::SetRealMoveAnim(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::RestoreSprintEnergy(float restoreSpeed)
|
CPlayerPed::RestoreSprintEnergy(float restoreSpeed)
|
||||||
{
|
{
|
||||||
|
@ -576,7 +558,6 @@ CPlayerPed::RestoreSprintEnergy(float restoreSpeed)
|
||||||
m_fCurrentStamina += restoreSpeed * CTimer::GetTimeStep() * 0.5f;
|
m_fCurrentStamina += restoreSpeed * CTimer::GetTimeStep() * 0.5f;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
float
|
float
|
||||||
CPlayerPed::DoWeaponSmoothSpray(void)
|
CPlayerPed::DoWeaponSmoothSpray(void)
|
||||||
{
|
{
|
||||||
|
@ -626,7 +607,6 @@ CPlayerPed::DoWeaponSmoothSpray(void)
|
||||||
return -1.0f;
|
return -1.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::DoStuffToGoOnFire(void)
|
CPlayerPed::DoStuffToGoOnFire(void)
|
||||||
{
|
{
|
||||||
|
@ -634,7 +614,6 @@ CPlayerPed::DoStuffToGoOnFire(void)
|
||||||
TheCamera.ClearPlayerWeaponMode();
|
TheCamera.ClearPlayerWeaponMode();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPlayerPed::DoesTargetHaveToBeBroken(CVector target, CWeapon *weaponUsed)
|
CPlayerPed::DoesTargetHaveToBeBroken(CVector target, CWeapon *weaponUsed)
|
||||||
{
|
{
|
||||||
|
@ -646,7 +625,6 @@ CPlayerPed::DoesTargetHaveToBeBroken(CVector target, CWeapon *weaponUsed)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// Cancels landing anim while running & jumping? I think
|
// Cancels landing anim while running & jumping? I think
|
||||||
void
|
void
|
||||||
CPlayerPed::RunningLand(CPad *padUsed)
|
CPlayerPed::RunningLand(CPad *padUsed)
|
||||||
|
@ -665,7 +643,6 @@ CPlayerPed::RunningLand(CPad *padUsed)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPlayerPed::IsThisPedAnAimingPriority(CPed *suspect)
|
CPlayerPed::IsThisPedAnAimingPriority(CPed *suspect)
|
||||||
{
|
{
|
||||||
|
@ -688,7 +665,6 @@ CPlayerPed::IsThisPedAnAimingPriority(CPed *suspect)
|
||||||
return suspect->m_nPedState == PED_ABSEIL;
|
return suspect->m_nPedState == PED_ABSEIL;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::PlayerControlSniper(CPad *padUsed)
|
CPlayerPed::PlayerControlSniper(CPad *padUsed)
|
||||||
{
|
{
|
||||||
|
@ -725,7 +701,6 @@ CPlayerPed::PlayerControlSniper(CPad *padUsed)
|
||||||
GetWeapon()->Update(m_audioEntityId, nil);
|
GetWeapon()->Update(m_audioEntityId, nil);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
// I think R* also used goto in here.
|
// I think R* also used goto in here.
|
||||||
void
|
void
|
||||||
CPlayerPed::ProcessWeaponSwitch(CPad *padUsed)
|
CPlayerPed::ProcessWeaponSwitch(CPad *padUsed)
|
||||||
|
@ -816,7 +791,6 @@ switchDetectDone:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::PlayerControlM16(CPad *padUsed)
|
CPlayerPed::PlayerControlM16(CPad *padUsed)
|
||||||
{
|
{
|
||||||
|
@ -853,7 +827,6 @@ CPlayerPed::PlayerControlM16(CPad *padUsed)
|
||||||
GetWeapon()->Update(m_audioEntityId, nil);
|
GetWeapon()->Update(m_audioEntityId, nil);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::PlayerControlFighter(CPad *padUsed)
|
CPlayerPed::PlayerControlFighter(CPad *padUsed)
|
||||||
{
|
{
|
||||||
|
@ -879,7 +852,6 @@ CPlayerPed::PlayerControlFighter(CPad *padUsed)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::PlayerControl1stPersonRunAround(CPad *padUsed)
|
CPlayerPed::PlayerControl1stPersonRunAround(CPad *padUsed)
|
||||||
{
|
{
|
||||||
|
@ -940,7 +912,6 @@ CPlayerPed::PlayerControl1stPersonRunAround(CPad *padUsed)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::KeepAreaAroundPlayerClear(void)
|
CPlayerPed::KeepAreaAroundPlayerClear(void)
|
||||||
{
|
{
|
||||||
|
@ -990,7 +961,6 @@ CPlayerPed::KeepAreaAroundPlayerClear(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::EvaluateNeighbouringTarget(CEntity *candidate, CEntity **targetPtr, float *lastCloseness, float distLimit, float angleOffset, bool lookToLeft, bool priority)
|
CPlayerPed::EvaluateNeighbouringTarget(CEntity *candidate, CEntity **targetPtr, float *lastCloseness, float distLimit, float angleOffset, bool lookToLeft, bool priority)
|
||||||
{
|
{
|
||||||
|
@ -1017,7 +987,6 @@ CPlayerPed::EvaluateNeighbouringTarget(CEntity *candidate, CEntity **targetPtr,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::EvaluateTarget(CEntity *candidate, CEntity **targetPtr, float *lastCloseness, float distLimit, float angleOffset, bool priority)
|
CPlayerPed::EvaluateTarget(CEntity *candidate, CEntity **targetPtr, float *lastCloseness, float distLimit, float angleOffset, bool priority)
|
||||||
{
|
{
|
||||||
|
@ -1072,7 +1041,6 @@ CPlayerPed::RotatePlayerToTrackTarget(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPlayerPed::FindNextWeaponLockOnTarget(CEntity *previousTarget, bool lookToLeft)
|
CPlayerPed::FindNextWeaponLockOnTarget(CEntity *previousTarget, bool lookToLeft)
|
||||||
{
|
{
|
||||||
|
@ -1115,7 +1083,6 @@ CPlayerPed::FindNextWeaponLockOnTarget(CEntity *previousTarget, bool lookToLeft)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPlayerPed::FindWeaponLockOnTarget(void)
|
CPlayerPed::FindWeaponLockOnTarget(void)
|
||||||
{
|
{
|
||||||
|
@ -1167,7 +1134,6 @@ CPlayerPed::FindWeaponLockOnTarget(void)
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::ProcessAnimGroups(void)
|
CPlayerPed::ProcessAnimGroups(void)
|
||||||
{
|
{
|
||||||
|
@ -1476,7 +1442,6 @@ CPlayerPed::MovementDisabledBecauseOfTargeting(void)
|
||||||
return m_pPointGunAt && !CWeaponInfo::GetWeaponInfo(GetWeapon()->m_eWeaponType)->IsFlagSet(WEAPONFLAG_CANAIM_WITHARM);
|
return m_pPointGunAt && !CWeaponInfo::GetWeaponInfo(GetWeapon()->m_eWeaponType)->IsFlagSet(WEAPONFLAG_CANAIM_WITHARM);
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::PlayerControlZelda(CPad *padUsed)
|
CPlayerPed::PlayerControlZelda(CPad *padUsed)
|
||||||
{
|
{
|
||||||
|
@ -1952,7 +1917,6 @@ CPlayerPed::ProcessControl(void)
|
||||||
UpdateRpHAnim();
|
UpdateRpHAnim();
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPlayerPed::DoesPlayerWantNewWeapon(eWeaponType weapon, bool onlyIfSlotIsEmpty)
|
CPlayerPed::DoesPlayerWantNewWeapon(eWeaponType weapon, bool onlyIfSlotIsEmpty)
|
||||||
{
|
{
|
||||||
|
@ -2036,7 +2000,6 @@ CPlayerPed::PlayIdleAnimations(CPad *padUsed)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::SetNearbyPedsToInteractWithPlayer(void)
|
CPlayerPed::SetNearbyPedsToInteractWithPlayer(void)
|
||||||
{
|
{
|
||||||
|
@ -2071,7 +2034,6 @@ CPlayerPed::SetNearbyPedsToInteractWithPlayer(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::UpdateMeleeAttackers(void)
|
CPlayerPed::UpdateMeleeAttackers(void)
|
||||||
{
|
{
|
||||||
|
@ -2114,7 +2076,6 @@ CPlayerPed::UpdateMeleeAttackers(void)
|
||||||
&& m_pMeleeList[4] == this && m_pMeleeList[5] == this;
|
&& m_pMeleeList[4] == this && m_pMeleeList[5] == this;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::RemovePedFromMeleeList(CPed *ped)
|
CPlayerPed::RemovePedFromMeleeList(CPed *ped)
|
||||||
{
|
{
|
||||||
|
@ -2127,7 +2088,6 @@ CPlayerPed::RemovePedFromMeleeList(CPed *ped)
|
||||||
ped->m_attackTimer = 0;
|
ped->m_attackTimer = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPlayerPed::GetMeleeAttackCoords(CVector& coords, int8 dir, float dist)
|
CPlayerPed::GetMeleeAttackCoords(CVector& coords, int8 dir, float dist)
|
||||||
{
|
{
|
||||||
|
@ -2160,7 +2120,6 @@ CPlayerPed::GetMeleeAttackCoords(CVector& coords, int8 dir, float dist)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
int32
|
int32
|
||||||
CPlayerPed::FindMeleeAttackPoint(CPed *victim, CVector &dist, uint32 &endOfAttackOut)
|
CPlayerPed::FindMeleeAttackPoint(CPed *victim, CVector &dist, uint32 &endOfAttackOut)
|
||||||
{
|
{
|
||||||
|
|
|
@ -29,8 +29,6 @@
|
||||||
#include "Clock.h"
|
#include "Clock.h"
|
||||||
#include "WaterLevel.h"
|
#include "WaterLevel.h"
|
||||||
|
|
||||||
// --MIAMI: File done
|
|
||||||
|
|
||||||
#define MIN_CREATION_DIST 40.0f // not for start of the game (look at the GeneratePedsAtStartOfGame)
|
#define MIN_CREATION_DIST 40.0f // not for start of the game (look at the GeneratePedsAtStartOfGame)
|
||||||
#define CREATION_RANGE 10.0f // added over the MIN_CREATION_DIST.
|
#define CREATION_RANGE 10.0f // added over the MIN_CREATION_DIST.
|
||||||
#define OFFSCREEN_CREATION_MULT 0.5f
|
#define OFFSCREEN_CREATION_MULT 0.5f
|
||||||
|
|
|
@ -2,8 +2,6 @@
|
||||||
|
|
||||||
#include "Antennas.h"
|
#include "Antennas.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CAntenna CAntennas::aAntennas[NUMANTENNAS];
|
CAntenna CAntennas::aAntennas[NUMANTENNAS];
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -18,8 +18,6 @@
|
||||||
#include "Clock.h"
|
#include "Clock.h"
|
||||||
#include "Bridge.h"
|
#include "Bridge.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
struct FlareDef
|
struct FlareDef
|
||||||
{
|
{
|
||||||
float position;
|
float position;
|
||||||
|
|
|
@ -9,8 +9,6 @@
|
||||||
#include "Credits.h"
|
#include "Credits.h"
|
||||||
#include "Pad.h"
|
#include "Pad.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
bool CCredits::bCreditsGoing;
|
bool CCredits::bCreditsGoing;
|
||||||
uint32 CCredits::CreditsStartTime;
|
uint32 CCredits::CreditsStartTime;
|
||||||
|
|
||||||
|
|
|
@ -26,8 +26,6 @@
|
||||||
#include "General.h"
|
#include "General.h"
|
||||||
#include "VarConsole.h"
|
#include "VarConsole.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
#if defined(FIX_BUGS)
|
#if defined(FIX_BUGS)
|
||||||
#define SCREEN_SCALE_X_FIX(a) SCREEN_SCALE_X(a)
|
#define SCREEN_SCALE_X_FIX(a) SCREEN_SCALE_X(a)
|
||||||
#define SCREEN_SCALE_Y_FIX(a) SCREEN_SCALE_Y(a)
|
#define SCREEN_SCALE_Y_FIX(a) SCREEN_SCALE_Y(a)
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
#include "Lights.h"
|
#include "Lights.h"
|
||||||
#include "MemoryMgr.h"
|
#include "MemoryMgr.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
RpClump *gpPlayerClump;
|
RpClump *gpPlayerClump;
|
||||||
float gOldFov;
|
float gOldFov;
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
#include "Timer.h"
|
#include "Timer.h"
|
||||||
#include "PointLights.h"
|
#include "PointLights.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
int16 CPointLights::NumLights;
|
int16 CPointLights::NumLights;
|
||||||
CRegisteredPointLight CPointLights::aLights[NUMPOINTLIGHTS];
|
CRegisteredPointLight CPointLights::aLights[NUMPOINTLIGHTS];
|
||||||
CVector CPointLights::aCachedMapReads[32];
|
CVector CPointLights::aCachedMapReads[32];
|
||||||
|
|
|
@ -26,8 +26,6 @@
|
||||||
#include "custompipes.h"
|
#include "custompipes.h"
|
||||||
#include "Frontend.h"
|
#include "Frontend.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
bool gbShowPedRoadGroups;
|
bool gbShowPedRoadGroups;
|
||||||
bool gbShowCarRoadGroups;
|
bool gbShowCarRoadGroups;
|
||||||
bool gbShowCollisionPolys;
|
bool gbShowCollisionPolys;
|
||||||
|
@ -1198,7 +1196,6 @@ CEntity::RemoveLighting(bool)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
bool
|
bool
|
||||||
CPed::SetupLighting(void)
|
CPed::SetupLighting(void)
|
||||||
{
|
{
|
||||||
|
@ -1224,7 +1221,6 @@ CPed::SetupLighting(void)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: Done
|
|
||||||
void
|
void
|
||||||
CPed::RemoveLighting(bool reset)
|
CPed::RemoveLighting(bool reset)
|
||||||
{
|
{
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
#include "RenderBuffer.h"
|
#include "RenderBuffer.h"
|
||||||
#include "Rubbish.h"
|
#include "Rubbish.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
#define RUBBISH_MAX_DIST (23.0f)
|
#define RUBBISH_MAX_DIST (23.0f)
|
||||||
#define RUBBISH_FADE_DIST (20.0f)
|
#define RUBBISH_FADE_DIST (20.0f)
|
||||||
|
|
||||||
|
|
|
@ -6,8 +6,6 @@
|
||||||
#include "Replay.h"
|
#include "Replay.h"
|
||||||
#include "Skidmarks.h"
|
#include "Skidmarks.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
CSkidmark CSkidmarks::aSkidmarks[NUMSKIDMARKS];
|
CSkidmark CSkidmarks::aSkidmarks[NUMSKIDMARKS];
|
||||||
|
|
||||||
RwImVertexIndex SkidmarkIndexList[SKIDMARK_LENGTH * 6];
|
RwImVertexIndex SkidmarkIndexList[SKIDMARK_LENGTH * 6];
|
||||||
|
|
|
@ -645,8 +645,6 @@ MarkerAtomicCB(RpAtomic *atomic, void *data)
|
||||||
return atomic;
|
return atomic;
|
||||||
}
|
}
|
||||||
|
|
||||||
// --MIAMI: C3dMarker and C3dMarkers done
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
C3dMarker::AddMarker(uint32 identifier, uint16 type, float fSize, uint8 r, uint8 g, uint8 b, uint8 a, uint16 pulsePeriod, float pulseFraction, int16 rotateRate)
|
C3dMarker::AddMarker(uint32 identifier, uint16 type, float fSize, uint8 r, uint8 g, uint8 b, uint8 a, uint16 pulsePeriod, float pulseFraction, int16 rotateRate)
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,8 +10,6 @@
|
||||||
#include "FileMgr.h"
|
#include "FileMgr.h"
|
||||||
#include "Timecycle.h"
|
#include "Timecycle.h"
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
|
|
||||||
uint8 CTimeCycle::m_nAmbientRed[NUMHOURS][NUMWEATHERS];
|
uint8 CTimeCycle::m_nAmbientRed[NUMHOURS][NUMWEATHERS];
|
||||||
uint8 CTimeCycle::m_nAmbientGreen[NUMHOURS][NUMWEATHERS];
|
uint8 CTimeCycle::m_nAmbientGreen[NUMHOURS][NUMWEATHERS];
|
||||||
uint8 CTimeCycle::m_nAmbientBlue[NUMHOURS][NUMWEATHERS];
|
uint8 CTimeCycle::m_nAmbientBlue[NUMHOURS][NUMWEATHERS];
|
||||||
|
|
|
@ -13,8 +13,6 @@
|
||||||
#include "Camera.h"
|
#include "Camera.h"
|
||||||
#include "Particle.h"
|
#include "Particle.h"
|
||||||
|
|
||||||
// --MIAMI: file done
|
|
||||||
|
|
||||||
#define WATERCANNONVERTS 4
|
#define WATERCANNONVERTS 4
|
||||||
#define WATERCANNONINDEXES 12
|
#define WATERCANNONINDEXES 12
|
||||||
|
|
||||||
|
|
|
@ -21,8 +21,6 @@
|
||||||
#include "SpecialFX.h"
|
#include "SpecialFX.h"
|
||||||
#include "Replay.h"
|
#include "Replay.h"
|
||||||
|
|
||||||
//--MIAMI: file done
|
|
||||||
|
|
||||||
int32 CWeather::SoundHandle = -1;
|
int32 CWeather::SoundHandle = -1;
|
||||||
|
|
||||||
int32 CWeather::WeatherTypeInList;
|
int32 CWeather::WeatherTypeInList;
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
|
|
||||||
//--MIAMI: done
|
|
||||||
|
|
||||||
struct rpGeometryList
|
struct rpGeometryList
|
||||||
{
|
{
|
||||||
RpGeometry **geometries;
|
RpGeometry **geometries;
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue