Mercurial
>
zfc9000
/ graph
Search:
summary
shortlog
changelog
graph
tags
bookmarks
branches
files
help
graph
The revision graph only works with JavaScript-enabled browsers.
Merged with default
protocol5
Wed, 20 Jul 2016 18:24:13 +0300
, by Teemu Piippo
Renamed Datagram members, RCONSession::handle_packet now takes the datagram as the parameter.
Wed, 20 Jul 2016 18:20:20 +0300
, by Teemu Piippo
Fixed complation problems.
protocol5
Wed, 20 Jul 2016 17:57:35 +0300
, by Teemu Piippo
Merged with default
protocol5
Wed, 20 Jul 2016 17:56:40 +0300
, by Teemu Piippo
Restored the String::vsprintf buffer to 1024 characters, it only was 64 characters long for testing.
Wed, 20 Jul 2016 17:53:13 +0300
, by Teemu Piippo
Made String::vsprintf behave properly with long strings.
Wed, 20 Jul 2016 17:47:42 +0300
, by Teemu Piippo
Documented mystring.cpp. String::trim removed as it does the same as String::removeFromEnd.
Wed, 20 Jul 2016 17:31:51 +0300
, by Teemu Piippo
Added doxygen documentation to mystring.h
Wed, 20 Jul 2016 16:52:00 +0300
, by Teemu Piippo
Renamed String methods, and reformatted mystring.h
Wed, 20 Jul 2016 16:01:10 +0300
, by Teemu Piippo
Restyled geometry.h
Wed, 20 Jul 2016 15:07:57 +0300
, by Teemu Piippo
Renamed the methods of ColoredLine
Wed, 20 Jul 2016 15:07:03 +0300
, by Teemu Piippo
Restyled parentheses in coloredline.cpp/.h
Wed, 20 Jul 2016 15:06:00 +0300
, by Teemu Piippo
Merged with default
protocol5
Wed, 20 Jul 2016 15:03:37 +0300
, by Teemu Piippo
Reformatted parentheses in interface.cpp.
Wed, 20 Jul 2016 15:01:26 +0300
, by Teemu Piippo
Restyled the names of the private methods of Interface
Wed, 20 Jul 2016 14:59:20 +0300
, by Teemu Piippo
Restyled Interface's public method names
Wed, 20 Jul 2016 14:53:12 +0300
, by Teemu Piippo
Made Range not include the 'max' parameter, replaced a lot of for()-loops with C++11-style range-for-loops
Wed, 20 Jul 2016 14:48:47 +0300
, by Teemu Piippo
Removed the hardcoded /watch from RCONSession::send_command since it already exists in Interface::handle_command
protocol5
Wed, 20 Jul 2016 13:29:03 +0300
, by Teemu Piippo
Removed the disconnection change in Interface::handle_input(), not sure where that even came from
protocol5
Wed, 20 Jul 2016 13:25:54 +0300
, by Teemu Piippo
Removed duplicate ColoredLine::add_string definition
protocol5
Wed, 20 Jul 2016 13:21:46 +0300
, by Teemu Piippo
Merged with default
protocol5
Wed, 20 Jul 2016 13:20:32 +0300
, by Teemu Piippo
Added support for colored nicknames
Fri, 15 May 2015 22:46:53 +0300
, by Teemu Piippo
Merged with default
protocol5
Wed, 20 Jul 2016 12:55:39 +0300
, by Teemu Piippo
Commit ZFC's end of reliable RCON streams
protocol5
Mon, 25 Jan 2016 04:15:31 +0200
, by Teemu Piippo
Adjusted String::mid again
Mon, 11 Jan 2016 16:58:59 +0200
, by Teemu Piippo
Renamed g_pageSize
Mon, 11 Jan 2016 16:44:26 +0200
, by Teemu Piippo
Restyled the names of Interface's private members
Mon, 11 Jan 2016 16:43:00 +0200
, by Teemu Piippo
Moved the APPNAME also inside version.cpp (now application_name()) and changed it to uppercase
Mon, 11 Jan 2016 16:39:30 +0200
, by Teemu Piippo
Moved version definitions from version.h to version.cpp since they have no reason to be in the header file
Mon, 11 Jan 2016 16:33:08 +0200
, by Teemu Piippo
Use tags as a compare basis for updating the revision if available, so that when a revision gets tagged, hginfo.h gets updated.
Mon, 11 Jan 2016 16:27:53 +0200
, by Teemu Piippo
Changed version to 1.2
Mon, 11 Jan 2016 16:30:19 +0200
, by Teemu Piippo
Added tag 1.1 for changeset 9d640b94ef02
Mon, 11 Jan 2016 03:03:47 +0200
, by Teemu Piippo
Removed the unused IS_RELEASE commented macro (we use HG_TAG for detecting releases for version strings instead)
1.1
Mon, 11 Jan 2016 03:02:26 +0200
, by Teemu Piippo
Fixed missing newline in /connect usage message
Mon, 11 Jan 2016 02:59:18 +0200
, by Teemu Piippo
Fixed some warning on MSVC
Mon, 11 Jan 2016 00:56:44 +0200
, by Teemu Piippo
Added support for alt+backspace, which removes the previous word
Mon, 11 Jan 2016 02:49:29 +0200
, by Teemu Piippo
Improved the color handling a tad
Mon, 11 Jan 2016 02:42:34 +0200
, by Teemu Piippo
Fixed: sending a message from earlier history did not flush to a new input line, instead just up a single level in history
Mon, 11 Jan 2016 02:26:23 +0200
, by Teemu Piippo
ZFC's own messages are now printed in blue to distinguish them from messages from the server.
Mon, 11 Jan 2016 02:14:33 +0200
, by Teemu Piippo
Need to `#include <stdlib.h>` in basics.h or md5.cpp doesn't compile under Linux/Clang
Mon, 11 Jan 2016 01:56:32 +0200
, by Teemu Piippo
Added support for long-form color codes, such as \c[Green]
Sun, 10 Jan 2016 20:53:44 +0200
, by Teemu Piippo
Added /disconnect
Sun, 10 Jan 2016 20:05:27 +0200
, by Teemu Piippo
Now disconnects properly without instantly quitting
Sun, 10 Jan 2016 20:04:28 +0200
, by Teemu Piippo
Fix compilation on MSVC 2010
Sun, 10 Jan 2016 19:38:11 +0200
, by Teemu Piippo
Happy new year 2016
Sat, 09 Jan 2016 18:09:32 +0200
, by Teemu Piippo
Merged with default
protocol5
Sat, 09 Jan 2016 17:48:45 +0200
, by Teemu Piippo
Backport string changes from protocol5
Sat, 09 Jan 2016 17:48:28 +0200
, by Teemu Piippo
Merged with default
protocol5
Sat, 09 Jan 2016 17:41:21 +0200
, by Teemu Piippo
Added some basic IRC-like commands that can be used to do what keystrokes can do without actually using keystrokes
Sat, 09 Jan 2016 17:20:25 +0200
, by Teemu Piippo
Update the titlebar when sv_hostname changes
protocol5
Sat, 09 Jan 2016 02:35:00 +0200
, by Teemu Piippo
CVar watching stuff works now, fixed compilation
protocol5
Sat, 09 Jan 2016 02:20:28 +0200
, by Teemu Piippo
And another refactor on that..
Fri, 24 Jul 2015 04:31:17 +0300
, by Teemu Piippo
Slight refactor on the fix in the previous commit
Fri, 24 Jul 2015 04:30:17 +0300
, by Teemu Piippo
Apply Leonard's patch for fixing the colors:
Fri, 24 Jul 2015 04:24:38 +0300
, by Teemu Piippo
Fixed crashing problems: min and max had their logic inverted and Bytestream::read_string moved the cursor too early
Fri, 24 Jul 2015 00:43:16 +0300
, by Teemu Piippo
Use stdint.h types for the bytestream
Thu, 23 Jul 2015 18:26:30 +0300
, by Teemu Piippo
Added pdcurses source files, if no curses library is provided, these source files will be fallen back to instead of raising an error. Should make compiling on windows slightly less painful.
Thu, 23 Jul 2015 18:07:39 +0300
, by Teemu Piippo
NULL -> nullptr
Thu, 23 Jul 2015 17:51:35 +0300
, by Teemu Piippo
Fix rendering of the date string...
Thu, 23 Jul 2015 17:45:54 +0300
, by Teemu Piippo
Fix bad comparision in Bytestream::resize
Thu, 23 Jul 2015 17:40:49 +0300
, by Teemu Piippo
less
more
|
(0)
-100
-60
tip