Home
last modified time | relevance | path

Searched refs:ReleasePrintDebuggingText (Results 1 – 5 of 5) sorted by relevance

/dports/games/avp/avp-20170505/src/win95/
H A Dshowcmds.h41 extern int ReleasePrintDebuggingText(const char* t, ...);
48 extern int ReleasePrintDebuggingText(const char* t, ...);
H A Dio.c188 int ReleasePrintDebuggingText(const char* t, ...);
1190 int ReleasePrintDebuggingText(const char* t, ...) in ReleasePrintDebuggingText() function
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dwinmain.c561 if (ShowDebuggingText.FPS) ReleasePrintDebuggingText("FrameRate = %d fps\n",FrameRate); in WinMain()
562 …if (ShowDebuggingText.Environment) ReleasePrintDebuggingText("Environment %s\n", Env_List[AvP.Curr… in WinMain()
563 …if (ShowDebuggingText.Coords) ReleasePrintDebuggingText("Player World Coords: %d,%d,%d\n",Player->… in WinMain()
H A Dd3d_render.cpp550 ReleasePrintDebuggingText("NumberOfLandscapePolygons: %d\n",NumberOfLandscapePolygons); in EndD3DScene()
551 ReleasePrintDebuggingText("NumberOfRenderedTriangles: %d\n",NumberOfRenderedTriangles); in EndD3DScene()
/dports/games/avp/avp-20170505/src/avp/
H A Dpheromon.c478ReleasePrintDebuggingText("Player Module: %d '%s'\n", playerPherModule->m_index,playerPherModule->… in PlayerPheromoneSystem()
479ReleasePrintDebuggingText("Player Module Coords: %d %d %d\n",playerPherModule->m_world.vx,playerPh… in PlayerPheromoneSystem()