Conversation
Eg: achievement messages are now properly displayed
- Recursive text coloration (like in MC 1.7) - Fix for color bug introduced in 7e8b750
- Player is automatically respawned when logging in - Added /respawn command (MC 1.7 does not fail to respawn) - Cleaned MCC command handling code, /exec is now /script
- Automatically look for script file in config/ and scripts/ folders - Automacically try to add '.txt' extension to the script filename - Eg "/script testscript" properly loads "config/testscript.txt" script
- Death detector didn't work anyway, stats packet is not sent on death - Could sometime crash the app due to a "VarInt too big" issue - Note: "health upade" packet is also not sent by the server
- Removed en_US.lang checking since it does not exist anymore in assets - If Minecraft 1.6+ is not installed, download en_GB.lang from Mojang's servers
- Fix hanging issue with very long strings (eg. heavy server icon in json response)
Shows the username in console title to make identification easier when multiple instances of the client are running
Show username in console title
- Default console title is set if no title is provided in config file - Fix custom console title beign replaced when adding username - Idea is from v1RuX, see commit bf87374
- If using autorelog bot, " - Username" was added each time the app was restarting - To fix this, added a ConsoleTitle setting which is re-used when restarting
- AntiAFK command can be customized through INI file - Clearer WriteDefaultSettings() function
- No window title is set if 'consoletitle' setting is not set - Lowercase %username% will be replaced by the user's name
- en_GB.lang is not downloaded for Minecraft 1.7.4 and above - try to use MC 1.7.4's en_GB object (works only if 1.7.4 is installed)
- MinecraftClient.ini or the specified INI file is loaded anyway - Command-line arguments overrides the INI file settings - INI file is added in front of the command-line args - eg. MinecraftClient.exe my.ini Login Password IP
- Before: Player whispers message - After: Player whispers to you: message
- Fix encoding when using a GUI on non-ascii langages (eg russian) - See discussion in pull request #30 for more info
Seems legit. Merging.
See comment in commit 420c93a
ORelio
added a commit
that referenced
this pull request
Jan 28, 2014
Merging changes from Indev for 1.7.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.