ORelio
88105d30ad
Added TAB autocomplete
...
Now handles TAB keypresses and ask the server for an autocompletion,
just like a vanilla client does.
2013-08-06 12:25:09 +02:00
ORelio
d1770ebb02
Added respawn ability in /reco
...
- 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.
2013-08-06 11:28:27 +02:00
ORelio
d6f4b97ffa
Small code optimizations
...
Added statics + check > 0 from pull #10 , and small optimization in
FinalizeLogin.
2013-07-27 21:31:03 +02:00
ORelio
ea2774068b
Improved console input/output
2013-07-27 18:44:54 +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
ORelio
de50e07f54
Manually add changes from pull #8
...
Changes could not be merged automatically due to a conflic.
https://github.com/ORelio/Minecraft-Console-Client/pull/8
So I re-do the changes manually and close the original pull request.
2013-07-20 21:44:19 +02:00
ORelio
1ca38195bc
Small adjustments to Bots.cs
...
Added DisconnectAndExit() to bot API
Scripting bot now unloads on script end
2013-07-20 21:27:50 +02:00
ORelio
e31866f54b
Merge pull request #6 from dogwatch/patch-2
...
Code optimization
2013-07-20 05:17:11 -07:00
ORelio
9d01d2c631
Reverted password length change (privacy)
...
for privacy reasons, it's better not to specify the length of the
password in the console ;)
2013-07-20 13:02:54 +02:00
ORelio
2d174f81c0
Rewrite Scripting bot respecting the Bot API + Code Optimization
...
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 :)
2013-07-20 12:58:41 +02:00
Or3L1o
52d603026e
Updated App Icon
...
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
2013-07-20 12:10:37 +02:00
Or3L1o
417109501b
Fix some words in English hangman dictionary
...
I'm still not sure all words are good English but fixed the most obvious
non-English words.
2013-07-20 11:12:56 +02:00
bearbear12345
eda271023a
Ok now I'm done :)
2013-07-20 11:05:37 +10:00
bearbear12345
7e70494f23
Script Works?
2013-07-20 11:01:49 +10:00
bearbear12345
0332df909c
Half-Done bot
...
Icon Fix
2013-07-20 08:27:44 +10:00
bearbear12345
222b5332f3
Started command list sequence.
...
Typo: dictionnary -> dictionary
2013-07-20 07:43:42 +10:00
bearbear12345
019cd67811
Renamed original icon into appicon_old.ico
...
New icon added
Original Source: http://dharmainitiative2010.deviantart.com/art/Minecraft-Icon-187010413
Contrasting and slight glow added
2013-07-20 07:33:48 +10:00
bearbear12345
36c3c5163b
Hangman Config Files in Config folder now. Hangman folder deleted
2013-07-20 07:18:20 +10:00
dogwatch
4c4319a260
Update Bots.cs
2013-07-19 12:47:28 -07:00
bearbear12345
7ad24fb37f
Edited to have the txt config files in a config folder, hangman words.txt and mots.txt are in config/hangman
...
+Root Dir gitignore
2013-07-19 22:26:22 +10:00
bearbear12345
d5cb14d585
Typo: lenght -> length
2013-07-19 21:45:01 +10:00
bearbear12345
2262af9ef5
+Application Icon :)
2013-07-19 18:41:55 +10:00
bearbear12345
2acf12b209
Added Library Folder (Aesthetic)
2013-07-19 17:59:43 +10:00
bearbear12345
4f8fb8ed22
Add .gitignore for Microsoft Visual Studio files.
2013-07-19 17:54:33 +10:00
ORelio
72c447e1b9
Merge pull request #3 from dogwatch/patch-3
...
Merging changes.
2013-07-18 13:47:23 -07:00
ORelio
f12b22e132
Merge pull request #2 from dogwatch/patch-2
...
Code optimization
2013-07-18 13:46:28 -07:00
dogwatch
ae86a7cd6f
Update MinecraftCom.cs
2013-07-18 12:03:10 -07:00
dogwatch
e8e87049a7
Update MinecraftCom.cs
2013-07-18 08:02:05 -07:00
dogwatch
3d0b175f2d
Update MinecraftCom.cs
2013-07-18 07:24:52 -07: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