Home
last modified time | relevance | path

Searched refs:TEXTCOLOR_RED (Results 1 – 25 of 39) sorted by relevance

12

/dports/games/zdoom/zdoom-2.8.1/src/wildmidi/
H A Dwm_error.cpp70 Printf(TEXTCOLOR_RED "libWildMidi(%s:%u): ERROR %s %s (%s)\n", func, in _WM_ERROR()
73 Printf(TEXTCOLOR_RED "libWildMidi(%s:%u): ERROR %s %s\n", func, lne, in _WM_ERROR()
78 Printf(TEXTCOLOR_RED "libWildMidi(%s:%u): ERROR %s (%s)\n", func, lne, in _WM_ERROR()
81 Printf(TEXTCOLOR_RED "libWildMidi(%s:%u): ERROR %s\n", func, lne, in _WM_ERROR()
/dports/games/zdoom/zdoom-2.8.1/src/posix/cocoa/
H A Di_joystick.cpp227 Printf(TEXTCOLOR_RED "IOHIDDeviceInterface::open() failed with code 0x%08X\n", openResult); in CreateDeviceInterface()
233 Printf(TEXTCOLOR_RED "IOCFPlugInInterface::QueryInterface() failed with code 0x%08X\n", in CreateDeviceInterface()
240 Printf(TEXTCOLOR_RED "IOCreatePlugInInterfaceForService() failed with code %i\n", pluginResult); in CreateDeviceInterface()
258 Printf(TEXTCOLOR_RED "IOHIDDeviceInterface::allocQueue() failed\n"); in CreateDeviceQueue()
271 Printf(TEXTCOLOR_RED "IOHIDQueueInterface::create() failed with code 0x%08X\n", queueResult); in CreateDeviceQueue()
718 Printf(TEXTCOLOR_RED "IORegistryEntryGetParentEntry(2) failed with code %i\n", ioResult); in GatherDeviceInfo()
725 Printf(TEXTCOLOR_RED "IORegistryEntryGetParentEntry(1) failed with code %i\n", ioResult); in GatherDeviceInfo()
805 Printf(TEXTCOLOR_RED "IOKitJoystick: Encountered wrong element type\n"); in GatherElementsHandler()
848 Printf(TEXTCOLOR_RED "GatherCollectionElements: invalid properties dictionary\n"); in GatherCollectionElements()
989 Printf(TEXTCOLOR_RED "IONotificationPortCreate(%zu) failed\n", i); in IOKitJoystickManager()
[all …]
H A Dst_start.mm96 consoleWindow.AddText(TEXTCOLOR_GOLD "TEXTCOLOR_GOLD\n" TEXTCOLOR_RED "TEXTCOLOR_RED\n");
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dc_consolebuffer.cpp236 static const char bar1[] = TEXTCOLOR_RED "\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36…
238 static const char bar2[] = TEXTCOLOR_RED "\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36…
240 static const char bar3[] = TEXTCOLOR_RED "\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36…
H A Dinfo.cpp165 …Printf(TEXTCOLOR_RED"Conversation ID %d refers to hidden class type '%s'\n", SpawnID, cls->TypeNam… in RegisterIDs()
175 …Printf(TEXTCOLOR_RED"Spawn ID %d refers to hidden class type '%s'\n", SpawnID, cls->TypeName.GetCh… in RegisterIDs()
183 …Printf(TEXTCOLOR_RED"Editor number %d defined twice for classes '%s' and '%s'\n", DoomEdNum, cls->… in RegisterIDs()
192 …Printf(TEXTCOLOR_RED"Editor number %d refers to hidden class type '%s'\n", DoomEdNum, cls->TypeNam… in RegisterIDs()
H A Dv_text.h55 #define TEXTCOLOR_RED "\034G" macro
H A Dsc_man.cpp938 …Printf (TEXTCOLOR_RED "Script error, \"%s\" line %d:\n" TEXTCOLOR_RED "%s\n", ScriptName.GetChars(… in ScriptMessage()
1028 color = TEXTCOLOR_RED; in Message()
H A Dw_wad.cpp238 Printf(TEXTCOLOR_RED "Could not stat %s\n", filename); in AddFile()
252 Printf (TEXTCOLOR_RED "%s\n", err.GetMessage()); in AddFile()
1684 Printf (TEXTCOLOR_RED " %s\n", lpMsgBuf); in PrintLastError()
1691 Printf (TEXTCOLOR_RED " %s\n", strerror(errno)); in PrintLastError()
H A Dg_doomedmap.cpp267 Printf(TEXTCOLOR_RED "Script error, \"%s\" line %d:\nUnknown actor class %s\n", in InitActorNumsFromMapinfo()
H A Dc_console.cpp1538 static const char bar1[] = TEXTCOLOR_RED "\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\…
1540 static const char bar2[] = TEXTCOLOR_RED "\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\…
1542 static const char bar3[] = TEXTCOLOR_RED "\n\35\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\36\…
1825 colorcode = TEXTCOLOR_RED; in C_TabCompleteList()
H A Dc_cmds.cpp1116 if (sectors[secnum].isSecret()) colstr = TEXTCOLOR_RED; in PrintSecretString()
1137 if (foundone) colstr = TEXTCOLOR_RED; in PrintSecretString()
/dports/games/zdoom/zdoom-2.8.1/src/sound/
H A Di_sound.cpp285 Printf (TEXTCOLOR_RED"FMod Ex Sound init failed. Trying OpenAL.\n"); in I_InitSound()
303 Printf (TEXTCOLOR_RED"OpenAL Sound init failed. Trying FMod Ex.\n"); in I_InitSound()
312 Printf (TEXTCOLOR_RED"%s: Unknown sound system specified\n", *snd_backend); in I_InitSound()
319 Printf (TEXTCOLOR_RED"Sound init failed. Using nosound.\n"); in I_InitSound()
H A Dmusic_fluidsynth_mididevice.cpp631 …%3d" TEXTCOLOR_NORMAL "/" TEXTCOLOR_ORANGE "%3d" TEXTCOLOR_NORMAL "(" TEXTCOLOR_RED "%3d" TEXTCOLO… in GetStats()
698 Printf(TEXTCOLOR_RED"Could not load " FLUIDSYNTHLIB1 " or " FLUIDSYNTHLIB2 "\n"); in LoadFluidSynth()
706 Printf(TEXTCOLOR_RED"Could not load " FLUIDSYNTHLIB ": %s\n", dlerror()); in LoadFluidSynth()
720 Printf(TEXTCOLOR_RED"Failed to find %s in %s\n", imports[i].FuncName, libname); in LoadFluidSynth()
H A Dmusic_timidity_mididevice.cpp215 dots << TEXTCOLOR_RED; in GetStats()
236 out.AppendFormat(TEXTCOLOR_RED" %d/%d", Renderer->cut_notes, Renderer->lost_notes); in GetStats()
/dports/games/zdoom/zdoom-2.8.1/src/resourcefiles/
H A Dfile_zip.cpp171 if (!quiet) Printf(TEXTCOLOR_RED "\n%s: ZIP file corrupt!\n", Filename); in Open()
183 if (!quiet) Printf(TEXTCOLOR_RED "\n%s: Multipart Zip files are not supported.\n", Filename); in Open()
212 if (!quiet) Printf(TEXTCOLOR_RED "\n%s: Central directory corrupted.", Filename); in Open()
H A Dfile_7z.cpp235 Printf("\n" TEXTCOLOR_RED "%s: ", Filename); in Open()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dv_text.h56 #define TEXTCOLOR_RED "\034G" macro
H A Dw_wad.cpp57 #define TEXTCOLOR_RED macro
233 Printf(TEXTCOLOR_RED "Could not stat %s\n", filename); in AddFile()
247 Printf (TEXTCOLOR_RED "%s\n", err.GetMessage()); in AddFile()
1394 Printf (TEXTCOLOR_RED " %s\n", lpMsgBuf); in PrintLastError()
1402 Printf (TEXTCOLOR_RED " %s\n", strerror(errno)); in PrintLastError()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/resourcefiles/
H A Dfile_7z.cpp48 #define TEXTCOLOR_RED macro
243 Printf("\n" TEXTCOLOR_RED "%s: ", Filename); in Open()
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dv_text.h76 #define TEXTCOLOR_RED "\x8aG" macro
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/startrek/
H A Droom.cpp361 textColor = TEXTCOLOR_RED; in showRoomSpecificText()
363 textColor = TEXTCOLOR_RED; in showRoomSpecificText()
365 textColor = TEXTCOLOR_RED; in showRoomSpecificText()
H A Dawaymission.cpp584 showTextbox("Security Officer", text, 20, 20, TEXTCOLOR_RED, 0); in handleAwayMissionAction()
606 showTextbox("Lt. Uhura", getLoadedText(GROUNDTX_USE_COMMUNICATOR), 20, 20, TEXTCOLOR_RED, 0); in handleAwayMissionAction()
/dports/games/scummvm/scummvm-2.5.1/engines/startrek/
H A Droom.cpp307 textColor = TEXTCOLOR_RED; in showRoomSpecificText()
309 textColor = TEXTCOLOR_RED; in showRoomSpecificText()
311 textColor = TEXTCOLOR_RED; in showRoomSpecificText()
H A Dawaymission.cpp623 showTextbox("Security Officer", text, 20, 20, TEXTCOLOR_RED, 0); in handleAwayMissionAction()
645 …extbox("Lt. Uhura", _resource->getLoadedText(GROUNDTX_USE_COMMUNICATOR), 20, 20, TEXTCOLOR_RED, 0); in handleAwayMissionAction()
/dports/games/zdoom/zdoom-2.8.1/src/g_shared/
H A Da_randomspawner.cpp122 …Printf(TEXTCOLOR_RED "Unknown item class %s to drop from a random spawner\n", di->Name.GetChars()); in DECLARE_CLASS()

12