summaryrefslogtreecommitdiff
path: root/library/Console-windows.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Extract the color enum from color_ostream to toplevel.Alexander Gavrilov2012-08-191-1/+1
|
* Fix windows console bugPetr Mrázek2012-04-171-3/+4
| | | | Line input cursor was going crazy when input reached right side of the screen
* win32 SetConsoleTextAttribute doesn't know what COLOR_RESET (-1) isQuietust2012-03-271-1/+1
|
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-1/+1
| | | | | | | | This is an incompatible change to the plugin ABI. The Console is not thread-safe unless used indirectly via color_ostream_proxy, so everything should use their per-thread stream.
* Pull out a colored text output interface out of the Console class.Alexander Gavrilov2012-03-101-96/+80
|
* Header changes/cleanup.Petr Mrázek2011-12-311-2/+2
|
* More init hardening.Petr Mrázek2011-11-041-1/+48
|
* Command history separated from Console.Petr Mrázek2011-08-131-28/+7
|
* Fix windows build.Petr Mrázek2011-08-011-1/+1
|
* Windows part of mutex rewrite.Petr Mrázek2011-07-271-30/+22
|
* Safer console shutdown.Petr Mrázek2011-07-171-42/+73
|
* Disabled ctrl+c on windows (null signal handler). Some small fixes.Petr Mrázek2011-07-161-2/+2
|
* The console is now awesome when you use C++ streams too.Petr Mrázek2011-07-161-8/+18
|
* The console is now awesome on Windows too.Petr Mrázek2011-07-151-232/+349
|
* Error printing call for Console, the NYAN CAT!Petr Mrázek2011-07-141-0/+37
|
* Fix for a bug in command history queue access. dfhack script can run valgrind.Petr Mrázek2011-07-141-3/+4
|
* Windows side of the Console rewritePetr Mrázek2011-07-141-22/+258
|
* Added destructor code for PluginManager, console color reset funstion.Petr Mrázek2011-06-251-0/+9
|
* Plugin manager, reworked kittens and reveal.Petr Mrázek2011-06-251-0/+8
|
* Prospector prints text again. Plugin lookup is better (ignores more ↵Petr Mrázek2011-06-241-1/+1
| | | | non-library files)
* Plugins go into a folder, disabled console close button on windows because ↵Petr Mrázek2011-06-221-0/+4
| | | | of bugs.
* Console revamp - windows partPetr Mrázek2011-06-221-0/+135
|
* Console revamp - linux part.Petr Mrázek2011-06-221-0/+0