Skip to content

Merging changes from Indev for 1.7.1 release#34

Merged
ORelio merged 22 commits intomasterfrom
Indev
Jan 28, 2014
Merged

Merging changes from Indev for 1.7.1 release#34
ORelio merged 22 commits intomasterfrom
Indev

Conversation

@ORelio
Copy link
Member

@ORelio ORelio commented Jan 28, 2014

No description provided.

ORelio and others added 22 commits January 11, 2014 12:48
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
ORelio added a commit that referenced this pull request Jan 28, 2014
Merging changes from Indev for 1.7.1 release
@ORelio ORelio merged commit ae5e418 into master Jan 28, 2014
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