md_5
69b209bcc6
Fix /server command. Now working!
2013-10-12 15:36:22 +11:00
md_5
26be0566f4
I love @Cobi
2013-10-12 15:29:39 +11:00
md_5
e0ebf1af21
All my work on 1.7 so far. Pinging doesnt work, but everything else is near functional. Gotta figure out wtf is happening.
2013-10-12 12:08:26 +11:00
md_5
b8c9330bd6
Sigh
2013-10-12 12:01:17 +11:00
md_5
1b41682e37
Checkpoint
2013-10-12 11:36:53 +11:00
md_5
dbdae87ec6
Basically done with login
2013-10-11 21:36:28 +11:00
md_5
7121c20338
Compiles yet again
2013-10-11 20:34:21 +11:00
md_5
d900417d95
It compiles
2013-10-11 20:00:54 +11:00
md_5
7be929bb08
Update protocol - major overhaul
2013-10-11 19:26:40 +11:00
md_5
4257b81d8c
WIP
2013-10-11 18:40:21 +11:00
md_5
96acdb97fd
Update to latest snapshot.
2013-10-11 16:16:02 +11:00
md_5
3fc7064997
Add missing setters for handshake.
2013-10-05 09:50:20 +10:00
zaiyers
dd06937a3b
changes to tab completion
...
* PacketCBTabComplete: options for completion should be seperated by
NUL
* PluginManager: append an empty argument to arguments if command ends
with a whitespace (this will match all suggestions)
* PlayerCommand: suggest only matching players instead of all players
2013-09-29 09:37:39 +10:00
md_5
02324206e3
Clean up packets a tad
2013-09-28 17:03:33 +10:00
md_5
3e8c21a485
Add specific exception for bad packets.
2013-09-21 16:57:17 +10:00
md_5
a7a32509c7
find * -type f -print0 | xargs -0 sed -i 's/1.6.2/1.6.4/g'
2013-09-20 19:51:57 +10:00
md_5
703a393888
Procol -> Protocol. Fix typo, thanks @libraryaddict
2013-09-20 15:41:30 +10:00
md_5
3c961cd5d9
1.6.4 - MOJANG
2013-09-20 08:23:06 +10:00
md_5
12ee68a315
Update to 1.6.3
2013-09-19 17:41:01 +10:00
md_5
29c897c9cf
Add Tab Completion loosely based on @TheUnnamedDude's work.
2013-09-15 06:46:10 +10:00
md_5
b3e8feb4cb
Update POMs to 1.6.2
2013-07-18 20:13:07 +10:00
md_5
47839cb11c
writeStringUTF8WithoutLengthHeaderBecause @Dinnerbone StuffedUpTheMCBrandPacket
2013-07-10 23:42:50 +10:00
md_5
9adcb05d45
Fix 1.6.2 support
2013-07-08 22:37:59 +10:00
md_5
10e81041b2
Update to 1.6.2
2013-07-08 21:29:09 +10:00
md_5
db4abfe486
Expand streams a little bit
2013-07-05 19:17:25 +10:00
md_5
9424bdedca
Implement basic MC stream
2013-07-05 19:06:46 +10:00
md_5
f579b31bca
Add framework for HTTP api
2013-07-04 10:29:37 +10:00
md_5
cac35116c3
Import cleanup
2013-07-04 10:03:41 +10:00
md_5
85e82a2e34
Update POMs to 1.6.1
2013-07-02 20:59:04 +10:00
md_5
d3bada58d4
Close #469 - chat event setMessage
2013-07-02 10:45:37 +10:00
md_5
8732904bfd
Add stream helper to PacketFA
2013-07-01 13:45:36 +10:00
md_5
1296783d9b
Update to Minecraft 1.6.1
2013-07-01 13:19:18 +10:00
md_5
ac5e8dbaff
Fix the bad packets! Naughty naughty packets!
2013-06-03 19:35:38 +10:00
md_5
d1dd7379b1
Use cleaner equals check and actually set member field
2013-06-02 10:23:21 +10:00
md_5
dce0f6b408
Missed some getters
2013-06-01 18:01:04 +10:00
md_5
c5307c4451
Dont use getters in team packet and add null check to team name
2013-06-01 18:00:17 +10:00
md_5
388d2620db
Fix forge support with new protocol - closes #407
2013-06-01 12:55:02 +10:00
md_5
3ba52cb98b
Might need a better way to do this...... oh well, add all the netbeans code style files
2013-06-01 11:12:03 +10:00
md_5
9c35cad824
Will do final tests tomorrow, but all seems to work. Yay for efficiency and options for plugin developers!
2013-05-30 19:36:43 +10:00
md_5
d82b29e15a
Finish up protocol API - we now compile again. Extensive testing is required, but that is for another day.
2013-05-30 19:11:05 +10:00
md_5
9b0c827c37
Now just to implement the necessary constructors and constants
2013-05-30 18:29:59 +10:00
md_5
125d3f07f7
Fix up failing test
2013-05-30 18:15:10 +10:00
md_5
2f45f0d578
Rework protocol system
2013-05-30 18:09:46 +10:00
md_5
ad4c143ce4
Finish and create passing unit tests for the integrity of all packet classes.
2013-05-30 17:34:56 +10:00
md_5
835e4e332c
Start work on more efficient, publically accessable packet API
2013-05-30 16:38:53 +10:00
md_5
f93b647df3
Move protocol version declaration
2013-05-25 17:03:00 +10:00
md_5
156ea30c32
Add scoreboard packets + API classes. Still unimplemented.
2013-03-16 20:48:51 +11:00
md_5
34f4bae923
Fix score add definition
2013-03-16 20:37:36 +11:00
md_5
5365e5fb92
Bump the other pom versions to 1.5 too.
2013-03-15 21:21:58 +11:00
md_5
ac426f0c3f
Use global netty version variable.
2013-03-14 20:35:58 +11:00