Commit graph

15 commits

Author SHA1 Message Date
ORelio
eef5e92af5 Setting for choosing the language to use
- Download the appropriate language file regarding the language setting
- Stores language files in the "lang" subfolder
2014-02-01 14:57:31 +01:00
ORelio
c826dd3b79 Automatically download en_GB.lang from Mojang
- 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
2014-01-13 12:38:01 +01:00
ORelio
adba89794e Fix for text coloration
- Recursive text coloration (like in MC 1.7)
- Fix for color bug introduced in 7e8b750
2014-01-11 16:17:48 +01:00
ORelio
7e8b750100 Fix for chat translation rules
Eg: achievement messages are now properly displayed
2014-01-11 14:38:00 +01:00
ORelio
30cbc85850 Online Mode done, 1.7 compatibility should be OK
+ Fixed chat colors because of 1.7 changes
+ Some code cleanup here and there
2014-01-09 23:28:41 +01:00
ORelio
0b9a7f4ba6 Offline mode done, TODO: online mode
Offline mode should be working now.
2014-01-08 23:58:49 +01:00
ORelio
6beb5588ce Find automatically a translation file from MC 1.7+
Load a translation file if Minecraft is installed on the computer
2014-01-06 18:12:24 +01:00
ORelio
b42a400582 Use language from /.minecraft/assets
If the language file is not found but file
%appdata%/.minecraft/assets/en_US.lang exists, use it instead.
2013-08-12 15:05:36 +02:00
ORelio
ff950a5248 Last minute changes for 1.6.0 + Changes from #13
- 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
2013-08-12 13:06:07 +02:00
ORelio
551c152c7c Support for unicode chars in JSON strings: \u0123
+ Small change in str2filter (case insensitive)
+ Commented debug instruction for RAW data
2013-08-08 10:51:59 +02:00
ORelio
df4a9cd7b7 Added Settings class & Settings file
- 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
2013-08-06 16:11:46 +02:00
ORelio
b40ad6ee16 Removed useless using 2013-07-27 12:26:55 +02:00
ORelio
6347d832ce Improve translation rule parsing 2013-07-27 12:25:14 +02:00
bearbear12345
7e70494f23 Script Works? 2013-07-20 11:01:49 +10:00
ORelio
e6f2ef4e4f Added MCC Source Code v1.5.2
Minecraft Console Client is now on GitHub!
2013-07-18 09:27:19 +02:00