]> git.xonotic.org Git - xonotic/darkplaces.git/commit
reorganized Host_Init a bit, merged away a few functions (such as COM_CheckRegistered...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 16 Aug 2006 07:13:29 +0000 (07:13 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 16 Aug 2006 07:13:29 +0000 (07:13 +0000)
commit62bc56e9c2d45afe69ba3f1ebb87f40d5753eeab
tree7144416688740ef1f0618bc3855db35175859ffe
parent43a1c02fbd58d42355728f7aa2b0b21286d1f783
reorganized Host_Init a bit, merged away a few functions (such as COM_CheckRegistered and COM_InitArgv) and changed some others, now registers several cvars earlier in the startup process
integrated patch from div0 for sys_colortranslation and sys_specialcharactertranslation cvars which control the translation of color codes and Quake characters for terminal output on stdout, this gets rid of the hideous ^7 on every line and makes colored text show up properly using ANSI color codes on most platforms (on windows the color codes are simply stripped because ANSI is not supported by windows terminals)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6558 d7cf8633-e32d-0410-b094-e92efae38249
common.c
common.h
console.c
fs.c
host.c