MCPcopy Create free account

hub / github.com/NSG650/NtDOOM / functions

Functions784 in github.com/NSG650/NtDOOM

FunctionM_MouseOptions
NtDOOM/DOOM/m_menu.c:1134
FunctionM_MusicVol
NtDOOM/DOOM/m_menu.c:1158
FunctionM_NewGame
NtDOOM/DOOM/m_menu.c:1195
FunctionM_Options
NtDOOM/DOOM/m_menu.c:1301
FunctionM_QuickLoadResponse
M_QuickLoad
NtDOOM/DOOM/m_menu.c:1026
FunctionM_QuickSaveResponse
M_QuickSave
NtDOOM/DOOM/m_menu.c:986
FunctionM_QuitResponse
M_QuitDOOM
NtDOOM/DOOM/m_menu.c:1425
FunctionM_ReadThis
M_ReadThis
NtDOOM/DOOM/m_menu.c:1401
FunctionM_ReadThis2
NtDOOM/DOOM/m_menu.c:1408
FunctionM_SaveSelect
User wants to save. Start string input for M_Responder
NtDOOM/DOOM/m_menu.c:951
FunctionM_SfxVol
NtDOOM/DOOM/m_menu.c:1140
FunctionM_Sound
NtDOOM/DOOM/m_menu.c:1128
FunctionM_StopMessage
NtDOOM/DOOM/m_menu.c:1570
FunctionM_VerifyNightmare
NtDOOM/DOOM/m_menu.c:1218
FunctionPIT_AddLineIntercepts
PIT_AddLineIntercepts. Looks for lines in the given block that intercept the given trace to add to the intercepts list. A line is crossed if its endp
NtDOOM/DOOM/p_maputl.c:484
FunctionPIT_AddThingIntercepts
PIT_AddThingIntercepts
NtDOOM/DOOM/p_maputl.c:536
FunctionPIT_ChangeSector
PIT_ChangeSector
NtDOOM/DOOM/p_map.c:1215
FunctionPIT_CheckLine
PIT_CheckLine Adjusts tmfloorz and tmceilingz as lines are contacted
NtDOOM/DOOM/p_map.c:199
FunctionPIT_CheckThing
PIT_CheckThing
NtDOOM/DOOM/p_map.c:263
FunctionPIT_RadiusAttack
PIT_RadiusAttack "bombsource" is the creature that caused the explosion at "bombspot".
NtDOOM/DOOM/p_map.c:1130
FunctionPIT_StompThing
PIT_StompThing
NtDOOM/DOOM/p_map.c:96
FunctionPIT_VileCheck
PIT_VileCheck Detect a corpse that could be raised.
NtDOOM/DOOM/p_enemy.c:1113
FunctionPTR_AimTraverse
PTR_AimTraverse Sets linetaget and aimslope when a target is aimed at.
NtDOOM/DOOM/p_map.c:797
FunctionPTR_ShootTraverse
PTR_ShootTraverse
NtDOOM/DOOM/p_map.c:881
FunctionPTR_SlideTraverse
PTR_SlideTraverse
NtDOOM/DOOM/p_map.c:635
FunctionPTR_UseTraverse
USE LINES
NtDOOM/DOOM/p_map.c:1063
FunctionP_MobjThinker
P_MobjThinker
NtDOOM/DOOM/p_mobj.c:415
FunctionPacketGet
PacketGet
NtDOOM/DOOM/i_net.c:185
FunctionPacketSend
PacketSend
NtDOOM/DOOM/i_net.c:152
FunctionR_AddPointToBox
R_AddPointToBox Expand a given bbox so that it encloses a given point.
NtDOOM/DOOM/r_main.c:125
FunctionR_DrawColumn
A column is a vertical slice/span from a wall texture that, given the DOOM style restrictions on the view orientation, will always have constant z dep
NtDOOM/DOOM/r_draw.c:114
FunctionR_DrawColumnLow
NtDOOM/DOOM/r_draw.c:170
FunctionR_DrawFuzzColumn
Framebuffer postprocessing. Creates a fuzzy image by copying pixels from adjacent ones to left and right. Used with an all black colormap, this could
NtDOOM/DOOM/r_draw.c:233
FunctionR_DrawSpan
Draws the actual span.
NtDOOM/DOOM/r_draw.c:428
FunctionR_DrawSpanLow
Again..
NtDOOM/DOOM/r_draw.c:483
FunctionR_DrawTranslatedColumn
R_DrawTranslatedColumn Used to draw player sprites with the green colorramp mapped to others. Could be used with different translation tables, e.g. th
NtDOOM/DOOM/r_draw.c:310
FunctionST_unloadData
NtDOOM/DOOM/st_stuff.c:1138
FunctionSwapLONG
Swapping 32bit.
NtDOOM/DOOM/m_swap.c:43
FunctionSwapSHORT
Swap 16bit, that is, MSB and LSB byte.
NtDOOM/DOOM/m_swap.c:35
FunctionT_FireFlicker
T_FireFlicker
NtDOOM/DOOM/p_lights.c:42
FunctionT_Glow
Spawn glowing light
NtDOOM/DOOM/p_lights.c:291
FunctionT_LightFlash
T_LightFlash Do flashing lights.
NtDOOM/DOOM/p_lights.c:91
FunctionT_MoveCeiling
T_MoveCeiling
NtDOOM/DOOM/p_ceilng.c:45
FunctionT_MoveFloor
MOVE A FLOOR TO IT'S DESTINATION (UP OR DOWN)
NtDOOM/DOOM/p_floor.c:202
FunctionT_PlatRaise
Move a plat up and down
NtDOOM/DOOM/p_plats.c:44
FunctionT_StrobeFlash
T_StrobeFlash
NtDOOM/DOOM/p_lights.c:143
FunctionT_VerticalDoor
T_VerticalDoor
NtDOOM/DOOM/p_doors.c:43
FunctionV_GetBlock
V_GetBlock Gets a linear block of pixels from the view buffer.
NtDOOM/DOOM/v_video.c:422
FunctionWI_Responder
The ticker is used to detect keys because of timing issues in netgames.
NtDOOM/DOOM/wi_stuff.c:393
FunctionW_InitFile
W_InitFile Just initialize from a single file.
NtDOOM/DOOM/w_wad.c:317
FunctionW_NumLumps
W_NumLumps
NtDOOM/DOOM/w_wad.c:330
FunctionW_Profile
W_Profile
NtDOOM/DOOM/w_wad.c:539
FunctionWin32kThreadApcRoutine
NtDOOM/entry.c:402
FunctionZ_ClearZone
Z_ClearZone
NtDOOM/DOOM/z_zone.c:66
FunctionZ_DumpHeap
Z_DumpHeap Note: TFileDumpHeap( stdout ) ?
NtDOOM/DOOM/z_zone.c:315
FunctionZ_FileDumpHeap
Z_FileDumpHeap
NtDOOM/DOOM/z_zone.c:372
FunctionZ_FreeMemory
Z_FreeMemory
NtDOOM/DOOM/z_zone.c:465
Functiondoom_button_down
NtDOOM/DOOM/DOOM.c:686
Functiondoom_button_up
NtDOOM/DOOM/DOOM.c:701
Functiondoom_close_impl
NtDOOM/DOOM/DOOM.c:87
Functiondoom_eof_impl
NtDOOM/DOOM/DOOM.c:107
Functiondoom_exit_impl
NtDOOM/DOOM/DOOM.c:178
Functiondoom_free_impl
NtDOOM/DOOM/DOOM.c:71
Functiondoom_get_sound_buffer
NtDOOM/DOOM/DOOM.c:661
Functiondoom_getenv_impl
NtDOOM/DOOM/DOOM.c:189
Functiondoom_gettime_impl
NtDOOM/DOOM/DOOM.c:146
Functiondoom_malloc_impl
NtDOOM/DOOM/DOOM.c:67
Functiondoom_mouse_move
NtDOOM/DOOM/DOOM.c:723
Functiondoom_open_impl
NtDOOM/DOOM/DOOM.c:83
Functiondoom_print_impl
NtDOOM/DOOM/DOOM.c:57
Functiondoom_read_impl
NtDOOM/DOOM/DOOM.c:91
Functiondoom_seek_impl
NtDOOM/DOOM/DOOM.c:99
Functiondoom_set_default_int
NtDOOM/DOOM/DOOM.c:476
Functiondoom_set_default_string
NtDOOM/DOOM/DOOM.c:484
Functiondoom_set_resolution
NtDOOM/DOOM/DOOM.c:468
Functiondoom_tell_impl
NtDOOM/DOOM/DOOM.c:103
Functiondoom_tick_midi
NtDOOM/DOOM/DOOM.c:655
Functiondoom_write_impl
NtDOOM/DOOM/DOOM.c:95
Functionwipe_doColorXForm
NtDOOM/DOOM/f_wipe.c:74
Functionwipe_doMelt
NtDOOM/DOOM/f_wipe.c:150
Functionwipe_exitColorXForm
NtDOOM/DOOM/f_wipe.c:116
Functionwipe_exitMelt
NtDOOM/DOOM/f_wipe.c:201
Functionwipe_initColorXForm
NtDOOM/DOOM/f_wipe.c:67
Functionwipe_initMelt
NtDOOM/DOOM/f_wipe.c:122
← previous701–784 of 784, ranked by callers