Mon, 10 Apr 2023 10:42:45 +0300 |
Teemu Piippo |
Now builds again
default tip
|
file |
diff |
annotate
|
Thu, 28 Jan 2021 11:37:36 +0200 |
Teemu Piippo |
merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 23:11:41 +0200 |
Teemu Piippo |
updated the documentation of the string functions
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 19:48:41 +0200 |
Teemu Piippo |
merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 19:28:18 +0200 |
Teemu Piippo |
updated copyright year
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 19:27:23 +0200 |
Teemu Piippo |
various changes, better network error handling
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:05:39 +0200 |
Teemu Piippo |
renamed String and StringList uses
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 14:04:53 +0200 |
Teemu Piippo |
removed the String class in favor of std::string
|
file |
diff |
annotate
|
Wed, 27 Jan 2021 13:02:51 +0200 |
Teemu Piippo |
start cleaning up unused code
|
file |
diff |
annotate
|
Fri, 22 Jul 2016 17:59:55 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Fri, 22 Jul 2016 17:52:23 +0300 |
Teemu Piippo |
Added the ByteArray typedef for Vector<unsigned char>
|
file |
diff |
annotate
|
Fri, 22 Jul 2016 17:50:00 +0300 |
Teemu Piippo |
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.
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 17:56:40 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 17:31:51 +0300 |
Teemu Piippo |
Documented mystring.cpp. String::trim removed as it does the same as String::removeFromEnd.
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 16:52:00 +0300 |
Teemu Piippo |
Added doxygen documentation to mystring.h
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 16:01:10 +0300 |
Teemu Piippo |
Renamed String methods, and reformatted mystring.h
|
file |
diff |
annotate
|
Wed, 20 Jul 2016 12:55:39 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Mon, 11 Jan 2016 16:58:59 +0200 |
Teemu Piippo |
Adjusted String::mid again
|
file |
diff |
annotate
|
Sun, 10 Jan 2016 19:38:11 +0200 |
Teemu Piippo |
Fix compilation on MSVC 2010
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 18:09:32 +0200 |
Teemu Piippo |
Happy new year 2016
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 17:48:45 +0200 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 17:48:28 +0200 |
Teemu Piippo |
Backport string changes from protocol5
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 17:41:21 +0200 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 17:20:25 +0200 |
Teemu Piippo |
Added some basic IRC-like commands that can be used to do what keystrokes can do without actually using keystrokes
|
file |
diff |
annotate
|
Sat, 09 Jan 2016 02:20:28 +0200 |
Teemu Piippo |
CVar watching stuff works now, fixed compilation
protocol5
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 01:52:04 +0300 |
Teemu Piippo |
Now works with MSVC 2010/pdcurses-win32a
|
file |
diff |
annotate
|
Thu, 23 Jul 2015 00:16:47 +0300 |
Teemu Piippo |
some work on MSVC support (still doesn't work yet...)
|
file |
diff |
annotate
|
Wed, 27 May 2015 21:15:52 +0300 |
Teemu Piippo |
Merged with default
protocol5
|
file |
diff |
annotate
|
Tue, 26 May 2015 18:46:24 +0300 |
Teemu Piippo |
Removed format.cpp and format.h, use built-in formatting instead
|
file |
diff |
annotate
|
Sun, 17 May 2015 17:22:20 +0300 |
Teemu Piippo |
Added rudimentary support for CVar watch (only as a debug command for now)
protocol5
|
file |
diff |
annotate
|
Fri, 15 May 2015 20:06:56 +0300 |
Teemu Piippo |
Update license headers
|
file |
diff |
annotate
|
Mon, 04 May 2015 15:51:03 +0300 |
Teemu Piippo |
Removed a lot of boilerplate code
|
file |
diff |
annotate
|
Tue, 16 Dec 2014 23:49:11 +0200 |
Teemu Piippo |
- fixed: had problems with integral overloading under 32-bit
|
file |
diff |
annotate
|
Tue, 16 Dec 2014 03:30:15 +0200 |
Teemu Piippo |
- formatting
|
file |
diff |
annotate
|
Tue, 16 Dec 2014 00:52:39 +0200 |
Teemu Piippo |
- added yanking/pasting (support for readline ^Y)
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 07:36:00 +0200 |
Teemu Piippo |
- begin work on interface - input line works for the most part :)
|
file |
diff |
annotate
|
Sat, 13 Dec 2014 04:32:15 +0200 |
Teemu Piippo |
- rcon session now works! woo!
|
file |
diff |
annotate
|
Fri, 12 Dec 2014 00:55:51 +0200 |
Teemu Piippo |
- begin work on rcon sessions
|
file |
diff |
annotate
|
Thu, 11 Dec 2014 05:58:55 +0200 |
Teemu Piippo |
- code cleanup
|
file |
diff |
annotate
|
Wed, 10 Dec 2014 19:17:00 +0200 |
Teemu Piippo |
- a whole lot of supplementary source code!!
|
file |
diff |
annotate
|