Home
last modified time | relevance | path

Searched refs:timcreation (Results 1 – 7 of 7) sorted by relevance

/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/game/
H A DSpells.cpp3199 spells[i].lastupdate = spells[i].timcreation = (unsigned long)(arxtime); in ARX_SPELLS_Launch()
3571 spells[i].lastupdate = spells[i].timcreation = (unsigned long)(arxtime); in ARX_SPELLS_Launch()
3824 spells[i].lastupdate = spells[i].timcreation = (unsigned long)(arxtime); in ARX_SPELLS_Launch()
4061 spells[i].lastupdate = spells[i].timcreation = (unsigned long)(arxtime); in ARX_SPELLS_Launch()
4118 spells[i].lastupdate = spells[i].timcreation = (unsigned long)(arxtime); in ARX_SPELLS_Launch()
4274 spells[i].lastupdate = spells[i].timcreation = (unsigned long)(arxtime); in ARX_SPELLS_Launch()
4447 spells[i].lastupdate = spells[i].timcreation = start; in ARX_SPELLS_Launch()
5550 pd->timcreation = spells[i].lastupdate; in ARX_SPELLS_Kill()
5716 framediff=spells[i].timcreation+spells[i].tolive-tim; in ARX_SPELLS_Update()
6885 if (float(arxtime)-(float)spells[i].timcreation<=4000) in ARX_SPELLS_Update()
[all …]
H A DSpells.h236 unsigned long timcreation; member
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/particle/
H A DParticleEffects.h105 long timcreation; member
H A DParticleEffects.cpp1156 pd->timcreation = long(arxtime); in createParticle()
1401 long framediff = part->timcreation + part->tolive - tim; in ARX_PARTICLES_Render()
1402 long framediff2 = tim - part->timcreation; in ARX_PARTICLES_Render()
1409 part->timcreation += part->delay; in ARX_PARTICLES_Render()
1460 part->timcreation = tim; in ARX_PARTICLES_Render()
1480 pd->timcreation = tim; in ARX_PARTICLES_Render()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/spells/
H A DSpells05.cpp958 && (spells[pTab[i]->spellinstance].timcreation + 1600 < (unsigned long)(arxtime))) in Render()
1309 pd->timcreation = -(long(arxtime) + 1000l); // TODO WTF? in DrawStone()
1484 pd->timcreation = -(long(arxtime) + 3000l); // TODO WTF in Render()
1551 pd->timcreation = -(long(arxtime) + 3000l); // TODO WTF in Render()
H A DSpells06.cpp692 pd->timcreation = -(long(arxtime) + 1000l); // TODO WTF in DrawStone()
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/gui/
H A DInterface.cpp4461 ((spells[i].timcreation+spells[i].tolive - float(arxtime)) < 2000) ) in ManageSpellIcon()