changelog
- Sat, 23 Jul 2016 12:14:20 +0300
- by Teemu Piippo <teemu@compsta2.com> [Sat, 23 Jul 2016 12:14:20 +0300] rev 161
- Added versions of min() and max() that find the smallest and largest values in an iterable.
- Fri, 22 Jul 2016 18:03:50 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 18:03:50 +0300] rev 160
- Fixed compilation problems.
- Fri, 22 Jul 2016 17:59:55 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 17:59:55 +0300] rev 159
- Merged with default
- Fri, 22 Jul 2016 17:52:23 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 17:52:23 +0300] rev 158
- Added the ByteArray typedef for Vector<unsigned char>
- Fri, 22 Jul 2016 17:50:00 +0300
- by Teemu Piippo <teemu@compsta2.com> [Fri, 22 Jul 2016 17:50:00 +0300] rev 157
- Bytestream now behaves more like a cursor. It does not store the data anymore, rather it leaves the user to specify a vector to use for storage.
- Wed, 20 Jul 2016 22:56:16 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 22:56:16 +0300] rev 156
- Restyled RCONSession method names and paren style
- Wed, 20 Jul 2016 18:31:19 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:31:19 +0300] rev 155
- Merged with default
- Wed, 20 Jul 2016 18:29:13 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:29:13 +0300] rev 154
- Eliminated unnecessary difference to the protocol5 branch
- Wed, 20 Jul 2016 18:24:13 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:24:13 +0300] rev 153
- Merged with default
- Wed, 20 Jul 2016 18:20:20 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 18:20:20 +0300] rev 152
- Renamed Datagram members, RCONSession::handle_packet now takes the datagram as the parameter.
- Wed, 20 Jul 2016 17:57:35 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 17:57:35 +0300] rev 151
- Fixed complation problems.
- Wed, 20 Jul 2016 17:56:40 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 17:56:40 +0300] rev 150
- Merged with default
- Wed, 20 Jul 2016 17:53:13 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 17:53:13 +0300] rev 149
- Restored the String::vsprintf buffer to 1024 characters, it only was 64 characters long for testing.
- Wed, 20 Jul 2016 17:47:42 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 17:47:42 +0300] rev 148
- Made String::vsprintf behave properly with long strings.
- Wed, 20 Jul 2016 17:31:51 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 17:31:51 +0300] rev 147
- Documented mystring.cpp. String::trim removed as it does the same as String::removeFromEnd.
- Wed, 20 Jul 2016 16:52:00 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 16:52:00 +0300] rev 146
- Added doxygen documentation to mystring.h
- Wed, 20 Jul 2016 16:01:10 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 16:01:10 +0300] rev 145
- Renamed String methods, and reformatted mystring.h
- Wed, 20 Jul 2016 15:07:57 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 15:07:57 +0300] rev 144
- Restyled geometry.h
- Wed, 20 Jul 2016 15:07:03 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 15:07:03 +0300] rev 143
- Renamed the methods of ColoredLine
- Wed, 20 Jul 2016 15:06:00 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 15:06:00 +0300] rev 142
- Restyled parentheses in coloredline.cpp/.h
- Wed, 20 Jul 2016 15:03:37 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 15:03:37 +0300] rev 141
- Merged with default
- Wed, 20 Jul 2016 15:01:26 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 15:01:26 +0300] rev 140
- Reformatted parentheses in interface.cpp.
- Wed, 20 Jul 2016 14:59:20 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 14:59:20 +0300] rev 139
- Restyled the names of the private methods of Interface
- Wed, 20 Jul 2016 14:53:12 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 14:53:12 +0300] rev 138
- Restyled Interface's public method names
- Wed, 20 Jul 2016 14:48:47 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 14:48:47 +0300] rev 137
- Made Range not include the 'max' parameter, replaced a lot of for()-loops with C++11-style range-for-loops
- Wed, 20 Jul 2016 13:29:03 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 13:29:03 +0300] rev 136
- Removed the hardcoded /watch from RCONSession::send_command since it already exists in Interface::handle_command
- Wed, 20 Jul 2016 13:25:54 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 13:25:54 +0300] rev 135
- Removed the disconnection change in Interface::handle_input(), not sure where that even came from
- Wed, 20 Jul 2016 13:21:46 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 13:21:46 +0300] rev 134
- Removed duplicate ColoredLine::add_string definition
- Wed, 20 Jul 2016 13:20:32 +0300
- by Teemu Piippo <teemu@compsta2.com> [Wed, 20 Jul 2016 13:20:32 +0300] rev 133
- Merged with default
- Fri, 15 May 2015 22:46:53 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Fri, 15 May 2015 22:46:53 +0300] rev 132
- Added support for colored nicknames