Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Warzone2100/warzone2100
/ functions
Functions
13,752 in github.com/Warzone2100/warzone2100
⨍
Functions
13,752
◇
Types & classes
2,605
↓ 8 callers
Function
castFeature
Returns FEATURE * if feature or NULL if not.
src/feature.h:76
↓ 8 callers
Method
childKeys
lib/framework/wzconfig.cpp:192
↓ 8 callers
Function
clampu8
lib/ivis_opengl/3rdparty/etcpak/Math.hpp:74
↓ 8 callers
Method
clear
lib/ivis_opengl/gfx_api_gl.cpp:649
↓ 8 callers
Method
clearRows
lib/widget/table.cpp:535
↓ 8 callers
Method
connectionHandle
lib/netplay/gns/gns_client_connection.h:70
↓ 8 callers
Function
constructorPoints
src/stats.cpp:1752
↓ 8 callers
Function
convObj
tests/lint.cpp:126
↓ 8 callers
Function
createColHeaderLabel
src/spectatorwidgets.cpp:229
↓ 8 callers
Function
droidSqDist
src/droid.cpp:3913
↓ 8 callers
Function
droidStartBuild
Set up a droid to build a structure - returns true if successful */
src/droid.cpp:1142
↓ 8 callers
Function
droidType
Return the type of a droid */
src/droid.cpp:1580
↓ 8 callers
Function
dump_integer
3rdparty/json/include/nlohmann/json.hpp:18722
↓ 8 callers
Function
empty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
3rdparty/json/include/nlohmann/json.hpp:14002
↓ 8 callers
Method
end
src/astar.cpp:507
↓ 8 callers
Method
end_object
3rdparty/json/include/nlohmann/json.hpp:7343
↓ 8 callers
Function
enumerateTemplates
src/template.cpp:657
↓ 8 callers
Method
fromBytes
lib/framework/crc.cpp:348
↓ 8 callers
Function
gameTimeIsStopped
lib/gamelib/gtime.cpp:326
↓ 8 callers
Function
generateNewObjectId
src/objmem.cpp:349
↓ 8 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
3rdparty/json/include/nlohmann/json.hpp:11896
↓ 8 callers
Function
getCompStatsFromName
Get the component for a stat based on the name alone. Returns NULL if record not found
src/stats.cpp:1337
↓ 8 callers
Method
getConstructStats
src/droid.cpp:3954
↓ 8 callers
Method
getECMStats
src/droid.cpp:3944
↓ 8 callers
Function
getMaxCommanders
src/structure.cpp:2832
↓ 8 callers
Function
getMaxConstructors
src/structure.cpp:2838
↓ 8 callers
Function
getPlayer
src/game.cpp:5353
↓ 8 callers
Function
getPlayerGenericName
return a "generic" player name that is fixed based on the player idx (useful for blind mode games)
src/multiplay.cpp:853
↓ 8 callers
Method
getRepairStats
src/droid.cpp:3949
↓ 8 callers
Method
getStatsAt
src/hci/build.h:29
↓ 8 callers
Method
getWidgetWithFocus
lib/widget/widgbase.h:493
↓ 8 callers
Function
getZipIOCtxError
lib/wzmaplib/plugins/ZipIOProvider/src/ZipIOProvider.cpp:308
↓ 8 callers
Function
groupArmy
(droid, type)
data/mp/multiplay/skirmish/bonecrusher/functions.js:203
↓ 8 callers
Method
idealHeight
src/titleui/widgets/lobbyplayerboxtabs.cpp:192
↓ 8 callers
Method
idealHeight
src/screens/helpscreen.cpp:431
↓ 8 callers
Method
idealHeight
src/hci/quickchat.cpp:1129
↓ 8 callers
Method
idealWidth
src/hci/chatoptions.cpp:949
↓ 8 callers
Function
iniSectionGetInteger
src/configuration.cpp:107
↓ 8 callers
Function
intGetResearchState
Checks to see if there are any research topics to do and flashes the button - only if research facility is free*/
src/hci.cpp:2974
↓ 8 callers
Function
intObjectSelected
Sync the interface to an object */ If psObj is NULL then reset interface displays. There should be two version of this function, one for left clickin
src/hci.cpp:1886
↓ 8 callers
Function
intSetSystemForm
Set up the system clickable form of the design screen given a set of stats */
src/design.cpp:1426
↓ 8 callers
Function
intShowGroupSelectionMenu
src/hci.cpp:2156
↓ 8 callers
Function
intShowPowerBar
displays the Power Bar
src/hci.cpp:2823
↓ 8 callers
Function
isDroid
True iff object is a droid.
src/droid.h:422
↓ 8 callers
Function
isMouseOverRadar
src/radar.cpp:976
↓ 8 callers
Function
levShutDown
shutdown the level system
src/levels.cpp:149
↓ 8 callers
Method
listWidget
lib/widget/listwidget.h:242
↓ 8 callers
Function
loadCompStats
src/stats.cpp:293
↓ 8 callers
Function
loadFileToBuffer
load a file from disk into a fixed memory buffer
lib/framework/frame.cpp:318
↓ 8 callers
Function
loadJsonObjectFromFile
lib/wzmaplib/src/map_jsonhelpers.cpp:30
↓ 8 callers
Function
loadMapPreview
Loads the entire map just to show a picture of it
src/multiint.cpp:744
↓ 8 callers
Method
loadTextureFromUncompressedImage
Takes an iv_Image and texture_type and loads a texture as appropriate / possible
lib/ivis_opengl/gfx_api.cpp:445
↓ 8 callers
Function
mapFree
tools/map/old/mapload.cpp:10
↓ 8 callers
Function
mouseReleased
This returns true if the mouse key went from being down to being up this frame */
lib/sdl/main_sdl.cpp:1525
↓ 8 callers
Function
pal_GetTeamColour
lib/ivis_opengl/piepalette.cpp:79
↓ 8 callers
Function
pal_Init
lib/ivis_opengl/piepalette.cpp:28
↓ 8 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
3rdparty/json/include/nlohmann/json.hpp:12261
↓ 8 callers
Function
parseJsonFile
src/game.cpp:5221
↓ 8 callers
Method
path
Returns the file's path. Does *not* include the file name.
lib/framework/wzpaths.cpp:126
↓ 8 callers
Function
pie_LoadBackDrop
Load and display a random backdrop picture.
lib/ivis_opengl/pieblitfunc.cpp:957
↓ 8 callers
Function
playerLose
(player)
data/mp/multiplay/skirmish/bonecrusher/functions.js:562
↓ 8 callers
Function
playerSpamMutedUntil
src/hci/quickchat.cpp:69
↓ 8 callers
Method
position
lib/widget/scrollbar.cpp:65
↓ 8 callers
Method
registerContext
src/input/context.cpp:203
↓ 8 callers
Function
register_common
src/wzapi.cpp:4360
↓ 8 callers
Function
removeObjectFromFuncList
src/objmem.cpp:438
↓ 8 callers
Function
replaceTexture
lib/ivis_opengl/tex.cpp:229
↓ 8 callers
Function
resLoad
Parse the res file */
lib/framework/frameresource.cpp:188
↓ 8 callers
Function
restoreKeyDownState
lib/sdl/main_sdl.cpp:1425
↓ 8 callers
Function
rotateWorldQuadrant
Rotate vector clockwise by quadrant*90° around (TILE_UNITS/2, TILE_UNITS/2). (Considering x to be to the right, and y down.)
src/map.cpp:1482
↓ 8 callers
Function
scavengerPlayer
src/multiplay.cpp:958
↓ 8 callers
Function
seek_to_directive
(err_on_nonmatch, fatal_if_not_found, *directives)
tools/blender/old/2.4x/pie_import.py:62
↓ 8 callers
Method
selectObject
src/hci/objects_stats.cpp:46
↓ 8 callers
Method
setCanChange
lib/widget/dropdown.h:116
↓ 8 callers
Method
setChoice
lib/widget/button.cpp:522
↓ 8 callers
Function
setDamageModifiers
src/difficulty.cpp:44
↓ 8 callers
Method
setDisabled
src/titleui/widgets/optionsform.cpp:516
↓ 8 callers
Function
setGameUpdatePause
src/loop.cpp:862
↓ 8 callers
Method
setHighlightsOnMouseOver
lib/widget/table.cpp:89
↓ 8 callers
Function
setRevealStatus
------------------------------------------------------------------------------------
src/advvis.cpp:106
↓ 8 callers
Function
setTemplateStat
src/design.cpp:2503
↓ 8 callers
Function
shouldTrapCursor
src/keybind.cpp:132
↓ 8 callers
Method
size
src/astar.cpp:514
↓ 8 callers
Function
specialOrderKeyDown
lib/framework/input.h:272
↓ 8 callers
Method
start_object
3rdparty/json/include/nlohmann/json.hpp:7333
↓ 8 callers
Function
statsGetAudioIDFromString
src/stats.cpp:1181
↓ 8 callers
Function
stbir__use_upsampling
lib/ivis_opengl/3rdparty/stb_image_resize.h:866
↓ 8 callers
Method
tick
tools/qwzm/qwzm.cpp:290
↓ 8 callers
Function
visRemoveVisibility
Remove tile visibility from object */
src/visibility.cpp:392
↓ 8 callers
Function
war_SetDisplayScale
src/warzoneconfig.cpp:240
↓ 8 callers
Function
war_getMPGameTimeLimitMinutes
src/warzoneconfig.cpp:593
↓ 8 callers
Function
war_setWindowMode
src/warzoneconfig.cpp:189
↓ 8 callers
Function
widgFormGetFromID
Find a widget on a form from its id number */
lib/widget/widget.cpp:865
↓ 8 callers
Function
widgGetButtonState
Get a button or clickable form's state */
lib/widget/widget.cpp:1034
↓ 8 callers
Function
widgRegisterOverlayScreen
lib/widget/widget.cpp:204
↓ 8 callers
Function
widgSetTip
Set tip string for a widget */
lib/widget/widget.cpp:1003
↓ 8 callers
Function
wzGetCurrentWindowMode
lib/sdl/main_sdl.cpp:685
↓ 8 callers
Function
wzSemaphoreWait
lib/sdl/main_sdl.cpp:1010
↓ 8 callers
Function
wzThreadJoin
lib/sdl/main_sdl.cpp:958
↓ 7 callers
Method
AddDetailedStatistics
lib/ivis_opengl/3rdparty/vk_mem_alloc.h:6600
← previous
next →
1,001–1,100 of 13,752, ranked by callers