Home
last modified time | relevance | path

Searched refs:Con_AddLine (Results 1 – 8 of 8) sorted by relevance

/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/
H A Dengine.cpp317 Con_AddLine("Engine inited!", FONTSTYLE_CONSOLE_EVENT); in Engine_Init_Post()
426 Con_AddLine((const char*)lglGetString(GL_VENDOR), FONTSTYLE_CONSOLE_INFO); in Engine_InitSDLVideo()
427 Con_AddLine((const char*)lglGetString(GL_RENDERER), FONTSTYLE_CONSOLE_INFO); in Engine_InitSDLVideo()
1585 Con_AddLine("Available commands:\0", FONTSTYLE_CONSOLE_WARNING); in Engine_ExecCmd()
1586 Con_AddLine("help - show help info\0", FONTSTYLE_CONSOLE_NOTIFY); in Engine_ExecCmd()
1590 Con_AddLine("exit - close program\0", FONTSTYLE_CONSOLE_NOTIFY); in Engine_ExecCmd()
1591 Con_AddLine("cls - clean console\0", FONTSTYLE_CONSOLE_NOTIFY); in Engine_ExecCmd()
1592 Con_AddLine("show_fps - switch show fps flag\0", FONTSTYLE_CONSOLE_NOTIFY); in Engine_ExecCmd()
1596 Con_AddLine("free_look - switch camera mode\0", FONTSTYLE_CONSOLE_NOTIFY); in Engine_ExecCmd()
1817 Con_AddLine(pch, FONTSTYLE_GENERIC); in Engine_ExecCmd()
[all …]
H A Dresource.cpp792Con_AddLine("SECTOR HAS TWO OR MORE TRIGGERS!!!", FONTSTYLE_CONSOLE_WARNING); in Res_Sector_TranslateFloorData()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/script/
H A Dscript_world.cpp107 Con_AddLine("wrong sector info", FONTSTYLE_CONSOLE_WARNING); in lua_SetSectorFloorConfig()
112Con_AddLine("Wrong arguments number, must be (room_id, index_x, index_y, penetration_config, diago… in lua_SetSectorFloorConfig()
139 Con_AddLine("wrong sector info", FONTSTYLE_CONSOLE_WARNING); in lua_SetSectorCeilingConfig()
165 Con_AddLine("wrong sector info", FONTSTYLE_CONSOLE_WARNING); in lua_SetSectorPortal()
170Con_AddLine("wrong arguments number, must be (room_id, index_x, index_y, portal_room_id)", FONTSTY… in lua_SetSectorPortal()
194 Con_AddLine("wrong sector info", FONTSTYLE_CONSOLE_WARNING); in lua_SetSectorFlags()
199Con_AddLine("wrong arguments number, must be (room_id, index_x, index_y, fp_flag, ft_flag, cp_flag… in lua_SetSectorFlags()
340 Con_AddLine("wrong sector info", FONTSTYLE_CONSOLE_WARNING); in lua_SectorTriggerClear()
345Con_AddLine("sectorTriggerClear: wrong arguments number, must be (room_id, index_x, index_y)", FON… in lua_SectorTriggerClear()
373Con_AddLine("wrong sector info or sector trigger already exists", FONTSTYLE_CONSOLE_WARNING); in lua_SectorAddTrigger()
[all …]
H A Dscript.cpp571 Con_AddLine("nil", FONTSTYLE_CONSOLE_EVENT); in lua_print()
580 Con_AddLine(lua_tostring(lua, i), FONTSTYLE_CONSOLE_EVENT); in lua_print()
584 Con_AddLine(lua_toboolean(lua, i) ? ("true") : ("false"), FONTSTYLE_CONSOLE_EVENT); in lua_print()
588 Con_AddLine("function", FONTSTYLE_CONSOLE_EVENT); in lua_print()
592 Con_AddLine("table", FONTSTYLE_CONSOLE_EVENT); in lua_print()
596 Con_AddLine("thread", FONTSTYLE_CONSOLE_EVENT); in lua_print()
600 Con_AddLine("light user data", FONTSTYLE_CONSOLE_EVENT); in lua_print()
604 Con_AddLine("nil", FONTSTYLE_CONSOLE_EVENT); in lua_print()
608 Con_AddLine("none", FONTSTYLE_CONSOLE_EVENT); in lua_print()
612 Con_AddLine("none or nil", FONTSTYLE_CONSOLE_EVENT); in lua_print()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dconsole.c313 Con_AddLine(con_base.edit_buff, 0); in Con_Edit()
440 void Con_AddLine(const char *text, uint16_t font_style) in Con_AddLine() function
486 Con_AddLine(buf, font_style); in Con_AddText()
503 Con_AddLine(buf, font_style); in Con_AddText()
518 Con_AddLine(buf, FONTSTYLE_CONSOLE_NOTIFY); in Con_Printf()
531 Con_AddLine(buf, FONTSTYLE_CONSOLE_WARNING); in Con_Warning()
544 Con_AddLine(buf, FONTSTYLE_CONSOLE_NOTIFY); in Con_Notify()
H A Dconsole.h34 void Con_AddLine(const char *text, uint16_t font_style);
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/audio/
H A Daudio.cpp746 Con_AddLine("StreamPlay: CANCEL, track index is out of bounds.", FONTSTYLE_CONSOLE_WARNING); in Audio_StreamPlay()
769Con_AddLine("StreamPlay: CANCEL, wrong track index or broken script.", FONTSTYLE_CONSOLE_WARNING); in Audio_StreamPlay()
792 Con_AddLine("StreamPlay: CANCEL, no free stream.", FONTSTYLE_CONSOLE_WARNING); in Audio_StreamPlay()
821 Con_AddLine("StreamPlay: CANCEL, stream play error.", FONTSTYLE_CONSOLE_WARNING); in Audio_StreamPlay()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/physics/
H A Dphysics_bullet.cpp296 Con_AddLine(warningString, FONTSTYLE_CONSOLE_WARNING); in reportErrorWarning()