RigsofRods
Soft-body Physics Simulation
Functions | Variables
ActorManager.cpp File Reference
#include "ActorManager.h"
#include "Application.h"
#include "Actor.h"
#include "CacheSystem.h"
#include "ContentManager.h"
#include "ChatSystem.h"
#include "Collisions.h"
#include "DashBoardManager.h"
#include "DynamicCollisions.h"
#include "EngineSim.h"
#include "GameContext.h"
#include "GfxScene.h"
#include "GUIManager.h"
#include "Console.h"
#include "GUI_TopMenubar.h"
#include "InputEngine.h"
#include "Language.h"
#include "MovableText.h"
#include "Network.h"
#include "PointColDetector.h"
#include "Replay.h"
#include "RigDef_Validator.h"
#include "ActorSpawner.h"
#include "ScriptEngine.h"
#include "SoundScriptManager.h"
#include "Terrain.h"
#include "ThreadPool.h"
#include "TuneupFileFormat.h"
#include "Utils.h"
#include "VehicleAI.h"
+ Include dependency graph for ActorManager.cpp:

Go to the source code of this file.

Functions

int FindPivotActorId (ActorPtr player, ActorPtr prev_player)
 
bool ShouldIncludeActorInList (const ActorPtr &actor)
 
void HandleErrorLoadingFile (std::string type, std::string filename, std::string exception_msg)
 
void HandleErrorLoadingTruckfile (std::string filename, std::string exception_msg)
 
static bool ProcessFreeForce (FreeForceRequest *rq, FreeForce &freeforce)
 

Variables

static ActorInstanceID_t m_actor_counter = 1
 

Detailed Description

Author
Thomas Fischer (thomas{AT}thomasfischer{DOT}biz)
Date
24th of August 2009

Definition in file ActorManager.cpp.

Function Documentation

◆ FindPivotActorId()

int FindPivotActorId ( ActorPtr  player,
ActorPtr  prev_player 
)

Definition at line 941 of file ActorManager.cpp.

+ Here is the caller graph for this function:

◆ HandleErrorLoadingFile()

void HandleErrorLoadingFile ( std::string  type,
std::string  filename,
std::string  exception_msg 
)

Definition at line 1244 of file ActorManager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ HandleErrorLoadingTruckfile()

void HandleErrorLoadingTruckfile ( std::string  filename,
std::string  exception_msg 
)

Definition at line 1252 of file ActorManager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ProcessFreeForce()

static bool ProcessFreeForce ( FreeForceRequest rq,
FreeForce freeforce 
)
static

Definition at line 1548 of file ActorManager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ShouldIncludeActorInList()

bool ShouldIncludeActorInList ( const ActorPtr actor)

Definition at line 950 of file ActorManager.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ m_actor_counter

ActorInstanceID_t m_actor_counter = 1
static

Definition at line 61 of file ActorManager.cpp.