Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging changes from Indev for 1.8.2 release #69

Merged
merged 36 commits into from
Mar 11, 2015
Merged

Merging changes from Indev for 1.8.2 release #69

merged 36 commits into from
Mar 11, 2015

Conversation

ORelio
Copy link
Member

@ORelio ORelio commented Mar 11, 2015

Merging changes from Indev for 1.8.2 release

ORelio and others added 30 commits October 9, 2014 08:08
Change short to int. Bug report by 1092CQ.
Removed duplicate ping code
Import merged pull request from Master to Indev
ping method wasn't part of the interface so it can in fact be removed
without any issue.
 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!
I'm not so familiar with this syntax.
Conflicts:
	MinecraftClient/McTcpClient.cs
	MinecraftClient/Protocol/ProtocolHandler.cs
	MinecraftClient/Settings.cs
Coding style, Guid, interface, Fallback Command
Fake UUID using md5(username) since protocol17 does not have UUID in
player list item packet
Removed fallback to server /list command
Allows support for version=1.8.1 in config file
More efficient, succint and readable code with less bugs!
Fixed crash when displaying alert under certain conditions.
Disabled by default.
Suggested by medxo
Update RemoteControl.cs
Script was using old disposed handler
Fixed by properly updating reference
Bug report by 1092CQ (thanks!)
Add AutoTimeout class for use on login and session requests.
Bug report by GamerCorey7.
Crash report by unamedgamer1
Add Herochat/Essentials PM Check
ORelio and others added 6 commits February 24, 2015 08:16
Add a mention for sending chat messages or commands using remote control. In response to pull request #66
Fix #64 by adding an additional check
Bug report by JamieSinn (thanks!)
Fix #63 and rewrite PMsend
Suggestion and PMsend v1 by JamieSinn
Fix #67 and bug report by doranchak (post no 1084 on forum thread at
minecraft forums)
Add Travis config file for automated nightly builds
Travis isn't designed for nightly build, only testing
ORelio added a commit that referenced this pull request Mar 11, 2015
Merging changes from Indev for 1.8.2 release
@ORelio ORelio merged commit 5b43056 into master Mar 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants