summaryrefslogtreecommitdiff
path: root/library/Console-linux.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extract the color enum from color_ostream to toplevel.Alexander Gavrilov2012-08-191-1/+1
* console-linux: silence minor gcc warningsjj2012-08-121-7/+11
* Fix TEXT mode support, even making it work somewhat.Alexander Gavrilov2012-06-141-0/+2
* Merge https://github.com/danaris/dfhackPetr Mrázek2012-06-141-0/+9
|\
| * Initial changes to get dfhack building on the MacTimothy Collett2012-05-241-0/+9
* | fix minor gcc warningjj2012-06-131-2/+2
|/
* Enable warnings correctly on linux and fix a lot of them.Alexander Gavrilov2012-04-201-5/+6
* Add a tiletype function to get basic shapes from shapes. Track modules.Petr Mrázek2012-03-161-1/+0
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-1/+1
* Pull out a colored text output interface out of the Console class.Alexander Gavrilov2012-03-101-99/+87
* Make things work properly.Petr Mrázek2012-01-271-0/+1
* Header changes/cleanup.Petr Mrázek2011-12-311-2/+2
* More init hardening.Petr Mrázek2011-11-041-2/+8
* Really fix linux Console.Petr Mrázek2011-10-311-14/+17
* Fix race condition in Linux version of Console.Petr Mrázek2011-10-311-1/+5
* Added weather plugin info to readme, option to make the console not catch 'CT...Petr Mrázek2011-08-181-1/+5
* Command history separated from Console.Petr Mrázek2011-08-131-39/+46
* Don't take over console in TEXT mode.Petr Mrázek2011-08-011-3/+11
* Linux-side of threading function rewrite. Windows=broken.Petr Mrázek2011-07-271-40/+32
* Added plugin loading/unloading/reloading. Many locks. Too many damn locks.Petr Mrázek2011-07-181-0/+1
* Safer console shutdown.Petr Mrázek2011-07-171-49/+87
* Extended escape sequences are 4 bytes, not 5.Petr Mrázek2011-07-161-3/+3
* 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-5/+14
* The console is now awesome on Windows too.Petr Mrázek2011-07-151-35/+17
* Made the linux console super awesome. The dfhack script won't LD_PRELOAD dfha...Petr Mrázek2011-07-151-368/+536
* Error printing call for Console, the NYAN CAT!Petr Mrázek2011-07-141-0/+13
* Fix for a bug in command history queue access. dfhack script can run valgrind.Petr Mrázek2011-07-141-25/+19
* Windows side of the Console rewritePetr Mrázek2011-07-141-77/+31
* Integrate linenoise into Console - Linux partPetr Mrázek2011-07-131-17/+476
* Added linenoise library to allow line editing in the terminal.Petr Mrázek2011-07-121-0/+1
* Added destructor code for PluginManager, console color reset funstion.Petr Mrázek2011-06-251-0/+7
* Plugin manager, reworked kittens and reveal.Petr Mrázek2011-06-251-0/+6
* Console revamp - linux part.Petr Mrázek2011-06-221-0/+119