Home
last modified time | relevance | path

Searched refs:OBJECT_RESEARCH (Results 1 – 22 of 22) sorted by relevance

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/task/
H A Dtaskbuild.cpp107 if ( m_type == OBJECT_RESEARCH ) m_buildingHeight = 22.0f; in CreateBuilding()
598 m_type == OBJECT_RESEARCH || in IsEnded()
679 if ( m_type == OBJECT_RESEARCH ) radius = 10.0f; in FlatFloor()
767 type == OBJECT_RESEARCH || in FlatFloor()
H A Dtasktake.cpp386 type != OBJECT_RESEARCH && in SearchFriendObject()
H A Dtaskgoto.cpp595 oType != OBJECT_RESEARCH && in WormSearch()
1280 if ( type == OBJECT_RESEARCH ) in GetHotPoint()
H A Dtaskmanip.cpp918 type == OBJECT_RESEARCH ) in SearchOtherObject()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/
H A Dobject_type.cpp37 OBJECT_RESEARCH, in IsValidObjectTypeId()
H A Dobject_type.h45 OBJECT_RESEARCH = 11, //!< ResearchCenter enumerator
H A Dold_object.cpp223 m_type == OBJECT_RESEARCH || in DeleteObject()
510 m_type == OBJECT_RESEARCH || in DestroyObject()
776 m_type == OBJECT_RESEARCH || in SetType()
849 m_type == OBJECT_RESEARCH || in SetType()
980 m_type == OBJECT_RESEARCH || in SetType()
3312 m_type == OBJECT_RESEARCH || in GetLightningHitProbability()
H A Dobject_factory.cpp100 case OBJECT_RESEARCH: in CreateObject()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/auto/
H A Dautomush.cpp275 type != OBJECT_RESEARCH && in SearchTarget()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/engine/
H A Dcamera.cpp329 if ( oType == OBJECT_RESEARCH ) m_backDist = 40.0f; in SetType()
344 if ( oType == OBJECT_RESEARCH ) m_backMin = 20.0f; in SetType()
853 iType == OBJECT_RESEARCH || in IsCollisionBack()
1195 type == OBJECT_RESEARCH || in EventFrameBack()
H A Dpyro.cpp1328 oType == OBJECT_RESEARCH || in DisplayError()
1697 m_burnType == OBJECT_RESEARCH || in BurnStart()
1848 if ( m_burnType == OBJECT_RESEARCH ) in BurnStart()
2246 m_burnType == OBJECT_RESEARCH || in BurnTerminate()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/script/
H A Dcbottoken.cpp44 if ( type == OBJECT_RESEARCH ) return "ResearchCenter"; in GetObjectName()
165 if ( type == OBJECT_RESEARCH ) helpfile = "object/research"; in GetHelpFilename()
H A Dscriptfunc.cpp573 center = CObjectManager::GetInstancePointer()->FindNearest(pThis, OBJECT_RESEARCH); in rResearch()
593 if ( center->GetType() == OBJECT_RESEARCH || in rResearch()
608 if ( center->GetType() != OBJECT_RESEARCH ) in rResearch()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/
H A Dmainshort.cpp190 case OBJECT_RESEARCH: icon = 35; break; in GetShortcutIcon()
H A Ddisplaytext.cpp485 if ( type == OBJECT_RESEARCH ) return 22.0f; in GetIdealHeight()
H A Dobject_interface.cpp513 err = m_taskExecutor->StartTaskBuild(OBJECT_RESEARCH); in EventProcess()
1004 … DeadInterface(pw, EVENT_OBJECT_BRESEARCH, m_main->CanBuild(OBJECT_RESEARCH, m_object->GetTeam())); in CreateInterface()
1470 … DeadInterface(pw, EVENT_OBJECT_BRESEARCH, m_main->CanBuild(OBJECT_RESEARCH, m_object->GetTeam())); in CreateInterface()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/parser/
H A Dparserparam.cpp445 if (value == "ResearchCenter" ) return OBJECT_RESEARCH; in ToObjectType()
651 if (value == OBJECT_RESEARCH ) return "ResearchCenter"; in FromObjectType()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/object/subclass/
H A Dbase_building.cpp274 if ( params.type == OBJECT_RESEARCH ) in Create()
846 if ( params.type == OBJECT_RESEARCH ) in Create()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/ui/controls/
H A Dmap.cpp838 case OBJECT_RESEARCH: icon = 35; break; in DrawObjectIcon()
1228 type == OBJECT_RESEARCH || in UpdateObject()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/common/
H A Drestext.cpp519 stringsObject[OBJECT_RESEARCH] = TR("Research center"); in InitializeRestext()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/physics/
H A Dphysics.cpp2744 oType == OBJECT_RESEARCH || in ExploOther()
2881 oType == OBJECT_RESEARCH || in ExploHimself()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/level/
H A Drobotmain.cpp4331 type == OBJECT_RESEARCH || in ShowDropZone()
5887 if(type == OBJECT_RESEARCH) return IsBuildingEnabled(BUILD_RESEARCH); in IsBuildingEnabled()