Home
last modified time | relevance | path

Searched defs:researchItem (Results 1 – 5 of 5) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/management/
H A DResearch.cpp83 for (auto const& researchItem : gResearchItemsUninvented) in research_update_uncompleted_types() local
147 ResearchItem researchItem; in research_next_design() local
188 void research_finish_item(ResearchItem* researchItem) in research_finish_item()
380 for (auto& researchItem : gResearchItemsInvented) in research_reset_current_item() local
418 void ResearchRemove(const ResearchItem& researchItem) in ResearchRemove()
717 for (auto& researchItem : gResearchItemsUninvented) in research_remove_flags() local
721 for (auto& researchItem : gResearchItemsInvented) in research_remove_flags() local
732 auto& researchItem = *it; in research_fix() local
760 auto& researchItem = *it; in research_fix() local
875 for (auto const& researchItem : gResearchItemsInvented) in Exists() local
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DEditorInventionsList.cpp184 for (auto& researchItem : researchList) in window_editor_inventions_list_get_item_from_scroll_y() local
203 for (auto& researchItem : researchList) in window_editor_inventions_list_get_item_from_scroll_y_include_seps() local
377 ResearchItem* researchItem; in window_editor_inventions_list_scrollmousedown() local
398 ResearchItem* researchItem; in window_editor_inventions_list_scrollmouseover() local
421 ResearchItem* researchItem; in window_editor_inventions_list_cursor() local
499 ResearchItem* researchItem; in window_editor_inventions_list_paint() local
588 for (const auto& researchItem : researchList) in window_editor_inventions_list_scrollpaint() local
668 static void window_editor_inventions_list_drag_open(ResearchItem* researchItem) in window_editor_inventions_list_drag_open()
714 ResearchItem* researchItem = get_research_item_at(screenCoords, &scrollId); in window_editor_inventions_list_drag_cursor() local
730 ResearchItem* researchItem; in window_editor_inventions_list_drag_moved() local
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct1/
H A DS4Importer.cpp427 const ResearchItem* researchItem = &researchList[i]; in AddAvailableEntriesFromResearchList() local
1851 const auto& researchItem = researchList[i]; in ImportResearch() local
1959 for (const auto& researchItem : vehiclesWithMissingRideTypes) in ImportResearch() local
2033 const auto& researchItem = researchList[i]; in GetRideTypesPresentInResearchList() local
2055 void InsertResearchVehicle(const ResearchItem& researchItem, bool researched) in InsertResearchVehicle()
2135 uint8_t researchItem = src->Assoc & 0x000000FF; in ImportParkFlags() local
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/rct2/
H A DS6Exporter.cpp1059 for (const auto& researchItem : gResearchItemsInvented) in ExportResearchList() local
1064 for (const auto& researchItem : gResearchItemsUninvented) in ExportResearchList() local
H A DS6Importer.cpp1019 for (const auto& researchItem : _s6.research_items) in ImportResearchList() local