User contributions
Jump to navigation
Jump to search
- 04:15, 3 April 2016 diff hist 0 m Protocol History →15w35a: Typo
- 03:44, 3 April 2016 diff hist +154 Protocol History →15w35a: Zombie professions
- 01:05, 3 April 2016 diff hist +49 Entity metadata →Bat: Another case where it's a single-flag bitmask
- 19:09, 2 April 2016 diff hist 0 m Entity metadata →TameableAnimal: rowspan
- 19:08, 2 April 2016 diff hist +48 Entity metadata →TameableAnimal: Angry
- 18:59, 2 April 2016 diff hist +31 Entity metadata →Skeleton: value 12
- 18:37, 2 April 2016 diff hist +71 m Entity metadata →Horse: More info about 0x10
- 18:32, 2 April 2016 diff hist +26 m Entity metadata →Horse: Might as well note that 0x01 is unused
- 18:32, 2 April 2016 diff hist 0 m Entity metadata →Horse: Not a mythical breadhorse
- 18:31, 2 April 2016 diff hist +14 Entity metadata →Horse: Doc
- 18:22, 2 April 2016 diff hist +172 Protocol History →15w36a: Metadata changes
- 18:04, 2 April 2016 diff hist +145 Entity metadata →Living: What field 5 seems to be (partially from MCP)
- 17:44, 2 April 2016 diff hist +51 Entity metadata →Arrow: Internally implemented as a bit mask; that and the fact that it's a byte makes it more logical as a bitmask
- 17:30, 2 April 2016 diff hist +419 Plugin channels →MC|Brand: More info about when it is sent.
- 16:39, 2 April 2016 diff hist +27 m Protocol History →15w33c: Match changes on Entities
- 16:39, 2 April 2016 diff hist +26 Entity metadata →Entity Metadata Format: Vector3F is called Rotations by MCP, and that seems to be the only use; best to rename it for clarity
- 16:22, 2 April 2016 diff hist +1,296 Protocol History →15w33c: More info
- 16:06, 2 April 2016 diff hist +33 Protocol History →15w33c: Metadata format...
- 15:36, 2 April 2016 diff hist +83 Debugging Hexadecimal
- 15:31, 2 April 2016 diff hist +1,049 Debugging More info, more categories.
- 15:23, 2 April 2016 diff hist +58 MCDevs →Projects: Burger - remove random comma and link to source
- 04:07, 2 April 2016 diff hist -23 Protocol →Entity Effect: It's _kinda_ a byte enum but really it works more like a Boolean in that it only cares if the value is zero or nonzero
- 02:03, 2 April 2016 diff hist +7 m Protocol History →15w31a: Put ID on Player Digging
- 01:30, 2 April 2016 diff hist +420 Protocol History Up to 1.9.2
- 01:23, 2 April 2016 diff hist -802 Pre-release protocol I guess this should be cleared out mostly since Protocol is up-to-date? I left behind a few commented-out things that likely will be needed in the future.
- 01:20, 2 April 2016 diff hist +64 Protocol 1.9.2
- 18:54, 30 March 2016 diff hist +269 Mojang API Add scroll bar rather than having text go off the page; fix unmatched quote
- 18:44, 30 March 2016 diff hist +1 m Protocol History →16w06a: grammar (ow, that's not a fun word)
- 18:43, 30 March 2016 diff hist +1,549 Protocol History Up to 1.9.1-pre3 (have not tried 1.9.1 if it has released today, but I suspect it isn't different)
- 21:28, 29 March 2016 diff hist +14,214 Protocol History Up to 15w47c
- 22:14, 28 March 2016 diff hist +2 m Protocol History →15w14a: Fix page structure (messed up header)
- 21:29, 28 March 2016 diff hist +2,606 Protocol History WIP version of protocol history up to 15w35a
- 14:18, 28 March 2016 diff hist +126 Plugin channels →Channels internal to Minecraft: Alphabetize
- 19:16, 27 March 2016 diff hist +12 m Object Data Use <nowiki> instead of escaping the |.
- 16:12, 25 March 2016 diff hist +155 Protocol History →15w31a/b/c: Split off into separate versions
- 16:05, 25 March 2016 diff hist 0 m Protocol History Typos
- 18:02, 24 March 2016 diff hist +2 Protocol →Player Digging: Again, technically a VarInt enum (but only the first one; the second one is a byte)
- 17:58, 24 March 2016 diff hist +2 Protocol →Click Window: Mode is actually a VarInt enum (although with the used values reading it as a byte won't currently cause issues)
- 17:47, 24 March 2016 diff hist +164 Protocol →Title: More details on Fade in/stay/fade out; varint enum
- 17:27, 24 March 2016 diff hist +1,267 Protocol →World Border: Radius is actually diameter; units on speed; units on warning; explain how the notchian client uses warning distance
- 16:13, 24 March 2016 diff hist +134 Protocol Plugin channels: Note that the length of the array is found via the packet length.
- 16:00, 24 March 2016 diff hist +229 Protocol →Multi Block Change: Sample code for converting the position into a world position (which I had written with the short in mind...)
- 15:33, 24 March 2016 diff hist +400 Protocol →Multi Block Change: It's technically a short, and should be treated as such (though two bytes still works); also misc formatting and an example
- 14:48, 24 March 2016 diff hist +2 m Protocol →Set Compression: grammar
- 14:47, 24 March 2016 diff hist +47 m Protocol →Handshake: Describe invalid values for Next State
- 00:24, 24 March 2016 diff hist +177 Protocol History A few plugin channel things, though very incomplete
- 00:02, 24 March 2016 diff hist +85 Plugin channels →MC|AutoCmd: Link to MC|AdvCmd
- 00:01, 24 March 2016 diff hist +48 m Plugin channels →MC|AdvCmd: Fix formatting; add anchor
- 23:58, 23 March 2016 diff hist +546 Plugin channels →MC|AdvCmd: More details; the name changed
- 18:09, 22 March 2016 diff hist +4 m Plugin channels →MC|DebugPath: Fix unclosed table