index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Protocol
/
Protocol132.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-11-27
Fixed the remaining derps
Alexander Harkness
1
-1
/
+1
2013-11-25
Further attempts to fix compile
Tiger Wang
1
-1
/
+1
2013-11-24
Attempt to fix compilation
Tiger Wang
1
-2
/
+2
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-12
Bundled fixes [SEE DESC]
Tiger Wang
1
-3
/
+3
2013-10-11
Third round of fixes
Tiger Wang
1
-1
/
+5
2013-10-08
Initial Metadata Commit [SEE DESC]
Tiger Wang
1
-2
/
+1
2013-09-08
Implemented proper chunk unloading in all 1.3.2+ clients
madmaxoft
1
-2
/
+11
2013-08-20
Fixed player spawning.
madmaxoft
1
-3
/
+0
2013-08-19
Moved entities into the Entities subfolder.
madmaxoft
1
-2
/
+2
2013-08-16
Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.
madmaxoft
1
-0
/
+1
2013-07-30
Tab completion packet is handled and sent.
madmaxoft
1
-1
/
+39
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-902
/
+902
2013-06-02
Enchantments: API and sending to client
madmaxoft@gmail.com
1
-6
/
+67
2013-05-24
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
1
-5
/
+15
2013-05-07
Protocol132: Replaced magic numbers with symbolic packet names
madmaxoft@gmail.com
1
-5
/
+8
2013-04-28
Fixed compilation on Linux
madmaxoft@gmail.com
1
-3
/
+3
2013-04-28
Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECT
keyboard.osh@gmail.com
1
-6
/
+6
2013-03-11
Initial nether composition generator
madmaxoft@gmail.com
1
-1
/
+1
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-2
/
+2
2012-12-24
Added the 1.4.6 protocol
madmaxoft@gmail.com
1
-2
/
+0
2012-11-20
Aggressive debug mode cByteBuffer validity checking.
madmaxoft@gmail.com
1
-0
/
+2
2012-10-21
My OCD has alpha-sorted some stuff :)
madmaxoft@gmail.com
1
-28
/
+16
2012-10-21
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
1
-13
/
+30
2012-10-20
Double chests are now working, and with sound. (FS #69)
madmaxoft@gmail.com
1
-13
/
+13
2012-10-20
PACKET_DESTROY_ENTITY isn't sent for self when the player is kicked (FS #254)
madmaxoft@gmail.com
1
-0
/
+6
2012-10-18
Fixed item damage value not being read from the 1.3.2 protocol (wtf, why was it disabled?)
madmaxoft@gmail.com
1
-1
/
+1
2012-10-06
Fixed player respawning crashing the server.
madmaxoft@gmail.com
1
-1
/
+8
2012-10-03
Added the "collect pickup" sound to 1.3.2
madmaxoft@gmail.com
1
-0
/
+22
2012-09-25
Added the block dig animation packet (patch contributed by l0udPL)
madmaxoft@gmail.com
1
-1
/
+18
2012-09-25
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
1
-0
/
+2
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-5
/
+5
2012-09-23
Source files cleanup: ChunkDataSerializer is Protocol-related
madmaxoft@gmail.com
1
-1
/
+1
2012-09-23
Source files cleanup: Mobs-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-23
Source files cleanup: Protocol-related files in a separate subfolder
madmaxoft@gmail.com
1
-9
/
+9
2012-09-23
Source files cleanup: UI files renamed
madmaxoft@gmail.com
1
-1
/
+1
2012-09-23
Fixed position confirming for 1.3.2 (FS #245)
madmaxoft@gmail.com
1
-0
/
+3
2012-09-23
Fixed entity equipment packet in the 1.3.2 protocol.
madmaxoft@gmail.com
1
-0
/
+15
2012-09-21
Working shift-click support in crafting areas; window update working in 1.3.2
madmaxoft@gmail.com
1
-0
/
+21
2012-09-20
UI: Added shift-click support to most slot areas, except crafting.
madmaxoft@gmail.com
1
-1
/
+2
2012-09-11
Merged in a patch for sounds by l0udPL
madmaxoft@gmail.com
1
-0
/
+18
2012-09-06
Added protocol-specific authentication, now works for both 1.2.5 and 1.3.2
madmaxoft@gmail.com
1
-9
/
+103
2012-09-06
Removed excessive debug logging in cProtocol132
madmaxoft@gmail.com
1
-30
/
+4
2012-09-05
Added the possibility of reserved player slots by implementing the HandleHandshake hook!
faketruth
1
-0
/
+5
2012-09-04
Hopefully fixed pointer arithmetic problems in GCC compilation in cProtocol132
madmaxoft@gmail.com
1
-1
/
+1
2012-09-04
Removed OS dependencies from CryptoPP; Removed unused modules that didn't compile on some platforms
madmaxoft@gmail.com
1
-3
/
+5
2012-09-02
Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;)
madmaxoft@gmail.com
1
-22
/
+102
2012-08-31
Progress on the 1.3.2 protocol.
madmaxoft@gmail.com
1
-20
/
+319
2012-08-30
Implemented 1.3.2 protocol encryption using CryptoPP, up to Client Status packet (http://wiki.vg/Protocol_FAQ step 14)
madmaxoft@gmail.com
1
-4
/
+196
2012-08-30
Added a basic protocol recognizer and the base for 1.3.2 protocol.
madmaxoft@gmail.com
1
-0
/
+65