MCPcopy Create free account

hub / github.com/diekmann/wasm-fizzbuzz / functions

Functions1,258 in github.com/diekmann/wasm-fizzbuzz

↓ 1 callersFunctionAM_LevelInit
should be called at the start of every level right now, i figure it out myself
doom/linuxdoom-1.10/am_map.c:537
↓ 1 callersFunctionAM_Responder
Handle events (user inputs) in automap mode
doom/linuxdoom-1.10/am_map.c:613
↓ 1 callersFunctionAM_Start
doom/linuxdoom-1.10/am_map.c:573
↓ 1 callersFunctionAM_Ticker
Updates on Game Tick
doom/linuxdoom-1.10/am_map.c:805
↓ 1 callersFunctionAM_addMark
adds a marker at the current location
doom/linuxdoom-1.10/am_map.c:377
↓ 1 callersFunctionAM_changeWindowScale
Zooming
doom/linuxdoom-1.10/am_map.c:741
↓ 1 callersFunctionAM_clearFB
Clear automap frame buffer.
doom/linuxdoom-1.10/am_map.c:833
↓ 1 callersFunctionAM_clipMline
Automap clipping of lines. Based on Cohen-Sutherland clipping algorithm but with a slightly faster reject and precalculated slopes. If the speed is
doom/linuxdoom-1.10/am_map.c:846
↓ 1 callersFunctionAM_doFollowPlayer
doom/linuxdoom-1.10/am_map.c:760
↓ 1 callersFunctionAM_drawCrosshair
doom/linuxdoom-1.10/am_map.c:1326
↓ 1 callersFunctionAM_drawFline
Classic Bresenham w/ whatever optimizations needed for speed
doom/linuxdoom-1.10/am_map.c:977
↓ 1 callersFunctionAM_drawGrid
Draws flat (floor/ceiling tile) aligned grid lines.
doom/linuxdoom-1.10/am_map.c:1071
↓ 1 callersFunctionAM_drawMarks
doom/linuxdoom-1.10/am_map.c:1305
↓ 1 callersFunctionAM_drawPlayers
doom/linuxdoom-1.10/am_map.c:1240
↓ 1 callersFunctionAM_drawThings
doom/linuxdoom-1.10/am_map.c:1284
↓ 1 callersFunctionAM_drawWalls
Determines visible lines, draws them. This is LineDef based, not LineSeg based.
doom/linuxdoom-1.10/am_map.c:1117
↓ 1 callersFunctionAM_findMinMaxBoundaries
Determines bounding box of all vertices, sets global variables controlling zoom range.
doom/linuxdoom-1.10/am_map.c:389
↓ 1 callersFunctionAM_initVariables
doom/linuxdoom-1.10/am_map.c:458
↓ 1 callersFunctionAM_loadPics
doom/linuxdoom-1.10/am_map.c:502
↓ 1 callersFunctionAM_maxOutWindowScale
set the window scale to the minimum size
doom/linuxdoom-1.10/am_map.c:602
↓ 1 callersFunctionAM_restoreScaleAndLoc
doom/linuxdoom-1.10/am_map.c:353
↓ 1 callersFunctionAM_saveScaleAndLoc
doom/linuxdoom-1.10/am_map.c:342
↓ 1 callersFunctionAM_unloadPics
doom/linuxdoom-1.10/am_map.c:515
↓ 1 callersFunctionA_ReFire
A_ReFire The player can re-fire the weapon without lowering it entirely.
doom/linuxdoom-1.10/p_pspr.c:343
↓ 1 callersFunctionA_SkullAttack
doom/linuxdoom-1.10/p_enemy.c:1419
↓ 1 callersFunctionA_SpawnFly
doom/linuxdoom-1.10/p_enemy.c:1936
↓ 1 callersFunctionD_ArbitrateNetStart
D_ArbitrateNetStart
doom/linuxdoom-1.10/d_net.c:476
↓ 1 callersFunctionD_CheckNetGame
doom/linuxdoom-1.10/d_net.c:555
↓ 1 callersFunctionD_Display
doom/linuxdoom-1.10/d_main.c:193
↓ 1 callersFunctionD_PageDrawer
D_PageDrawer
doom/linuxdoom-1.10/d_main.c:444
↓ 1 callersFunctionD_PageTicker
D_PageTicker Handles timing for warped projection
doom/linuxdoom-1.10/d_main.c:433
↓ 1 callersFunctionEV_DoDonut
Special Stuff that can not be categorized
doom/linuxdoom-1.10/p_spec.c:1163
↓ 1 callersFunctionEV_StartLightStrobing
Start strobing lights (usually from a trigger)
doom/linuxdoom-1.10/p_lights.c:215
↓ 1 callersFunctionEV_TurnTagLightsOff
TURN LINE'S TAG LIGHTS OFF
doom/linuxdoom-1.10/p_lights.c:236
↓ 1 callersFunctionEV_VerticalDoor
EV_VerticalDoor : open a door manually, no tag value
doom/linuxdoom-1.10/p_doors.c:353
↓ 1 callersFunctionExpand4
doom/linuxdoom-1.10/i_video.c:749
↓ 1 callersFunctionExtractFileBase
doom/linuxdoom-1.10/w_wad.c:85
↓ 1 callersFunctionF_BunnyScroll
F_BunnyScroll
doom/linuxdoom-1.10/f_finale.c:644
↓ 1 callersFunctionF_CastDrawer
doom/linuxdoom-1.10/f_finale.c:579
↓ 1 callersFunctionF_CastPrint
doom/linuxdoom-1.10/f_finale.c:523
↓ 1 callersFunctionF_CastResponder
doom/linuxdoom-1.10/f_finale.c:502
↓ 1 callersFunctionF_CastTicker
F_CastTicker
doom/linuxdoom-1.10/f_finale.c:395
↓ 1 callersFunctionF_Drawer
F_Drawer
doom/linuxdoom-1.10/f_finale.c:700
↓ 1 callersFunctionF_Responder
doom/linuxdoom-1.10/f_finale.c:195
↓ 1 callersFunctionF_StartCast
doom/linuxdoom-1.10/f_finale.c:377
↓ 1 callersFunctionF_TextWrite
doom/linuxdoom-1.10/f_finale.c:261
↓ 1 callersFunctionF_Ticker
F_Ticker
doom/linuxdoom-1.10/f_finale.c:207
↓ 1 callersFunctionFindResponseFile
Find a Response File
doom/linuxdoom-1.10/d_main.c:732
↓ 1 callersFunctionFixedDiv2
doom/linuxdoom-1.10/m_fixed.c:69
↓ 1 callersFunctionForeignTranslation
doom/linuxdoom-1.10/hu_stuff.c:387
↓ 1 callersFunctionG_BeginRecording
doom/linuxdoom-1.10/g_game.c:1549
↓ 1 callersFunctionG_DoCompleted
doom/linuxdoom-1.10/g_game.c:1020
↓ 1 callersFunctionG_DoLoadGame
doom/linuxdoom-1.10/g_game.c:1201
↓ 1 callersFunctionG_DoNewGame
doom/linuxdoom-1.10/g_game.c:1345
↓ 1 callersFunctionG_DoPlayDemo
doom/linuxdoom-1.10/g_game.c:1582
↓ 1 callersFunctionG_DoReborn
G_DoReborn
doom/linuxdoom-1.10/g_game.c:924
↓ 1 callersFunctionG_DoSaveGame
doom/linuxdoom-1.10/g_game.c:1270
↓ 1 callersFunctionG_DoWorldDone
doom/linuxdoom-1.10/g_game.c:1172
↓ 1 callersFunctionG_PlayerFinishLevel
G_PlayerFinishLevel Can when a player completes a level.
doom/linuxdoom-1.10/g_game.c:779
↓ 1 callersFunctionG_RecordDemo
G_RecordDemo
doom/linuxdoom-1.10/g_game.c:1530
↓ 1 callersFunctionG_Responder
G_Responder Get info needed to make ticcmd_ts for the players.
doom/linuxdoom-1.10/g_game.c:504
↓ 1 callersFunctionG_SaveGame
G_SaveGame Called by the menu task. Description is a 24 byte text string
doom/linuxdoom-1.10/g_game.c:1260
↓ 1 callersFunctionG_ScreenShot
doom/linuxdoom-1.10/g_game.c:970
↓ 1 callersFunctionG_TimeDemo
G_TimeDemo
doom/linuxdoom-1.10/g_game.c:1625
↓ 1 callersFunctionG_WorldDone
G_WorldDone
doom/linuxdoom-1.10/g_game.c:1147
↓ 1 callersFunctionG_WriteDemoTiccmd
doom/linuxdoom-1.10/g_game.c:1506
↓ 1 callersFunctionGetPackets
doom/linuxdoom-1.10/d_net.c:261
↓ 1 callersFunctionHU_Drawer
doom/linuxdoom-1.10/hu_stuff.c:486
↓ 1 callersFunctionHU_Erase
doom/linuxdoom-1.10/hu_stuff.c:496
↓ 1 callersFunctionHU_Init
doom/linuxdoom-1.10/hu_stuff.c:392
↓ 1 callersFunctionHU_Responder
doom/linuxdoom-1.10/hu_stuff.c:618
↓ 1 callersFunctionHU_Start
doom/linuxdoom-1.10/hu_stuff.c:419
↓ 1 callersFunctionHU_Stop
doom/linuxdoom-1.10/hu_stuff.c:414
↓ 1 callersFunctionHU_Ticker
doom/linuxdoom-1.10/hu_stuff.c:505
↓ 1 callersFunctionHU_dequeueChatChar
doom/linuxdoom-1.10/hu_stuff.c:601
↓ 1 callersFunctionHUlib_addLineToSText
doom/linuxdoom-1.10/hu_lib.c:200
↓ 1 callersFunctionHUlib_delCharFromIText
The following deletion routines adhere to the left margin restriction
doom/linuxdoom-1.10/hu_lib.c:286
↓ 1 callersFunctionHUlib_drawIText
doom/linuxdoom-1.10/hu_lib.c:336
↓ 1 callersFunctionHUlib_drawSText
doom/linuxdoom-1.10/hu_lib.c:231
↓ 1 callersFunctionHUlib_eraseIText
doom/linuxdoom-1.10/hu_lib.c:347
↓ 1 callersFunctionHUlib_eraseSText
doom/linuxdoom-1.10/hu_lib.c:254
↓ 1 callersFunctionHUlib_initSText
doom/linuxdoom-1.10/hu_lib.c:176
↓ 1 callersFunctionI_AllocLow
doom/linuxdoom-1.10/i_system.c:147
↓ 1 callersFunctionI_BaseTiccmd
doom/linuxdoom-1.10/i_system.c:65
↓ 1 callersFunctionI_GetEvent
doom/linuxdoom-1.10/i_video.c:172
↓ 1 callersFunctionI_GetSfxLumpNum
doom/linuxdoom-1.10/i_sound.c:44
↓ 1 callersFunctionI_Init
I_Init
doom/linuxdoom-1.10/i_system.c:107
↓ 1 callersFunctionI_InitGraphics
doom/linuxdoom-1.10/i_video.c:543
↓ 1 callersFunctionI_InitNetwork
I_InitNetwork
doom/linuxdoom-1.10/i_net.c:49
↓ 1 callersFunctionI_InitSound
doom/linuxdoom-1.10/i_sound.c:84
↓ 1 callersFunctionI_PauseSong
doom/linuxdoom-1.10/i_sound.c:90
↓ 1 callersFunctionI_PlaySong
doom/linuxdoom-1.10/i_sound.c:88
↓ 1 callersFunctionI_RegisterSong
doom/linuxdoom-1.10/i_sound.c:98
↓ 1 callersFunctionI_SetChannels
doom/linuxdoom-1.10/i_sound.c:38
↓ 1 callersFunctionI_ShutdownMusic
doom/linuxdoom-1.10/i_sound.c:87
↓ 1 callersFunctionI_ShutdownSound
doom/linuxdoom-1.10/i_sound.c:82
↓ 1 callersFunctionI_StartFrame
I_StartFrame
doom/linuxdoom-1.10/i_video.c:162
↓ 1 callersFunctionI_StartSound
doom/linuxdoom-1.10/i_sound.c:49
↓ 1 callersFunctionI_StopSong
doom/linuxdoom-1.10/i_sound.c:94
↓ 1 callersFunctionI_StopSound
doom/linuxdoom-1.10/i_sound.c:60
← previousnext →401–500 of 1,258, ranked by callers