| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Extract the color enum from color_ostream to toplevel. | Alexander Gavrilov | 2012-08-19 | 1 | -1/+1 |
| | | |||||
| * | console-linux: silence minor gcc warnings | jj | 2012-08-12 | 1 | -7/+11 |
| | | |||||
| * | Fix TEXT mode support, even making it work somewhat. | Alexander Gavrilov | 2012-06-14 | 1 | -0/+2 |
| | | | | | | | | - Initialize the global pointers before trying to use init. - Print a message suggesting the use of dfhack-run. - Don't start the console thread if there is no console. - When console is disabled, print anything given to it to stderr. | ||||
| * | Merge https://github.com/danaris/dfhack | Petr Mrázek | 2012-06-14 | 1 | -0/+9 |
| |\ | | | | | | | | | Conflicts: depends/clsocket | ||||
| | * | Initial changes to get dfhack building on the Mac | Timothy Collett | 2012-05-24 | 1 | -0/+9 |
| | | | |||||
| * | | fix minor gcc warning | jj | 2012-06-13 | 1 | -2/+2 |
| |/ | |||||
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -5/+6 |
| | | |||||
| * | Add a tiletype function to get basic shapes from shapes. Track modules. | Petr Mrázek | 2012-03-16 | 1 | -1/+0 |
| | | |||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -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 Gavrilov | 2012-03-10 | 1 | -99/+87 |
| | | |||||
| * | Make things work properly. | Petr Mrázek | 2012-01-27 | 1 | -0/+1 |
| | | |||||
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -2/+2 |
| | | |||||
| * | More init hardening. | Petr Mrázek | 2011-11-04 | 1 | -2/+8 |
| | | |||||
| * | Really fix linux Console. | Petr Mrázek | 2011-10-31 | 1 | -14/+17 |
| | | |||||
| * | Fix race condition in Linux version of Console. | Petr Mrázek | 2011-10-31 | 1 | -1/+5 |
| | | |||||
| * | Added weather plugin info to readme, option to make the console not catch ↵ | Petr Mrázek | 2011-08-18 | 1 | -1/+5 |
| | | | | | 'CTRL+C' on linux. | ||||
| * | Command history separated from Console. | Petr Mrázek | 2011-08-13 | 1 | -39/+46 |
| | | |||||
| * | Don't take over console in TEXT mode. | Petr Mrázek | 2011-08-01 | 1 | -3/+11 |
| | | |||||
| * | Linux-side of threading function rewrite. Windows=broken. | Petr Mrázek | 2011-07-27 | 1 | -40/+32 |
| | | |||||
| * | Added plugin loading/unloading/reloading. Many locks. Too many damn locks. | Petr Mrázek | 2011-07-18 | 1 | -0/+1 |
| | | |||||
| * | Safer console shutdown. | Petr Mrázek | 2011-07-17 | 1 | -49/+87 |
| | | |||||
| * | Extended escape sequences are 4 bytes, not 5. | Petr Mrázek | 2011-07-16 | 1 | -3/+3 |
| | | |||||
| * | Disabled ctrl+c on windows (null signal handler). Some small fixes. | Petr Mrázek | 2011-07-16 | 1 | -2/+2 |
| | | |||||
| * | The console is now awesome when you use C++ streams too. | Petr Mrázek | 2011-07-16 | 1 | -5/+14 |
| | | |||||
| * | The console is now awesome on Windows too. | Petr Mrázek | 2011-07-15 | 1 | -35/+17 |
| | | |||||
| * | Made the linux console super awesome. The dfhack script won't LD_PRELOAD ↵ | Petr Mrázek | 2011-07-15 | 1 | -368/+536 |
| | | | | | dfhack for gdb. | ||||
| * | Error printing call for Console, the NYAN CAT! | Petr Mrázek | 2011-07-14 | 1 | -0/+13 |
| | | |||||
| * | Fix for a bug in command history queue access. dfhack script can run valgrind. | Petr Mrázek | 2011-07-14 | 1 | -25/+19 |
| | | |||||
| * | Windows side of the Console rewrite | Petr Mrázek | 2011-07-14 | 1 | -77/+31 |
| | | |||||
| * | Integrate linenoise into Console - Linux part | Petr Mrázek | 2011-07-13 | 1 | -17/+476 |
| | | |||||
| * | Added linenoise library to allow line editing in the terminal. | Petr Mrázek | 2011-07-12 | 1 | -0/+1 |
| | | |||||
| * | Added destructor code for PluginManager, console color reset funstion. | Petr Mrázek | 2011-06-25 | 1 | -0/+7 |
| | | |||||
| * | Plugin manager, reworked kittens and reveal. | Petr Mrázek | 2011-06-25 | 1 | -0/+6 |
| | | |||||
| * | Console revamp - linux part. | Petr Mrázek | 2011-06-22 | 1 | -0/+119 |
