re3/src/core/Game.cpp

1455 lines
36 KiB
C++
Raw Normal View History

2019-05-15 14:52:37 +00:00
#include "common.h"
2020-05-11 02:55:57 +00:00
#include "platform.h"
2020-04-17 13:31:11 +00:00
2019-05-15 14:52:37 +00:00
#include "Game.h"
2019-07-31 15:54:18 +00:00
#include "main.h"
#include "RwHelper.h"
2020-01-11 12:50:11 +00:00
#include "Accident.h"
2019-10-18 22:23:40 +00:00
#include "Antennas.h"
#include "Bridge.h"
#include "CarCtrl.h"
#include "CarGen.h"
2019-07-24 16:55:43 +00:00
#include "CdStream.h"
2019-10-18 22:23:40 +00:00
#include "Clock.h"
#include "Clouds.h"
#include "Collision.h"
2020-03-22 14:23:40 +00:00
#include "Console.h"
2019-10-18 22:23:40 +00:00
#include "Coronas.h"
#include "Cranes.h"
2020-03-22 14:23:40 +00:00
#include "Credits.h"
2019-10-18 22:23:40 +00:00
#include "CutsceneMgr.h"
#include "DMAudio.h"
2019-10-18 22:23:40 +00:00
#include "Darkel.h"
2020-03-22 14:23:40 +00:00
#include "Debug.h"
2019-10-18 22:23:40 +00:00
#include "EventList.h"
#include "FileLoader.h"
2019-07-24 16:55:43 +00:00
#include "FileMgr.h"
2019-10-18 22:23:40 +00:00
#include "Fire.h"
#include "Fluff.h"
#include "Font.h"
#include "Frontend.h"
2020-12-27 20:46:15 +00:00
#include "frontendoption.h"
2019-10-18 22:23:40 +00:00
#include "GameLogic.h"
#include "Garages.h"
#include "GenericGameStorage.h"
2019-10-18 22:23:40 +00:00
#include "Glass.h"
#include "HandlingMgr.h"
2019-10-18 22:23:40 +00:00
#include "Heli.h"
#include "Hud.h"
2020-03-22 14:23:40 +00:00
#include "IniFile.h"
#include "Lights.h"
#include "MBlur.h"
2020-03-22 14:23:40 +00:00
#include "Messages.h"
2020-06-27 21:01:51 +00:00
#include "MemoryCard.h"
2019-10-18 22:23:40 +00:00
#include "Pad.h"
#include "Particle.h"
#include "ParticleObject.h"
#include "PedRoutes.h"
2019-10-18 22:23:40 +00:00
#include "Phones.h"
#include "Pickups.h"
#include "Plane.h"
#include "PlayerSkin.h"
2019-10-18 22:23:40 +00:00
#include "Population.h"
#include "Radar.h"
2019-10-18 22:23:40 +00:00
#include "Record.h"
#include "References.h"
2019-10-18 22:23:40 +00:00
#include "Renderer.h"
#include "Replay.h"
2020-03-22 14:23:40 +00:00
#include "Restart.h"
2019-10-18 22:23:40 +00:00
#include "RoadBlocks.h"
#include "Rubbish.h"
#include "SceneEdit.h"
#include "Script.h"
#include "Shadows.h"
#include "Skidmarks.h"
#include "SpecialFX.h"
2020-03-22 14:23:40 +00:00
#include "Stats.h"
2019-10-18 22:23:40 +00:00
#include "Streaming.h"
#include "SurfaceTable.h"
#include "TempColModels.h"
2020-04-19 16:34:08 +00:00
#include "Timecycle.h"
2019-10-18 22:23:40 +00:00
#include "TrafficLights.h"
#include "Train.h"
2019-10-21 13:47:08 +00:00
#include "TxdStore.h"
2019-10-18 22:23:40 +00:00
#include "User.h"
#include "VisibilityPlugins.h"
2019-10-18 22:23:40 +00:00
#include "WaterCannon.h"
2020-03-22 14:23:40 +00:00
#include "WaterLevel.h"
2019-10-18 22:23:40 +00:00
#include "Weapon.h"
2020-03-22 14:23:40 +00:00
#include "WeaponEffects.h"
2019-10-18 22:23:40 +00:00
#include "Weather.h"
#include "World.h"
#include "ZoneCull.h"
#include "Zones.h"
2020-04-24 11:27:02 +00:00
#include "debugmenu.h"
2020-08-13 16:14:24 +00:00
#include "postfx.h"
2020-08-18 08:58:15 +00:00
#include "custompipes.h"
2020-11-19 15:23:52 +00:00
#include "screendroplets.h"
2020-10-25 10:38:08 +00:00
#include "crossplatform.h"
2020-11-26 15:47:19 +00:00
#include "MemoryHeap.h"
2020-11-23 20:46:07 +00:00
#ifdef USE_TEXTURE_POOL
#include "TexturePools.h"
#endif
2020-04-17 05:54:14 +00:00
eLevelName CGame::currLevel;
bool CGame::bDemoMode = true;
bool CGame::nastyGame = true;
bool CGame::frenchGame;
bool CGame::germanGame;
bool CGame::noProstitutes;
bool CGame::playingIntro;
char CGame::aDatFile[32];
2020-03-29 06:35:13 +00:00
#ifdef MORE_LANGUAGES
bool CGame::russianGame = false;
2020-04-26 20:49:24 +00:00
bool CGame::japaneseGame = false;
2020-03-29 06:35:13 +00:00
#endif
2019-05-31 09:44:43 +00:00
2020-04-17 05:54:14 +00:00
int gameTxdSlot;
2019-07-24 16:55:43 +00:00
2020-06-27 21:01:51 +00:00
bool DoRWStuffStartOfFrame(int16 TopRed, int16 TopGreen, int16 TopBlue, int16 BottomRed, int16 BottomGreen, int16 BottomBlue, int16 Alpha);
void DoRWStuffEndOfFrame(void);
#ifdef PS2_MENU
2020-06-27 21:01:51 +00:00
void MessageScreen(char *msg)
{
CRect rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
CRGBA color(255, 255, 255, 255);
DoRWStuffStartOfFrame(50, 50, 50, 0, 0, 0, 255);
CSprite2d::InitPerFrame();
CFont::InitPerFrame();
DefinedState();
CSprite2d *splash = LoadSplash(NULL);
splash->Draw(rect, color, color, color, color);
2020-12-19 18:25:45 +00:00
#ifdef FIX_BUGS
splash->DrawRect(CRect(SCREEN_SCALE_X(20.0f), SCREEN_SCALE_Y(110.0f), SCREEN_WIDTH-SCREEN_SCALE_X(20.0f), SCREEN_SCALE_Y(300.0f)), CRGBA(50, 50, 50, 192));
#else
splash->DrawRect(CRect(20.0f, 110.0f, SCREEN_WIDTH-20.0f, 300.0f), CRGBA(50, 50, 50, 192));
#endif
2020-06-27 21:01:51 +00:00
CFont::SetFontStyle(FONT_BANK);
CFont::SetBackgroundOff();
2020-12-20 02:49:55 +00:00
CFont::SetWrapx(SCREEN_SCALE_FROM_RIGHT(190));
2020-12-19 18:25:45 +00:00
#ifdef FIX_BUGS
2020-06-27 21:01:51 +00:00
CFont::SetScale(SCREEN_SCALE_X(1.0f), SCREEN_SCALE_Y(1.0f));
2020-12-19 18:25:45 +00:00
#else
CFont::SetScale(1.0f, 1.0f);
#endif
2020-06-27 21:01:51 +00:00
CFont::SetCentreOn();
2020-12-19 18:25:45 +00:00
CFont::SetCentreSize(SCREEN_SCALE_X(DEFAULT_SCREEN_WIDTH - 190)); // 450.0f
2020-06-27 21:01:51 +00:00
CFont::SetJustifyOff();
CFont::SetColor(CRGBA(255, 255, 255, 255));
CFont::SetDropColor(CRGBA(32, 32, 32, 255));
CFont::SetDropShadowPosition(3);
2020-12-19 18:25:45 +00:00
CFont::SetBackGroundOnlyTextOff();
2020-06-27 21:01:51 +00:00
CFont::SetPropOn();
2020-12-19 18:25:45 +00:00
#ifdef FIX_BUGS
CFont::PrintString(SCREEN_WIDTH/2, SCREEN_SCALE_Y(130.0f), TheText.Get(msg));
#else
CFont::PrintString(SCREEN_WIDTH/2, 130.0f, TheText.Get(msg));
#endif
2020-06-27 21:01:51 +00:00
CFont::DrawFonts();
DoRWStuffEndOfFrame();
}
#endif
2020-06-27 21:01:51 +00:00
2019-07-24 16:55:43 +00:00
bool
CGame::InitialiseOnceBeforeRW(void)
{
CFileMgr::Initialise();
CdStreamInit(MAX_CDCHANNELS);
ValidateVersion();
2020-08-13 16:14:24 +00:00
#ifdef EXTENDED_COLOURFILTER
CPostFX::InitOnce();
2020-12-27 20:46:15 +00:00
#endif
#ifdef CUSTOM_FRONTEND_OPTIONS
// Not needed here but may be needed in future
// if (numCustomFrontendOptions == 0 && numCustomFrontendScreens == 0)
CustomFrontendOptionsPopulate();
2020-08-13 16:14:24 +00:00
#endif
2019-07-24 16:55:43 +00:00
return true;
}
2020-07-29 12:24:42 +00:00
#ifndef LIBRW
#ifdef PS2_MATFX
void ReplaceMatFxCallback();
2020-07-29 12:24:42 +00:00
#endif // PS2_MATFX
2020-07-29 12:31:34 +00:00
#ifdef PS2_ALPHA_TEST
2020-07-29 12:24:42 +00:00
void ReplaceAtomicPipeCallback();
2020-07-29 12:31:34 +00:00
#endif // PS2_ALPHA_TEST
2020-07-29 12:24:42 +00:00
#endif // !LIBRW
bool
CGame::InitialiseRenderWare(void)
{
2020-04-17 05:54:14 +00:00
#ifdef USE_TEXTURE_POOL
_TexturePoolsInitialise();
2020-04-17 05:54:14 +00:00
#endif
2020-12-04 00:12:58 +00:00
#if GTA_VERSION > GTA3_PS2_160
CTxdStore::Initialise(); // in GameInit on ps2
CVisibilityPlugins::Initialise(); // in plugin attach on ps2
#endif
//InitialiseScene(Scene); // PS2 only, only clears Scene.camera
#ifdef GTA_PS2
RpSkySelectTrueTSClipper(TRUE);
RpSkySelectTrueTLClipper(TRUE);
// PS2ManagerApplyDirectionalLightingCB() uploads the GTA lights
// directly without going through RpWorld and all that
SetupPS2ManagerDefaultLightingCallback();
PreAllocateRwObjects();
#endif
/* Create camera */
2020-12-04 00:12:58 +00:00
Scene.camera = CameraCreate(SCREEN_WIDTH, SCREEN_HEIGHT, TRUE);
2020-03-29 13:32:11 +00:00
ASSERT(Scene.camera != nil);
if (!Scene.camera)
{
return (false);
}
2020-12-04 00:12:58 +00:00
RwCameraSetFarClipPlane(Scene.camera, 2000.0f); // 250.0f on PS2 but who cares
2020-03-29 13:32:11 +00:00
RwCameraSetNearClipPlane(Scene.camera, 0.9f);
2020-03-29 13:32:11 +00:00
CameraSize(Scene.camera, nil, DEFAULT_VIEWWINDOW, DEFAULT_ASPECT_RATIO);
/* Create a world */
RwBBox bbox;
2020-03-29 13:32:11 +00:00
bbox.sup.x = bbox.sup.y = bbox.sup.z = 10000.0f;
bbox.inf.x = bbox.inf.y = bbox.inf.z = -10000.0f;
Scene.world = RpWorldCreate(&bbox);
2020-03-29 13:32:11 +00:00
ASSERT(Scene.world != nil);
if (!Scene.world)
{
CameraDestroy(Scene.camera);
2020-03-29 13:32:11 +00:00
Scene.camera = nil;
return (false);
}
/* Add the camera to the world */
RpWorldAddCamera(Scene.world, Scene.camera);
LightsCreate(Scene.world);
2020-12-04 00:12:58 +00:00
#if GTA_VERSION > GTA3_PS2_160
CreateDebugFont(); // in GameInit on PS2
#else
RwImageSetPath("textures");
#endif
2020-04-20 14:05:39 +00:00
#ifdef LIBRW
#ifdef PS2_MATFX
rw::MatFX::modulateEnvMap = true;
#else
rw::MatFX::modulateEnvMap = false;
#endif
2020-07-29 12:24:42 +00:00
#else
#ifdef PS2_MATFX
ReplaceMatFxCallback();
2020-07-29 12:24:42 +00:00
#endif // PS2_MATFX
2020-07-29 12:31:34 +00:00
#ifdef PS2_ALPHA_TEST
2020-07-29 12:24:42 +00:00
ReplaceAtomicPipeCallback();
2020-07-29 12:31:34 +00:00
#endif // PS2_ALPHA_TEST
2020-07-29 12:24:42 +00:00
#endif // LIBRW
2020-12-04 00:12:58 +00:00
#if GTA_VERSION > GTA3_PS2_160
// in GameInit on PS2
PUSH_MEMID(MEMID_TEXTURES);
CFont::Initialise();
CHud::Initialise();
2020-12-04 00:12:58 +00:00
POP_MEMID();
// TODO: define
CPlayerSkin::Initialise();
2020-12-20 13:28:09 +00:00
#endif
2020-12-29 19:30:57 +00:00
#ifdef EXTENDED_PIPELINES
CustomPipes::CustomPipeInit(); // need Scene.world for this
#endif
#ifdef SCREEN_DROPLETS
ScreenDroplets::InitDraw();
#endif
return (true);
}
// missing altogether on PS2
void CGame::ShutdownRenderWare(void)
{
2020-12-29 19:30:57 +00:00
#ifdef SCREEN_DROPLETS
ScreenDroplets::Shutdown();
#endif
#ifdef EXTENDED_PIPELINES
CustomPipes::CustomPipeShutdown();
#endif
CMBlur::MotionBlurClose();
DestroySplashScreen();
CHud::Shutdown();
CFont::Shutdown();
for ( int32 i = 0; i < NUMPLAYERS; i++ )
CWorld::Players[i].DeletePlayerSkin();
2020-12-04 00:12:58 +00:00
// TODO: define
CPlayerSkin::Shutdown();
DestroyDebugFont();
/* Destroy world */
LightsDestroy(Scene.world);
RpWorldRemoveCamera(Scene.world, Scene.camera);
RpWorldDestroy(Scene.world);
/* destroy camera */
CameraDestroy(Scene.camera);
2020-03-29 13:32:11 +00:00
Scene.world = nil;
Scene.camera = nil;
CVisibilityPlugins::Shutdown();
2020-04-17 05:54:14 +00:00
#ifdef USE_TEXTURE_POOL
_TexturePoolsShutdown();
2020-04-17 05:54:14 +00:00
#endif
}
2020-11-30 23:22:57 +00:00
// missing altogether on PS2
bool CGame::InitialiseOnceAfterRW(void)
{
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
TheText.Load();
2020-11-30 23:22:57 +00:00
DMAudio.Initialise(); // before TheGame() on PS2
CTimer::Initialise();
CTempColModels::Initialise();
mod_HandlingManager.Initialise();
CSurfaceTable::Initialise("DATA\\SURFACE.DAT");
CPedStats::Initialise();
CTimeCycle::Initialise();
2020-12-20 13:28:09 +00:00
#ifndef GTA_PS2
if ( DMAudio.GetNum3DProvidersAvailable() == 0 )
FrontEndMenuManager.m_nPrefsAudio3DProviderIndex = -1;
2020-10-25 07:39:04 +00:00
if ( FrontEndMenuManager.m_nPrefsAudio3DProviderIndex == -99 || FrontEndMenuManager.m_nPrefsAudio3DProviderIndex == -2 ) {
CMenuManager::m_PrefsSpeakers = 0;
2020-10-25 07:39:04 +00:00
int32 i;
for (i = 0; i < DMAudio.GetNum3DProvidersAvailable(); i++) {
wchar buff[64];
#ifdef AUDIO_OAL
extern int defaultProvider;
if (defaultProvider >= 0 && defaultProvider < DMAudio.GetNum3DProvidersAvailable())
break;
#endif
char *name = DMAudio.Get3DProviderName(i);
AsciiToUnicode(name, buff);
char *providername = UnicodeToAscii(buff);
strupr(providername);
#if defined(AUDIO_MSS)
if (strcmp(providername, "MILES FAST 2D POSITIONAL AUDIO") == 0)
break;
#elif defined(AUDIO_OAL)
if (strcmp(providername, "OPENAL SOFT") == 0)
break;
#endif
}
FrontEndMenuManager.m_nPrefsAudio3DProviderIndex = i;
}
DMAudio.SetCurrent3DProvider(FrontEndMenuManager.m_nPrefsAudio3DProviderIndex);
DMAudio.SetSpeakerConfig(CMenuManager::m_PrefsSpeakers);
DMAudio.SetDynamicAcousticModelingStatus(CMenuManager::m_PrefsDMA);
DMAudio.SetMusicMasterVolume(CMenuManager::m_PrefsMusicVolume);
DMAudio.SetEffectsMasterVolume(CMenuManager::m_PrefsSfxVolume);
DMAudio.SetEffectsFadeVol(127);
DMAudio.SetMusicFadeVol(127);
2020-12-20 13:28:09 +00:00
#endif
CWorld::Players[0].SetPlayerSkin(CMenuManager::m_PrefsSkinFile);
2020-12-20 13:28:09 +00:00
#endif
return true;
}
// missing altogether on PS2
void
CGame::FinalShutdown(void)
{
CTxdStore::Shutdown();
CPedStats::Shutdown();
CdStreamShutdown();
}
2020-03-22 14:23:40 +00:00
2020-12-20 18:13:58 +00:00
#if GTA_VERSION <= GTA3_PS2_160
bool CGame::Initialise(void)
#else
2020-03-22 14:23:40 +00:00
bool CGame::Initialise(const char* datFile)
2020-12-20 18:13:58 +00:00
#endif
2020-03-22 14:23:40 +00:00
{
2020-11-26 15:47:19 +00:00
#ifdef GTA_PS2
// TODO: upload VU0 collision code here
2020-11-30 23:22:57 +00:00
#endif
#if GTA_VERSION > GTA3_PS2_160
2020-03-22 14:23:40 +00:00
ResetLoadingScreenBar();
strcpy(aDatFile, datFile);
2020-11-26 15:47:19 +00:00
CPools::Initialise(); // done in CWorld on PS2
2020-11-30 23:22:57 +00:00
#endif
#ifndef GTA_PS2
2020-03-22 14:23:40 +00:00
CIniFile::LoadIniFile();
2020-11-26 15:47:19 +00:00
#endif
2020-03-22 14:23:40 +00:00
currLevel = LEVEL_INDUSTRIAL;
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_TEXTURES);
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Loading generic textures", GetRandomSplashScreen());
gameTxdSlot = CTxdStore::AddTxdSlot("generic");
CTxdStore::Create(gameTxdSlot);
CTxdStore::AddRef(gameTxdSlot);
2020-11-26 15:47:19 +00:00
2021-02-05 09:51:12 +00:00
#ifdef EXTENDED_PIPELINES
// for generic fallback
CustomPipes::SetTxdFindCallback();
#endif
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Loading particles", nil);
int particleTxdSlot = CTxdStore::AddTxdSlot("particle");
CTxdStore::LoadTxd(particleTxdSlot, "MODELS/PARTICLE.TXD");
CTxdStore::AddRef(particleTxdSlot);
CTxdStore::SetCurrentTxd(gameTxdSlot);
LoadingScreen("Loading the Game", "Setup game variables", nil);
2020-11-26 15:47:19 +00:00
POP_MEMID();
#ifdef GTA_PS2
CDma::SyncChannel(0, true);
#endif
2020-03-22 14:23:40 +00:00
CGameLogic::InitAtStartOfGame();
CReferences::Init();
TheCamera.Init();
TheCamera.SetRwCamera(Scene.camera);
CDebug::DebugInitTextBuffer();
ThePaths.Init();
ThePaths.AllocatePathFindInfoMem(4500);
CWeather::Init();
CCullZones::Init();
CCollision::Init();
2020-11-30 23:22:57 +00:00
#ifdef PS2_MENU // TODO: is this the right define?
2020-06-27 21:01:51 +00:00
TheText.Load();
#endif
2020-03-22 14:23:40 +00:00
CTheZones::Init();
CUserDisplay::Init();
CMessages::Init();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
2020-03-22 14:23:40 +00:00
CMessages::ClearAllMessagesDisplayedByGame();
2020-11-30 23:22:57 +00:00
#endif
2020-03-22 14:23:40 +00:00
CRecordDataForGame::Init();
CRestart::Initialise();
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_WORLD);
2020-03-22 14:23:40 +00:00
CWorld::Initialise();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
mod_HandlingManager.Initialise();
CSurfaceTable::Initialise("DATA\\SURFACE.DAT");
CTempColModels::Initialise();
#endif
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_TEXTURES);
2020-03-22 14:23:40 +00:00
CParticle::Initialise();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-06-27 21:01:51 +00:00
gStartX = -180.0f;
gStartY = 180.0f;
gStartZ = 14.0f;
#endif
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_ANIMATION);
2020-03-22 14:23:40 +00:00
CAnimManager::Initialise();
CCutsceneMgr::Initialise();
2020-11-26 15:47:19 +00:00
POP_MEMID();
PUSH_MEMID(MEMID_CARS);
2020-03-22 14:23:40 +00:00
CCarCtrl::Init();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2020-12-20 13:28:09 +00:00
PUSH_MEMID(MEMID_DEF_MODELS);
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
2020-03-22 14:23:40 +00:00
InitModelIndices();
2020-11-26 15:47:19 +00:00
#endif
2020-03-22 14:23:40 +00:00
CModelInfo::Initialise();
2020-12-20 13:28:09 +00:00
#if GTA_VERSION > GTA3_PS2_160
2020-11-26 15:47:19 +00:00
// probably moved before LoadLevel for multiplayer maps?
2020-03-22 14:23:40 +00:00
CPickups::Init();
CTheCarGenerators::Init();
2020-11-30 23:22:57 +00:00
2020-03-22 14:23:40 +00:00
CdStreamAddImage("MODELS\\GTA3.IMG");
2020-11-30 23:22:57 +00:00
2020-03-22 14:23:40 +00:00
CFileLoader::LoadLevel("DATA\\DEFAULT.DAT");
CFileLoader::LoadLevel(datFile);
2020-11-30 23:22:57 +00:00
#else
2020-12-20 13:28:09 +00:00
CPedStats::Initialise(); // InitialiseOnceAfterRW
2020-11-30 23:22:57 +00:00
CFileLoader::LoadLevel("GTA3.DAT");
#endif
2020-03-22 14:23:40 +00:00
CWorld::AddParticles();
CVehicleModelInfo::LoadVehicleColours();
CVehicleModelInfo::LoadEnvironmentMaps();
CTheZones::PostZoneCreation();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
TestModelIndices();
#endif
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Setup paths", GetRandomSplashScreen());
ThePaths.PreparePathData();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
2020-03-22 14:23:40 +00:00
for (int i = 0; i < NUMPLAYERS; i++)
CWorld::Players[i].Clear();
CWorld::Players[0].LoadPlayerSkin();
TestModelIndices();
2020-11-30 23:22:57 +00:00
#endif
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Setup water", nil);
CWaterLevel::Initialise("DATA\\WATER.DAT");
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
CTimeCycle::Initialise(); // InitialiseOnceAfterRW
#else
2020-03-22 14:23:40 +00:00
TheConsole.Init();
2020-11-30 23:22:57 +00:00
#endif
2020-03-22 14:23:40 +00:00
CDraw::SetFOV(120.0f);
CDraw::ms_fLODDistance = 500.0f;
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Setup streaming", nil);
2020-04-16 08:26:16 +00:00
CStreaming::Init();
2020-03-22 14:23:40 +00:00
CStreaming::LoadInitialVehicles();
CStreaming::LoadInitialPeds();
2020-07-13 14:43:09 +00:00
CStreaming::RequestBigBuildings(LEVEL_GENERIC);
2020-03-22 14:23:40 +00:00
CStreaming::LoadAllRequestedModels(false);
2020-12-20 13:28:09 +00:00
#if GTA_VERSION > GTA3_PS2_160
2020-07-25 12:13:27 +00:00
printf("Streaming uses %zuK of its memory", CStreaming::ms_memoryUsed / 1024); // original modifier was %d
2020-12-20 13:28:09 +00:00
#endif
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Load animations", GetRandomSplashScreen());
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_ANIMATION);
2020-03-22 14:23:40 +00:00
CAnimManager::LoadAnimFiles();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2020-03-22 14:23:40 +00:00
CPed::Initialise();
CRouteNode::Initialise();
CEventList::Initialise();
2020-11-19 15:23:52 +00:00
#ifdef SCREEN_DROPLETS
ScreenDroplets::Initialise();
#endif
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Find big buildings", nil);
CRenderer::Init();
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Setup game variables", nil);
CRadar::Initialise();
CRadar::LoadTextures();
CWeapon::InitialiseWeapons();
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Setup traffic lights", nil);
CTrafficLights::ScanForLightsOnMap();
CRoadBlocks::Init();
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Setup game variables", nil);
CPopulation::Initialise();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
for (int i = 0; i < NUMPLAYERS; i++)
CWorld::Players[i].Clear();
// CWorld::Players[0].LoadPlayerSkin(); // TODO: use a define for this
#endif
2020-03-22 14:23:40 +00:00
CWorld::PlayerInFocus = 0;
CCoronas::Init();
CShadows::Init();
CWeaponEffects::Init();
CSkidmarks::Init();
CAntennas::Init();
CGlass::Init();
gPhoneInfo.Initialise();
2020-12-01 23:34:51 +00:00
#ifdef GTA_SCENE_EDIT
2020-04-12 09:06:33 +00:00
CSceneEdit::Initialise();
2020-11-26 15:47:19 +00:00
#endif
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Load scripts", nil);
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_SCRIPT);
2020-03-22 14:23:40 +00:00
CTheScripts::Init();
CGangs::Initialise();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Setup game variables", nil);
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-11-26 15:47:19 +00:00
CTimer::Initialise();
#endif
2020-03-22 14:23:40 +00:00
CClock::Initialise(1000);
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-11-26 15:47:19 +00:00
CTheCarGenerators::Init();
#endif
2020-03-22 14:23:40 +00:00
CHeli::InitHelis();
CCranes::InitCranes();
CMovingThings::Init();
CDarkel::Init();
CStats::Init();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-11-26 15:47:19 +00:00
CPickups::Init();
#endif
2020-03-22 14:23:40 +00:00
CPacManPickups::Init();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
CGarages::Init();
#endif
2020-03-22 14:23:40 +00:00
CRubbish::Init();
CClouds::Init();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-11-26 15:47:19 +00:00
CRemote::Init();
#endif
2020-03-22 14:23:40 +00:00
CSpecialFX::Init();
CWaterCannons::Init();
CBridge::Init();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
2020-03-22 14:23:40 +00:00
CGarages::Init();
2020-11-30 23:22:57 +00:00
#endif
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Position dynamic objects", nil);
CWorld::RepositionCertainDynamicObjects();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
CCullZones::ResolveVisibilities();
#endif
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Initialise vehicle paths", nil);
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
2020-03-22 14:23:40 +00:00
CCullZones::ResolveVisibilities();
2020-11-30 23:22:57 +00:00
#endif
2020-03-22 14:23:40 +00:00
CTrain::InitTrains();
CPlane::InitPlanes();
CCredits::Init();
CRecordDataForChase::Init();
CReplay::Init();
2020-11-26 15:47:19 +00:00
2020-12-20 13:28:09 +00:00
LoadingScreen("Loading the Game", "Start script", nil);
2020-06-27 21:01:51 +00:00
#ifdef PS2_MENU
if ( !TheMemoryCard.m_bWantToLoad )
#endif
2020-11-30 23:22:57 +00:00
{
CTheScripts::StartTestScript();
CTheScripts::Process();
TheCamera.Process();
2020-06-27 21:01:51 +00:00
}
2020-11-26 15:47:19 +00:00
2020-03-22 14:23:40 +00:00
LoadingScreen("Loading the Game", "Load scene", nil);
CModelInfo::RemoveColModelsFromOtherLevels(currLevel);
CCollision::ms_collisionInMemory = currLevel;
2020-03-22 14:23:40 +00:00
for (int i = 0; i < MAX_PADS; i++)
CPad::GetPad(i)->Clear(true);
return true;
}
bool CGame::ShutDown(void)
{
CReplay::FinishPlayback();
CPlane::Shutdown();
CTrain::Shutdown();
CSpecialFX::Shutdown();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
CGarages::Shutdown();
2020-03-29 15:53:58 +00:00
#endif
CMovingThings::Shutdown();
gPhoneInfo.Shutdown();
CWeapon::ShutdownWeapons();
CPedType::Shutdown();
CMBlur::MotionBlurClose();
for (int32 i = 0; i < NUMPLAYERS; i++)
{
if ( CWorld::Players[i].m_pPed )
{
CWorld::Remove(CWorld::Players[i].m_pPed);
delete CWorld::Players[i].m_pPed;
2020-03-29 13:32:11 +00:00
CWorld::Players[i].m_pPed = nil;
}
CWorld::Players[i].Clear();
}
CRenderer::Shutdown();
CWorld::ShutDown();
DMAudio.DestroyAllGameCreatedEntities();
CModelInfo::ShutDown();
CAnimManager::Shutdown();
CCutsceneMgr::Shutdown();
CVehicleModelInfo::DeleteVehicleColourTextures();
CVehicleModelInfo::ShutdownEnvironmentMaps();
CRadar::Shutdown();
CStreaming::Shutdown();
CTxdStore::GameShutdown();
CCollision::Shutdown();
CWaterLevel::Shutdown();
CRubbish::Shutdown();
CClouds::Shutdown();
CShadows::Shutdown();
CCoronas::Shutdown();
CSkidmarks::Shutdown();
CWeaponEffects::Shutdown();
CParticle::Shutdown();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION > GTA3_PS2_160
CPools::ShutDown();
2020-11-30 23:22:57 +00:00
#endif
CTxdStore::RemoveTxdSlot(gameTxdSlot);
CdStreamRemoveImages();
return true;
}
void CGame::ReInitGameObjectVariables(void)
{
CGameLogic::InitAtStartOfGame();
2020-06-27 21:01:51 +00:00
#ifdef PS2_MENU
if ( !TheMemoryCard.m_bWantToLoad )
#endif
{
TheCamera.Init();
TheCamera.SetRwCamera(Scene.camera);
2020-06-27 21:01:51 +00:00
}
CDebug::DebugInitTextBuffer();
CWeather::Init();
CUserDisplay::Init();
CMessages::Init();
CRestart::Initialise();
CWorld::bDoingCarCollisions = false;
CHud::ReInitialise();
CRadar::Initialise();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-06-27 21:01:51 +00:00
gStartX = -180.0f;
gStartY = 180.0f;
gStartZ = 14.0f;
#endif
CCarCtrl::ReInit();
CTimeCycle::Initialise();
CDraw::SetFOV(120.0f);
CDraw::ms_fLODDistance = 500.0f;
2020-07-13 14:43:09 +00:00
CStreaming::RequestBigBuildings(LEVEL_GENERIC);
CStreaming::LoadAllRequestedModels(false);
CPed::Initialise();
CEventList::Initialise();
2020-11-19 15:23:52 +00:00
#ifdef SCREEN_DROPLETS
ScreenDroplets::Initialise();
#endif
CWeapon::InitialiseWeapons();
CPopulation::Initialise();
for (int i = 0; i < NUMPLAYERS; i++)
CWorld::Players[i].Clear();
CWorld::PlayerInFocus = 0;
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-06-27 21:01:51 +00:00
CWeaponEffects::Init();
CSkidmarks::Init();
#endif
CAntennas::Init();
CGlass::Init();
gPhoneInfo.Initialise();
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_SCRIPT);
CTheScripts::Init();
CGangs::Initialise();
2020-11-26 15:47:19 +00:00
POP_MEMID();
CTimer::Initialise();
CClock::Initialise(1000);
CTheCarGenerators::Init();
CHeli::InitHelis();
CMovingThings::Init();
CDarkel::Init();
CStats::Init();
CPickups::Init();
CPacManPickups::Init();
CGarages::Init();
2020-11-30 23:22:57 +00:00
#if GTA_VERSION <= GTA3_PS2_160
2020-06-27 21:01:51 +00:00
CClouds::Init();
CRemote::Init();
#endif
CSpecialFX::Init();
CWaterCannons::Init();
CParticle::ReloadConfig();
CCullZones::ResolveVisibilities();
2020-03-29 13:32:11 +00:00
2020-06-27 21:01:51 +00:00
#ifdef PS2_MENU
if ( !TheMemoryCard.m_bWantToLoad )
#else
if ( !FrontEndMenuManager.m_bWantToLoad )
2020-06-27 21:01:51 +00:00
#endif
{
CCranes::InitCranes();
CTheScripts::StartTestScript();
CTheScripts::Process();
TheCamera.Process();
CTrain::InitTrains();
CPlane::InitPlanes();
}
for (int32 i = 0; i < MAX_PADS; i++)
CPad::GetPad(i)->Clear(true);
}
void CGame::ReloadIPLs(void)
{
CTimer::Stop();
CWorld::RemoveStaticObjects();
ThePaths.Init();
CCullZones::Init();
CFileLoader::ReloadPaths("GTA3.IDE");
CFileLoader::LoadScene("INDUST.IPL");
CFileLoader::LoadScene("COMMER.IPL");
CFileLoader::LoadScene("SUBURBAN.IPL");
CFileLoader::LoadScene("CULL.IPL");
ThePaths.PreparePathData();
CTrafficLights::ScanForLightsOnMap();
CRoadBlocks::Init();
CCranes::InitCranes();
CGarages::Init();
CWorld::RepositionCertainDynamicObjects();
CCullZones::ResolveVisibilities();
CRenderer::SortBIGBuildings();
CTimer::Update();
}
void CGame::ShutDownForRestart(void)
{
CReplay::FinishPlayback();
CReplay::EmptyReplayBuffer();
DMAudio.DestroyAllGameCreatedEntities();
for (int i = 0; i < NUMPLAYERS; i++)
CWorld::Players[i].Clear();
2020-03-29 13:32:11 +00:00
CGarages::SetAllDoorsBackToOriginalHeight();
CTheScripts::UndoBuildingSwaps();
CTheScripts::UndoEntityInvisibilitySettings();
CWorld::ClearForRestart();
CTimer::Shutdown();
CStreaming::FlushRequestList();
CStreaming::DeleteAllRwObjects();
CStreaming::RemoveAllUnusedModels();
CStreaming::ms_disableStreaming = false;
CRadar::RemoveRadarSections();
FrontEndMenuManager.UnloadTextures();
CParticleObject::RemoveAllParticleObjects();
#if GTA_VERSION >= GTA3_PS2_160
CPedType::Shutdown();
CSpecialFX::Shutdown();
2020-06-27 21:01:51 +00:00
#endif
TidyUpMemory(true, false);
}
void CGame::InitialiseWhenRestarting(void)
{
CRect rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
CRGBA color(255, 255, 255, 255);
CTimer::Initialise();
CSprite2d::SetRecipNearClip();
2020-06-27 21:01:51 +00:00
#ifdef PS2_MENU
if ( TheMemoryCard.b_FoundRecentSavedGameWantToLoad == true || TheMemoryCard.m_bWantToLoad == false )
{
if ( TheMemoryCard.m_bWantToLoad == true )
MessageScreen("MCLOAD"); // Loading Data. Please do not remove the Memory Card (PS2) in MEMORY CARD slot 1, reset or switch off the console.
else
MessageScreen("RESTART"); // Starting new game
}
#endif
2020-06-27 21:01:51 +00:00
#ifdef PS2_MENU
TheMemoryCard.b_FoundRecentSavedGameWantToLoad = false;
#else
b_FoundRecentSavedGameWantToLoad = false;
2020-06-27 21:01:51 +00:00
#endif
TheCamera.Init();
2020-06-27 21:01:51 +00:00
#ifdef PS2_MENU
if ( TheMemoryCard.m_bWantToLoad == true )
{
TheMemoryCard.RestoreForStartLoad();
CStreaming::LoadScene(TheCamera.GetPosition());
}
#else
if ( FrontEndMenuManager.m_bWantToLoad == true )
{
RestoreForStartLoad();
CStreaming::LoadScene(TheCamera.GetPosition());
}
2020-06-27 21:01:51 +00:00
#endif
ReInitGameObjectVariables();
2020-06-27 21:01:51 +00:00
#ifdef PS2_MENU
if ( TheMemoryCard.m_bWantToLoad == true )
{
if ( TheMemoryCard.LoadSavedGame() == CMemoryCard::RES_SUCCESS )
{
for ( int32 i = 0; i < 35; i++ )
{
MessageScreen("FESZ_LS"); // Load Successful.
}
DMAudio.ResetTimers(CTimer::GetTimeInMilliseconds());
CTrain::InitTrains();
CPlane::InitPlanes();
}
else
{
for ( int32 i = 0; i < 50; i++ )
{
DoRWStuffStartOfFrame(50, 50, 50, 0, 0, 0, 255);
CSprite2d::InitPerFrame();
CFont::InitPerFrame();
DefinedState();
CSprite2d *splash = LoadSplash(NULL);
2020-12-19 18:25:45 +00:00
splash->Draw(rect, color, color, color, color);
#ifdef FIX_BUGS
2020-12-20 02:49:55 +00:00
splash->DrawRect(CRect(SCREEN_SCALE_X(20.0f), SCREEN_SCALE_Y(110.0f), SCREEN_SCALE_FROM_RIGHT(20.0f), SCREEN_SCALE_Y(300.0f)), CRGBA(50, 50, 50, 192));
2020-12-19 18:25:45 +00:00
#else
splash->DrawRect(CRect(20.0f, 110.0f, SCREEN_WIDTH-20.0f, 300.0f), CRGBA(50, 50, 50, 192));
#endif
2020-06-27 21:01:51 +00:00
CFont::SetBackgroundOff();
2020-12-20 02:49:55 +00:00
#ifdef ASPECT_RATIO_SCALE
CFont::SetWrapx(SCREEN_SCALE_FROM_RIGHT(160.0f)); // because SCREEN_SCALE_FROM_RIGHT(x) != SCREEN_SCALE_X(640-x)
#else
2020-12-19 18:25:45 +00:00
CFont::SetWrapx(SCREEN_SCALE_X(480.0f));
2020-12-20 02:49:55 +00:00
#endif
2020-06-27 21:01:51 +00:00
CFont::SetScale(SCREEN_SCALE_X(1.0f), SCREEN_SCALE_Y(1.0f));
CFont::SetCentreOn();
CFont::SetCentreSize(SCREEN_SCALE_X(480.0f));
2020-06-27 21:01:51 +00:00
CFont::SetJustifyOff();
CFont::SetColor(CRGBA(255, 255, 255, 255));
CFont::SetBackGroundOnlyTextOff();
CFont::SetDropColor(CRGBA(32, 32, 32, 255));
CFont::SetDropShadowPosition(3);
CFont::SetPropOn();
2020-12-19 18:25:45 +00:00
#ifdef FIX_BUGS
CFont::PrintString(SCREEN_WIDTH/2, SCREEN_SCALE_Y(130.0f), TheText.Get("MC_LDFL")); // Load Failed!
CFont::PrintString(SCREEN_WIDTH/2, SCREEN_SCALE_Y(170.0f), TheText.Get("FES_NOC")); // No Memory Card (PS2) in MEMORY CARD slot 1.
CFont::PrintString(SCREEN_WIDTH/2, SCREEN_SCALE_Y(240.0f), TheText.Get("MC_NWRE")); // Now Restarting Game.
#else
CFont::PrintString(SCREEN_WIDTH/2, 130.0f, TheText.Get("MC_LDFL")); // Load Failed!
CFont::PrintString(SCREEN_WIDTH/2, 170.0f, TheText.Get("FES_NOC")); // No Memory Card (PS2) in MEMORY CARD slot 1.
CFont::PrintString(SCREEN_WIDTH/2, 240.0f, TheText.Get("MC_NWRE")); // Now Restarting Game.
#endif
2020-06-27 21:01:51 +00:00
CFont::DrawFonts();
DoRWStuffEndOfFrame();
}
ShutDownForRestart();
CTimer::Stop();
CTimer::Initialise();
TheMemoryCard.m_bWantToLoad = false;
ReInitGameObjectVariables();
currLevel = LEVEL_INDUSTRIAL;
CCollision::SortOutCollisionAfterLoad();
FrontEndMenuManager.SetSoundLevelsForMusicMenu();
FrontEndMenuManager.InitialiseMenuContentsAfterLoadingGame();
}
}
#else
if ( FrontEndMenuManager.m_bWantToLoad == true )
{
if ( GenericLoad() == true )
{
DMAudio.ResetTimers(CTimer::GetTimeInMilliseconds());
CTrain::InitTrains();
CPlane::InitPlanes();
}
else
{
for ( int32 i = 0; i < 50; i++ )
{
HandleExit();
FrontEndMenuManager.MessageScreen("FED_LFL"); // Loading save game has failed. The game will restart now.
}
ShutDownForRestart();
CTimer::Stop();
CTimer::Initialise();
FrontEndMenuManager.m_bWantToLoad = false;
ReInitGameObjectVariables();
currLevel = LEVEL_INDUSTRIAL;
CCollision::SortOutCollisionAfterLoad();
}
}
2020-06-27 21:01:51 +00:00
#endif
CTimer::Update();
DMAudio.ChangeMusicMode(MUSICMODE_GAME);
}
2019-10-18 22:23:40 +00:00
void CGame::Process(void)
{
CPad::UpdatePads();
2020-11-26 15:47:19 +00:00
#ifdef USE_CUSTOM_ALLOCATOR
ProcessTidyUpMemory();
#endif
2019-10-18 22:23:40 +00:00
TheCamera.SetMotionBlurAlpha(0);
2020-06-27 21:01:51 +00:00
if (TheCamera.m_BlurType == MOTION_BLUR_NONE || TheCamera.m_BlurType == MOTION_BLUR_SNIPER || TheCamera.m_BlurType == MOTION_BLUR_LIGHT_SCENE)
TheCamera.SetMotionBlur(0, 0, 0, 0, MOTION_BLUR_NONE);
2020-05-09 13:06:13 +00:00
#ifdef DEBUGMENU
2019-10-24 23:25:11 +00:00
DebugMenuProcess();
2020-05-09 13:06:13 +00:00
#endif
2019-10-18 22:23:40 +00:00
CCutsceneMgr::Update();
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_FRONTEND);
2019-10-19 11:12:18 +00:00
if (!CCutsceneMgr::IsCutsceneProcessing() && !CTimer::GetIsCodePaused())
2019-10-18 22:23:40 +00:00
FrontEndMenuManager.Process();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2019-10-18 22:23:40 +00:00
CStreaming::Update();
if (!CTimer::GetIsPaused())
{
CTheZones::Update();
CSprite2d::SetRecipNearClip();
CSprite2d::InitPerFrame();
CFont::InitPerFrame();
CRecordDataForGame::SaveOrRetrieveDataForThisFrame();
CRecordDataForChase::SaveOrRetrieveDataForThisFrame();
CPad::DoCheats();
CClock::Update();
CWeather::Update();
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_SCRIPT);
2019-10-18 22:23:40 +00:00
CTheScripts::Process();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2019-10-18 22:23:40 +00:00
CCollision::Update();
CTrain::UpdateTrains();
CPlane::UpdatePlanes();
CHeli::UpdateHelis();
CDarkel::Update();
CSkidmarks::Update();
CAntennas::Update();
CGlass::Update();
2020-12-01 23:34:51 +00:00
#ifdef GTA_SCENE_EDIT
2019-10-18 22:23:40 +00:00
CSceneEdit::Update();
#endif
2019-10-18 22:23:40 +00:00
CEventList::Update();
CParticle::Update();
gFireManager.Update();
CPopulation::Update();
CWeapon::UpdateWeapons();
if (!CCutsceneMgr::IsRunning())
CTheCarGenerators::Process();
if (!CReplay::IsPlayingBack())
CCranes::UpdateCranes();
CClouds::Update();
CMovingThings::Update();
CWaterCannons::Update();
CUserDisplay::Process();
CReplay::Update();
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_WORLD);
2019-10-18 22:23:40 +00:00
CWorld::Process();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2019-10-18 22:23:40 +00:00
gAccidentManager.Update();
CPacManPickups::Update();
CPickups::Update();
CGarages::Update();
CRubbish::Update();
CSpecialFX::Update();
CTimeCycle::Update();
if (CReplay::ShouldStandardCameraBeProcessed())
TheCamera.Process();
CCullZones::Update();
if (!CReplay::IsPlayingBack())
CGameLogic::Update();
CBridge::Update();
CCoronas::DoSunAndMoon();
CCoronas::Update();
CShadows::UpdateStaticShadows();
CShadows::UpdatePermanentShadows();
gPhoneInfo.Update();
if (!CReplay::IsPlayingBack())
{
2020-11-26 15:47:19 +00:00
PUSH_MEMID(MEMID_CARS);
2019-10-18 22:23:40 +00:00
CCarCtrl::GenerateRandomCars();
CRoadBlocks::GenerateRoadBlocks();
CCarCtrl::RemoveDistantCars();
2020-11-26 15:47:19 +00:00
POP_MEMID();
2019-10-18 22:23:40 +00:00
}
}
2020-11-26 15:47:19 +00:00
#ifdef GTA_PS2
2020-06-27 21:01:51 +00:00
CMemCheck::DoTest();
#endif
2019-10-18 22:23:40 +00:00
}
2019-07-24 16:55:43 +00:00
2020-12-03 15:56:32 +00:00
#ifdef USE_CUSTOM_ALLOCATOR
int32 gNumMemMoved;
2020-12-03 15:04:59 +00:00
bool
MoveMem(void **ptr)
{
if(*ptr){
gNumMemMoved++;
void *newPtr = gMainHeap.MoveMemory(*ptr);
if(*ptr != newPtr){
*ptr = newPtr;
return true;
}
}
return false;
}
// Some convenience structs
struct SkyDataPrefix
{
uint32 pktSize1;
uint32 data; // pointer to data as read from TXD
uint32 pktSize2;
uint32 unused;
};
struct DMAGIFUpload
{
uint32 tag1_qwc, tag1_addr; // dmaref
uint32 nop1, vif_direct1;
uint32 giftag[4];
uint32 gs_bitbltbuf[4];
uint32 tag2_qwc, tag2_addr; // dmaref
uint32 nop2, vif_direct2;
};
// This is very scary. it depends on the exact memory layout of the DMA chains and whatnot
RwTexture *
MoveTextureMemoryCB(RwTexture *texture, void *pData)
{
2020-12-03 15:04:59 +00:00
#ifdef GTA_PS2
bool *pRet = (bool*)pData;
RwRaster *raster = RwTextureGetRaster(texture);
_SkyRasterExt *rasterExt = RASTEREXTFROMRASTER(raster);
if(raster->originalPixels == nil || // the raw data
raster->cpPixels == raster->originalPixels || // old format, can't handle it
rasterExt->dmaRefCount != 0 && rasterExt->dmaClrCount != 0)
return texture;
// this is the allocated pointer we will move
SkyDataPrefix *prefix = (SkyDataPrefix*)raster->originalPixels;
DMAGIFUpload *uploads = (DMAGIFUpload*)(prefix+1);
// We have 4qw for each upload,
// i.e. for each buffer width of mip levels,
// and the palette if there is one.
// NB: this code does NOT support mipmaps!
// so we assume two uploads (pixels and palette)
//
// each upload looks like this:
// (DMAcnt; NOP; VIF DIRECT(2))
// giftag (1, A+D)
// GS_BITBLTBUF
// (DMAref->pixel data; NOP; VIF DIRECT(5))
// the DMArefs are what we have to adjust
uintptr dataDiff, upload1Diff, upload2Diff, pixelDiff, paletteDiff;
dataDiff = prefix->data - (uintptr)raster->originalPixels;
upload1Diff = uploads[0].tag2_addr - (uintptr)raster->originalPixels;
if(raster->palette)
upload2Diff = uploads[1].tag2_addr - (uintptr)raster->originalPixels;
pixelDiff = (uintptr)raster->cpPixels - (uintptr)raster->originalPixels;
if(raster->palette)
paletteDiff = (uintptr)raster->palette - (uintptr)raster->originalPixels;
uint8 *newptr = (uint8*)gMainHeap.MoveMemory(raster->originalPixels);
if(newptr != raster->originalPixels){
// adjust everything
prefix->data = (uintptr)newptr + dataDiff;
uploads[0].tag2_addr = (uintptr)newptr + upload1Diff;
if(raster->palette)
uploads[1].tag2_addr = (uintptr)newptr + upload2Diff;
raster->originalPixels = newptr;
raster->cpPixels = newptr + pixelDiff;
if(raster->palette)
raster->palette = newptr + paletteDiff;
if(pRet){
*pRet = true;
return nil;
}
}
#else
// nothing to do here really, everything should be in videomemory
#endif
return texture;
}
bool
2020-12-03 15:04:59 +00:00
MoveAtomicMemory(RpAtomic *atomic, bool onlyOne)
{
2020-12-03 15:04:59 +00:00
RpGeometry *geo = RpAtomicGetGeometry(atomic);
#if THIS_IS_COMPATIBLE_WITH_GTA3_RW31
if(MoveMem((void**)&geo->triangles) && onlyOne)
return true;
if(MoveMem((void**)&geo->matList.materials) && onlyOne)
return true;
if(MoveMem((void**)&geo->preLitLum) && onlyOne)
return true;
if(MoveMem((void**)&geo->texCoords[0]) && onlyOne)
return true;
if(MoveMem((void**)&geo->texCoords[1]) && onlyOne)
return true;
// verts and normals of morph target are allocated together
int vertDiff;
if(geo->morphTarget->normals)
vertDiff = geo->morphTarget->normals - geo->morphTarget->verts;
if(MoveMem((void**)&geo->morphTarget->verts)){
if(geo->morphTarget->normals)
geo->morphTarget->normals = geo->morphTarget->verts + vertDiff;
if(onlyOne)
return true;
}
RpMeshHeader *oldmesh = geo->mesh;
if(MoveMem((void**)&geo->mesh)){
// index pointers are allocated together with meshes,
// have to relocate those too
RpMesh *mesh = (RpMesh*)(geo->mesh+1);
uintptr reloc = (uintptr)geo->mesh - (uintptr)oldmesh;
for(int i = 0; i < geo->mesh->numMeshes; i++)
mesh[i].indices = (RxVertexIndex*)((uintptr)mesh[i].indices + reloc);
if(onlyOne)
return true;
}
#else
// we could do something in librw here
#endif
return false;
}
bool
MoveColModelMemory(CColModel &colModel, bool onlyOne)
{
#if GTA_VERSION >= GTA3_PS2_160
// hm...should probably only do this if ownsCollisionVolumes
// but it doesn't exist on PS2...
if(!colModel.ownsCollisionVolumes)
return false;
#endif
if(MoveMem((void**)&colModel.spheres) && onlyOne)
return true;
if(MoveMem((void**)&colModel.lines) && onlyOne)
return true;
if(MoveMem((void**)&colModel.boxes) && onlyOne)
return true;
if(MoveMem((void**)&colModel.vertices) && onlyOne)
return true;
if(MoveMem((void**)&colModel.triangles) && onlyOne)
return true;
if(MoveMem((void**)&colModel.trianglePlanes) && onlyOne)
return true;
return false;
}
RpAtomic*
MoveAtomicMemoryCB(RpAtomic *atomic, void *pData)
{
bool *pRet = (bool*)pData;
if(pRet == nil)
MoveAtomicMemory(atomic, false);
else if(MoveAtomicMemory(atomic, true)){
*pRet = true;
return nil;
}
return atomic;
}
bool
TidyUpModelInfo(CBaseModelInfo *modelInfo, bool onlyone)
{
if(modelInfo->GetColModel() && modelInfo->DoesOwnColModel())
if(MoveColModelMemory(*modelInfo->GetColModel(), onlyone))
return true;
RwObject *rwobj = modelInfo->GetRwObject();
if(RwObjectGetType(rwobj) == rpATOMIC)
if(MoveAtomicMemory((RpAtomic*)rwobj, onlyone))
return true;
if(RwObjectGetType(rwobj) == rpCLUMP){
bool ret = false;
if(onlyone)
RpClumpForAllAtomics((RpClump*)rwobj, MoveAtomicMemoryCB, &ret);
else
RpClumpForAllAtomics((RpClump*)rwobj, MoveAtomicMemoryCB, nil);
if(ret)
return true;
}
if(modelInfo->GetModelType() == MITYPE_PED && ((CPedModelInfo*)modelInfo)->m_hitColModel)
if(MoveColModelMemory(*((CPedModelInfo*)modelInfo)->m_hitColModel, onlyone))
return true;
return false;
}
2020-12-03 15:56:32 +00:00
#endif
void CGame::DrasticTidyUpMemory(bool flushDraw)
2019-10-18 22:23:40 +00:00
{
2020-11-26 15:47:19 +00:00
#ifdef USE_CUSTOM_ALLOCATOR
bool removedCol = false;
TidyUpMemory(true, flushDraw);
if(gMainHeap.GetLargestFreeBlock() < 200000 && !playingIntro){
CStreaming::RemoveIslandsNotUsed(LEVEL_INDUSTRIAL);
CStreaming::RemoveIslandsNotUsed(LEVEL_COMMERCIAL);
CStreaming::RemoveIslandsNotUsed(LEVEL_SUBURBAN);
TidyUpMemory(true, flushDraw);
}
if(gMainHeap.GetLargestFreeBlock() < 200000 && !playingIntro){
CModelInfo::RemoveColModelsFromOtherLevels(LEVEL_GENERIC);
TidyUpMemory(true, flushDraw);
removedCol = true;
}
if(gMainHeap.GetLargestFreeBlock() < 200000 && !playingIntro){
CStreaming::RemoveBigBuildings(LEVEL_INDUSTRIAL);
CStreaming::RemoveBigBuildings(LEVEL_COMMERCIAL);
CStreaming::RemoveBigBuildings(LEVEL_SUBURBAN);
TidyUpMemory(true, flushDraw);
}
if(removedCol){
// different on PS2
CFileLoader::LoadCollisionFromDatFile(CCollision::ms_collisionInMemory);
}
if(!playingIntro)
CStreaming::RequestBigBuildings(currLevel);
CStreaming::LoadAllRequestedModels(true);
#endif
2019-10-18 22:23:40 +00:00
}
2019-07-24 16:55:43 +00:00
void CGame::TidyUpMemory(bool moveTextures, bool flushDraw)
2019-10-21 13:47:08 +00:00
{
2020-11-26 15:47:19 +00:00
#ifdef USE_CUSTOM_ALLOCATOR
printf("Largest free block before tidy %d\n", gMainHeap.GetLargestFreeBlock());
if(moveTextures){
if(flushDraw){
#ifdef GTA_PS2
for(int i = 0; i < sweMaxFlips+1; i++){
#else
for(int i = 0; i < 5; i++){ // probably more than needed
#endif
RwCameraBeginUpdate(Scene.camera);
RwCameraEndUpdate(Scene.camera);
RwCameraShowRaster(Scene.camera, nil, 0);
}
}
int fontSlot = CTxdStore::FindTxdSlot("fonts");
for(int i = 0; i < TXDSTORESIZE; i++){
if(i == fontSlot ||
CTxdStore::GetSlot(i) == nil)
continue;
RwTexDictionary *txd = CTxdStore::GetSlot(i)->texDict;
if(txd)
RwTexDictionaryForAllTextures(txd, MoveTextureMemoryCB, nil);
}
}
// animations
for(int i = 0; i < NUMANIMATIONS; i++){
CAnimBlendHierarchy *anim = CAnimManager::GetAnimation(i);
if(anim == nil)
continue; // cannot happen
anim->MoveMemory();
}
// model info
for(int i = 0; i < MODELINFOSIZE; i++){
CBaseModelInfo *mi = CModelInfo::GetModelInfo(i);
if(mi == nil)
continue;
TidyUpModelInfo(mi, false);
}
printf("Largest free block after tidy %d\n", gMainHeap.GetLargestFreeBlock());
2019-10-21 13:47:08 +00:00
#endif
}
2019-10-18 22:23:40 +00:00
void CGame::ProcessTidyUpMemory(void)
{
2020-11-26 15:47:19 +00:00
#ifdef USE_CUSTOM_ALLOCATOR
static int32 modelIndex = 0;
static int32 animIndex = 0;
static int32 txdIndex = 0;
bool txdReturn = false;
RwTexDictionary *txd = nil;
gNumMemMoved = 0;
// model infos
for(int numCleanedUp = 0; numCleanedUp < 10; numCleanedUp++){
CBaseModelInfo *mi;
do{
mi = CModelInfo::GetModelInfo(modelIndex);
modelIndex++;
if(modelIndex >= MODELINFOSIZE)
modelIndex = 0;
}while(mi == nil);
if(TidyUpModelInfo(mi, true))
return;
}
// tex dicts
for(int numCleanedUp = 0; numCleanedUp < 3; numCleanedUp++){
if(gNumMemMoved > 80)
break;
do{
#ifdef FIX_BUGS
txd = nil;
#endif
if(CTxdStore::GetSlot(txdIndex))
txd = CTxdStore::GetSlot(txdIndex)->texDict;
txdIndex++;
if(txdIndex >= TXDSTORESIZE)
txdIndex = 0;
}while(txd == nil);
RwTexDictionaryForAllTextures(txd, MoveTextureMemoryCB, &txdReturn);
if(txdReturn)
return;
}
// animations
CAnimBlendHierarchy *anim;
do{
anim = CAnimManager::GetAnimation(animIndex);
animIndex++;
if(animIndex >= NUMANIMATIONS)
animIndex = 0;
}while(anim == nil); // always != nil
anim->MoveMemory(true);
#endif
}