Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-17 | Fix Windows server history scrolling | Zack Middleton | |
Update history position when CON_HistNext goes to input line, otherwise when going to previous a line is skipped. Don't let CON_HistPrev go to unused lines. | |||
2013-02-16 | Update copyright notices | Tim Angus | |
2013-01-12 | Fix win32 console partial print being overwritten | Zack Middleton | |
2013-01-12 | Make win32 console cursor visible | Zack Middleton | |
2013-01-12 | Fix win32 input left on buffer and overwritten | Zack Middleton | |
The input line on the console screen buffer was moved up a line and overwritten by CON_Print. Remove input line when console shutdown as well. | |||
2013-01-12 | Don't look for colors past win32 input line length | Zack Middleton | |
2013-01-12 | Fix win32 dedicated input line printing to backlog | Zack Middleton | |
Use to write win32 input line using WriteConsole then overwrite by CON_Print, so when CON_Print removes color format characters the end of original input line was visable. "hi ^1guys" use to be shown as "hi guysys" in the console backlog. | |||
2013-01-12 | Colorize text on win32 console | Zack Middleton | |
Text input line color based on code by "spior" Main colorize function based on Sys_AnsiColorPrint in sys_main.c | |||
2013-01-10 | Fixed win32 dedicated server console output. It use to write input line and ↵ | Zack Middleton | |
then write output over the top of it. Reported by Ensiform. | |||
2013-01-03 | * Update copyright notices | Tim Angus | |
2013-01-03 | * Merge ioq3-r1233 | Tim Angus | |
2007-09-15 | * s/ioquake3/Tremulous/ | Tim Angus | |
2007-09-15 | * Merge of ioq3-r1183 | Tim Angus | |
+ Windows dedicated console + MSVC project + Makefile tweaks | |||
2007-09-13 | * Merge of ioq3-r1178 | Tim Angus | |
2007-09-06 | * Merge of ioq3-r1169 | Tim Angus | |