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