Thu, 23 Jul 2015 17:45:54 +0300 Teemu Piippo Fix rendering of the date string... file | diff | annotate
Thu, 23 Jul 2015 02:35:13 +0300 Teemu Piippo Suppress more MSVC warnings file | diff | annotate
Thu, 23 Jul 2015 02:22:26 +0300 Teemu Piippo '\e' is non-standard use '\x1b' instead file | diff | annotate
Thu, 23 Jul 2015 02:15:21 +0300 Teemu Piippo Add support for standard pdcurses, thanks to Leonard for pointing out the solutions to a few mysteries. file | diff | annotate
Thu, 23 Jul 2015 01:52:04 +0300 Teemu Piippo Now works with MSVC 2010/pdcurses-win32a file | diff | annotate
Wed, 27 May 2015 21:44:42 +0300 Teemu Piippo Use raw mode instead of cbreak mode, otherwise ctrl+q doesn't appear to work right file | diff | annotate
Wed, 27 May 2015 21:15:52 +0300 Teemu Piippo Merged with default protocol5 file | diff | annotate
Tue, 26 May 2015 18:46:24 +0300 Teemu Piippo Removed format.cpp and format.h, use built-in formatting instead file | diff | annotate
Tue, 26 May 2015 18:19:27 +0300 Teemu Piippo Clarify the controls footnote file | diff | annotate
Tue, 26 May 2015 11:41:58 +0300 Teemu Piippo Allow compilation on Windows/MinGW file | diff | annotate
Sun, 17 May 2015 22:07:48 +0300 Teemu Piippo Added support for SVRC_YOUREDISCONNECTED protocol5 file | diff | annotate
Fri, 15 May 2015 22:46:53 +0300 Teemu Piippo Added support for colored nicknames protocol5 file | diff | annotate
Fri, 15 May 2015 20:06:56 +0300 Teemu Piippo Update license headers file | diff | annotate
Fri, 15 May 2015 20:03:35 +0300 Teemu Piippo Massive refactor file | diff | annotate
Fri, 15 May 2015 18:36:22 +0300 Teemu Piippo Merge tab-complete file | diff | annotate
Mon, 04 May 2015 15:51:03 +0300 Teemu Piippo Removed a lot of boilerplate code file | diff | annotate
Tue, 16 Dec 2014 02:48:18 +0200 Teemu Piippo - rcon sessions are no longer allocated on the heap file | diff | annotate
Tue, 16 Dec 2014 00:55:03 +0200 Teemu Piippo - hmm, yank kind of implies removal so 'yank_and_delete' is kind of redundantly long file | diff | annotate
Tue, 16 Dec 2014 00:53:46 +0200 Teemu Piippo - don't print if paste buffer is empty anymore.. file | diff | annotate
Tue, 16 Dec 2014 00:52:39 +0200 Teemu Piippo - added yanking/pasting (support for readline ^Y) file | diff | annotate
Tue, 16 Dec 2014 00:17:15 +0200 Teemu Piippo - i intended to actually use that new last() overload... file | diff | annotate
Tue, 16 Dec 2014 00:15:44 +0200 Teemu Piippo - added timestamps to output file | diff | annotate
Tue, 16 Dec 2014 00:05:27 +0200 Teemu Piippo - fixed: IPAddress::StringParseError did not inherit from std::exception and was thus not caught properly file | diff | annotate
Mon, 15 Dec 2014 23:58:01 +0200 Teemu Piippo - fixed: horizontal input scrolling was broken file | diff | annotate
Mon, 15 Dec 2014 22:36:14 +0200 Teemu Piippo - cleanup, fixed red text not rendering file | diff | annotate
Mon, 15 Dec 2014 22:35:17 +0200 Teemu Piippo - added a nicklist! file | diff | annotate
Mon, 15 Dec 2014 21:59:24 +0200 Teemu Piippo - renamed RendererLine to ColoredLine and split it into its own files file | diff | annotate
Mon, 15 Dec 2014 21:46:05 +0200 Teemu Piippo - fixed: invoking the 'are you sure you want to disconnect?' message did not trigger a screen refresh file | diff | annotate
Mon, 15 Dec 2014 21:36:34 +0200 Teemu Piippo - added readline alt-d and ^w support (delete till word boundaries) file | diff | annotate
Mon, 15 Dec 2014 21:28:24 +0200 Teemu Piippo - added readline alt-b and alt-f support (skip past words) file | diff | annotate
Mon, 15 Dec 2014 21:00:57 +0200 Teemu Piippo - added readline shortcuts: ^B, ^F, ^A, ^E, ^D (aliases to keyboard presses), ^U, ^K (new functionality) file | diff | annotate
Mon, 15 Dec 2014 20:19:18 +0200 Teemu Piippo - re-commit tab-complete experimental file | diff | annotate
Mon, 15 Dec 2014 20:18:56 +0200 Teemu Piippo - revert previous commits to create a common experimental ancestor experimental file | diff | annotate
Mon, 15 Dec 2014 10:51:56 +0200 Teemu Piippo - add support for SVRC_TOOMANYTABCOMPLETES experimental file | diff | annotate
Mon, 15 Dec 2014 10:31:52 +0200 Teemu Piippo - added experimental support for rcon tab-completion experimental file | diff | annotate
Mon, 15 Dec 2014 06:07:12 +0200 Teemu Piippo - added line-wrapping to the output widget: lines to output are now first compiled into renderer-friendly format. the output view then uses these pre-processed lines to determine what lines to render. Phew! What a monster of a commit. file | diff | annotate
Mon, 15 Dec 2014 04:10:27 +0200 Teemu Piippo - handle resizing 8-) file | diff | annotate
Mon, 15 Dec 2014 04:01:58 +0200 Teemu Piippo - added support for in-game colors file | diff | annotate
Mon, 15 Dec 2014 03:09:26 +0200 Teemu Piippo - added input history (use up/down to navigate) file | diff | annotate
Mon, 15 Dec 2014 02:15:09 +0200 Teemu Piippo - added a simple command-line interface (you can now supply host and password on the command-line) file | diff | annotate
Mon, 15 Dec 2014 02:03:08 +0200 Teemu Piippo - handle the 'from' argument in RCONSession::handle_packet to filter out packets from foreign hosts file | diff | annotate
Mon, 15 Dec 2014 01:47:40 +0200 Teemu Piippo - added a help message to the statusbar file | diff | annotate
Mon, 15 Dec 2014 01:41:06 +0200 Teemu Piippo - now exits cleanly with ^Q! file | diff | annotate
Sun, 14 Dec 2014 23:38:26 +0200 Teemu Piippo - cleanup, refactor + better input handling file | diff | annotate
Sun, 14 Dec 2014 23:21:38 +0200 Teemu Piippo - the interface is now able to connect to arbitrary hosts (uses ^N to start the prompt) instead of the hardcoded localhost:10666 file | diff | annotate
Sun, 14 Dec 2014 20:47:44 +0200 Teemu Piippo - the prompt is now colored file | diff | annotate
Sun, 14 Dec 2014 20:20:43 +0200 Teemu Piippo - now in color! (titlebar at least anyway) file | diff | annotate
Sun, 14 Dec 2014 19:38:47 +0200 Teemu Piippo - added command sending file | diff | annotate
Sun, 14 Dec 2014 18:15:28 +0200 Teemu Piippo - added backlog scrolling file | diff | annotate
Sun, 14 Dec 2014 17:53:24 +0200 Teemu Piippo - log area done, re-enabled the rcon connection file | diff | annotate
Sat, 13 Dec 2014 07:36:00 +0200 Teemu Piippo - begin work on interface - input line works for the most part :) file | diff | annotate
(0) tip

mercurial