Home
last modified time | relevance | path

Searched refs:collides (Results 201 – 225 of 2001) sorted by relevance

12345678910>>...81

/dports/lang/v8/v8-9.6.180.12/test/message/
H A Dasm-function-variable-collision.out5 *%(basename)s:12: Invalid asm.js: Function name collides with variable
/dports/lang/asn1c/asn1c-0.9.27/tests/
H A D04-enum-SE.asn117 blue(1) -- collides with green -- }
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcollision.cpp486 result.collides = true; in collisionMoveSimple()
495 result.collides = true; in collisionMoveSimple()
503 result.collides = true; in collisionMoveSimple()
621 if(result.collides)
622 final_result.collides = true;
/dports/science/sparta/sparta-20Oct2021/examples/surf/
H A Dlog.29Jun21.mpi_1.surf.move92 Boundary collides = 59466 (59.5K)
169 Boundary collides = 86022 (86K)
246 Boundary collides = 87110 (87.1K)
323 Boundary collides = 91806 (91.8K)
400 Boundary collides = 94930 (94.9K)
H A Dlog.29Jun21.mpi_4.surf.move93 Boundary collides = 59486 (59.5K)
170 Boundary collides = 85994 (86K)
247 Boundary collides = 87221 (87.2K)
324 Boundary collides = 92145 (92.1K)
401 Boundary collides = 94726 (94.7K)
H A Dlog.29Jun21.mpi_4.surf.rotate95 Boundary collides = 61792 (61.8K)
181 Boundary collides = 350365 (0.35M)
250 Boundary collides = 92576 (92.6K)
H A Dlog.29Jun21.mpi_1.surf.rotate94 Boundary collides = 61730 (61.7K)
180 Boundary collides = 352189 (0.352M)
249 Boundary collides = 92587 (92.6K)
/dports/irc/anope/anope-2.0.9/modules/pseudoclients/
H A Dnickserv.cpp15 static std::set<NickServCollide *> collides; variable
29 collides.insert(this); in NickServCollide()
34 collides.erase(this); in ~NickServCollide()
366 for (std::set<NickServCollide *>::iterator it = collides.begin(); it != collides.end(); ++it) in OnNickIdentify()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/object/
H A Dinvisible_block.hpp34 virtual bool collides(GameObject& other, const CollisionHit& hit) const override;
H A Dmagicblock.hpp36 virtual bool collides(GameObject& other, const CollisionHit& hit) const override;
/dports/science/chrono/chrono-7.0.1/doxygen/documentation/tutorials/irrlicht/
H A Ddemo_bricks.md7 that collides with them.
H A Ddemo_forklift.md7 The forklift collides with a pallet, that can be moved with the
/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Drastertile.cpp255 if (item->isValid() && !item->collides(textItems) in processPolygons()
297 if (item->isValid() && !item->collides(textItems)) in processStreetNames()
350 if (!item->collides(textItems) in processShields()
400 if (item->isValid() && !item->collides(textItems)) in processPoints()
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/core/pathfinder/
H A DEntityPathfinder.java135 result = !resistanceMap.collides(x, y, entity.getWidth(), entity.getHeight()); in isValid()
176 public boolean collides(final double x, final double y, double w, double h) { in collides() method in EntityPathfinder.ResistanceMap
H A DSimplePathfinder.java64 return !collision.collides(x, y); in isValid()
/dports/math/rumur/rumur-2021.09.29/tests/
H A Dfunction-and-field.m2 -- a non-read-only function parameter that collides with a field name
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/creature/impl/attack/
H A DCoward.java25 if (creature.getZone().collides(creature, creature.getX() + creature.getDirection().getdx(), in getBetterAttackPosition()
/dports/databases/pglogical/pglogical-REL2_4_0/compat94/
H A Dpglogical_compat.c146 bool collides; in replorigin_create() local
160 collides = HeapTupleIsValid(systable_getnext(scan)); in replorigin_create()
164 if (!collides) in replorigin_create()
/dports/print/lilypond-devel/lilypond-2.23.5/input/regression/
H A Dinstrument-name-system-start-delimiter.ly8 Below, the @code{instrumentName} neither collides with the
/dports/print/lilypond/lilypond-2.22.1/input/regression/
H A Dinstrument-name-system-start-delimiter.ly8 Below, the @code{instrumentName} neither collides with the
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/gui/map/
H A DMapPanel.java279 if (cd.collides(x, y)) { in update()
282 } else if (pd != null && pd.collides(x, y)) { in update()
/dports/games/battletanks/btanks-0.9.8083/engine/src/
H A Dworld.cpp423 const bool IWorld::collides(Object *obj1, const v2<int> &position, Object *obj2, const bool probe) … in collides() function in IWorld
454 bool collides; in collides()
461 collides = static_i->second.third; in collides()
463 collides = obj1->collides(obj2, dpos.x, dpos.y); in collides()
464 _collision_map.insert(CollisionMap::value_type(key, collides)); in collides()
465 …((int) obj1->_pos, (int) obj2->_pos, collides): ternary<int, int, bool>((int) obj2->_pos, (int) ob… in collides()
469 collides = obj1->collides(obj2, dpos.x, dpos.y); in collides()
474 _collision_map.insert(CollisionMap::value_type(key, collides)); in collides()
476 if (collides) { in collides()
496 return collides; in collides()
[all …]
/dports/games/battletanks/btanks-0.9.8083/sdlx/
H A Dc_map.h41 …const bool collides(const sdlx::Rect &src, const CollisionMap *other, const sdlx::Rect &other_src…
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DAbstractDataPluginModel.cpp323 bool collides = false; in items() local
325 for ( int j=0; !collides && j<length; ++j ) { in items()
329 collides = true; in items()
334 if ( !collides ) { in items()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/badguy/
H A Dtreewillowisp.hpp51 virtual bool collides(GameObject& other, const CollisionHit& hit) const override;

12345678910>>...81