Home
last modified time | relevance | path

Searched refs:L_WARNING (Results 1 – 25 of 366) sorted by relevance

12345678910>>...15

/dports/games/spring/spring_98.0/rts/System/Sync/
H A DFPUCheck.cpp103 …LOG_L(L_WARNING, "[%s] Sync warning: (env.sse_mode) MXCSR 0x%04X instead of 0x%04X or 0x%04X (\"%s… in good_fpu_control_registers()
104 …LOG_L(L_WARNING, "[%s] Sync warning: (env.x87_mode) FPUCW 0x%04X instead of 0x%04X or 0x%04X (\"%s… in good_fpu_control_registers()
121 …LOG_L(L_WARNING, "[%s] Sync warning: FPUCW 0x%04X instead of 0x%04X or 0x%04X (\"%s\")", __FUNCTIO… in good_fpu_control_registers()
152 LOG_L(L_WARNING, "\tStreflop floating-point math is set to X87 mode"); in good_fpu_init()
153 LOG_L(L_WARNING, "\tThis may cause desyncs during multi-player games"); in good_fpu_init()
154 LOG_L(L_WARNING, "\tThis CPU is SSE-capable; consider recompiling"); in good_fpu_init()
156 LOG_L(L_WARNING, "\tStreflop floating-point math is not SSE-enabled"); in good_fpu_init()
157 LOG_L(L_WARNING, "\tThis may cause desyncs during multi-player games"); in good_fpu_init()
158 LOG_L(L_WARNING, "\tThis CPU is not SSE-capable; it can only use X87 mode"); in good_fpu_init()
172 LOG_L(L_WARNING, "Floating-point math is not controlled by streflop"); in good_fpu_init()
[all …]
/dports/games/spring/spring_98.0/rts/Rendering/GL/
H A DmyGL.cpp230 LOG_L(L_WARNING, "(warning)"); in ShowCrappyGpuWarning()
231 LOG_L(L_WARNING, "Your graphic card is ..."); in ShowCrappyGpuWarning()
232 LOG_L(L_WARNING, "well, you know ..."); in ShowCrappyGpuWarning()
233 LOG_L(L_WARNING, "insufficient"); in ShowCrappyGpuWarning()
236 LOG_L(L_WARNING, "."); in ShowCrappyGpuWarning()
243 LOG_L(L_WARNING, "(warning)"); in ShowCrappyGpuWarning()
244 LOG_L(L_WARNING, "No OpenGL drivers installed."); in ShowCrappyGpuWarning()
246 LOG_L(L_WARNING, "."); in ShowCrappyGpuWarning()
257 LOG_L(L_WARNING, "%s", msg.c_str()); in ShowCrappyGpuWarning()
266 LOG_L(L_WARNING, "%s", mesa_msg.c_str()); in ShowCrappyGpuWarning()
[all …]
H A DFBO.cpp348 LOG_L(L_WARNING, "FBO-%s: None/Unsupported textures/buffers attached!", name.c_str()); in CheckStatus()
351 LOG_L(L_WARNING, "FBO-%s: Missing a required texture/buffer attachment!", name.c_str()); in CheckStatus()
354 LOG_L(L_WARNING, "FBO-%s: Has mismatched texture/buffer dimensions!", name.c_str()); in CheckStatus()
357 LOG_L(L_WARNING, "FBO-%s: Incomplete buffer formats!", name.c_str()); in CheckStatus()
360 LOG_L(L_WARNING, "FBO-%s: Incomplete draw buffers!", name.c_str()); in CheckStatus()
363 LOG_L(L_WARNING, "FBO-%s: Incomplete read buffer!", name.c_str()); in CheckStatus()
366 LOG_L(L_WARNING, "FBO-%s: GL_FRAMEBUFFER_UNSUPPORTED_EXT", name.c_str()); in CheckStatus()
369 LOG_L(L_WARNING, "FBO-%s: error code 0x%X", name.c_str(), status); in CheckStatus()
/dports/games/spring/spring_98.0/rts/System/creg/
H A Dcreg_runtime_tests.cpp25 …LOG_L(L_WARNING, "CREG Results: %i of %i classes are broken", brokenClasses, brokenClasses + fineC… in PostCregTest()
60 LOG_L(L_WARNING, " Duplicated member registration %s::%s", className.c_str(), (*jt)->name); in TestCregClasses1()
114 …LOG_L(L_WARNING, " Missing member(s) in class %s, real size %i, creg size %i", className.c_str(),… in TestCregClasses2()
212 …LOG_L(L_WARNING, " Missing member(s) in class %s, between %s & %s, ~%i byte(s)", className.c_str(… in TestCregClasses3()
215 …LOG_L(L_WARNING, " Missing member(s) in class %s, before %s, ~%i byte(s)", className.c_str(), nex… in TestCregClasses3()
218 …LOG_L(L_WARNING, " Missing member(s) in class %s, after %s, ~%i byte(s)", className.c_str(), prev… in TestCregClasses3()
221 LOG_L(L_WARNING, " Missing member(s) in class %s: none member is creg'ed", className.c_str()); in TestCregClasses3()
286 …LOG_L(L_WARNING, " Class %s has a vTable but isn't derived (should use CR_DECLARE_STRUCT)", class… in TestCregClasses4()
291 …LOG_L(L_WARNING, " Class %s hasn't a vTable but is derived from %s (should use CR_DECLARE)", clas… in TestCregClasses4()
295 …LOG_L(L_WARNING, " Class %s hasn't a vTable but is derived by %s (should use CR_DECLARE)", classN… in TestCregClasses4()
/dports/games/spring/spring_98.0/rts/Game/
H A DSyncedGameCommands.cpp269 … LOG_L(L_WARNING, "/%s %s: cannot execute before gameframe #2", GetCommand().c_str(), arg.c_str()); in Execute()
281 LOG_L(L_WARNING, "Cheating required to load synced scripts"); in Execute()
284 LOG_L(L_WARNING, "LuaRules is already loaded"); in Execute()
298 LOG_L(L_WARNING, "Cheating required to disable synced scripts"); in Execute()
326 … LOG_L(L_WARNING, "/%s %s: cannot execute before gameframe #2", GetCommand().c_str(), arg.c_str()); in Execute()
336 LOG_L(L_WARNING, "Cheating required to load synced scripts"); in Execute()
339 LOG_L(L_WARNING, "LuaGaia is already loaded"); in Execute()
353 LOG_L(L_WARNING, "Cheating required to disable synced scripts"); in Execute()
478 LOG_L(L_WARNING, "/%s: wrong syntax", GetCommand().c_str()); in Execute()
535 LOG_L(L_WARNING, "SyncedGameCommands singleton was not initialized or is already destroyed"); in DestroyInstance()
H A DUnsyncedGameCommands.cpp591 LOG_L(L_WARNING, "/w: Player not found: %s", name.c_str()); in Execute()
616 LOG_L(L_WARNING, "Player-ID invalid: %i", playerID); in Execute()
703 LOG_L(L_WARNING, "/DrawLabel: move mouse over the map"); in Execute()
1172 LOG_L(L_WARNING, "In-game alliances are not allowed"); in Execute()
1198 LOG_L(L_WARNING, "/%s: wrong syntax", GetCommand().c_str()); in Execute()
2424 LOG_L(L_WARNING, "Can not reload from within LuaUI, yet"); in Execute()
2432 LOG_L(L_WARNING, "Loading failed"); in Execute()
2436 LOG_L(L_WARNING, "LuaUI is already enabled"); in Execute()
2443 LOG_L(L_WARNING, "Reloading failed"); in Execute()
2452 LOG_L(L_WARNING, "Can not disable from within LuaUI, yet"); in Execute()
[all …]
H A DDummyVideoCapturing.cpp27 LOG_L(L_WARNING, "Creating a video is not supported by this engine build."); in StartCapturing()
28 LOG_L(L_WARNING, "(requires: OS=Win32 / Compiler=MinGW / \"#define AVI_CAPTURING\")"); in StartCapturing()
29 LOG_L(L_WARNING, "Please use an external frame-grabbing/-capturing application."); in StartCapturing()
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaUI.cpp458 LOG_L(L_WARNING, "LayoutButtons() bad menuName value"); in LayoutButtons()
465 LOG_L(L_WARNING, "LayoutButtons() bad xButtons or yButtons values"); in LayoutButtons()
473 LOG_L(L_WARNING, "LayoutButtons() bad removeCommands table"); in LayoutButtons()
479 LOG_L(L_WARNING, "LayoutButtons() bad customCommands table"); in LayoutButtons()
485 LOG_L(L_WARNING, "LayoutButtons() bad onlyTexture table"); in LayoutButtons()
491 LOG_L(L_WARNING, "LayoutButtons() bad reTexture table"); in LayoutButtons()
497 LOG_L(L_WARNING, "LayoutButtons() bad reNamed table"); in LayoutButtons()
503 LOG_L(L_WARNING, "LayoutButtons() bad reTooltip table"); in LayoutButtons()
509 LOG_L(L_WARNING, "LayoutButtons() bad reParams table"); in LayoutButtons()
515 LOG_L(L_WARNING, "LayoutButtons() bad buttonList table"); in LayoutButtons()
[all …]
/dports/games/spring/spring_98.0/test/engine/System/
H A DtestThreadPool.cpp19 LOG_L(L_WARNING, "testThreadPool1"); in BOOST_AUTO_TEST_CASE()
51 LOG_L(L_WARNING, "testThreadPool2"); in BOOST_AUTO_TEST_CASE()
68 LOG_L(L_WARNING, "testThreadPool3"); in BOOST_AUTO_TEST_CASE()
81 LOG_L(L_WARNING, "testThreadPool4"); in BOOST_AUTO_TEST_CASE()
112 LOG_L(L_WARNING, "testThreadPool7"); in BOOST_AUTO_TEST_CASE()
/dports/editors/gummi/gummi-0.8.1/src/
H A Dconfigfile.c103 slog (L_WARNING, "Template directory does not exist, creating..\n"); in config_init()
113 slog (L_WARNING, "Unable to load config, resetting defaults\n"); in config_init()
128 slog (L_WARNING, "Replacing unchanged welcome text with new default\n"); in config_init()
182 slog (L_WARNING, "Config get default value for '%s.%s'\n", group, key); in config_get_default_string()
199 slog (L_WARNING, "Config get default value for '%s.%s'\n", group, key); in config_get_default_boolean()
216 slog (L_WARNING, "Config get default value for '%s.%s'\n", group, key); in config_get_default_integer()
/dports/news/nntp/nntp-1.5.12.2_10/xmit/
H A Dnntpxmit.c350 nntpdlog(L_WARNING, buf);
451 nntpdlog(L_WARNING, buf);
516 nntpdlog(L_WARNING, buf);
943 nntpdlog(L_WARNING, buf); in rewrite()
980 nntpdlog(L_WARNING, buf); in rewrite()
985 nntpdlog(L_WARNING, buf); in rewrite()
996 nntpdlog(L_WARNING, buf); in rewrite()
1001 nntpdlog(L_WARNING, buf); in rewrite()
1010 nntpdlog(L_WARNING, buf); in rewrite()
1030 nntpdlog(L_WARNING, buf); in rewrite()
[all …]
H A Dremote.c211 nntpdlog(L_WARNING, "no DECNET support compiled in");
224 nntpdlog(L_WARNING, buf);
228 nntpdlog(L_WARNING, buf);
239 nntpdlog(L_WARNING, buf);
246 nntpdlog(L_WARNING, buf);
254 nntpdlog(L_WARNING, buf);
/dports/games/spring/spring_98.0/rts/System/Platform/
H A DWindowManagerHelper.cpp31 …LOG_L(L_WARNING, "window-manager icon: Trying to set a window-manager icon with the wrong format."… in SetIcon()
32 …LOG_L(L_WARNING, "window-manager icon: It has to be 24bit or 32bit, and on windows it additionally… in SetIcon()
37 … LOG_L(L_WARNING, "window-manager icon: Failed to create SDL surface, reason: %s", SDL_GetError()); in SetIcon()
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Dgraphics.c215 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaWideLine()
284 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaBox()
363 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaBoxa()
427 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaHashBox()
523 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaHashBoxa()
634 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaaHashBoxa()
677 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaPolyline()
740 L_WARNING("width < 1; setting to 1\n", procName); in generatePtaGrid()
1617 L_WARNING("width < 1; setting to 1\n", procName); in pixRenderBox()
1657 L_WARNING("width < 1; setting to 1\n", procName); in pixRenderBoxArb()
[all …]
H A Drotateshear.c216 L_WARNING("%6.2f radians; large angle for shear rotation\n", in pixRotateShear()
266 L_WARNING("%6.2f radians; large angle for 2-shear rotation\n", in pixRotate2Shear()
338 L_WARNING("%6.2f radians; large angle for 3-shear rotation\n", in pixRotate3Shear()
415 L_WARNING("%6.2f radians; large angle for in-place 3-shear rotation\n", in pixRotateShearIP()
/dports/games/spring/spring_98.0/rts/System/
H A DInfo.cpp73 LOG_L(L_WARNING, "parseInfoItem: subtable %d invalid", index); in info_parseInfoItem()
81 LOG_L(L_WARNING, in info_parseInfoItem()
87 LOG_L(L_WARNING, "parseInfoItem: key toLowerCase(%s) exists already", in info_parseInfoItem()
95 LOG_L(L_WARNING, "parseInfoItem: %s: empty value", inf.key.c_str()); in info_parseInfoItem()
/dports/graphics/leptonica/leptonica-1.76.0/prog/
H A Dconvertformat.c139 L_WARNING("can't convert to tiff_g4; converting to png\n", mainName); in main()
143 L_WARNING("can't convert to jpeg; converting to png\n", mainName); in main()
147 L_WARNING("can't convert to webp; converting to png\n", mainName); in main()
/dports/games/spring/spring_98.0/rts/System/Sound/OpenAL/
H A DSound.cpp77 LOG_L(L_WARNING, "MaxSounds set to 0, sound is disabled"); in CSound()
307 LOG_L(L_WARNING, in StartThread()
367 LOG_L(L_WARNING, in StartThread()
495 LOG_L(L_WARNING, "Could not load %s: %s", in LoadSoundDefsImpl()
505 LOG_L(L_WARNING, "CSound(): could not parse SoundItems table in %s", fileName.c_str()); in LoadSoundDefsImpl()
530 LOG_L(L_WARNING, "Sound %s gets overwritten by %s", name.c_str(), fileName.c_str()); in LoadSoundDefsImpl()
534 LOG_L(L_WARNING, "Sound %s is missing file tag (ignoring)", name.c_str()); in LoadSoundDefsImpl()
588 LOG_L(L_WARNING, "CSound::LoadALBuffer: unknown audio format: %s", in LoadSoundBuffer()
594 LOG_L(L_WARNING, "Failed to load file: %s", path.c_str()); in LoadSoundBuffer()
623 …LOG_L(L_WARNING, "Hardware supports only %d Sound sources, MaxSounds=%d, using Hardware Limit", ma… in GetMaxMonoSources()
H A DSoundBuffer.cpp141 LOG_L(L_WARNING, "Loading audio failed for %s", file.c_str()); in LoadWAV()
167 LOG_L(L_WARNING, "Could not open Ogg stream (reason: %s).", in LoadVorbis()
203 LOG_L(L_WARNING, in LoadVorbis()
208 LOG_L(L_WARNING, "%s: corrupted stream", file.c_str()); in LoadVorbis()
211 LOG_L(L_WARNING, "%s: corrupted headers", file.c_str()); in LoadVorbis()
/dports/games/spring/spring_98.0/rts/Sim/Misc/
H A DDamageArrayHandler.cpp59 …LOG_L(L_WARNING, "[%s] ArmorDefs: tried to define the \"%s\" armor type!", __FUNCTION__, DEFAULT_A… in CDamageArrayHandler()
74 LOG_L(L_WARNING, in CDamageArrayHandler()
91 LOG_L(L_WARNING, in CDamageArrayHandler()
/dports/games/spring/spring_98.0/rts/Game/UI/
H A DKeyBindings.cpp421 LOG_L(L_WARNING, "Bind: empty action: %s", line.c_str()); in Bind()
426 LOG_L(L_WARNING, "Bind: could not parse key: %s", keystr.c_str()); in Bind()
467 LOG_L(L_WARNING, "UnBind: could not parse key: %s", keystr.c_str()); in UnBind()
488 LOG_L(L_WARNING, "UnBindKeyset: could not parse key: %s", keystr.c_str()); in UnBindKeyset()
531 LOG_L(L_WARNING, "SetFakeMetaKey: could not parse key: %s", keystr.c_str()); in SetFakeMetaKey()
543 LOG_L(L_WARNING, "AddKeySymbol: could not parse key: %s", code.c_str()); in AddKeySymbol()
547 LOG_L(L_WARNING, "AddKeySymbol: could not add: %s", keysym.c_str()); in AddKeySymbol()
602 LOG_L(L_WARNING, "Could not save uikeys.tmp"); in PushAction()
/dports/games/spring/spring_98.0/rts/System/FileSystem/
H A DFileSystem.cpp48 LOG_L(L_WARNING, "%s: braces nested too deeply\n%s", __FUNCTION__, glob.c_str()); in ConvertGlobToRegex()
65 …LOG_L(L_WARNING, "%s: closing brace without an equivalent opening brace\n%s", __FUNCTION__, glob.c… in ConvertGlobToRegex()
82 LOG_L(L_WARNING, "%s: pattern ends with backslash\n%s", __FUNCTION__, glob.c_str()); in ConvertGlobToRegex()
95 LOG_L(L_WARNING, "%s: unterminated brace expression\n%s", __FUNCTION__, glob.c_str()); in ConvertGlobToRegex()
97 LOG_L(L_WARNING, "%s: too many closing braces\n%s", __FUNCTION__, glob.c_str()); in ConvertGlobToRegex()
/dports/archivers/lib1541img/lib1541img-1.1/src/lib/1541img/
H A Dcbmdosvfs.c84 logmsg(L_WARNING, "CbmdosVfs_setName: truncating long name."); in CbmdosVfs_setName()
99 logmsg(L_WARNING, "CbmdosVfs_setName: length > 0 given for empty " in CbmdosVfs_setName()
126 logmsg(L_WARNING, "CbmdosVfs_setId: truncating long id."); in CbmdosVfs_setId()
141 logmsg(L_WARNING, "CbmdosVfs_setId: length > 0 given for empty " in CbmdosVfs_setId()
198 logmsg(L_WARNING, "CbmdosVfs_delete: file not found."); in CbmdosVfs_delete()
208 logmsg(L_WARNING, "CbmdosVfs_deleteAt: file not found."); in CbmdosVfs_deleteAt()
/dports/games/spring/spring_98.0/rts/System/Net/
H A DPackPacket.cpp30 LOG_L(L_WARNING, "A text must not contain a '\\0' inside, truncating"); in operator <<()
34 LOG_L(L_WARNING, "netcode: string data truncated in packet"); in operator <<()
/dports/games/spring/spring_98.0/rts/Sim/Units/
H A DUnitLoader.cpp136 …LOG_L(L_WARNING, "[%s] not enough arguments (\"/give [amount] <objectName | 'all'> [team] [@x, y, … in ParseAndExecuteGiveUnitsCommand()
142 …LOG_L(L_WARNING, "[%s] invalid position argument (\"/give [amount] <objectName | 'all'> [team] [@x… in ParseAndExecuteGiveUnitsCommand()
166 LOG_L(L_WARNING, "[%s] invalid amount argument: %s", __FUNCTION__, args[amountArgIdx].c_str()); in ParseAndExecuteGiveUnitsCommand()
176 LOG_L(L_WARNING, "[%s] invalid team argument: %s", __FUNCTION__, args[teamArgIdx].c_str()); in ParseAndExecuteGiveUnitsCommand()
186 LOG_L(L_WARNING, "[%s] invalid object-name argument", __FUNCTION__); in ParseAndExecuteGiveUnitsCommand()
242 LOG_L(L_WARNING, in GiveUnits()
258 LOG_L(L_WARNING, "[%s] %s is not a valid object-name", __FUNCTION__, objectName.c_str()); in GiveUnits()

12345678910>>...15