![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
Data Structures | |
| class | BBCodeDrawingContext |
| class | CollisionsDebug |
| Diagnostic view for static terrain collisions and script event-boxes. More... | |
| struct | ConsoleView |
| Configurable console renderer, implements filtering, colorized text, incons. More... | |
| class | ConsoleWindow |
| class | DirectionArrow |
| class | FlexbodyDebug |
| Flexbody and prop diagnostic. More... | |
| class | FrictionSettings |
| class | GameAbout |
| class | GameChatBox |
| Overlay showing chat/console messages on screen, with optional entry field. More... | |
| class | GameControls |
| class | GameMainMenu |
| class | GameSettings |
| class | LoadingWindow |
| class | MainSelector |
| struct | MessageBoxButton |
| struct | MessageBoxConfig |
| class | MessageBoxDialog |
| class | MpClientList |
| struct | MpServerInfo |
| class | MultiplayerSelector |
| class | NodeBeamUtils |
| class | RepositorySelector |
| struct | RepoWorkQueueTicket |
| struct | ResourceCategories |
| struct | ResourceFiles |
| struct | ResourceItem |
| struct | ResourcesCollection |
| class | ScriptMonitor |
| class | SimPerfStats |
| class | SurveyMap |
In-game map widget Has 3 display modes (see SurveyMapMode), cycled using input SURVEY_MAP_TOGGLE_VIEW More... | |
| class | TextureToolWindow |
| class | TopMenubar |
| class | VehicleInfoTPanel |
Typedefs | |
| typedef std::vector< MpServerInfo > | MpServerInfoVec |
| typedef int | ResourceItemArrayPos_t |
| typedef std::map< int, Ogre::TexturePtr > | RepoAttachmentsMap |
| Maps attachment ID to Ogre::TexturePtr. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, RepoWorkQueueTicket &val) |
Variables | |
| const int | RESOURCEITEMARRAYPOS_INVALID = -1 |
| typedef std::vector<MpServerInfo> RoR::GUI::MpServerInfoVec |
Definition at line 52 of file GUI_MultiplayerSelector.h.
| typedef std::map<int, Ogre::TexturePtr> RoR::GUI::RepoAttachmentsMap |
Maps attachment ID to Ogre::TexturePtr.
Definition at line 94 of file GUI_RepositorySelector.h.
| typedef int RoR::GUI::ResourceItemArrayPos_t |
Definition at line 77 of file GUI_RepositorySelector.h.
|
inline |
Definition at line 105 of file GUI_RepositorySelector.h.
| const int RoR::GUI::RESOURCEITEMARRAYPOS_INVALID = -1 |
Definition at line 78 of file GUI_RepositorySelector.h.
1.8.17