Minecraft-Console-Client/MinecraftClient
Lauchlin b90466447f Use usigned short to cover full range of ports
Each side of a TCP connection has an associated 16-bit unsigned port number (0-65535).  Use an unsigned short rather than a signed short otherwise you'll only get half the ports!
2014-11-05 01:59:32 +11:00
..
ChatBots Update alerts file loading 2014-08-29 12:04:52 +02:00
Commands More explicit repawn command description 2014-08-27 17:24:02 +02:00
config Change README version number for 1.8.1 2014-10-08 20:19:46 +02:00
Crypto Fix MonoAesStream 2014-07-23 15:10:57 +02:00
Properties Add offline command prompt 2014-08-18 15:10:15 +02:00
Protocol Handle the case where "name" exists twice in the result string, like when connecting to a server with another user logged in. 2014-10-24 09:30:10 -04:00
Proxy Variable engine done, catch bot exceptions 2014-06-11 20:40:25 +02:00
Resources Fix Resources folder 2014-05-31 02:01:53 +02:00
.gitignore BouncyCastle reference is still there 2013-11-04 18:48:48 +11:00
ChatBot.cs Fixed %vars% not handled in chatbotlogfile 2014-09-07 15:17:47 +02:00
Command.cs Several fixes 2014-07-01 14:10:29 +02:00
ConsoleIcon.cs Revert to CMD icon on exit 2014-07-27 16:43:45 +02:00
ConsoleIO.cs Fix TAB different behavior between MCC and Vanilla 2014-08-18 10:25:43 +02:00
McTcpClient.cs Fix crash on RemoteControl launching a Script 2014-10-08 08:05:45 +02:00
MinecraftClient.csproj Add support for MC 1.8 protocol 2014-09-04 13:58:49 +02:00
MinecraftClient.csproj.user Last minute changes for 1.6.0 + Changes from #13 2013-08-12 13:06:07 +02:00
Program.cs Change version number for 1.8.1 2014-10-08 20:15:11 +02:00
Settings.cs Use usigned short to cover full range of ports 2014-11-05 01:59:32 +11:00