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
↓ 4 callers
Function
bit_read
* Reads some bits in one go (ie the above two routines combined). */
Source/Amiga/dernc.cpp:289
↓ 4 callers
Function
cend
! @brief returns a const iterator to one past the last element Returns a const iterator to one past the last element. @image
Source/Utils/json.hpp:21076
↓ 4 callers
Function
destroy
Source/Utils/json.hpp:17609
↓ 4 callers
Method
draw
* Draw the Surface Buffer to SDLSurface, using the surface palette */
Source/Surface.cpp:207
↓ 4 callers
Function
empty
! @brief checks whether the container is empty. Checks if a JSON value has no elements (i.e. whether its @ref size is `0`).
Source/Utils/json.hpp:21420
↓ 4 callers
Function
escape
escape "~" to "~0" and "/" to "~1"
Source/Utils/json.hpp:12362
↓ 4 callers
Method
fileGet
Source/Resources.cpp:30
↓ 4 callers
Method
getMission
* Get the mission */
Source/Campaign.cpp:290
↓ 4 callers
Function
get_arithmetic_value
Source/Utils/json.hpp:3440
↓ 4 callers
Method
get_binary
Source/Utils/json.hpp:9998
↓ 4 callers
Method
get_implicit_value
Source/Utils/cxxopts.hpp:1129
↓ 4 callers
Method
get_string
Source/Utils/json.hpp:9965
↓ 4 callers
Function
get_type_name
same as duk_get_type_name, which is private for some reason *shakes fist
Source/Utils/dukglue/detail_typeinfo.h:10
↓ 4 callers
Method
has_implicit
Source/Utils/cxxopts.hpp:1094
↓ 4 callers
Function
insert_iterator
Source/Utils/json.hpp:21983
↓ 4 callers
Function
is_boolean
! @brief return whether value is a boolean This function returns true if and only if the JSON value is a boolean. @return `t
Source/Utils/json.hpp:18913
↓ 4 callers
Function
replace_substring
! @brief replace all occurrences of a substring by another string @param[in,out] s the string to manipulate; changed so that all
Source/Utils/json.hpp:12349
↓ 4 callers
Method
select
Select a section for performing operations
Source/Utils/ini.hpp:168
↓ 4 callers
Function
stbi__bitcount
Source/Utils/stb_image.h:5379
↓ 4 callers
Function
stbi__compute_y_16
Source/Utils/stb_image.h:1802
↓ 4 callers
Function
stbi__extend_receive
combined JPEG 'receive' and JPEG 'extend', since baseline always extends everything it receives.
Source/Utils/stb_image.h:2152
↓ 4 callers
Function
stbi__high_bit
returns 0..31 for the highest set bit
Source/Utils/stb_image.h:5367
↓ 4 callers
Function
stbi__jpeg_get_bit
Source/Utils/stb_image.h:2180
↓ 4 callers
Function
stbi__load_and_postprocess_8bit
Source/Utils/stb_image.h:1259
↓ 4 callers
Function
stbi__load_gif_main_outofmem
Source/Utils/stb_image.h:6949
↓ 4 callers
Function
stbi__readval
Source/Utils/stb_image.h:6364
↓ 4 callers
Function
stbi__shiftsigned
extract an arbitrarily-aligned N-bit value (N=bits) from v, and then make it 8-bits long and fractionally extend it to full full range.
Source/Utils/stb_image.h:5392
↓ 4 callers
Function
stbi__tga_get_comp
returns STBI_rgb or whatever, 0 on error
Source/Utils/stb_image.h:5736
↓ 4 callers
Function
stbi__vertical_flip
Source/Utils/stb_image.h:1221
↓ 4 callers
Function
stbi__zget8
Source/Utils/stb_image.h:4196
↓ 3 callers
Method
Clear
Source/Utils/micropather.cpp:274
↓ 3 callers
Method
Game_Setup
Source/Fodder.cpp:18637
↓ 3 callers
Method
GetCampaignNames
Source/Versions.cpp:228
↓ 3 callers
Method
GetMapFilename
Source/Campaign.hpp:90
↓ 3 callers
Method
GetName
Source/Campaign.hpp:80
↓ 3 callers
Method
GetPathNode
Source/Utils/micropather.cpp:435
↓ 3 callers
Method
GetScriptPath
Source/ResourceMan.cpp:425
↓ 3 callers
Method
GetSecondScreenSize
Source/Versions.hpp:75
↓ 3 callers
Method
GetSpriteData
Source/PC/Graphics_PC.cpp:77
↓ 3 callers
Method
GetTestPath
Source/ResourceMan.cpp:435
↓ 3 callers
Method
LoadCampaign
* Load a campaign */
Source/Campaign.cpp:163
↓ 3 callers
Method
Load_Sprite_Font
Source/PC/Graphics_PC.cpp:187
↓ 3 callers
Method
Music_GetVolume
Source/Sound.hpp:58
↓ 3 callers
Method
Music_Play
Source/Fodder.cpp:2210
↓ 3 callers
Method
RenderAt
Source/Window.cpp:369
↓ 3 callers
Method
SetRelativeMouseMode
Source/Window.cpp:112
↓ 3 callers
Method
String_Print_Large
Source/Fodder.cpp:16133
↓ 3 callers
Method
VersionSwitch
* This function loads a new version of the game, and is generally called on startup, * or AFTER a button on the campaign select screen is pushed *
Source/Fodder.cpp:3464
↓ 3 callers
Function
bit_advance
* Advances the bit stream. */
Source/Amiga/dernc.cpp:276
↓ 3 callers
Function
cbegin
! @brief returns a const iterator to the first element Returns a const iterator to the first element. @image html range-begi
Source/Utils/json.hpp:21005
↓ 3 callers
Function
clear
! @brief clears the contents Clears the content of a JSON value and resets it to the default value as if @ref basic_json(valu
Source/Utils/json.hpp:21635
↓ 3 callers
Method
context
Source/Utils/dukglue/dukvalue.h:386
↓ 3 callers
Method
count
Source/Utils/cxxopts.hpp:1363
↓ 3 callers
Function
dukglue_read
Source/Utils/dukglue/public_util.h:47
↓ 3 callers
Function
dukglue_register_function
Source/Utils/dukglue/register_function.h:24
↓ 3 callers
Method
getDataFilePath
Source/Versions.cpp:308
↓ 3 callers
Method
hasGfx
Source/Versions.hpp:42
↓ 3 callers
Method
has_default
TODO: maybe default options should count towards the number of arguments
Source/Utils/cxxopts.hpp:1375
↓ 3 callers
Function
huf_read
* Read a value out of the bit stream using the given Huffman table. */
Source/Amiga/dernc.cpp:223
↓ 3 callers
Method
isAmiga
Source/Version.hpp:160
↓ 3 callers
Method
isAmigaAlienLevels
Source/Version.hpp:156
↓ 3 callers
Method
isAmigaNotVeryFestive
Source/Version.hpp:152
↓ 3 callers
Method
isAmigaXmas
Source/Version.hpp:136
↓ 3 callers
Method
isCannonFodder2
Source/Version.hpp:116
↓ 3 callers
Method
isPCFormat
Source/Version.hpp:132
↓ 3 callers
Function
is_number_float
! @brief return whether value is a floating-point number This function returns true if and only if the JSON value is a floati
Source/Utils/json.hpp:19028
↓ 3 callers
Function
is_number_integer
! @brief return whether value is an integer number This function returns true if and only if the JSON value is a signed or un
Source/Utils/json.hpp:18972
↓ 3 callers
Function
lword
* Return the little-endian word at p. */
Source/Amiga/dernc.cpp:321
↓ 3 callers
Function
md5_update
Source/Utils/md5.cpp:182
↓ 3 callers
Method
moved_or_copied
Source/Utils/json.hpp:12564
↓ 3 callers
Function
parse_value
Source/Utils/cxxopts.hpp:936
↓ 3 callers
Function
read_huftable
* Read a Huffman table out of the bit stream and data stream given. */
Source/Amiga/dernc.cpp:186
↓ 3 callers
Method
set_end
! @brief set the iterator past the last value @pre The iterator is initialized; i.e. `m_object != nullptr`. */
Source/Utils/json.hpp:10975
↓ 3 callers
Function
stbi__addsizes_valid
return 1 if the sum is valid, 0 on overflow. negative terms are considered invalid.
Source/Utils/stb_image.h:1001
↓ 3 callers
Function
stbi__convert_format16
Source/Utils/stb_image.h:1811
↓ 3 callers
Function
stbi__decode_jpeg_header
Source/Utils/stb_image.h:3364
↓ 3 callers
Function
stbi__free_jpeg_components
Source/Utils/stb_image.h:3241
↓ 3 callers
Function
stbi__hdr_convert
Source/Utils/stb_image.h:7128
↓ 3 callers
Function
stbi__info_main
Source/Utils/stb_image.h:7629
↓ 3 callers
Function
stbi__is_16_main
Source/Utils/stb_image.h:7671
↓ 3 callers
Function
stbi__load_and_postprocess_16bit
Source/Utils/stb_image.h:1285
↓ 3 callers
Function
stbi__loadf_main
Source/Utils/stb_image.h:1459
↓ 3 callers
Function
stbi__mad4sizes_valid
Source/Utils/stb_image.h:1038
↓ 3 callers
Function
stbi__malloc_mad4
Source/Utils/stb_image.h:1061
↓ 3 callers
Function
stbi__pic_is4
Source/Utils/stb_image.h:6333
↓ 3 callers
Function
stbi__pnm_getinteger
Source/Utils/stb_image.h:7564
↓ 3 callers
Function
stbi__pnm_info
Source/Utils/stb_image.h:7578
↓ 3 callers
Function
stbi__pnm_skip_whitespace
Source/Utils/stb_image.h:7545
↓ 3 callers
Function
stbi__zeof
Source/Utils/stb_image.h:4191
↓ 3 callers
Function
stbi__zexpand
Source/Utils/stb_image.h:4272
↓ 3 callers
Function
stbi__zhuffman_decode
Source/Utils/stb_image.h:4242
↓ 3 callers
Function
stringLength
Source/Utils/cxxopts.hpp:203
↓ 3 callers
Function
unget
! @brief unget current character (read it again on next get) We implement unget by setting variable next_unget to true. The i
Source/Utils/json.hpp:7245
↓ 3 callers
Function
writeLEWord
Source/stdafx.hpp:92
↓ 2 callers
Method
Add
Source/Utils/micropather.cpp:174
↓ 2 callers
Method
Briefing_Helicopter_Check
Source/Fodder.cpp:4015
↓ 2 callers
Method
CalcTotalCost
Source/Utils/micropather.h:258
↓ 2 callers
Method
CanUseAmigaSound
Source/Versions.cpp:275
↓ 2 callers
Method
Clear
Source/GameData.cpp:36
↓ 2 callers
Method
DisableTicks
Source/GameData.cpp:219
← previous
next →
201–300 of 2,239, ranked by callers