Home
last modified time | relevance | path

Searched refs:theWorld (Results 1 – 25 of 56) sorted by relevance

123

/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dgamecore.cpp263 theWorld->m_LastTime = -3.01 + offset; in setStartTime()
281 theWorld->m_Lastdt = dt; in update()
288 int timeNow = int(theWorld->m_LastTime); in update()
297 theWorld->m_ChatSystem.sendMessage(msg); in update()
307 theWorld->m_Lastdt = dt; in update()
308 theWorld->m_LastTime = currTime; in update()
311 if(theWorld->m_Lastdt > 0.5) in update()
316 theWorld->m_Lastdt = 0.5; in update()
352 theWorld->m_ChatSystem.m_OutQueue.clear(); in update()
362 theWorld->m_ChatSystem.deliverMessages(); in update()
[all …]
H A Dcollisiondetector.cpp43 int lengte = theWorld->getTrack()->m_L; in getLineCollision()
44 int breedte = theWorld->getTrack()->m_W; in getLineCollision()
45 int hoogte = theWorld->getTrack()->m_H; in getLineCollision()
96 int lengte = theWorld->getTrack()->m_L; in getCollisions()
98 int hoogte = theWorld->getTrack()->m_H; in getCollisions()
178 …const STile &theTile = theWorld->getTrack()->m_Track[htile + theWorld->getTrack()->m_H*(ztile + th… in LineTileTest()
228 …const STile &theTile = theWorld->getTrack()->m_Track[htile + theWorld->getTrack()->m_H*(ztile + th… in getTileGround()
297 int lth = theWorld->getTrack()->m_L; in calculateTrackBounds()
298 int wth = theWorld->getTrack()->m_W; in calculateTrackBounds()
299 int hth = theWorld->getTrack()->m_H; in calculateTrackBounds()
[all …]
H A Drulecontrol.cpp51 theWorld->m_Paused = true; in update()
58 theWorld->m_Paused = true; in update()
60 float t = theWorld->m_LastTime; in update()
64 theWorld->m_Paused = false; in update()
83 theWorld->m_ChatSystem.sendMessage(msg); in update()
86 else if(!theWorld->m_Paused) in update()
119 CTrack &track = *(theWorld->getTrack()); in updateCarRules()
349 CTrack &track = *(theWorld->getTrack()); in getSmallestDistance()
403 CTrack &track = *(theWorld->getTrack()); in getDirectDistance()
423 theWorld->m_ChatSystem.sendMessage(m); in addPenaltytime()
[all …]
H A Dcarrulestatus.cpp50 float t = theWorld->m_LastTime; in start()
60 lastPosition.resize(theWorld->getTrack()->m_Routes.size()); in start()
74 finishTime = theWorld->m_LastTime; //time when it finished racing in finish()
105 finishTime = theWorld->m_LastTime; //time when it finished racing in crash()
117 finishTime = theWorld->m_LastTime; //time when it finished racing in giveUp()
H A Dapproximation.cpp33 if(theWorld->m_Paused) return true; in update()
35 vector<CDataObject *> objs = theWorld->getObjectArray(CDataObject::eMovingObject); in update()
37 float dt = theWorld->m_Lastdt; in update()
48 mo->m_LastUpdateTime = theWorld->m_LastTime; in update()
H A Dphysics.cpp48 float dt = theWorld->m_Lastdt; in update()
49 vector<CDataObject *> objs = theWorld->getObjectArray(CDataObject::eMovingObject); in update()
55 mo->m_LastUpdateTime = theWorld->m_LastTime; in update()
59 if(theWorld->m_Paused) return true; in update()
108 mo->m_SimCollisions = theWorld->m_Detector.getCollisions(mo); in update()
H A Dreplayer.cpp29 m_PreviousTime = theWorld->m_LastTime - 1000.0; in CReplayer()
65 float now = theWorld->m_LastTime; in update()
98 CTrack *track = theWorld->getTrack(); in fillHeaderInfo()
184 vector<CDataObject *> objs = theWorld->getObjectArray(CDataObject::eMovingObject); in writeData()
203 vector<CDataObject *> objs = theWorld->getObjectArray(CDataObject::eMovingObject); in readData()
H A Dworld.cpp24 CWorld *theWorld = NULL; variable
33 theWorld = this; in CWorld()
39 theWorld = NULL; in ~CWorld()
H A Dclientsim.cpp32 m_PreviousTime = theWorld->m_LastTime; in CClientSim()
83 vector<CDataObject *> objs = theWorld->getObjectArray(CDataObject::eMovingObject); in update()
85 float now = theWorld->m_LastTime; in update()
163 theWorld->m_ChatSystem.m_InQueue.push_back(msg); //chat message received from server in update()
H A Dplayer.cpp24 m_World = theWorld; in CPlayer()
40 if(theWorld->getMovingObject(m_MovingObjectId)->getType() != CMessageBuffer::car) in setAutomaticGear()
43 CCar *theCar = (CCar *)theWorld->getMovingObject(m_MovingObjectId); in setAutomaticGear()
H A Dchatmessage.cpp24 m_SendTime = theWorld->m_LastTime; in CChatMessage()
30 m_SendTime = theWorld->m_LastTime; in CChatMessage()
H A Dchatsystem.cpp80 for(unsigned int j=0; j < theWorld->getNumObjects(CDataObject::eMovingObject); j++) in deliverMessages()
82 CMovingObject *mo = theWorld->getMovingObject(j); in deliverMessages()
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfpxlib.cpp91 if (!*theWorld) in FPX_CreateWorld()
102 if (theWorld == NULL) { in FPX_DeleteWorld()
105 delete theWorld; in FPX_DeleteWorld()
121 if (theWorld) { in FPX_AddImage()
139 if (theWorld) { in FPX_DeleteImage()
155 if (theWorld) { in FPX_GetFirstImage()
171 if (theWorld) { in FPX_GetLastImage()
187 if (theWorld) { in FPX_GetCurrentImage()
203 if (theWorld) { in FPX_NextImage()
219 if (theWorld) { in FPX_PreviousImage()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/Test/
H A DtestComponentInterface.cpp405 TheWorld theWorld; in testMisc() local
471 theWorld.add(&foo); in testMisc()
481 theWorld.add(&bar); in testMisc()
544 theWorld.connect(); in testMisc()
665 theWorld.connect(); in testMisc()
704 theWorld.connect(); in testMisc()
794 TheWorld theWorld; in testThrowOnDuplicateNames() local
820 TheWorld theWorld; in testExceptionsFinalizeFromPropertiesAfterCopy() local
834 TheWorld theWorld; in testListInputs() local
896 TheWorld theWorld; in testListSockets() local
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/ultimatestunts/
H A Dgamerenderer.cpp76 CTrack *theTrack = theWorld->getTrack(); in loadTrackData()
175 shadow->update(&m_Settings, theWorld->m_LastTime); in updateShadows()
284 CMovingObject *mo = theWorld->getMovingObject(i); in updateParticleSystems()
302 smoke.update(theWorld->m_Lastdt, true); in updateParticleSystems()
485 int lengte = theWorld->getTrack()->m_L; in viewTrack_normal()
486 int breedte = theWorld->getTrack()->m_W; in viewTrack_normal()
528 int lengte = theWorld->getTrack()->m_L; in viewTrackPart()
529 int breedte = theWorld->getTrack()->m_W; in viewTrackPart()
560 int breedte = theWorld->getTrack()->m_W; in viewPilaar()
561 int hoogte = theWorld->getTrack()->m_H; in viewPilaar()
[all …]
H A Dsoundworld.cpp34 vector<CDataObject *> sounds = theWorld->getObjectArray(CDataObject::eSample); in loadObjects()
50 for(unsigned int i=0; i<theWorld->getNumObjects(CDataObject::eMovingObject); i++) in loadObjects()
52 const CMovingObject *mo = theWorld->getMovingObject(i); in loadObjects()
H A Dhumanplayer.cpp46 CMessage *input = theWorld->getMovingObject(m_MovingObjectId)->m_InputData; in update()
56 carin->m_Gear = ((CCar *)theWorld->getMovingObject(m_MovingObjectId))->m_Engine.m_Gear; in update()
/dports/benchmarks/polygraph/polygraph-4.13.0/src/base/
H A DObjId.cc22 theWorld.clear(); in reset()
36 if (theWorld && theName > 0) { in hash()
38 const unsigned int hash = FNV32Hash(theName, theWorld.hash()); in hash()
53 Assert(theWorld); in embedded()
54 return theWorld.mutant(); in embedded()
118 ol << theWorld << theViserv << theName << theType in store()
124 il >> theWorld >> theViserv >> theName >> theType in load()
143 if (theWorld.parse(buf = wid+1, end)) in parse()
167 return theWorld && theType >= 0 && theName >= 0; in parse()
H A DObjId.h38 const UniqId &world() const { return theWorld; } in world()
115 void world(const UniqId &aWorld) { theWorld = aWorld; } in world()
122 UniqId &world() { return theWorld; } in world()
149 UniqId theWorld; // world id variable
174 return theWorld < id.theWorld;
182 theWorld == id.theWorld;
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/libdoomsday/src/world/
H A Dworld.cpp32 static World *theWorld = nullptr; variable
41 theWorld = thisPublic; in DENG2_PIMPL()
46 theWorld = nullptr; in DENG2_PIMPL()
120 DENG2_ASSERT(theWorld); in get()
121 return *theWorld; in get()
/dports/games/ksirk/ksirk-21.12.3/ksirk/Sprites/
H A Dbackgnd.cpp36 BackGnd::BackGnd(QGraphicsScene *scene, const GameLogic::ONU* theWorld, bool arena) : in BackGnd() argument
37 QGraphicsPixmapItem(0), m_theWorld(theWorld), m_bgIsArena(arena) in BackGnd()
44 pix = theWorld->map(); in BackGnd()
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/
H A Ddashboard.cpp47 CMovingObject *mo = theWorld->getMovingObject(movObjID); in CDashboard()
128 CMovingObject *theObj = theWorld->getMovingObject(m_MovObjID); in draw()
321 float racingTime = theWorld->m_LastTime; in draw()
364 if(theWorld->m_LastTime > 0.0) in draw()
366 CString time = CString().fromTime(theWorld->m_LastTime); in draw()
403 unsigned int num_objs = theWorld->getNumObjects(CDataObject::eMovingObject); in draw()
406 CVector pos = theWorld->getMovingObject(i)->m_Position; in draw()
/dports/games/ksirk/ksirk-21.12.3/ksirk/GameLogic/
H A Dgoal.cpp93 … return ((int) player->getNbCountries() >= m_automaton->game()->theWorld()->getCountries().size()); in checkFor()
124 if ( m_automaton->game()->theWorld()->continentNamed(continent) == 0 in checkContinentsFor()
125 || m_automaton->game()->theWorld()->continentNamed(continent)->owner() != player) in checkContinentsFor()
135 QList<Continent*>& continents = m_automaton->game()->theWorld()->getContinents(); in checkContinentsFor()
273 …Continent* continent = const_cast<Continent*>(m_automaton->game()->theWorld()->continentNamed(*it)… in message()
293 …Continent* continent = const_cast<Continent*>(m_automaton->game()->theWorld()->continentNamed(*it)… in message()
/dports/games/passage/Passage_v4_UnixSource/minorGems/graphics/mac/
H A DgraphixFramework.cpp258 SysEnvRec theWorld; in Initialize() local
266 error = SysEnvirons(1, &theWorld); in Initialize()
267 if (theWorld.hasColorQD == false) { in Initialize()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/graphics/mac/
H A DgraphixFramework.cpp258 SysEnvRec theWorld; in Initialize() local
266 error = SysEnvirons(1, &theWorld); in Initialize()
267 if (theWorld.hasColorQD == false) { in Initialize()

123