changelog
- Tue, 16 Dec 2014 00:15:44 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 16 Dec 2014 00:15:44 +0200] rev 51
- - added timestamps to output
- removed the silly shouldExit stuff
- Tue, 16 Dec 2014 00:05:27 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Tue, 16 Dec 2014 00:05:27 +0200] rev 50
- - fixed: IPAddress::StringParseError did not inherit from std::exception and was thus not caught properly
- fixed: IP string parse errors were also not printed properly (newline was missing)
- Mon, 15 Dec 2014 23:58:01 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 23:58:01 +0200] rev 49
- - fixed: horizontal input scrolling was broken
- Mon, 15 Dec 2014 22:36:14 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 22:36:14 +0200] rev 48
- - cleanup, fixed red text not rendering
- Mon, 15 Dec 2014 22:35:17 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 22:35:17 +0200] rev 47
- - added a nicklist!
- Mon, 15 Dec 2014 21:59:24 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 21:59:24 +0200] rev 46
- - renamed RendererLine to ColoredLine and split it into its own files
- Mon, 15 Dec 2014 21:46:05 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 21:46:05 +0200] rev 45
- - fixed: invoking the 'are you sure you want to disconnect?' message did not trigger a screen refresh
- Mon, 15 Dec 2014 21:36:34 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 21:36:34 +0200] rev 44
- - added readline alt-d and ^w support (delete till word boundaries)
- Mon, 15 Dec 2014 21:28:24 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 21:28:24 +0200] rev 43
- - added readline alt-b and alt-f support (skip past words)
- Mon, 15 Dec 2014 21:00:57 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 21:00:57 +0200] rev 42
- - added readline shortcuts: ^B, ^F, ^A, ^E, ^D (aliases to keyboard presses), ^U, ^K (new functionality)
- Mon, 15 Dec 2014 20:19:18 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 20:19:18 +0200] rev 41
- - re-commit tab-complete
- Mon, 15 Dec 2014 20:18:56 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 20:18:56 +0200] rev 40
- - revert previous commits to create a common experimental ancestor
- Mon, 15 Dec 2014 10:51:56 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 10:51:56 +0200] rev 39
- - add support for SVRC_TOOMANYTABCOMPLETES
- Mon, 15 Dec 2014 10:31:52 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 10:31:52 +0200] rev 38
- - added experimental support for rcon tab-completion
- Mon, 15 Dec 2014 09:12:50 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 09:12:50 +0200] rev 37
- - someone forgot to update cmakelists!
- Mon, 15 Dec 2014 08:40:09 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 08:40:09 +0200] rev 36
- - removed the unused filesystem.cpp/.h files (will readd them if I ever need them)
- Mon, 15 Dec 2014 08:24:32 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 08:24:32 +0200] rev 35
- - project renamed to zfc9000 (credit to TerminusEst13 for the name!) :cactus:
- Mon, 15 Dec 2014 06:07:12 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 06:07:12 +0200] rev 34
- - 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.
- Mon, 15 Dec 2014 04:10:27 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 04:10:27 +0200] rev 33
- - handle resizing 8-)
- Mon, 15 Dec 2014 04:01:58 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 04:01:58 +0200] rev 32
- - added support for in-game colors
- Mon, 15 Dec 2014 03:09:26 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 03:09:26 +0200] rev 31
- - added input history (use up/down to navigate)
- rcon sessions are never null anymore
- Mon, 15 Dec 2014 02:15:09 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 02:15:09 +0200] rev 30
- - added a simple command-line interface (you can now supply host and password on the command-line)
- the password is now masked with asterisks when being input
- Mon, 15 Dec 2014 02:03:08 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 02:03:08 +0200] rev 29
- - handle the 'from' argument in RCONSession::handle_packet to filter out packets from foreign hosts
- some code simplification in the interface code
- Mon, 15 Dec 2014 01:47:40 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 01:47:40 +0200] rev 28
- - added a help message to the statusbar
- Mon, 15 Dec 2014 01:41:06 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Mon, 15 Dec 2014 01:41:06 +0200] rev 27
- - now exits cleanly with ^Q!
- the statusbar now actually features meaningful info (IP, num admins, current level) and is colored to match titlebar
- Sun, 14 Dec 2014 23:41:00 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 14 Dec 2014 23:41:00 +0200] rev 26
- - removed a useless copy of CMakeLists.txt in updaterevision/
- Sun, 14 Dec 2014 23:38:26 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 14 Dec 2014 23:38:26 +0200] rev 25
- - cleanup, refactor + better input handling
- Sun, 14 Dec 2014 23:21:38 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 14 Dec 2014 23:21:38 +0200] rev 24
- - the interface is now able to connect to arbitrary hosts (uses ^N to start the prompt) instead of the hardcoded localhost:10666
- Sun, 14 Dec 2014 20:47:44 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 14 Dec 2014 20:47:44 +0200] rev 23
- - the prompt is now colored
- the titlebar now changes to the server hostname upon connection
- Sun, 14 Dec 2014 20:24:16 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 14 Dec 2014 20:24:16 +0200] rev 22
- - don't send empty messages