Home
last modified time | relevance | path

Searched refs:Insertln (Results 1 – 23 of 23) sorted by relevance

/dports/games/cake/cake_src/cake/
H A Dsound.cpp66 gConsole->Insertln("usage: %s <value>", argv[0]); in cmd_musicvolume()
68 gConsole->Insertln("current music volume is %d", musicvolume); in cmd_musicvolume()
83 gConsole->Insertln("usage: %s <value>", argv[0]); in cmd_soundvolume()
85 gConsole->Insertln("current sound volume is %d", soundvolume); in cmd_soundvolume()
137 gConsole->Insertln("usage: %s <value>", argv[0]); in cmd_snd_distancefactor()
220 gConsole->Insertln("current settings:"); in initSoundSystem()
221 gConsole->Insertln("\tsound volume: %d", soundvolume); in initSoundSystem()
222 gConsole->Insertln("\tmusic volume: %d", musicvolume); in initSoundSystem()
223 gConsole->Insertln("\tmix rate: %d", mixrate); in initSoundSystem()
226 gConsole->Insertln("sound driver list:"); in initSoundSystem()
[all …]
H A Dapp.cpp202 gConsole->Insertln("<b>System infos :</b>"); in Init()
203 gConsole->Insertln("\tWin32 platform"); in Init()
221 gConsole->Insertln("\tNot a Win32 Platform"); in Init()
641 gConsole->Insertln("Loading map %s...", map_name); in LoadMap()
699 gConsole->Insertln("^5No map running."); in ReloadMap()
708 gConsole->Insertln("Unloading map..."); in UnloadMap()
843 gConsole->Insertln("Start recording..."); in RecordDemo()
885 gConsole->Insertln("^1Demo saving abordted."); in StopDemo()
893 gConsole->Insertln("Demo stopped."); in StopDemo()
934 gConsole->Insertln("Demo loading aborted."); in PlayDemo()
[all …]
H A Ddemo.cpp91 gConsole->Insertln("Unable to create demo file \"%s\".", destfile); in StopDemoRecording()
144 gConsole->Insertln("^1Unable to open demo file \"%s\".", demofile); in LoadDemo()
295 gConsole->Insertln("Demo ended."); in NewFrame()
366 gConsole->Insertln("Demo file \"%s\":", demofile); in DemoDump()
367 gConsole->Insertln("\tHeader:"); in DemoDump()
368 gConsole->Insertln("\t\tVersion: %s", head.version); in DemoDump()
369 gConsole->Insertln("\t\tUsed map: %s", head.map); in DemoDump()
370 gConsole->Insertln("\t\tNumber of frames: %d", head.num_frames); in DemoDump()
372 if (n > 0) gConsole->Insertln("\tContent:"); in DemoDump()
376 gConsole->Insertln("\t\tFrame %d:", i); in DemoDump()
[all …]
H A Dcommands.cpp43 gConsole->Insertln("^5%s^0: %s", argv[1], cmd->description); in cmd_help()
45 gConsole->Insertln("^5WARNING: %s -> Command not found", argv[1]); in cmd_help()
47 else gConsole->Insertln("usage: %s <string>", argv[0]); in cmd_help()
63 gConsole->Insertln("^5Argument not valid"); in cmd_echo()
79 if (!stricmp(argv[0],"rem")) gConsole->Insertln(command+4); in cmd_rem()
80 else if (!stricmp(argv[0],"//")) gConsole->Insertln(command+3); in cmd_rem()
81 else if (!stricmp(argv[0],"#")) gConsole->Insertln(command+2); in cmd_rem()
83 else gConsole->Insertln("usage: %s <string>", argv[0]); in cmd_rem()
385 gConsole->Insertln(" %s", tmp->name); in CompleteCommand()
439 gConsole->Insertln("\t%s", cmd->name); in DisplayCommands()
[all …]
H A Dmd3.cpp69 gConsole->Insertln("MD3 content (file %s)", filename); in DumpMD3()
70 gConsole->Insertln("\tfileID: %s", head->fileID); in DumpMD3()
71 gConsole->Insertln("\tversion: %d", head->version); in DumpMD3()
72 gConsole->Insertln("\tstrFile: %s", head->strFile); in DumpMD3()
73 gConsole->Insertln("\tnumFrames: %d", head->numFrames); in DumpMD3()
74 gConsole->Insertln("\tnumMeshes: %d", head->numMeshes); in DumpMD3()
75 gConsole->Insertln("\tnumTags: %d", head->numTags); in DumpMD3()
77 gConsole->Insertln("\theaderSize: %d", head->headerSize); in DumpMD3()
78 gConsole->Insertln("\ttagStart: %d", head->tagStart); in DumpMD3()
79 gConsole->Insertln("\ttagEnd: %d", head->tagEnd); in DumpMD3()
[all …]
H A Dshader.cpp63 gConsole->Insertln("^1ERROR: Out of shader refs slots!"); in AddShader()
132 gConsole->Insertln("--- Unreferencing shaders..."); in ResetAll()
223 gConsole->Insertln("...loading \"%s\" (from \"%s\")", shadername, filename); in Update()
292 gConsole->Insertln("ShaderMng: %d shader%s in memory", num_refs, num_refs>1?"s":""); in Update()
505 gConsole->Insertln("^5WARNING: parameter expected in line %d", Parser::scriptline); in Parse()
546 gConsole->Insertln("^5WARNING: parameter expected in line %d", Parser::scriptline); in Parse()
577 gConsole->Insertln("^5WARNING: parameter expected in line %d", Parser::scriptline); in Parse()
873 gConsole->Insertln("^5WARNING: ) expected in line %d", Parser::scriptline); in Parse()
1060 gConsole->Insertln("^5WARNING: Using unsupported $whiteimage map"); in ParseLayer()
1310 gConsole->Insertln("^5WARNING: Constant alphagen not supported"); in ParseLayer()
[all …]
H A Dbezierpatch.cpp211 gConsole->Insertln("patch %d:", patches[i]->indextype); in DumpGroup()
212 gConsole->Insertln("\tpatch_cp: %f %f", in DumpGroup()
214 gConsole->Insertln("\tcurrentlevel: %d^/%d", in DumpGroup()
216 gConsole->Insertln("\tnumverts: %d", patches[i]->numverts); in DumpGroup()
218 gConsole->Insertln("\tbounding box: %f %f %f %f %f %f", in DumpGroup()
221 gConsole->Insertln("\tv_orig: %f %f %f", in DumpGroup()
223 gConsole->Insertln("\tv_norm: %f %f %f", in DumpGroup()
225 gConsole->Insertln("\tdist: %f", patches[i]->dist); in DumpGroup()
226 gConsole->Insertln("\tshader: %d", patches[i]->shader); in DumpGroup()
228 gConsole->Insertln("\teffect: %f", patches[i]->effect); in DumpGroup()
[all …]
H A Dfiles.cpp178 gConsole->Insertln("^2%s", name); in getPAKContent()
202 gConsole->Insertln("%d file%s found", nfounds, nfounds>1?"s":""); in getPAKContent()
392 gConsole->Insertln("^1ERROR: Cannot open %s", p->name); in VFile()
460 gConsole->Insertln("^1ERROR: Couldn't read file header"); in LumpFile()
697 gConsole->Insertln("<b>File environment :</b>"); in dumpEnvironment()
698 gConsole->Insertln("\tmain path : %s", FileEnvironment::main_path); in dumpEnvironment()
700 if (s) gConsole->Insertln("\tsearch path :"); in dumpEnvironment()
704 gConsole->Insertln("\t\t%s", s->path); in dumpEnvironment()
791 gConsole->Insertln("^6stat: %d - %s", errno, strerror(errno)); in FirstFile()
877 gConsole->Insertln("^6stat: %d - %s", errno, strerror(errno)); in FirstFile()
[all …]
H A Dmem.cpp29 gConsole->Insertln("^1add_reference: Cannot allocate required size"); in add_reference()
67 gConsole->Insertln("^1Unable to update register, reference not found."); in update_reference()
97 gConsole->Insertln("^1Unable to remove reference, reference not found."); in remove_reference()
147 gConsole->Insertln("^1Invalid allocation size"); in cake_malloc()
159 gConsole->Insertln("^1ERROR: Error allocating memory"); in cake_malloc()
178 gConsole->Insertln("^1Invalid allocation size"); in cake_realloc()
H A Dalias.cpp36 else gConsole->Insertln("usage: %s <string> <value>", argv[0]); in cmd_alias()
45 else gConsole->Insertln("usage: %s <string>", argv[0]); in cmd_unalias()
105 gConsole->Insertln("definition not valid: alias has same name as its value - recursion fault"); in SetAlias()
111 gConsole->Insertln("already defined as command"); in SetAlias()
116 gConsole->Insertln("already defined as variable"); in SetAlias()
192 gConsole->Insertln("\"%s\" is \"%s\"", a->name, a->value); in printList()
H A Drender.cpp284 gConsole->Insertln("<b>Creating buffers...</b>"); in Init()
355 gConsole->Insertln("<b>OpenGL Driver Infos :</b>"); in Init()
356 gConsole->Insertln("\tgl_vendor :"); gConsole->Insertln("\t\t%s", gl_vendor.svalue); in Init()
357 gConsole->Insertln("\tgl_renderer :"); gConsole->Insertln("\t\t%s", gl_renderer.svalue); in Init()
358 gConsole->Insertln("\tgl_version :"); gConsole->Insertln("\t\t%s", gl_version.svalue); in Init()
359 gConsole->Insertln("\tgl_extensions :"); in Init()
369 gConsole->Insertln("\t\t%s", buffer); in Init()
378 gConsole->Insertln("\t\t%s", buffer); in Init()
2168 gConsole->Insertln("State report:"); in DumpGLState()
2207 gConsole->Insertln("\t\tfog end: %f", float_buffer); in DumpGLState()
[all …]
H A Dtexture.cpp170 gConsole->Insertln("^1ERROR: Out of texinfo refs!"); in AddTexinfo()
217 gConsole->Insertln("--- Unreferencing textures..."); in ResetAll()
316 gConsole->Insertln("^5WARNING: Couldn't load %s", tr->name); in LoadTexture()
656 gConsole->Insertln("^1ERROR: %s", sz); in error_exit()
670 gConsole->Insertln("^1ERROR: Premature end of file"); in fill_input_buffer()
745 gConsole->Insertln("^5WARNING: grayscale not supported!!!"); in JPG_Decode()
783 gConsole->Insertln("^1ERROR: Can't initialize intel jpeg library!"); in JPG_Decode()
791 gConsole->Insertln("^1ERROR: Can't read jpeg header"); in JPG_Decode()
805 gConsole->Insertln("^1ERROR: Error Allocating memory for textures!"); in JPG_Decode()
828 gConsole->Insertln("^1ERROR: Can't read jpeg file"); in JPG_Decode()
[all …]
H A Dtimer.cpp33 gConsole->Insertln("failed"); in Init()
41 gConsole->Insertln("ok"); in Init()
62 gConsole->Insertln("unsupported (not a win32 platform)"); in Init()
H A Dq3bsp.cpp106 gConsole->Insertln("--- Loading bsp \"%s\"", name); in Q3BSP()
183 gConsole->Insertln("--- Deleting BSP..."); in ~Q3BSP()
312 gConsole->Insertln("Sorting faces..."); in Init()
437 gConsole->Insertln("Loading sounds..."); in Init()
476 gConsole->Insertln("Generating skybox..."); in GenerateSkyBox()
547 gConsole->Insertln("Generating patch groups..."); in CreatePatchesGroups()
701 gConsole->Insertln("BSP Report:"); in Report()
719 gConsole->Insertln("\t\tmodel %d:", i); in Report()
766 gConsole->Insertln(str); in UpdateFaces()
2084 gConsole->Insertln("Initializing faces..."); in InitSurfaces()
[all …]
H A Dentity.cpp971 gConsole->Insertln("^1ERROR: Cannot allocate required memory for epairs."); in Load()
980 gConsole->Insertln("^1ERROR: Cannot allocate required memory for epair keys."); in Load()
988 gConsole->Insertln("^1ERROR: Cannot allocate required memory for epair vals."); in Load()
997 gConsole->Insertln("^1ERROR: Cannot allocate required memory for parsed entities."); in Load()
1028 gConsole->Insertln("^1ERROR: Too many pairs!"); in Load()
1038 gConsole->Insertln("^1ERROR: Too many entities !"); in Load()
1163 gConsole->Insertln("^1ERROR: Cannot allocate required memory for entities."); in ProcessEntities()
1594 gConsole->Insertln("^1ERROR: Allocation failed for model pointer."); in SetModel()
1937 gConsole->Insertln("activating door!"); in UpdateFuncDoor()
1975 gConsole->Insertln(message); in UpdateTargetPrint()
[all …]
H A Dframework.cpp22 gConsole->Insertln("Shuting framework..."); in Shut()
31 gConsole->Insertln("Updating framework shaders..."); in Update()
H A Dworld.cpp72 gConsole->Insertln("Updating world shaders..."); in Init()
82 gConsole->Insertln("Shuting world..."); in Shut()
H A Dconsts.cpp105 gConsole->Insertln("^5WARNING: Unknown constant \"%s\". Returning 0.", name); in IntForConst()
H A Dconsole.cpp208 else gConsole->Insertln("^5Argument not valid"); in cmd_messages()
210 else gConsole->Insertln("usage: %s <value>", argv[0]); in cmd_messages()
216 else gConsole->Insertln("usage: %s <value>", argv[0]); in cmd_messagetimelife()
336 gConsole->Insertln("Updating console shaders..."); in Init()
342 gConsole->Insertln("Shuting console..."); in Shut()
498 void Console::Insertln(const char* s, ...) in Insertln() function in Console
H A Dvars.cpp379 gConsole->Insertln("\t%s : %s", v->name, v->svalue); in PrintList()
407 gConsole->Insertln("^1ERROR: Unable to open config file for appending"); in SaveToFile()
H A Dconsole.h222 void Insertln(const char* s, ...); /**< Add a text line to console */
H A Dclient.cpp81 gConsole->Insertln("^5WARNING: --- uh, uh, something is going wrong"); in Init()
100 gConsole->Insertln("^5WARNING: LoadPlayer received empty player name. No player loaded."); in LoadPlayer()
507 gConsole->Insertln("client life: %d", life); in Pain()
/dports/games/cake/cake_src/
H A Dmain.cpp204 gConsole->Insertln("%s ", resolution); in CheckForAllAvailableResolutions()
398 gConsole->Insertln("%d : invalid key", key); in Keyboard()
528 gConsole->Insertln("%d : invalid key", key); in KeyboardSpec()
741 gConsole->Insertln("Parsing the command line..."); in ParseArgs()
1129 gConsole->Insertln("^5Credits:"); in cmd_credits()
1161 else gConsole->Insertln("FOV : %f", client->fov); in cmd_fov()
1227 gConsole->Insertln("Client position : [%f;%f;%f]", in cmd_getpos()
1240 gConsole->Insertln("Client angle : [%f;%f;%f]", in cmd_getrot()
1348 gConsole->Insertln("%4.2f fps", app->GetFPS()); in cmd_getfps()
1377 else gConsole->Insertln("^1No world !"); in cmd_entityreport()
[all …]