2020-03-28 20:55:23 +00:00
|
|
|
#pragma warning( push )
|
|
|
|
#pragma warning( disable : 4005)
|
|
|
|
#pragma warning( pop )
|
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"
|
2020-03-28 20:55:23 +00:00
|
|
|
#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 "Camera.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"
|
2020-03-28 20:55:23 +00:00
|
|
|
#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"
|
|
|
|
#include "GameLogic.h"
|
|
|
|
#include "Garages.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#include "GenericGameStorage.h"
|
2019-10-18 22:23:40 +00:00
|
|
|
#include "Glass.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#include "HandlingMgr.h"
|
2019-10-18 22:23:40 +00:00
|
|
|
#include "Heli.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#include "Hud.h"
|
2020-03-22 14:23:40 +00:00
|
|
|
#include "IniFile.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#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"
|
2020-03-28 20:55:23 +00:00
|
|
|
#include "ParticleObject.h"
|
|
|
|
#include "PedRoutes.h"
|
2019-10-18 22:23:40 +00:00
|
|
|
#include "Phones.h"
|
|
|
|
#include "Pickups.h"
|
|
|
|
#include "Plane.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#include "PlayerSkin.h"
|
2019-10-18 22:23:40 +00:00
|
|
|
#include "Population.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#include "Radar.h"
|
2019-10-18 22:23:40 +00:00
|
|
|
#include "Record.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#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"
|
2020-05-23 17:06:52 +00:00
|
|
|
#include "SetPieces.h"
|
2019-10-18 22:23:40 +00:00
|
|
|
#include "SpecialFX.h"
|
|
|
|
#include "Sprite2d.h"
|
2020-03-22 14:23:40 +00:00
|
|
|
#include "Stats.h"
|
2019-10-18 22:23:40 +00:00
|
|
|
#include "Streaming.h"
|
2020-03-28 20:55:23 +00:00
|
|
|
#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"
|
2020-03-28 20:55:23 +00:00
|
|
|
#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-05-19 08:23:08 +00:00
|
|
|
#include "Occlusion.h"
|
2020-04-24 11:27:02 +00:00
|
|
|
#include "debugmenu.h"
|
2020-07-27 13:04:05 +00:00
|
|
|
#include "Ropes.h"
|
2020-08-05 02:11:42 +00:00
|
|
|
#include "WindModifiers.h"
|
2020-10-09 12:53:22 +00:00
|
|
|
#include "WaterCreatures.h"
|
2020-08-11 16:39:53 +00:00
|
|
|
#include "postfx.h"
|
2020-08-19 14:10:22 +00:00
|
|
|
#include "custompipes.h"
|
2020-11-19 18:07:32 +00:00
|
|
|
#include "screendroplets.h"
|
2019-05-15 14:52:37 +00:00
|
|
|
|
2020-04-17 05:54:14 +00:00
|
|
|
eLevelName CGame::currLevel;
|
2020-05-05 15:04:43 +00:00
|
|
|
int32 CGame::currArea;
|
2020-04-17 05:54:14 +00:00
|
|
|
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-08-29 16:22:25 +00:00
|
|
|
// --MIAMI: File done
|
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);
|
2020-08-03 01:00:12 +00:00
|
|
|
#ifdef PS2_MENU
|
2020-06-27 21:01:51 +00:00
|
|
|
void MessageScreen(char *msg)
|
|
|
|
{
|
|
|
|
//TODO: stretch_screen
|
|
|
|
|
|
|
|
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);
|
|
|
|
splash->DrawRect(CRect(SCREEN_SCALE_X(20.0f), SCREEN_SCALE_Y(110.0f), SCREEN_SCALE_X(620.0f), SCREEN_SCALE_Y(300.0f)), CRGBA(50, 50, 50, 192));
|
|
|
|
|
|
|
|
CFont::SetFontStyle(FONT_BANK);
|
|
|
|
CFont::SetBackgroundOff();
|
|
|
|
CFont::SetWrapx(SCREEN_SCALE_FROM_RIGHT(190.0f)); // 450.0f
|
|
|
|
CFont::SetScale(SCREEN_SCALE_X(1.0f), SCREEN_SCALE_Y(1.0f));
|
|
|
|
CFont::SetCentreOn();
|
2020-11-08 17:49:47 +00:00
|
|
|
CFont::SetCentreSize(SCREEN_SCALE_X(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);
|
|
|
|
CFont::SetPropOn();
|
|
|
|
CFont::PrintString(SCREEN_SCALE_X(320.0f), SCREEN_SCALE_Y(130.0f), TheText.Get(msg));
|
|
|
|
CFont::DrawFonts();
|
|
|
|
|
|
|
|
DoRWStuffEndOfFrame();
|
|
|
|
}
|
2020-08-03 01:00:12 +00:00
|
|
|
#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);
|
2020-08-29 16:22:25 +00:00
|
|
|
debug("size of matrix %d\n", sizeof(CMatrix));
|
|
|
|
debug("size of placeable %d\n", sizeof(CPlaceable));
|
|
|
|
debug("size of entity %d\n", sizeof(CEntity));
|
|
|
|
debug("size of building %d\n", sizeof(CBuilding));
|
|
|
|
debug("size of dummy %d\n", sizeof(CDummy));
|
2020-08-11 16:39:53 +00:00
|
|
|
#ifdef EXTENDED_COLOURFILTER
|
|
|
|
CPostFX::InitOnce();
|
|
|
|
#endif
|
2019-07-24 16:55:43 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2020-07-29 12:24:42 +00:00
|
|
|
#ifndef LIBRW
|
|
|
|
#ifdef PS2_MATFX
|
2020-07-22 00:23:12 +00:00
|
|
|
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
|
2020-07-22 00:23:12 +00:00
|
|
|
|
2020-03-28 20:55:23 +00:00
|
|
|
bool
|
|
|
|
CGame::InitialiseRenderWare(void)
|
|
|
|
{
|
2020-08-29 16:22:25 +00:00
|
|
|
ValidateVersion();
|
2020-04-17 05:54:14 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
2020-03-28 20:55:23 +00:00
|
|
|
_TexturePoolsInitialise();
|
2020-04-17 05:54:14 +00:00
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
|
|
|
|
CTxdStore::Initialise();
|
|
|
|
CVisibilityPlugins::Initialise();
|
|
|
|
|
|
|
|
/* Create camera */
|
|
|
|
Scene.camera = CameraCreate(RsGlobal.width, RsGlobal.height, TRUE);
|
2020-03-29 13:32:11 +00:00
|
|
|
ASSERT(Scene.camera != nil);
|
2020-03-28 20:55:23 +00:00
|
|
|
if (!Scene.camera)
|
|
|
|
{
|
|
|
|
return (false);
|
|
|
|
}
|
|
|
|
|
2020-03-29 13:32:11 +00:00
|
|
|
RwCameraSetFarClipPlane(Scene.camera, 2000.0f);
|
|
|
|
RwCameraSetNearClipPlane(Scene.camera, 0.9f);
|
2020-03-28 20:55:23 +00:00
|
|
|
|
2020-03-29 13:32:11 +00:00
|
|
|
CameraSize(Scene.camera, nil, DEFAULT_VIEWWINDOW, DEFAULT_ASPECT_RATIO);
|
2020-03-28 20:55:23 +00:00
|
|
|
|
|
|
|
/* 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;
|
2020-03-28 20:55:23 +00:00
|
|
|
|
|
|
|
Scene.world = RpWorldCreate(&bbox);
|
2020-03-29 13:32:11 +00:00
|
|
|
ASSERT(Scene.world != nil);
|
2020-03-28 20:55:23 +00:00
|
|
|
if (!Scene.world)
|
|
|
|
{
|
|
|
|
CameraDestroy(Scene.camera);
|
2020-03-29 13:32:11 +00:00
|
|
|
Scene.camera = nil;
|
2020-03-28 20:55:23 +00:00
|
|
|
return (false);
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Add the camera to the world */
|
|
|
|
RpWorldAddCamera(Scene.world, Scene.camera);
|
|
|
|
LightsCreate(Scene.world);
|
|
|
|
|
|
|
|
CreateDebugFont();
|
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
|
2020-07-22 00:23:12 +00:00
|
|
|
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-03-28 20:55:23 +00:00
|
|
|
|
|
|
|
CFont::Initialise();
|
|
|
|
CHud::Initialise();
|
|
|
|
CPlayerSkin::Initialise();
|
|
|
|
|
|
|
|
return (true);
|
|
|
|
}
|
|
|
|
|
|
|
|
void CGame::ShutdownRenderWare(void)
|
|
|
|
{
|
|
|
|
DestroySplashScreen();
|
|
|
|
CHud::Shutdown();
|
|
|
|
CFont::Shutdown();
|
|
|
|
|
|
|
|
for ( int32 i = 0; i < NUMPLAYERS; i++ )
|
|
|
|
CWorld::Players[i].DeletePlayerSkin();
|
|
|
|
|
|
|
|
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;
|
2020-03-28 20:55:23 +00:00
|
|
|
|
|
|
|
CVisibilityPlugins::Shutdown();
|
|
|
|
|
2020-04-17 05:54:14 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
2020-03-28 20:55:23 +00:00
|
|
|
_TexturePoolsShutdown();
|
2020-04-17 05:54:14 +00:00
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
bool CGame::InitialiseOnceAfterRW(void)
|
|
|
|
{
|
|
|
|
TheText.Load();
|
|
|
|
CTimer::Initialise();
|
|
|
|
CTempColModels::Initialise();
|
|
|
|
mod_HandlingManager.Initialise();
|
|
|
|
CSurfaceTable::Initialise("DATA\\SURFACE.DAT");
|
|
|
|
CPedStats::Initialise();
|
|
|
|
CTimeCycle::Initialise();
|
2020-07-06 16:26:06 +00:00
|
|
|
DMAudio.Initialise();
|
2020-03-28 20:55:23 +00:00
|
|
|
if ( DMAudio.GetNum3DProvidersAvailable() == 0 )
|
2020-07-06 16:26:06 +00:00
|
|
|
FrontEndMenuManager.m_nPrefsAudio3DProviderIndex = NO_AUDIO_PROVIDER;
|
2020-03-28 20:55:23 +00:00
|
|
|
|
2020-07-06 16:26:06 +00:00
|
|
|
if ( FrontEndMenuManager.m_nPrefsAudio3DProviderIndex == AUDIO_PROVIDER_NOT_DETERMINED || FrontEndMenuManager.m_nPrefsAudio3DProviderIndex == -2 )
|
2020-03-28 20:55:23 +00:00
|
|
|
{
|
2020-05-21 23:44:01 +00:00
|
|
|
FrontEndMenuManager.m_PrefsSpeakers = 0;
|
2020-07-06 16:26:06 +00:00
|
|
|
FrontEndMenuManager.m_nPrefsAudio3DProviderIndex = DMAudio.AutoDetect3DProviders();
|
2020-03-28 20:55:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
DMAudio.SetCurrent3DProvider(FrontEndMenuManager.m_nPrefsAudio3DProviderIndex);
|
2020-05-21 23:44:01 +00:00
|
|
|
DMAudio.SetSpeakerConfig(FrontEndMenuManager.m_PrefsSpeakers);
|
|
|
|
DMAudio.SetDynamicAcousticModelingStatus(FrontEndMenuManager.m_PrefsDMA);
|
|
|
|
DMAudio.SetMusicMasterVolume(FrontEndMenuManager.m_PrefsMusicVolume);
|
|
|
|
DMAudio.SetEffectsMasterVolume(FrontEndMenuManager.m_PrefsSfxVolume);
|
2020-03-28 20:55:23 +00:00
|
|
|
DMAudio.SetEffectsFadeVol(127);
|
|
|
|
DMAudio.SetMusicFadeVol(127);
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
void
|
|
|
|
CGame::FinalShutdown(void)
|
|
|
|
{
|
|
|
|
CTxdStore::Shutdown();
|
|
|
|
CPedStats::Shutdown();
|
|
|
|
CdStreamShutdown();
|
|
|
|
}
|
2020-03-22 14:23:40 +00:00
|
|
|
|
|
|
|
bool CGame::Initialise(const char* datFile)
|
|
|
|
{
|
|
|
|
ResetLoadingScreenBar();
|
|
|
|
strcpy(aDatFile, datFile);
|
|
|
|
CPools::Initialise();
|
|
|
|
CIniFile::LoadIniFile();
|
2020-08-29 16:22:25 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
|
|
|
_TexturePoolsUnknown(false);
|
|
|
|
#endif
|
2020-05-05 21:27:43 +00:00
|
|
|
currLevel = LEVEL_BEACH;
|
2020-08-29 16:22:25 +00:00
|
|
|
currArea = AREA_MAIN_MAP;
|
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);
|
|
|
|
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);
|
|
|
|
CGameLogic::InitAtStartOfGame();
|
|
|
|
CReferences::Init();
|
|
|
|
TheCamera.Init();
|
|
|
|
TheCamera.SetRwCamera(Scene.camera);
|
|
|
|
CDebug::DebugInitTextBuffer();
|
|
|
|
ThePaths.Init();
|
|
|
|
ThePaths.AllocatePathFindInfoMem(4500);
|
2020-08-19 18:11:19 +00:00
|
|
|
CScriptPaths::Init();
|
2020-03-22 14:23:40 +00:00
|
|
|
CWeather::Init();
|
|
|
|
CCullZones::Init();
|
2020-05-19 08:23:08 +00:00
|
|
|
COcclusion::Init();
|
2020-03-22 14:23:40 +00:00
|
|
|
CCollision::Init();
|
2020-05-23 17:06:52 +00:00
|
|
|
CSetPieces::Init();
|
2020-03-22 14:23:40 +00:00
|
|
|
CTheZones::Init();
|
|
|
|
CUserDisplay::Init();
|
|
|
|
CMessages::Init();
|
|
|
|
CMessages::ClearAllMessagesDisplayedByGame();
|
|
|
|
CRecordDataForGame::Init();
|
|
|
|
CRestart::Initialise();
|
|
|
|
CWorld::Initialise();
|
|
|
|
CParticle::Initialise();
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2
|
|
|
|
gStartX = -180.0f;
|
|
|
|
gStartY = 180.0f;
|
|
|
|
gStartZ = 14.0f;
|
|
|
|
#endif
|
2020-03-22 14:23:40 +00:00
|
|
|
CAnimManager::Initialise();
|
|
|
|
CCutsceneMgr::Initialise();
|
|
|
|
CCarCtrl::Init();
|
|
|
|
InitModelIndices();
|
|
|
|
CModelInfo::Initialise();
|
|
|
|
CPickups::Init();
|
|
|
|
CTheCarGenerators::Init();
|
|
|
|
CdStreamAddImage("MODELS\\GTA3.IMG");
|
|
|
|
CFileLoader::LoadLevel("DATA\\DEFAULT.DAT");
|
|
|
|
CFileLoader::LoadLevel(datFile);
|
2020-08-19 14:10:22 +00:00
|
|
|
#ifdef EXTENDED_PIPELINES
|
|
|
|
// for generic fallback
|
|
|
|
CustomPipes::SetTxdFindCallback();
|
|
|
|
#endif
|
2020-08-29 16:22:25 +00:00
|
|
|
LoadingScreen("Loading the Game", "Add Particles", nil);
|
2020-03-22 14:23:40 +00:00
|
|
|
CWorld::AddParticles();
|
|
|
|
CVehicleModelInfo::LoadVehicleColours();
|
|
|
|
CVehicleModelInfo::LoadEnvironmentMaps();
|
|
|
|
CTheZones::PostZoneCreation();
|
2020-08-29 16:22:25 +00:00
|
|
|
LoadingScreen("Loading the Game", "Setup paths", nil);
|
2020-03-22 14:23:40 +00:00
|
|
|
ThePaths.PreparePathData();
|
|
|
|
for (int i = 0; i < NUMPLAYERS; i++)
|
|
|
|
CWorld::Players[i].Clear();
|
|
|
|
CWorld::Players[0].LoadPlayerSkin();
|
|
|
|
TestModelIndices();
|
|
|
|
LoadingScreen("Loading the Game", "Setup water", nil);
|
2020-05-27 18:50:01 +00:00
|
|
|
WaterLevelInitialise("DATA\\WATER.DAT");
|
2020-03-22 14:23:40 +00:00
|
|
|
TheConsole.Init();
|
|
|
|
CDraw::SetFOV(120.0f);
|
|
|
|
CDraw::ms_fLODDistance = 500.0f;
|
|
|
|
LoadingScreen("Loading the Game", "Setup streaming", nil);
|
|
|
|
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-08-29 16:22:25 +00:00
|
|
|
CStreaming::RemoveIslandsNotUsed(currLevel);
|
2020-07-22 11:56:28 +00:00
|
|
|
printf("Streaming uses %zuK of its memory", CStreaming::ms_memoryUsed / 1024); // original modifier was %d
|
2020-03-22 14:23:40 +00:00
|
|
|
LoadingScreen("Loading the Game", "Load animations", GetRandomSplashScreen());
|
|
|
|
CAnimManager::LoadAnimFiles();
|
2020-05-15 14:30:25 +00:00
|
|
|
CStreaming::LoadInitialWeapons();
|
2020-08-29 16:22:25 +00:00
|
|
|
CStreaming::LoadAllRequestedModels(0);
|
2020-03-22 14:23:40 +00:00
|
|
|
CPed::Initialise();
|
|
|
|
CRouteNode::Initialise();
|
|
|
|
CEventList::Initialise();
|
2020-11-19 18:07:32 +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();
|
|
|
|
LoadingScreen("Loading the Game", "Setup game variables", nil);
|
|
|
|
CRadar::Initialise();
|
|
|
|
CRadar::LoadTextures();
|
|
|
|
CWeapon::InitialiseWeapons();
|
|
|
|
LoadingScreen("Loading the Game", "Setup traffic lights", nil);
|
|
|
|
CTrafficLights::ScanForLightsOnMap();
|
|
|
|
CRoadBlocks::Init();
|
|
|
|
LoadingScreen("Loading the Game", "Setup game variables", nil);
|
|
|
|
CPopulation::Initialise();
|
|
|
|
CWorld::PlayerInFocus = 0;
|
|
|
|
CCoronas::Init();
|
|
|
|
CShadows::Init();
|
|
|
|
CWeaponEffects::Init();
|
|
|
|
CSkidmarks::Init();
|
|
|
|
CAntennas::Init();
|
|
|
|
CGlass::Init();
|
|
|
|
gPhoneInfo.Initialise();
|
2020-04-12 09:06:33 +00:00
|
|
|
CSceneEdit::Initialise();
|
2020-03-22 14:23:40 +00:00
|
|
|
LoadingScreen("Loading the Game", "Load scripts", nil);
|
|
|
|
CTheScripts::Init();
|
2020-03-28 20:55:23 +00:00
|
|
|
CGangs::Initialise();
|
2020-03-22 14:23:40 +00:00
|
|
|
LoadingScreen("Loading the Game", "Setup game variables", nil);
|
|
|
|
CClock::Initialise(1000);
|
|
|
|
CHeli::InitHelis();
|
|
|
|
CCranes::InitCranes();
|
|
|
|
CMovingThings::Init();
|
|
|
|
CDarkel::Init();
|
|
|
|
CStats::Init();
|
|
|
|
CPacManPickups::Init();
|
|
|
|
CRubbish::Init();
|
|
|
|
CClouds::Init();
|
|
|
|
CSpecialFX::Init();
|
2020-07-27 13:04:05 +00:00
|
|
|
CRopes::Init();
|
2020-03-22 14:23:40 +00:00
|
|
|
CWaterCannons::Init();
|
|
|
|
CBridge::Init();
|
|
|
|
CGarages::Init();
|
2020-07-27 13:04:05 +00:00
|
|
|
LoadingScreen("Loading the Game", "Position dynamic objects", nil);
|
2020-03-22 14:23:40 +00:00
|
|
|
LoadingScreen("Loading the Game", "Initialise vehicle paths", nil);
|
|
|
|
CTrain::InitTrains();
|
|
|
|
CPlane::InitPlanes();
|
|
|
|
CCredits::Init();
|
|
|
|
CRecordDataForChase::Init();
|
|
|
|
CReplay::Init();
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2_MENU
|
|
|
|
if ( !TheMemoryCard.m_bWantToLoad )
|
|
|
|
{
|
|
|
|
#endif
|
2020-07-27 13:04:05 +00:00
|
|
|
LoadingScreen("Loading the Game", "Start script", nil);
|
2020-03-22 14:23:40 +00:00
|
|
|
CTheScripts::StartTestScript();
|
|
|
|
CTheScripts::Process();
|
|
|
|
TheCamera.Process();
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2_MENU
|
|
|
|
}
|
|
|
|
#endif
|
2020-03-22 14:23:40 +00:00
|
|
|
LoadingScreen("Loading the Game", "Load scene", nil);
|
2020-03-28 20:55:23 +00:00
|
|
|
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);
|
2020-08-29 16:22:25 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
|
|
|
_TexturePoolsUnknown(true);
|
|
|
|
#endif
|
2020-09-09 16:37:44 +00:00
|
|
|
DMAudio.SetStartingTrackPositions(true);
|
2020-07-27 13:04:05 +00:00
|
|
|
DMAudio.ChangeMusicMode(MUSICMODE_GAME);
|
2020-03-22 14:23:40 +00:00
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
2020-03-28 20:55:23 +00:00
|
|
|
bool CGame::ShutDown(void)
|
|
|
|
{
|
2020-08-29 16:22:25 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
|
|
|
_TexturePoolsUnknown(false);
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
CReplay::FinishPlayback();
|
2020-08-29 16:22:25 +00:00
|
|
|
CReplay::EmptyReplayBuffer();
|
2020-03-28 20:55:23 +00:00
|
|
|
CPlane::Shutdown();
|
|
|
|
CTrain::Shutdown();
|
2020-08-19 18:11:19 +00:00
|
|
|
CScriptPaths::Shutdown();
|
2020-10-09 12:53:22 +00:00
|
|
|
CWaterCreatures::RemoveAll();
|
2020-03-28 20:55:23 +00:00
|
|
|
CSpecialFX::Shutdown();
|
2020-03-29 15:53:58 +00:00
|
|
|
#ifndef PS2
|
2020-03-28 20:55:23 +00:00
|
|
|
CGarages::Shutdown();
|
2020-03-29 15:53:58 +00:00
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
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;
|
2020-03-28 20:55:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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();
|
2020-08-29 16:22:25 +00:00
|
|
|
CWaterLevel::DestroyWavyAtomic();
|
2020-03-28 20:55:23 +00:00
|
|
|
CRubbish::Shutdown();
|
|
|
|
CClouds::Shutdown();
|
|
|
|
CShadows::Shutdown();
|
|
|
|
CCoronas::Shutdown();
|
|
|
|
CSkidmarks::Shutdown();
|
|
|
|
CWeaponEffects::Shutdown();
|
|
|
|
CParticle::Shutdown();
|
|
|
|
CPools::ShutDown();
|
|
|
|
CTxdStore::RemoveTxdSlot(gameTxdSlot);
|
2020-08-29 16:22:25 +00:00
|
|
|
CMBlur::MotionBlurClose();
|
2020-03-28 20:55:23 +00:00
|
|
|
CdStreamRemoveImages();
|
2020-08-29 16:22:25 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
|
|
|
_TexturePoolsFinalShutdown();
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
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();
|
2020-03-28 20:55:23 +00:00
|
|
|
TheCamera.SetRwCamera(Scene.camera);
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2_MENU
|
|
|
|
}
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
CDebug::DebugInitTextBuffer();
|
|
|
|
CWeather::Init();
|
|
|
|
CUserDisplay::Init();
|
|
|
|
CMessages::Init();
|
|
|
|
CRestart::Initialise();
|
|
|
|
CWorld::bDoingCarCollisions = false;
|
|
|
|
CHud::ReInitialise();
|
|
|
|
CRadar::Initialise();
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2
|
|
|
|
gStartX = -180.0f;
|
|
|
|
gStartY = 180.0f;
|
|
|
|
gStartZ = 14.0f;
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
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);
|
2020-08-29 16:22:25 +00:00
|
|
|
CStreaming::RemoveIslandsNotUsed(LEVEL_BEACH);
|
|
|
|
CStreaming::RemoveIslandsNotUsed(LEVEL_MAINLAND);
|
2020-03-28 20:55:23 +00:00
|
|
|
CStreaming::LoadAllRequestedModels(false);
|
2020-08-29 16:22:25 +00:00
|
|
|
currArea = AREA_MAIN_MAP;
|
2020-03-28 20:55:23 +00:00
|
|
|
CPed::Initialise();
|
|
|
|
CEventList::Initialise();
|
2020-11-19 18:07:32 +00:00
|
|
|
#ifdef SCREEN_DROPLETS
|
|
|
|
ScreenDroplets::Initialise();
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
CWeapon::InitialiseWeapons();
|
|
|
|
CPopulation::Initialise();
|
|
|
|
|
|
|
|
for (int i = 0; i < NUMPLAYERS; i++)
|
|
|
|
CWorld::Players[i].Clear();
|
|
|
|
|
|
|
|
CWorld::PlayerInFocus = 0;
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2
|
|
|
|
CWeaponEffects::Init();
|
|
|
|
CSkidmarks::Init();
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
CAntennas::Init();
|
|
|
|
CGlass::Init();
|
|
|
|
gPhoneInfo.Initialise();
|
|
|
|
CTheScripts::Init();
|
|
|
|
CGangs::Initialise();
|
|
|
|
CTimer::Initialise();
|
|
|
|
CClock::Initialise(1000);
|
|
|
|
CTheCarGenerators::Init();
|
|
|
|
CHeli::InitHelis();
|
|
|
|
CMovingThings::Init();
|
|
|
|
CDarkel::Init();
|
|
|
|
CStats::Init();
|
|
|
|
CPickups::Init();
|
|
|
|
CPacManPickups::Init();
|
|
|
|
CGarages::Init();
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2
|
|
|
|
CClouds::Init();
|
|
|
|
CRemote::Init();
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
CSpecialFX::Init();
|
2020-07-27 13:04:05 +00:00
|
|
|
CRopes::Init();
|
2020-03-28 20:55:23 +00:00
|
|
|
CWaterCannons::Init();
|
2020-08-19 18:11:19 +00:00
|
|
|
CScriptPaths::Init();
|
2020-03-28 20:55:23 +00:00
|
|
|
CParticle::ReloadConfig();
|
2020-03-29 13:32:11 +00:00
|
|
|
|
2020-06-27 21:01:51 +00:00
|
|
|
#ifdef PS2_MENU
|
|
|
|
if ( !TheMemoryCard.m_bWantToLoad )
|
|
|
|
#else
|
2020-04-08 23:52:38 +00:00
|
|
|
if ( !FrontEndMenuManager.m_bWantToLoad )
|
2020-06-27 21:01:51 +00:00
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
{
|
|
|
|
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)
|
|
|
|
{
|
2020-06-01 14:52:40 +00:00
|
|
|
// Empty and unused
|
2020-03-28 20:55:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
void CGame::ShutDownForRestart(void)
|
|
|
|
{
|
2020-08-29 16:22:25 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
|
|
|
_TexturePoolsUnknown(false);
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
CReplay::FinishPlayback();
|
|
|
|
CReplay::EmptyReplayBuffer();
|
|
|
|
DMAudio.DestroyAllGameCreatedEntities();
|
2020-08-29 16:22:25 +00:00
|
|
|
CMovingThings::Shutdown();
|
2020-03-28 20:55:23 +00:00
|
|
|
|
|
|
|
for (int i = 0; i < NUMPLAYERS; i++)
|
|
|
|
CWorld::Players[i].Clear();
|
2020-03-29 13:32:11 +00:00
|
|
|
|
2020-03-28 20:55:23 +00:00
|
|
|
CGarages::SetAllDoorsBackToOriginalHeight();
|
|
|
|
CTheScripts::UndoBuildingSwaps();
|
|
|
|
CTheScripts::UndoEntityInvisibilitySettings();
|
|
|
|
CWorld::ClearForRestart();
|
2020-05-31 17:59:01 +00:00
|
|
|
CGameLogic::ClearShortCut();
|
2020-03-28 20:55:23 +00:00
|
|
|
CTimer::Shutdown();
|
2020-08-20 21:43:13 +00:00
|
|
|
CStreaming::ReInit();
|
2020-03-28 20:55:23 +00:00
|
|
|
CRadar::RemoveRadarSections();
|
|
|
|
FrontEndMenuManager.UnloadTextures();
|
2020-07-02 23:18:06 +00:00
|
|
|
CParticleObject::RemoveAllExpireableParticleObjects();
|
2020-10-09 12:53:22 +00:00
|
|
|
CWaterCreatures::RemoveAll();
|
2020-05-23 17:06:52 +00:00
|
|
|
CSetPieces::Init();
|
2020-03-28 20:55:23 +00:00
|
|
|
CPedType::Shutdown();
|
|
|
|
CSpecialFX::Shutdown();
|
|
|
|
}
|
|
|
|
|
|
|
|
void CGame::InitialiseWhenRestarting(void)
|
|
|
|
{
|
|
|
|
CRect rect(0, 0, SCREEN_WIDTH, SCREEN_HEIGHT);
|
|
|
|
CRGBA color(255, 255, 255, 255);
|
|
|
|
|
|
|
|
CTimer::Initialise();
|
|
|
|
CSprite2d::SetRecipNearClip();
|
2020-05-23 23:59:30 +00:00
|
|
|
|
|
|
|
if (b_FoundRecentSavedGameWantToLoad || FrontEndMenuManager.m_bWantToLoad)
|
|
|
|
{
|
|
|
|
LoadSplash("splash1");
|
|
|
|
if (FrontEndMenuManager.m_bWantToLoad)
|
|
|
|
FrontEndMenuManager.MessageScreen("FELD_WR", true);
|
|
|
|
}
|
|
|
|
|
2020-03-28 20:55:23 +00:00
|
|
|
b_FoundRecentSavedGameWantToLoad = false;
|
|
|
|
|
|
|
|
TheCamera.Init();
|
|
|
|
|
2020-04-08 23:52:38 +00:00
|
|
|
if ( FrontEndMenuManager.m_bWantToLoad == true )
|
2020-03-28 20:55:23 +00:00
|
|
|
{
|
|
|
|
RestoreForStartLoad();
|
|
|
|
}
|
|
|
|
|
|
|
|
ReInitGameObjectVariables();
|
|
|
|
|
2020-04-08 23:52:38 +00:00
|
|
|
if ( FrontEndMenuManager.m_bWantToLoad == true )
|
2020-03-28 20:55:23 +00:00
|
|
|
{
|
2020-08-29 16:22:25 +00:00
|
|
|
FrontEndMenuManager.m_bWantToLoad = false;
|
|
|
|
// TODO(Miami)
|
|
|
|
//InitRadioStationPositionList();
|
2020-03-28 20:55:23 +00:00
|
|
|
if ( GenericLoad() == true )
|
|
|
|
{
|
|
|
|
DMAudio.ResetTimers(CTimer::GetTimeInMilliseconds());
|
|
|
|
CTrain::InitTrains();
|
|
|
|
CPlane::InitPlanes();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
for ( int32 i = 0; i < 50; i++ )
|
|
|
|
{
|
|
|
|
HandleExit();
|
2020-06-01 14:52:40 +00:00
|
|
|
FrontEndMenuManager.MessageScreen("FED_LFL", true); // Loading save game has failed. The game will restart now.
|
2020-03-28 20:55:23 +00:00
|
|
|
}
|
|
|
|
|
2020-08-29 16:22:25 +00:00
|
|
|
TheCamera.SetFadeColour(0, 0, 0);
|
2020-03-28 20:55:23 +00:00
|
|
|
ShutDownForRestart();
|
|
|
|
CTimer::Stop();
|
|
|
|
CTimer::Initialise();
|
2020-04-08 23:52:38 +00:00
|
|
|
FrontEndMenuManager.m_bWantToLoad = false;
|
2020-03-28 20:55:23 +00:00
|
|
|
ReInitGameObjectVariables();
|
2020-07-13 15:10:17 +00:00
|
|
|
currLevel = LEVEL_GENERIC;
|
2020-03-28 20:55:23 +00:00
|
|
|
CCollision::SortOutCollisionAfterLoad();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
CTimer::Update();
|
|
|
|
|
|
|
|
DMAudio.ChangeMusicMode(MUSICMODE_GAME);
|
2020-08-29 16:22:25 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
|
|
|
_TexturePoolsUnknown(true);
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
}
|
|
|
|
|
2019-10-18 22:23:40 +00:00
|
|
|
void CGame::Process(void)
|
|
|
|
{
|
|
|
|
CPad::UpdatePads();
|
2020-04-09 03:20:44 +00:00
|
|
|
#ifdef GTA_PS2
|
2020-04-08 23:52:38 +00:00
|
|
|
ProcessTidyUpMemory();
|
|
|
|
#endif
|
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();
|
2019-10-19 11:12:18 +00:00
|
|
|
if (!CCutsceneMgr::IsCutsceneProcessing() && !CTimer::GetIsCodePaused())
|
2019-10-18 22:23:40 +00:00
|
|
|
FrontEndMenuManager.Process();
|
2020-08-29 16:22:25 +00:00
|
|
|
CTheZones::Update();
|
|
|
|
// DRM call in here
|
|
|
|
uint32 startTime = CTimer::GetCurrentTimeInCycles() / CTimer::GetCyclesPerMillisecond();
|
2019-10-18 22:23:40 +00:00
|
|
|
CStreaming::Update();
|
2020-08-29 16:22:25 +00:00
|
|
|
uint32 processTime = CTimer::GetCurrentTimeInCycles() / CTimer::GetCyclesPerMillisecond() - startTime;
|
2020-08-05 02:11:42 +00:00
|
|
|
CWindModifiers::Number = 0;
|
2019-10-18 22:23:40 +00:00
|
|
|
if (!CTimer::GetIsPaused())
|
|
|
|
{
|
|
|
|
CSprite2d::SetRecipNearClip();
|
|
|
|
CSprite2d::InitPerFrame();
|
|
|
|
CFont::InitPerFrame();
|
|
|
|
CRecordDataForGame::SaveOrRetrieveDataForThisFrame();
|
|
|
|
CRecordDataForChase::SaveOrRetrieveDataForThisFrame();
|
|
|
|
CPad::DoCheats();
|
|
|
|
CClock::Update();
|
|
|
|
CWeather::Update();
|
|
|
|
CTheScripts::Process();
|
|
|
|
CCollision::Update();
|
2020-08-19 18:11:19 +00:00
|
|
|
CScriptPaths::Update();
|
2019-10-18 22:23:40 +00:00
|
|
|
CTrain::UpdateTrains();
|
|
|
|
CPlane::UpdatePlanes();
|
|
|
|
CHeli::UpdateHelis();
|
|
|
|
CDarkel::Update();
|
|
|
|
CSkidmarks::Update();
|
|
|
|
CAntennas::Update();
|
|
|
|
CGlass::Update();
|
|
|
|
CSceneEdit::Update();
|
2020-05-23 17:06:52 +00:00
|
|
|
CSetPieces::Update();
|
2019-10-18 22:23:40 +00:00
|
|
|
CEventList::Update();
|
|
|
|
CParticle::Update();
|
|
|
|
gFireManager.Update();
|
2020-08-29 16:22:25 +00:00
|
|
|
if (processTime >= 2) {
|
|
|
|
CPopulation::Update(false);
|
|
|
|
} else {
|
|
|
|
uint32 startTime = CTimer::GetCurrentTimeInCycles() / CTimer::GetCyclesPerMillisecond();
|
|
|
|
CPopulation::Update(true);
|
|
|
|
processTime = CTimer::GetCurrentTimeInCycles() / CTimer::GetCyclesPerMillisecond() - startTime;
|
|
|
|
}
|
2019-10-18 22:23:40 +00:00
|
|
|
CWeapon::UpdateWeapons();
|
|
|
|
if (!CCutsceneMgr::IsRunning())
|
|
|
|
CTheCarGenerators::Process();
|
|
|
|
if (!CReplay::IsPlayingBack())
|
|
|
|
CCranes::UpdateCranes();
|
|
|
|
CClouds::Update();
|
|
|
|
CMovingThings::Update();
|
|
|
|
CWaterCannons::Update();
|
|
|
|
CUserDisplay::Process();
|
|
|
|
CReplay::Update();
|
|
|
|
CWorld::Process();
|
|
|
|
gAccidentManager.Update();
|
|
|
|
CPacManPickups::Update();
|
|
|
|
CPickups::Update();
|
|
|
|
CGarages::Update();
|
|
|
|
CRubbish::Update();
|
|
|
|
CSpecialFX::Update();
|
2020-07-27 13:04:05 +00:00
|
|
|
CRopes::Update();
|
2019-10-18 22:23:40 +00:00
|
|
|
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-08-29 16:22:25 +00:00
|
|
|
if (processTime < 2)
|
|
|
|
CCarCtrl::GenerateRandomCars();
|
2019-10-18 22:23:40 +00:00
|
|
|
CRoadBlocks::GenerateRoadBlocks();
|
|
|
|
CCarCtrl::RemoveDistantCars();
|
2020-08-29 16:22:25 +00:00
|
|
|
CCarCtrl::RemoveCarsIfThePoolGetsFull();
|
2019-10-18 22:23:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-07-24 16:55:43 +00:00
|
|
|
|
2020-05-21 11:23:12 +00:00
|
|
|
void
|
|
|
|
CGame::InitAfterFocusLoss()
|
|
|
|
{
|
2020-05-23 23:59:30 +00:00
|
|
|
FrontEndMenuManager.m_nPrefsAudio3DProviderIndex = FrontEndMenuManager.m_lastWorking3DAudioProvider;
|
|
|
|
DMAudio.SetCurrent3DProvider(FrontEndMenuManager.m_lastWorking3DAudioProvider);
|
2020-05-21 11:23:12 +00:00
|
|
|
|
|
|
|
if (!FrontEndMenuManager.m_bGameNotLoaded && !FrontEndMenuManager.m_bMenuActive)
|
2020-05-22 13:04:52 +00:00
|
|
|
FrontEndMenuManager.m_bStartUpFrontEndRequested = true;
|
2020-05-21 11:23:12 +00:00
|
|
|
}
|
|
|
|
|
2020-05-27 18:50:01 +00:00
|
|
|
bool
|
|
|
|
CGame::CanSeeWaterFromCurrArea(void)
|
|
|
|
{
|
|
|
|
return currArea == AREA_MAIN_MAP || currArea == AREA_MANSION
|
|
|
|
|| currArea == AREA_HOTEL;
|
|
|
|
}
|
|
|
|
|
2020-05-12 14:27:26 +00:00
|
|
|
bool
|
|
|
|
CGame::CanSeeOutSideFromCurrArea(void)
|
|
|
|
{
|
|
|
|
return currArea == AREA_MAIN_MAP || currArea == AREA_MALL ||
|
|
|
|
currArea == AREA_MANSION || currArea == AREA_HOTEL;
|
|
|
|
}
|
|
|
|
|
2020-03-28 20:55:23 +00:00
|
|
|
void CGame::DrasticTidyUpMemory(bool)
|
2019-10-18 22:23:40 +00:00
|
|
|
{
|
2020-08-29 16:22:25 +00:00
|
|
|
#ifdef USE_TEXTURE_POOL
|
|
|
|
// TODO
|
|
|
|
#endif
|
2020-03-28 20:55:23 +00:00
|
|
|
#ifdef PS2
|
|
|
|
// meow
|
|
|
|
#endif
|
2019-10-18 22:23:40 +00:00
|
|
|
}
|
2019-07-24 16:55:43 +00:00
|
|
|
|
2020-08-29 16:22:25 +00:00
|
|
|
void CGame::TidyUpMemory(bool unk1, bool unk2)
|
2019-10-21 13:47:08 +00:00
|
|
|
{
|
2020-03-28 20:55:23 +00:00
|
|
|
#ifdef PS2
|
|
|
|
// meow
|
2019-10-21 13:47:08 +00:00
|
|
|
#endif
|
2020-08-29 16:22:25 +00:00
|
|
|
if (unk2) {
|
|
|
|
DrasticTidyUpMemory(true); // parameter is unknown too
|
|
|
|
}
|
2020-03-28 20:55:23 +00:00
|
|
|
}
|
2019-10-18 22:23:40 +00:00
|
|
|
|
2020-04-08 23:52:38 +00:00
|
|
|
void CGame::ProcessTidyUpMemory(void)
|
|
|
|
{
|
|
|
|
#ifdef PS2
|
|
|
|
// meow
|
|
|
|
#endif
|
|
|
|
}
|