Home
last modified time | relevance | path

Searched refs:createshape (Results 1 – 11 of 11) sorted by relevance

/dports/games/redeclipse/base-2.0.0/src/shared/
H A Diengine.h330 extern void createshape(int type, float radius, int color, int dir, int num, int fade, const vec &p…
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Diengine.h358 extern void createshape(int type, float radius, int color, int dir, int num, int fade, const vec &p…
/dports/games/redeclipse16/base-1.6.0/src/engine/
H A Drenderparticles.cpp1502 …void createshape(int type, float radius, int color, int dir, int num, int fade, const vec &p, floa… in createshape() function
1601 createshape(type, radius, color, dir, num, fade, p, size, blend, grav, collide, vel); in regularshape()
/dports/games/redeclipse/base-2.0.0/src/engine/
H A Drenderparticles.cpp1628 …void createshape(int type, float radius, int color, int dir, int num, int fade, const vec &p, floa… in createshape() function
1726 createshape(type, radius, color, dir, num, fade, p, size, blend, gravity, collide, vel); in regularshape()
/dports/games/redeclipse/base-2.0.0/src/game/
H A Dphysics.cpp790createshape(PART_SMOKE, int(d->radius), 0x222222, 21, 20, 250, d->feetpos(), 1, 1, -10, 0, 10.f); in modifyinput()
H A Dclient.cpp2474createshape(PART_SMOKE, int(t->radius), 0x222222, 21, 20, 250, t->feetpos(), 1, 1, -10, 0, 10.f); in parsemessages()
H A Dgame.cpp873 createshape(type, radius*0.25f, colour, 3, 50, 350, o, size, 0.35f, 0, 1, 8); in spawneffect()
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dphysics.cpp814createshape(PART_SMOKE, int(d->radius), 0x222222, 21, 20, 250, d->feetpos(), 1, 1, -10, 0, 10.f); in modifyinput()
H A Dgame.cpp775 createshape(type, radius, colour, 3, 30, 350, o, size, 1, -1, 0, 1); in spawneffect()
937 …if(shape) loopi(num) createshape(PART_FIREBALL, int(d->radius)*2, pulsecols[PULSE_FIRE][rnd(PULSEC… in boosteffect()
H A Dclient.cpp2127createshape(PART_SMOKE, int(t->radius), 0x222222, 21, 20, 250, t->feetpos(), 1, 1, -10, 0, 10.f); in parsemessages()
/dports/graphics/dia/dia-0.97.3/installer/win32/
H A Ddia.nsi287 WriteRegStr HKEY_CLASSES_ROOT "diaFile\Shell\createshape" "" "Create dia shape"
288 …WriteRegStr HKEY_CLASSES_ROOT "diaFile\Shell\createshape\command" "" '"$INSTDIR\bin\diaw.exe" -t s…