Conversation
- Some last minute changes made just before releasing 1.6.0 to Minecraft Forums - Added changes from pull #13 allowing to remove the BouncyCastle library
If the language file is not found but file %appdata%/.minecraft/assets/en_US.lang exists, use it instead.
Words for this game cannot contain spaces: changed "World map" to "Worldwide".
If "BasicIO" is passed as last argument, Basic IO will be enabled. - Basic input/output : disable the advanced I/O class from MCC 1.3+ - Do not print colors, output messages directly with §c color tags This allows an external GUI to manage input/output instead of MCC. http://www.minecraftforum.net/topic/1314800-/page__st__180#entry23903618
Allow the GUI to pass a request to the console client, not to the server. Any string starting with a null character is handled by the console: Command is: \0commandname\0commandarg Output from console: \0commandname\0result eg. \0autocomplete\0/he -> \0autocomplete\0/help Currently, only "autocomplete" command is implemented.
+ Some BasicIO fixes to Minecraft Console Client
Each character of the password is replaced by a star while typing + Fixed an old typo for "Handshake successfull" (ss -> cc).
ORelio
added a commit
that referenced
this pull request
Aug 27, 2013
Merging changes from Indev for 1.6.1 release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.