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
/
source
/
Protocol
/
Protocol125.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implented Spawn Experience Orb packet.
STRWarrior
2013-11-25
1
-0
/
+18
*
fixed bug and added SpendExperience()
Daniel O'Brien
2013-11-16
1
-3
/
+3
*
finished #143 I believe
Daniel O'Brien
2013-11-15
1
-1
/
+1
*
cProtocol add SendExperience() and debugging
Daniel O'Brien
2013-11-14
1
-0
/
+15
*
cProtocol::SendWindowOpen() signature changed.
madmaxoft
2013-11-08
1
-6
/
+6
*
Protocol 1.7: Copied Mob Metadata code from 1.2.5.
madmaxoft
2013-11-08
1
-15
/
+1
*
Removed the obsolete SendWholeInventory(cInventory &) function.
madmaxoft
2013-11-05
1
-9
/
+0
*
Renamed cWindow constants to include the "wt" prefix.
madmaxoft
2013-10-28
1
-1
/
+1
*
Merge branch 'metadata' of git://github.com/tigerw/MCServer into tigerw-metadata.
madmaxoft
2013-10-13
1
-29
/
+255
|
\
|
*
Eight round of fixes
Tiger Wang
2013-10-13
1
-3
/
+2
|
*
Seventh round of fixes
Tiger Wang
2013-10-13
1
-21
/
+21
|
*
Fourth round of fixes
Tiger Wang
2013-10-11
1
-125
/
+143
|
*
Third round of fixes
Tiger Wang
2013-10-11
1
-69
/
+88
|
*
Second round of fixes
Tiger Wang
2013-10-09
1
-36
/
+62
|
*
Initial round of fixes
Tiger Wang
2013-10-08
1
-4
/
+4
|
*
Initial Metadata Commit [SEE DESC]
Tiger Wang
2013-10-08
1
-28
/
+192
*
|
Fixed rounding errors in cProtocol125::SendExplosion().
madmaxoft
2013-09-19
1
-6
/
+9
|
/
*
Fixed a crash on immediate re-login.
madmaxoft
2013-09-09
1
-1
/
+1
*
Implemented xoft's suggestions [SEE DESC]
Tiger Wang
2013-08-29
1
-3
/
+3
*
Fixed Minecart spawning issues
Tiger Wang
2013-08-28
1
-5
/
+8
*
Moved entities into the Entities subfolder.
madmaxoft
2013-08-19
1
-4
/
+4
*
Added cWindow property manipulation API.
madmaxoft
2013-08-18
1
-15
/
+15
*
Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.
madmaxoft
2013-08-16
1
-0
/
+1
*
Tab completion packet is handled and sent.
madmaxoft
2013-07-30
1
-0
/
+10
*
Added the "Edit Sign" packet sent to the client placing a sign.
madmaxoft
2013-07-29
1
-0
/
+13
*
Changed everyting to Unix line endings.
Alexander Harkness
2013-07-29
1
-1636
/
+1636
*
First implementation of movement-related hunger and API
madmaxoft@gmail.com
2013-07-12
1
-1
/
+1
*
1.6.2 protocol implemented, both in MCServer and in ProtoProxy
madmaxoft@gmail.com
2013-07-08
1
-0
/
+24
*
Improved function names for protocol packet sending; alpha-sorted the function lists
madmaxoft@gmail.com
2013-07-07
1
-61
/
+80
*
More TNT fixes.
madmaxoft@gmail.com
2013-06-18
1
-1
/
+1
*
Refactored cInventory to use cItemGrid for the actual Storage
madmaxoft@gmail.com
2013-05-24
1
-2
/
+1
*
Refactored window clicking code to use different click actions
madmaxoft@gmail.com
2013-05-08
1
-1
/
+41
*
Fixed compilation on Linux
madmaxoft@gmail.com
2013-04-28
1
-2
/
+2
*
Added support for sending velocity and rotation in PACKET_SPAWN_MOB and PACKET_SPAWN_OBJECT
keyboard.osh@gmail.com
2013-04-28
1
-6
/
+10
*
Fixed Linux compilation, slight code cleanup
madmaxoft@gmail.com
2013-04-19
1
-12
/
+9
*
Initial implementation of explosions and TNT block
keyboard.osh@gmail.com
2013-04-18
1
-0
/
+28
*
Fixed bug in entities movement: Corrected proper flooring of double values for the relative move packet, and teleport packet. Also, made the velocity packet to be sent first than the positions packets.
keyboard.osh@gmail.com
2013-04-07
1
-1
/
+3
*
Fixed personal crafting grid not being tossed on inventory close.
madmaxoft@gmail.com
2013-04-04
1
-2
/
+8
*
Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate
keyboard.osh@gmail.com
2013-04-02
1
-1
/
+1
*
Added support for the packet #28 (0x1C): ENTITY_VELOCITY
keyboard.osh@gmail.com
2013-03-18
1
-0
/
+16
*
Initial nether composition generator
madmaxoft@gmail.com
2013-03-11
1
-2
/
+2
*
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
2013-03-09
1
-2
/
+2
*
Player can sit in minecarts (but not move them yet)
madmaxoft@gmail.com
2013-03-03
1
-0
/
+14
*
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
2013-02-21
1
-5
/
+5
*
Minecarts can now be placed.
madmaxoft@gmail.com
2013-02-18
1
-0
/
+20
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-4
/
+5
*
cPickup now uses full cItem, instead of a pointer
madmaxoft@gmail.com
2012-12-28
1
-3
/
+3
*
Adjusted the protocol framework to support different types of falling block spawning.
madmaxoft@gmail.com
2012-12-26
1
-0
/
+11
*
Added the 1.4.6 protocol
madmaxoft@gmail.com
2012-12-24
1
-5
/
+8
*
Aggressive debug mode cByteBuffer validity checking.
madmaxoft@gmail.com
2012-11-20
1
-1
/
+3
*
Refactored the world time.
madmaxoft@gmail.com
2012-11-01
1
-2
/
+3
*
My OCD has alpha-sorted some stuff :)
madmaxoft@gmail.com
2012-10-21
1
-49
/
+50
*
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
2012-10-21
1
-1
/
+11
*
Split the name for signed and unsigned int writing in cProtocol.
madmaxoft@gmail.com
2012-10-07
1
-2
/
+2
*
Added falling block entities. Sand and gravel now properly fall down
faketruth
2012-09-30
1
-1
/
+24
*
Beds can be slept in now (it doesn't change the time though)
faketruth
2012-09-29
1
-2
/
+18
*
Added the block dig animation packet (patch contributed by l0udPL)
madmaxoft@gmail.com
2012-09-25
1
-2
/
+10
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-7
/
+7
*
Source files cleanup: ChunkDataSerializer is Protocol-related
madmaxoft@gmail.com
2012-09-23
1
-1
/
+1
*
Source files cleanup: Mobs-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
2012-09-23
1
-1
/
+1
*
Source files cleanup: Protocol-related files in a separate subfolder
madmaxoft@gmail.com
2012-09-23
1
-0
/
+1391