Conversation
….txt and mots.txt are in config/hangman +Root Dir gitignore
New icon added Original Source: http://dharmainitiative2010.deviantart.com/art/Minecraft-Icon-187010413 Contrasting and slight glow added
Typo: dictionnary -> dictionary
Icon Fix
GitIgnore, AppIcon, Code optimization, Scripting Bot
I'm still not sure all words are good English but fixed the most obvious non-English words.
Sorry, the icon still wasn't what I imagined so I decided to do it myself ^^ Also, updated .gitignore to ignore .suo file from my VS 2010
Do NOT put thread sleeps in bots. NEVER. Initialize() and Update() are called in the main thread! Also, a delay should be respected between each chat/command sendind to avoid being kicked. Putting Thread.Sleep() in bots may cause the client to be out of sync with the server or make it lose connection so again do not use them :)
for privacy reasons, it's better not to specify the length of the password in the console ;)
Code optimization
Added DisconnectAndExit() to bot API Scripting bot now unloads on script end
Changes could not be merged automatically due to a conflic. #8 So I re-do the changes manually and close the original pull request.
Added statics + check > 0 from pull #10, and small optimization in FinalizeLogin.
- Added a notification message when you die stating you can respawn with /reco - Added a respawn packet sent before disconnecting when using /reco Note: Why a respawn in /reco and not a /respawn command? Once respawned using the console on 1.6.2 server, the player stays invisible for other players unless he (or the other player) disconnects & reconnect so it's necessary to reconnect after respawning.
Now handles TAB keypresses and ask the server for an autocompletion, just like a vanilla client does.
- All settings are moved in a new Settings class - Settings can be loaded by parsing an INI file - A default INI file is generated with default settings - By default, loads MinecraftClient.ini if no command-line arguments are used - Another INI file can be loaded with MinecraftClient.exe MyFile.ini - All the config files can be renamed or moved, just edit the INI file - A title for the console window can be specified in the INI file - Regular command-line arguments still works but will probably be simplified in the future. - Smal code optimizations and adjustments
+ Small change in str2filter (case insensitive) + Commented debug instruction for RAW data
ORelio
added a commit
that referenced
this pull request
Aug 8, 2013
Merging changes from Indev for 1.6.0 release
Member
Author
|
New commits for next releases should still be made to the Indev branch ;) |
milutinke
added a commit
that referenced
this pull request
Mar 22, 2026
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.
Merge changes for v1.6.0 release of MCC :)
Thanks for all your contributions, bearbear and dogwatch!