User contributions
Jump to navigation
Jump to search
- 18:24, 24 April 2022 diff hist +10 m VarInt And VarLong Fixed some indentation and separated a few lines
- 23:05, 21 March 2022 diff hist +109 VarInt And VarLong Made the pseudocode more readable by giving names to the bit masks. Also made the readVarInt and readVarLong methods more efficient.
- 20:43, 3 November 2021 diff hist -2 m VarInt And VarLong Fixed my bad wording
- 20:33, 3 November 2021 diff hist +184 m VarInt And VarLong Changed hex values to binary to make it easier to read and added some comments
- 22:16, 1 September 2021 diff hist -56 VarInt And VarLong The LEB128 wiki, which was linked on this page, uses bit-based segmenting: https://en.wikipedia.org/wiki/LEB128#Decode_signed_integer
- 19:19, 3 August 2021 diff hist -33 VarInt And VarLong Changed the name of the return values to be less specific
- 17:30, 3 August 2021 diff hist -37 VarInt And VarLong Undo revision 16876 by Doot (talk) - Reverted because it was already readable Tag: Undo
- 02:15, 29 June 2021 diff hist +1 m VarInt And VarLong Fixed type of decodedLong
- 21:15, 26 June 2021 diff hist -38 VarInt And VarLong Added the comments to my previous code
- 14:29, 26 June 2021 diff hist -264 m VarInt And VarLong Made my previous code more readable and added the error cases
- 09:39, 24 June 2021 diff hist -391 VarInt And VarLong Simplified the pseudocode and made it more efficient