Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ functions
Functions
4,163 in github.com/OpenXcom/OpenXcom
⨍
Functions
4,163
◇
Types & classes
1,490
Function
Interp7
src/Engine/Scalers/common.h:117
Function
Interp8
src/Engine/Scalers/common.h:123
Function
Interp9
src/Engine/Scalers/common.h:129
Method
IntroState
* Initializes all the elements in the Intro screen. * @param game Pointer to the core game. * @param wasLetterBoxed Was the game letterboxed? */
src/Menu/IntroState.cpp:41
Method
Inventory
* Sets up an inventory with the specified size and position. * @param game Pointer to core game. * @param width Width in pixels. * @param height He
src/Battlescape/Inventory.cpp:55
Method
InventoryState
* Initializes all the elements in the Inventory screen. * @param game Pointer to the core game. * @param tu Does Inventory use up Time Units? * @pa
src/Battlescape/InventoryState.cpp:61
Method
ItemContainer
* Initializes an item container with no contents. */
src/Savegame/ItemContainer.cpp:29
Method
ItemsArrivingState
* Initializes all the elements in the Items Arriving window. * @param game Pointer to the core game. * @param state Pointer to the Geoscape state.
src/Geoscape/ItemsArrivingState.cpp:52
Method
Language
* Initializes an empty language file. */
src/Engine/Language.cpp:48
Method
LanguagePlurality
src/Engine/LanguagePlurality.h:51
Method
ListGamesState
* Initializes all the elements in the Saved Game screen. * @param game Pointer to the core game. * @param origin Game section that originated this s
src/Menu/ListGamesState.cpp:87
Method
ListLoadState
* Initializes all the elements in the Load Game screen. * @param game Pointer to the core game. * @param origin Game section that originated this st
src/Menu/ListLoadState.cpp:36
Method
ListSaveState
* Initializes all the elements in the Save Game screen. * @param game Pointer to the core game. * @param origin Game section that originated this st
src/Menu/ListSaveState.cpp:39
Method
LoadGameState
* Initializes all the elements in the Load Game screen. * @param game Pointer to the core game. * @param origin Game section that originated this st
src/Menu/LoadGameState.cpp:45
Method
LocalizedText
Create the empty string.
src/Engine/LocalizedText.h:51
Method
LocalizedText
* Create a LocalizedText from a localized std::wstring. */
src/Engine/LocalizedText.h:77
Method
Logger
src/Engine/Logger.h:79
Method
LowFuelState
* Initializes all the elements in the Low Fuel window. * @param game Pointer to the core game. * @param craft Pointer to the craft to display. * @p
src/Geoscape/LowFuelState.cpp:41
Method
MCDPatch
* Initializes an MCD Patch. */
src/Ruleset/MCDPatch.cpp:29
Method
MainMenuState
* Initializes all the elements in the Main Menu window. * @param game Pointer to the core game. */
src/Menu/MainMenuState.cpp:45
Method
ManageAlienContainmentState
* Initializes all the elements in the Manage Alien Containment screen. * @param game Pointer to the core game. * @param base Pointer to the base to
src/Basescape/ManageAlienContainmentState.cpp:54
Method
ManufactureInfoState
* Initializes all elements in the Production settings screen (new Production). * @param game Pointer to the core game. * @param base Pointer to the
src/Basescape/ManufactureInfoState.cpp:48
Method
ManufactureStartState
* Initializes all the elements in the productions start screen. * @param game Pointer to the core game. * @param base Pointer to the base to get inf
src/Basescape/ManufactureStartState.cpp:45
Method
ManufactureState
* Initializes all the elements in the Manufacture screen. * @param game Pointer to the core game. * @param base Pointer to the base to get info from
src/Basescape/ManufactureState.cpp:48
Method
Map
* Sets up a map with the specified size and position. * @param game Pointer to the core game. * @param width Width in pixels. * @param height Heigh
src/Battlescape/Map.cpp:80
Method
MapBlock
* MapBlock construction. */
src/Ruleset/MapBlock.cpp:27
Method
MapData
* Creates a new Map Data Object. * @param dataset The dataset this object belongs to. */
src/Ruleset/MapData.cpp:28
Method
MapDataSet
* MapDataSet construction. */
src/Ruleset/MapDataSet.cpp:37
Method
MatchBaseCoordinates
Remember the query coordinates.
src/Savegame/AlienMission.cpp:344
Method
MedikitButton
* Initializes a Medikit button. * @param y The button's y origin. */
src/Battlescape/MedikitState.cpp:111
Method
MedikitState
* Initializes the Medikit State. * @param game Pointer to the core game. * @param targetUnit The wounded unit. * @param action The healing action.
src/Battlescape/MedikitState.cpp:121
Method
MedikitTitle
* Initializes a Medikit title. * @param y The title's y origin. * @param title The title. */
src/Battlescape/MedikitState.cpp:68
Method
MedikitTxt
* Initializes a Medikit text. * @param y The text's y origin. */
src/Battlescape/MedikitState.cpp:89
Method
MedikitView
* Initializes the Medikit view. * @param w The MinikitView width. * @param h The MinikitView height. * @param x The MinikitView x origin. * @param
src/Battlescape/MedikitView.cpp:56
Method
MiniBaseView
* Sets up a mini base view with the specified size and position. * @param width Width in pixels. * @param height Height in pixels. * @param x X pos
src/Basescape/MiniBaseView.cpp:39
Method
MiniMapState
* Initializes all the elements in the MiniMapState screen. * @param game Pointer to the core game. * @param camera The Battlescape camera. * @param
src/Battlescape/MiniMapState.cpp:42
Method
MiniMapView
* Initializes all the elements in the MiniMapView. * @param w The MiniMapView width. * @param h The MiniMapView height. * @param x The MiniMapView
src/Battlescape/MiniMapView.cpp:54
Method
MonthlyCostsState
* Initializes all the elements in the Monthly Costs screen. * @param game Pointer to the core game. * @param base Pointer to the base to get info fr
src/Basescape/MonthlyCostsState.cpp:43
Method
MonthlyReportState
* Initializes all the elements in the Monthly Report screen. * @param game Pointer to the core game. * @param psi Show psi training afterwards? * @
src/Geoscape/MonthlyReportState.cpp:51
Method
MovingTarget
* Initializes a moving target with blank coordinates. */
src/Savegame/MovingTarget.cpp:30
Method
MultipleTargetsState
* Initializes all the elements in the Multiple Targets window. * @param game Pointer to the core game. * @param targets List of targets to display.
src/Geoscape/MultipleTargetsState.cpp:50
Method
Music
* Initializes a new music track. */
src/Engine/Music.cpp:33
Method
NewBattleState
* Initializes all the elements in the New Battle window. * @param game Pointer to the core game. */
src/Menu/NewBattleState.cpp:64
Method
NewGameState
* Initializes all the elements in the Difficulty window. * @param game Pointer to the core game. */
src/Menu/NewGameState.cpp:40
Method
NewManufactureListState
* Initializes all the elements in the productions list screen. * @param game Pointer to the core game. * @param base Pointer to the base to get info
src/Basescape/NewManufactureListState.cpp:46
Method
NewPossibleManufactureState
* Initializes all the elements in the EndManufacture screen. * @param game Pointer to the core game. * @param base Pointer to the base to get info f
src/Geoscape/NewPossibleManufactureState.cpp:40
Method
NewPossibleResearchState
* Initializes all the elements in the EndResearch screen. * @param game Pointer to the core game. * @param base Pointer to the base to get info from
src/Geoscape/NewPossibleResearchState.cpp:43
Method
NewResearchListState
* Initializes all the elements in the Research list screen. * @param game Pointer to the core game. * @param base Pointer to the base to get info fr
src/Basescape/NewResearchListState.cpp:44
Method
NextTurnState
* Initializes all the elements in the Next Turn screen. * @param game Pointer to the core game. * @param battleGame Pointer to the saved game. * @p
src/Battlescape/NextTurnState.cpp:48
Method
NoContainmentState
* Initializes all the elements in the No Containment screen. * @param game Pointer to the core game. */
src/Battlescape/NoContainmentState.cpp:36
Method
Node
src/Savegame/Node.cpp:25
Method
NumberText
* Sets up a blank number text. * @param width Width in pixels. * @param height Height in pixels. * @param x X position in pixels. * @param y Y pos
src/Interface/NumberText.cpp:33
Function
OPLReInit
src/Engine/Adlib/fmopl.cpp:1262
Function
OPLRead
src/Engine/Adlib/fmopl.cpp:1341
Function
OPLSetIRQHandler
src/Engine/Adlib/fmopl.cpp:1293
Function
OPLSetKeyboardHandler
src/Engine/Adlib/fmopl.cpp:1311
Function
OPLSetPortHandler
src/Engine/Adlib/fmopl.cpp:1304
Function
OPLSetTimerHandler
src/Engine/Adlib/fmopl.cpp:1288
Function
OPLSetUpdateHandler
src/Engine/Adlib/fmopl.cpp:1298
Function
OPLTimerOver
src/Engine/Adlib/fmopl.cpp:1378
Method
OpenGL
src/Engine/OpenGL.cpp:345
Method
OptionInfo
* Creates info for a boolean option. * @param id String ID used in serializing. * @param option Pointer to the option. * @param def Default option
src/Engine/OptionInfo.cpp:33
Method
OptionsAdvancedState
* Initializes all the elements in the Advanced Options window. * @param game Pointer to the core game. * @param origin Game section that originated
src/Menu/OptionsAdvancedState.cpp:41
Method
OptionsAudioState
* Initializes all the elements in the Audio Options screen. * @param game Pointer to the core game. * @param origin Game section that originated thi
src/Menu/OptionsAudioState.cpp:45
Method
OptionsBaseState
* Initializes all the elements in the Options window. * @param game Pointer to the core game. * @param origin Game section that originated this stat
src/Menu/OptionsBaseState.cpp:56
Method
OptionsBattlescapeState
* Initializes all the elements in the Battlescape Options screen. * @param game Pointer to the core game. * @param origin Game section that originat
src/Menu/OptionsBattlescapeState.cpp:42
Method
OptionsConfirmState
* Initializes all the elements in the Confirm Display Options screen. * @param game Pointer to the core game. * @param origin Game section that orig
src/Menu/OptionsConfirmState.cpp:41
Method
OptionsControlsState
* Initializes all the elements in the Controls screen. * @param game Pointer to the core game. * @param origin Game section that originated this sta
src/Menu/OptionsControlsState.cpp:41
Method
OptionsDefaultsState
* Initializes all the elements in the Restore Defaults screen. * @param game Pointer to the core game. * @param origin Game section that originated
src/Menu/OptionsDefaultsState.cpp:38
Method
OptionsGeoscapeState
* Initializes all the elements in the Geoscape Options screen. * @param game Pointer to the core game. * @param origin Game section that originated
src/Menu/OptionsGeoscapeState.cpp:43
Method
OptionsModsState
* Initializes all the elements in the Mod Options window. * @param game Pointer to the core game. * @param origin Game section that originated this
src/Menu/OptionsModsState.cpp:41
Method
OptionsNoAudioState
* Initializes all the elements in the Audio Options screen. * @param game Pointer to the core game. * @param origin Game section that originated thi
src/Menu/OptionsNoAudioState.cpp:34
Method
OptionsVideoState
* Initializes all the elements in the Video Options screen. * @param game Pointer to the core game. * @param origin Game section that originated thi
src/Menu/OptionsVideoState.cpp:49
Function
PIXEL01_1
src/Engine/Scalers/hq3x.cpp:428
Function
PIXEL01_10
src/Engine/Scalers/hq2x.cpp:2194
Function
PIXEL01_10
src/Engine/Scalers/hq4x.cpp:559
Function
PIXEL01_12
src/Engine/Scalers/hq2x.cpp:2146
Function
PIXEL01_20
src/Engine/Scalers/hq2x.cpp:563
Function
PIXEL01_22
src/Engine/Scalers/hq2x.cpp:546
Function
PIXEL01_31
src/Engine/Scalers/hq4x.cpp:2022
Function
PIXEL01_60
src/Engine/Scalers/hq4x.cpp:997
Function
PIXEL01_82
src/Engine/Scalers/hq4x.cpp:4078
Function
PIXEL01_C
src/Engine/Scalers/hq3x.cpp:1133
Function
PIXEL02_1M
src/Engine/Scalers/hq3x.cpp:2194
Function
PIXEL02_1R
src/Engine/Scalers/hq3x.cpp:3340
Function
PIXEL03_80
src/Engine/Scalers/hq4x.cpp:1484
Function
PIXEL03_82
src/Engine/Scalers/hq4x.cpp:2156
Function
PIXEL10_C
src/Engine/Scalers/hq3x.cpp:1048
Function
PIXEL11
src/Engine/Scalers/hq3x.cpp:2845
Function
PIXEL11_0
src/Engine/Scalers/hq4x.cpp:5033
Function
PIXEL11_30
src/Engine/Scalers/hq4x.cpp:2238
Function
PIXEL11_31
src/Engine/Scalers/hq4x.cpp:2038
Function
PIXEL20_1L
src/Engine/Scalers/hq3x.cpp:2226
Function
PIXEL20_1M
src/Engine/Scalers/hq3x.cpp:3689
Function
PIXEL22_0
src/Engine/Scalers/hq4x.cpp:1453
Method
Palette
* Initializes a brand new palette. */
src/Engine/Palette.cpp:29
Method
Pathfinding
* Sets up a Pathfinding. * @param save pointer to SavedBattleGame object. */
src/Battlescape/Pathfinding.cpp:42
Method
PathfindingNode
* Sets up a PathfindingNode. * @param pos Position. */
src/Battlescape/PathfindingNode.cpp:29
Method
PauseState
* Initializes all the elements in the Pause window. * @param game Pointer to the core game. * @param origin Game section that originated this state.
src/Menu/PauseState.cpp:43
Method
PlaceFacilityState
* Initializes all the elements in the Place Facility window. * @param game Pointer to the core game. * @param base Pointer to the base to get info f
src/Basescape/PlaceFacilityState.cpp:46
← previous
next →
2,001–2,100 of 4,163, ranked by callers