Home
last modified time | relevance | path

Searched refs:_objectMap (Results 1 – 25 of 57) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/engines/griffon/
H A Dcombat.cpp55 o2 = _objectMap[lx][ly - 2]; in attack()
613 _objectMap[lx][ly] = 4; in damageNPC()
659 _objectMap[cx][cy] = 5; in damageNPC()
691 _objectMap[cx][cy] = 6; in damageNPC()
749 _objectMap[cx][cy] = 9; in damageNPC()
782 _objectMap[cx][cy] = 5; in damageNPC()
848 _objectMap[cx][cy] = 13; in damageNPC()
878 _objectMap[cx][cy] = 16; in damageNPC()
910 _objectMap[cx][cy] = 5; in damageNPC()
942 _objectMap[cx][cy] = 18; in damageNPC()
[all …]
H A Dinput.cpp60 int o = _objectMap[x][y]; in checkInputs()
547 int o = _objectMap[lx][ly]; in handleWalking()
552 _objectMap[lx][ly] = -1; in handleWalking()
566 _objectMap[lx][ly] = -1; in handleWalking()
580 _objectMap[lx][ly] = -1; in handleWalking()
597 _objectMap[lx][ly] = -1; in handleWalking()
H A Dresources.cpp423 _objectMap[x][y] = -1; in loadMap()
430 _objectMap[x][y] = o; in loadMap()
766 _objectMap[cx][cy] = 5; in loadMap()
790 _objectMap[cx][cy] = 6; in loadMap()
814 _objectMap[cx][cy] = 5; in loadMap()
838 _objectMap[cx][cy] = 9; in loadMap()
862 _objectMap[cx][cy] = 16; in loadMap()
886 _objectMap[cx][cy] = 5; in loadMap()
911 _objectMap[cx][cy] = 18; in loadMap()
934 _objectMap[cx][cy] = 19; in loadMap()
[all …]
/dports/devel/smc/smc_4_3_0/examples/Java/EX5/
H A DTaskController.java59 if (_objectMap.containsKey(name) == false) in register()
61 _objectMap.put(name, obj); in register()
72 _objectMap.remove(name); in deregister()
104 if (_objectMap.containsKey(recepient) == true) in postMessage()
139 (TaskEventListener) _objectMap.get(message._recepient); in sendMessage()
160 private static Map _objectMap; field in TaskController
171 _objectMap = new HashMap();
/dports/devel/smc/smc_4_3_0/examples/Ant/EX5/src/
H A DTaskController.java59 if (_objectMap.containsKey(name) == false) in register()
61 _objectMap.put(name, obj); in register()
72 _objectMap.remove(name); in deregister()
104 if (_objectMap.containsKey(recepient) == true) in postMessage()
139 (TaskEventListener) _objectMap.get(message._recepient); in sendMessage()
160 private static Map _objectMap; field in TaskController
171 _objectMap = new HashMap();
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pink/
H A Darchive.cpp215 _objectMap.push_back(0); in Archive()
221 _objectMap.push_back(0); in Archive()
226 _objectMap.push_back(obj); in mapObject()
261 _objectMap.push_back(res); in parseObject()
264_objectMap.push_back(res); // Basically a hack, but behavior is all correct. MFC uses one array fo… in parseObject()
269 res = _objectMap[obTag]; in parseObject()
278 _objectMap.push_back(res); in parseObject()
H A Darchive.h68 Common::Array<Object *> _objectMap; variable
/dports/games/scummvm/scummvm-2.5.1/engines/pink/
H A Darchive.cpp214 _objectMap.push_back(0); in Archive()
220 _objectMap.push_back(0); in Archive()
225 _objectMap.push_back(obj); in mapObject()
260 _objectMap.push_back(res); in parseObject()
263_objectMap.push_back(res); // Basically a hack, but behavior is all correct. MFC uses one array fo… in parseObject()
268 res = _objectMap[obTag]; in parseObject()
277 _objectMap.push_back(res); in parseObject()
H A Darchive.h68 Common::Array<Object *> _objectMap; variable
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/dot/
H A DBaseDotVisitor.cpp87 _objectMap.clear(); in run()
168 ObjectMap::iterator it = _objectMap.find( object ); in getOrCreateId()
169 if ( it != _objectMap.end() ) in getOrCreateId()
175 id = _objectMap.size(); in getOrCreateId()
176 _objectMap[ object ] = id; in getOrCreateId()
H A DBaseDotVisitor.h76 ObjectMap _objectMap; variable
/dports/games/scummvm/scummvm-2.5.1/engines/ngi/
H A Dutils.cpp346 _objectMap.push_back(0); in init()
385 …debugC(7, kDebugLoading, "tag: %d 0x%x (%x)", _objectMap.size() - 1, _objectMap.size() - 1, object… in parseClass()
388 _objectMap.push_back(res); in parseClass()
391 _objectMap.push_back(res); // Basically a hack, but behavior is all correct in parseClass()
396 if (_objectMap.size() < obTag) { in parseClass()
401 res = _objectMap[obTag]; in parseClass()
408 if (_objectMap.size() < obTag) { in parseClass()
417 _objectMap.push_back(res); in parseClass()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/fullpipe/
H A Dutils.cpp362 _objectMap.push_back(0); in init()
401 …debugC(7, kDebugLoading, "tag: %d 0x%x (%x)", _objectMap.size() - 1, _objectMap.size() - 1, object… in parseClass()
404 _objectMap.push_back(res); in parseClass()
407 _objectMap.push_back(res); // Basically a hack, but behavior is all correct in parseClass()
412 if (_objectMap.size() < obTag) { in parseClass()
417 res = _objectMap[obTag]; in parseClass()
424 if (_objectMap.size() < obTag) { in parseClass()
433 _objectMap.push_back(res); in parseClass()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/dot/
H A DBaseDotVisitor.cpp79 _objectMap.clear(); in run()
184 ObjectMap::iterator it = _objectMap.find( object ); in getOrCreateId()
185 if ( it != _objectMap.end() ) { in getOrCreateId()
190 id = _objectMap.size(); in getOrCreateId()
191 _objectMap[ object ] = id; in getOrCreateId()
/dports/devel/ice37/ice-3.7.2/cpp/src/Ice/
H A DLocatorInfo.cpp217 _objectMap.clear(); in clear()
286 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in getObjectReference()
288 if(p != _objectMap.end()) in getObjectReference()
301 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in addObjectReference()
303 if(p != _objectMap.end()) in addObjectReference()
309_objectMap.insert(make_pair(id, make_pair(IceUtil::Time::now(IceUtil::Time::Monotonic), ref))); in addObjectReference()
318 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in removeObjectReference()
319 if(p == _objectMap.end()) in removeObjectReference()
325 _objectMap.erase(p); in removeObjectReference()
/dports/devel/php-ice37/ice-3.7.2/cpp/src/Ice/
H A DLocatorInfo.cpp217 _objectMap.clear(); in clear()
286 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in getObjectReference()
288 if(p != _objectMap.end()) in getObjectReference()
301 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in addObjectReference()
303 if(p != _objectMap.end()) in addObjectReference()
309_objectMap.insert(make_pair(id, make_pair(IceUtil::Time::now(IceUtil::Time::Monotonic), ref))); in addObjectReference()
318 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in removeObjectReference()
319 if(p == _objectMap.end()) in removeObjectReference()
325 _objectMap.erase(p); in removeObjectReference()
/dports/devel/py-ice37/ice-3.7.2/cpp/src/Ice/
H A DLocatorInfo.cpp217 _objectMap.clear(); in clear()
286 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in getObjectReference()
288 if(p != _objectMap.end()) in getObjectReference()
301 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in addObjectReference()
303 if(p != _objectMap.end()) in addObjectReference()
309_objectMap.insert(make_pair(id, make_pair(IceUtil::Time::now(IceUtil::Time::Monotonic), ref))); in addObjectReference()
318 map<Identity, pair<IceUtil::Time, ReferencePtr> >::iterator p = _objectMap.find(id); in removeObjectReference()
319 if(p == _objectMap.end()) in removeObjectReference()
325 _objectMap.erase(p); in removeObjectReference()
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/resources/
H A Dscriptresource.cpp282 : _codeOffsets(0), _objectMap(0) { in ScriptResource()
287 delete[] _objectMap; in ~ScriptResource()
352 _objectMap = new uint32[_objectMapCount]; in load()
355 _objectMap[i] = stream.readUint32LE(); in load()
388 return _objectMap[(objectId & 0xFFFF) - 1]; in getObjectActorTypeId()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/resources/
H A Dscriptresource.cpp281 : _codeOffsets(0), _objectMap(0) { in ScriptResource()
286 delete[] _objectMap; in ~ScriptResource()
351 _objectMap = new uint32[_objectMapCount]; in load()
354 _objectMap[i] = stream.readUint32LE(); in load()
387 return _objectMap[(objectId & 0xFFFF) - 1]; in getObjectActorTypeId()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_project/
H A Dxcode.h220 std::map<std::string, bool> _objectMap;
228 std::map<std::string, bool>::iterator it = _objectMap.find(obj->_id); in add()
229 if (it != _objectMap.end() && it->second == true) in add()
233 _objectMap[obj->_id] = true; in add()
/dports/games/residualvm/residualvm-0.3.1/devtools/create_project/
H A Dxcode.h220 std::map<std::string, bool> _objectMap;
228 std::map<std::string, bool>::iterator it = _objectMap.find(obj->_id); in add()
229 if (it != _objectMap.end() && it->second == true) in add()
233 _objectMap[obj->_id] = true; in add()
/dports/games/scummvm/scummvm-2.5.1/devtools/create_project/
H A Dxcode.h220 std::map<std::string, bool> _objectMap;
228 std::map<std::string, bool>::iterator it = _objectMap.find(obj->_id); in add()
229 if (it != _objectMap.end() && it->second == true) in add()
233 _objectMap[obj->_id] = true; in add()
/dports/devel/gorm/apps-gorm-04554d2/Plugins/Nib/
H A DGormNibWrapperBuilder.m211 NSMapTable *_objectMap; field
226 _objectMap = NSCreateMapTableWithZone(NSObjectMapKeyCallBacks,
237 NSFreeMapTable(_objectMap);
292 NSMapInsert(_objectMap, object, template);
299 id replacementObject = NSMapGet(_objectMap,object);
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/saga/
H A Drender.cpp118 if (_vm->_scene->_objectMap) in drawScene()
119 _vm->_scene->_objectMap->draw(mousePoint, kITEColorBrightWhite, kITEColorBlack); in drawScene()
/dports/games/openmw/openmw-openmw-0.47.0/components/sceneutil/
H A Doptimizer.cpp326_objectMap[*itr].add(transform, transform && isOperationPermissibleForObject(transform)); in registerWithCurrentObjects()
336 disableObject(_objectMap.find(object)); in disableObject()
344 ObjectMap _objectMap; member in SceneUtil::CollectLowestTransformsVisitor
436 if (itr==_objectMap.end()) in disableObject()
483 for(oitr=_objectMap.begin(); in setUpMaps()
484 oitr!=_objectMap.end(); in setUpMaps()
504 for(oitr=_objectMap.begin(); in setUpMaps()
505 oitr!=_objectMap.end(); in setUpMaps()
524 for(ObjectMap::iterator oitr=_objectMap.begin(); in removeTransforms()
525 oitr!=_objectMap.end(); in removeTransforms()
[all …]

123