Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFodder/openfodder
/ functions
Functions
2,239 in github.com/OpenFodder/openfodder
⨍
Functions
2,239
◇
Types & classes
368
↓ 10 callers
Method
FileExists
Source/ResourceMan.cpp:495
↓ 10 callers
Method
Load_And_Draw_Image
Source/PC/Graphics_PC.cpp:702
↓ 10 callers
Method
boolean
Source/Utils/json.hpp:5812
↓ 10 callers
Function
dukglue_register_property
Source/Utils/dukglue/register_property.h:7
↓ 10 callers
Function
parser
Source/Utils/json.hpp:16683
↓ 10 callers
Function
stbi__blinn_8x8
fast 0..255 * 0..255 => 0..255 rounded multiplication
Source/Utils/stb_image.h:3858
↓ 10 callers
Function
stbi__malloc_mad3
Source/Utils/stb_image.h:1054
↓ 9 callers
Method
emplace
Source/Utils/json.hpp:16423
↓ 9 callers
Function
find
Source/Utils/json.hpp:20811
↓ 9 callers
Method
getHeightPixels
Source/Map/Map.hpp:81
↓ 9 callers
Method
getSpritesMax
Source/Parameters.hpp:155
↓ 9 callers
Function
grad
* Helper function to compute gradients-dot-residual vectors (1D) * * @note that these generate gradients of more than unit length. To make * a clos
Source/Utils/SimplexNoise.cpp:126
↓ 9 callers
Method
isCannonFodder1
Source/Version.hpp:112
↓ 9 callers
Method
isCustom
Source/Campaign.cpp:326
↓ 9 callers
Function
is_binary
! @brief return whether value is a binary array This function returns true if and only if the JSON value is a binary array.
Source/Utils/json.hpp:19116
↓ 9 callers
Function
stbi__get_marker
if there's a pending marker from the entropy stream, return that otherwise, fetch from the stream and get a marker. if there's no marker, return 0xff,
Source/Utils/stb_image.h:2918
↓ 9 callers
Function
type
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enum
Source/Utils/json.hpp:18811
↓ 8 callers
Method
Music_SetVolume
Source/Amiga/Sound_Amiga.cpp:248
↓ 8 callers
Method
PrintStateInfo
Source/Map/Random.cpp:425
↓ 8 callers
Function
fastfloor
* Computes the largest integer value not greater than the float one * * This method is faster than using (int32_t)std::floor(fp). * * I measured i
Source/Utils/SimplexNoise.cpp:46
↓ 8 callers
Method
get
! @brief get next character from the input This function provides the interface to the used input adapter. It does
Source/Utils/json.hpp:9889
↓ 8 callers
Method
getu
Source/Utils/pseudorand.hpp:88
↓ 8 callers
Method
isRandom
Source/Campaign.cpp:331
↓ 8 callers
Function
parse
Source/Utils/json.hpp:23186
↓ 8 callers
Function
stbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
Source/Utils/stb_image.h:2415
↓ 8 callers
Function
stbi__convert_format
Source/Utils/stb_image.h:1754
↓ 8 callers
Function
stbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
Source/Utils/stb_image.h:1030
↓ 8 callers
Function
tool_EndianSwap
* * @param pBuffer * @param pSize Number of words */
Source/stdafx.cpp:49
↓ 7 callers
Method
GUI_Draw_Frame_8
Source/GUI_Element.cpp:947
↓ 7 callers
Method
GetAvailable
Source/ResourceMan.cpp:384
↓ 7 callers
Method
NumberOfPhases
Source/Campaign.hpp:157
↓ 7 callers
Method
end_array
Source/Utils/json.hpp:5862
↓ 7 callers
Method
end_object
Source/Utils/json.hpp:5852
↓ 7 callers
Method
isCoverDisk
Source/Version.hpp:186
↓ 7 callers
Method
start_array
Source/Utils/json.hpp:5857
↓ 7 callers
Method
start_object
Source/Utils/json.hpp:5842
↓ 7 callers
Function
stbi__compute_y
Source/Utils/stb_image.h:1745
↓ 7 callers
Function
stbi__start_callbacks
initialize a callback-based context
Source/Utils/stb_image.h:835
↓ 7 callers
Function
stbi__start_mem
initialize a memory-decode context
Source/Utils/stb_image.h:825
↓ 7 callers
Method
string
Source/Utils/json.hpp:5832
↓ 6 callers
Method
AddBefore
Source/Utils/micropather.h:241
↓ 6 callers
Method
GetRetail
Source/Versions.cpp:122
↓ 6 callers
Method
Service_Draw
Source/Amiga/Graphics_Amiga.cpp:1225
↓ 6 callers
Method
String_CalculateWidth
Source/Fodder.cpp:16523
↓ 6 callers
Method
String_Print
Source/Fodder.cpp:16147
↓ 6 callers
Method
fileLoadTo
Source/Resources.cpp:53
↓ 6 callers
Method
getWidthPixels
Source/Map/Map.hpp:80
↓ 6 callers
Method
has_subtype
! @brief return whether the value has a subtype @return whether the value has a subtype @complexity Constant. @exce
Source/Utils/json.hpp:4540
↓ 6 callers
Method
hash
Source/Utils/cxxopts.hpp:1290
↓ 6 callers
Method
isPC
Source/Version.hpp:164
↓ 6 callers
Function
is_string
! @brief return whether value is a string This function returns true if and only if the JSON value is a string. @return `tru
Source/Utils/json.hpp:19094
↓ 6 callers
Method
null
Source/Utils/json.hpp:5807
↓ 6 callers
Function
push_back
! @brief add an object to an array Appends the given element @a val to the end of the JSON value. If the function is called o
Source/Utils/json.hpp:21712
↓ 6 callers
Method
save
Source/GameData.cpp:237
↓ 6 callers
Function
stbi__fopen
Source/Utils/stb_image.h:1336
↓ 6 callers
Function
stbi__hdr_test
Source/Utils/stb_image.h:7094
↓ 6 callers
Function
stbi__mul2sizes_valid
returns 1 if the product is valid, 0 on overflow. negative factors are considered invalid.
Source/Utils/stb_image.h:1013
↓ 6 callers
Function
stbi__start_file
Source/Utils/stb_image.h:876
↓ 6 callers
Method
subtype
! @brief return the binary subtype Returns the numerical subtype of the value if it has a subtype. If it does not have a subt
Source/Utils/json.hpp:4519
↓ 6 callers
Method
what
returns the explanatory string
Source/Utils/json.hpp:2356
↓ 5 callers
Method
FileRead
Source/ResourceMan.cpp:348
↓ 5 callers
Method
LoadPalette
* Load a Palette from a location in the loaded data */
Source/Graphics.hpp:77
↓ 5 callers
Method
Load_pStuff
Source/PC/Graphics_PC.cpp:182
↓ 5 callers
Method
Restore
Source/Surface.cpp:373
↓ 5 callers
Method
TestComplete
Source/Debugger.cpp:127
↓ 5 callers
Function
blong
* Return the big-endian longword at p. */
Source/Amiga/dernc.cpp:299
↓ 5 callers
Function
dukglue_push
Source/Utils/dukglue/public_util.h:19
↓ 5 callers
Method
getName
Source/Campaign.cpp:322
↓ 5 callers
Method
get_character
Source/Utils/json.hpp:4770
↓ 5 callers
Method
is_begin
return whether the iterator can be dereferenced
Source/Utils/json.hpp:10663
↓ 5 callers
Method
parse
Source/Utils/cxxopts.hpp:2276
↓ 5 callers
Method
parse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out]
Source/Utils/json.hpp:10194
↓ 5 callers
Function
stbi__cleanup_jpeg
clean up the temporary component buffers
Source/Utils/stb_image.h:3842
↓ 5 callers
Function
stbi__do_zlib
Source/Utils/stb_image.h:4509
↓ 5 callers
Function
stbi__getn
Source/Utils/stb_image.h:1665
↓ 5 callers
Function
stbi__hdr_gettoken
Source/Utils/stb_image.h:7106
↓ 5 callers
Function
stbi__jpeg_huff_decode
decode a jpeg huffman value from the bitstream
Source/Utils/stb_image.h:2096
↓ 5 callers
Function
stbi__jpeg_reset
after a restart interval, stbi__jpeg_reset the entropy decoder and the dc prediction
Source/Utils/stb_image.h:2935
↓ 5 callers
Function
stbi__malloc_mad2
mallocs with size overflow checking
Source/Utils/stb_image.h:1047
↓ 5 callers
Function
stbi__zbuild_huffman
Source/Utils/stb_image.h:4123
↓ 4 callers
Method
CheckList
Source/Utils/micropather.h:248
↓ 4 callers
Method
Cycle
Source/About.cpp:113
↓ 4 callers
Method
FileReadStr
Source/ResourceMan.cpp:341
↓ 4 callers
Method
GetHeight
Source/Surface.hpp:102
↓ 4 callers
Method
GetRenderer
Source/Window.hpp:89
↓ 4 callers
Method
Init
Source/Utils/micropather.cpp:461
↓ 4 callers
Method
LeastCostEstimate
Source/Map/Random.cpp:384
↓ 4 callers
Method
MapTiles_Draw
Source/Fodder.cpp:19210
↓ 4 callers
Method
PhaseGet
Source/Campaign.hpp:147
↓ 4 callers
Method
Phase_Start
Source/GameData.cpp:503
↓ 4 callers
Method
Push
Source/Utils/micropather.cpp:79
↓ 4 callers
Method
Recruit_Draw_String
Source/Recruits.cpp:1348
↓ 4 callers
Method
Sidebar_Copy_To_Surface
Source/PC/Graphics_PC.cpp:461
↓ 4 callers
Method
Soldier_Sort
Source/GameData.cpp:421
↓ 4 callers
Method
Unlink
Source/Utils/micropather.h:236
↓ 4 callers
Method
Video_Draw_8
Source/PC/Graphics_PC.cpp:392
↓ 4 callers
Method
Video_Sleep
Source/Fodder.cpp:544
↓ 4 callers
Method
accept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether th
Source/Utils/json.hpp:10255
↓ 4 callers
Function
apply_fp
Source/Utils/dukglue/detail_traits.h:74
↓ 4 callers
Method
binary
Source/Utils/json.hpp:5837
← previous
next →
101–200 of 2,239, ranked by callers