changelog
- 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