Home
last modified time | relevance | path

Searched refs:gore (Results 1 – 25 of 1172) sorted by relevance

12345678910>>...47

/dports/www/e2guardian/e2guardian-5.3.4/configs/lists/phraselists/gore/
H A Dweighted3 <brutal>,<mutilation>,<gore><50>
7 <gore gallery><60>
8 <gore>,<make you chuck><40>
9 <gore>,<make you upchuck><40>
10 <gore>,<make you vomit><40>
12 <pic>,<gore>,<make you queasy><60>
/dports/www/e2guardian/e2guardian-5.3.4/configs/lists/newphraselists/ukenglish/gore/
H A Dweighted3 < brutal>,< mutilation>,< gore ><50>
7 < gore gallery ><60>
8 < gore >,< make you chuck><40>
9 < gore >,< make you upchuck ><40>
10 < gore >,< make you vomit ><40>
12 <pic>,< gore >,< make you queasy ><60>
/dports/games/tuxpaint/tuxpaint-0.9.26/src/po/
H A Dnso.po514 msgstr "Kgotla gore o thome go thala mothaladi. Tlogela gore o se fetše."
527 "gore o se thale."
609 msgstr "Tlogela konope gore o fetše mothaladi."
614 msgstr "Swara konope gore o hlaramolle sebopego."
619 msgstr "Šuthiša mause gore o dikološe sebopego. Kgotla gore o se thale."
1006 msgstr "Kgotla gore o lahlele khonfeti"
1069 "Kgotla gomme o goge gore o thale kotana ya letšoba. Tlogela gore o fetše "
1363 "gore o godišetše seswantšho ka ntle."
1432 "nyakago gore o felele gona, ke moka o tlogele gore o thale molalatladi."
1573 "Kgotla gomme o goge gore o thale bokgabo bja thapo. Goga godimo-tlase gore o "
[all …]
/dports/games/openjk/OpenJK-07675e2/code/rd-vanilla/
H A DG2_misc.cpp232 SSkinGoreData *gore; member in CTraceSurface
281 gore(initgore) in CTraceSurface()
595 if ( gore in G2_TransformModel()
828 if (!TS.gore) in G2_GorePolys()
833 if (!TS.gore->useTheta) in G2_GorePolys()
843 if (TS.gore->useTheta) in G2_GorePolys()
948 if (!TS.gore->frontFaces || !TS.gore->backFaces) in G2_GorePolys()
1017 if (TS.gore->lifeTime) in G2_GorePolys()
1047 if (gore) in G2_GorePolys()
1062 if ( gore->tex[TS.lod] ) in G2_GorePolys()
[all …]
H A DG2_API.cpp2032 assert(gore); in G2API_CopyGhoul2Instance()
2033 if (gore) in G2API_CopyGhoul2Instance()
2035 gore->mRefCount++; in G2API_CopyGhoul2Instance()
2162 if (VectorLength(gore.rayDirection)<.1f) in G2API_AddSkinGore()
2170 G2_ConstructGhoulSkeleton(ghoul2, gore.currentTime, true, gore.scale); in G2API_AddSkinGore()
2173 G2_GenerateWorldMatrix(gore.angles, gore.position); in G2API_AddSkinGore()
2179 if (!gore.useTheta) in G2API_AddSkinGore()
2182 VectorCopy(gore.uaxis,t); in G2API_AddSkinGore()
2183 TransformPoint(t, gore.uaxis, &worldMatrixInv); in G2API_AddSkinGore()
2195 G2_TransformModel(ghoul2, gore.currentTime, gore.scale,ri.GetG2VertSpaceServer(),lod,true,&gore); in G2API_AddSkinGore()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/rd-vanilla/
H A DG2_misc.cpp207 SSkinGoreData *gore; member in CTraceSurface
254 gore(initgore) in CTraceSurface()
874 if (!TS.gore) in G2_GorePolys()
891 if (!TS.gore->frontFaces || !TS.gore->backFaces) in G2_GorePolys()
901 if (!TS.gore->frontFaces) in G2_GorePolys()
908 if (!TS.gore->backFaces) in G2_GorePolys()
960 if (TS.gore->lifeTime) in G2_GorePolys()
969 if( TS.gore->growDuration == -1) in G2_GorePolys()
990 if (gore) in G2_GorePolys()
1006 if ( gore->tex[TS.lod] ) in G2_GorePolys()
[all …]
H A DG2_API.cpp2474 CGoreSet* gore = FindGoreSet ( g2To[model].mGoreSetTag ); in G2API_CopyGhoul2Instance() local
2475 assert(gore); in G2API_CopyGhoul2Instance()
2476 gore->mRefCount++; in G2API_CopyGhoul2Instance()
2777 void G2API_AddSkinGore(CGhoul2Info_v &ghoul2,SSkinGoreData &gore) in G2API_AddSkinGore() argument
2779 if (VectorLength(gore.rayDirection)<.1f) in G2API_AddSkinGore()
2787 G2_ConstructGhoulSkeleton(ghoul2, gore.currentTime, true, gore.scale); in G2API_AddSkinGore()
2790 G2_GenerateWorldMatrix(gore.angles, gore.position); in G2API_AddSkinGore()
2794 TransformAndTranslatePoint(gore.hitLocation, transHitLocation, &worldMatrixInv); in G2API_AddSkinGore()
2795 TransformPoint(gore.rayDirection, transRayDirection, &worldMatrixInv); in G2API_AddSkinGore()
2806 G2_TransformModel(ghoul2, gore.currentTime, gore.scale,ri.GetG2VertSpaceServer(),lod,true); in G2API_AddSkinGore()
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/rd-dedicated/
H A DG2_misc.cpp207 SSkinGoreData *gore; member in CTraceSurface
254 gore(initgore) in CTraceSurface()
874 if (!TS.gore) in G2_GorePolys()
891 if (!TS.gore->frontFaces || !TS.gore->backFaces) in G2_GorePolys()
901 if (!TS.gore->frontFaces) in G2_GorePolys()
908 if (!TS.gore->backFaces) in G2_GorePolys()
960 if (TS.gore->lifeTime) in G2_GorePolys()
969 if( TS.gore->growDuration == -1) in G2_GorePolys()
990 if (gore) in G2_GorePolys()
1005 if ( gore->tex[TS.lod] ) in G2_GorePolys()
[all …]
H A DG2_API.cpp2227 CGoreSet* gore = FindGoreSet ( g2To[model].mGoreSetTag ); in G2API_CopyGhoul2Instance() local
2228 assert(gore); in G2API_CopyGhoul2Instance()
2229 gore->mRefCount++; in G2API_CopyGhoul2Instance()
2530 void G2API_AddSkinGore(CGhoul2Info_v &ghoul2,SSkinGoreData &gore) in G2API_AddSkinGore() argument
2532 if (VectorLength(gore.rayDirection)<.1f) in G2API_AddSkinGore()
2540 G2_ConstructGhoulSkeleton(ghoul2, gore.currentTime, true, gore.scale); in G2API_AddSkinGore()
2543 G2_GenerateWorldMatrix(gore.angles, gore.position); in G2API_AddSkinGore()
2547 TransformAndTranslatePoint(gore.hitLocation, transHitLocation, &worldMatrixInv); in G2API_AddSkinGore()
2548 TransformPoint(gore.rayDirection, transRayDirection, &worldMatrixInv); in G2API_AddSkinGore()
2559 G2_TransformModel(ghoul2, gore.currentTime, gore.scale,ri.GetG2VertSpaceServer(),lod,true); in G2API_AddSkinGore()
[all …]
/dports/games/blobwars/blobwars-2.00/data/sv/
H A DoptionWidgets6 RADIO gore options "Blod och gore" "Av|På" 100 240 0 1
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/RoaringBitmap/roaring/
H A DREADME.md206 You can use roaring with gore:
208 - go get -u github.com/motemen/gore
213 $ gore
214 gore version 0.2.6 :help for help
215 gore> :import github.com/RoaringBitmap/roaring
216 gore> x:=roaring.New()
217 gore> x.Add(1)
218 gore> x.String()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/RoaringBitmap/roaring/
H A DREADME.md212 You can use roaring with gore:
214 - go get -u github.com/motemen/gore
219 $ gore
220 gore version 0.2.6 :help for help
221 gore> :import github.com/RoaringBitmap/roaring
222 gore> x:=roaring.New()
223 gore> x.Add(1)
224 gore> x.String()
/dports/games/blobwars/blobwars-2.00/src/
H A Denemies.cpp426 if (game.gore) in enemyBulletCollisions()
475 else if (game.gore) in enemyBulletCollisions()
499 else if (game.gore) in enemyBulletCollisions()
572 int amount = (game.gore) ? 25 : 150; in gibEnemy()
580 if (game.gore) in gibEnemy()
594 (game.gore) ? audio.playSound(SND_SPLAT, CH_ANY) : audio.playSound(SND_POP, CH_ANY, enemy->x); in gibEnemy()
740 if (game.gore) in doEnemies()
/dports/www/gallery2/gallery2/themes/hybrid/po/
H A Dsr.po135 "| ctrl-gore/dole = prikaži/sakrij veze ka objektima\n"
140 "| gore/dole = prikaži/sakrij tekst sa opisom\n"
142 "| ctrl-gore/dole = biranje pune/skalirane veličine\n"
144 "shift za gore opisane funkcije\n"
/dports/sysutils/webmin/webmin-1.981/firewalld/lang/
H A Dhr.auto6 index_applydesc=Kliknite ovaj gumb da biste aktivirali gore navedenu konfiguraciju vatrozida. Sva p…
10 index_startdesc=Pokrenite FirewallD poslužitelj i primijenite gore navedena pravila.
12 index_stopdesc=Isključite FirewallD poslužitelj i uklonite sva pravila navedena gore.
/dports/polish/kadu/kadu-4.3/plugins/last_seen/
H A DChangelog4 - przeniesiona pozycja w menu na sama gore
/dports/x11-wm/lxqt-panel/lxqt-panel-1.0.0/plugin-taskbar/translations/
H A Dtaskbar_hr.ts260 <translation>Kliži gore za nadizanje, dolje za smanjivanje</translation>
265 <translation>Kliži gore za smanjivanje, dolje za nadizanje</translation>
270 … <translation>Kliži gore za prelaženje na sljedeću radnu površinu, dolje na prethodnu</translation>
275 … <translation>Kliži gore za prelaženje na prethodnu radnu površinu, dolje na sljedeću</translation>
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Ddialog_settings_user.qc74 …me.TD(me, 1, 2.5, e = makeXonoticCheckBox_T(0, "cl_gentle", _("Disable gore effects and harsh lang…
75 …_("Replace blood and gibs with content that does not have any gore effects (default: disabled)")));
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/locale/hr/
H A Dsymbols.dic90 “ otvoreni navodnici gore most
93 ‘ otvoreni polunavodnik gore most
129 ↑ strelica gore some
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/locale/hr/
H A Dsymbols.dic90 “ otvoreni navodnici gore most
93 ‘ otvoreni polunavodnik gore most
129 ↑ strelica gore some
/dports/games/jumpnbump/jumpnbump-1.61-7a0a7ab7491680338bb13058adafdfaac03a1f6d/dist/
H A Djumpnbump.desktop10 Keywords=cute;game;bunnies;rabbits;jump;head;explode;gore;
H A Djumpnbump-menu.desktop10 Keywords=cute;game;bunnies;rabbits;jump;head;explode;gore;
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/mac-syphon/data/locale/
H A Dhr-HR.ini9 Crop.origin.y="Obreži gore"
/dports/www/gitea/gitea-1.16.5/vendor/github.com/RoaringBitmap/roaring/
H A DREADME.md362 You can use roaring with gore:
364 - go get -u github.com/motemen/gore
369 $ gore
370 gore version 0.2.6 :help for help
371 gore> :import github.com/RoaringBitmap/roaring
372 gore> x:=roaring.New()
373 gore> x.Add(1)
374 gore> x.String()
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/RoaringBitmap/roaring/
H A DREADME.md362 You can use roaring with gore:
364 - go get -u github.com/motemen/gore
369 $ gore
370 gore version 0.2.6 :help for help
371 gore> :import github.com/RoaringBitmap/roaring
372 gore> x:=roaring.New()
373 gore> x.Add(1)
374 gore> x.String()

12345678910>>...47