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
/
ClientHandle.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored window clicking code to use different click actions
madmaxoft@gmail.com
2013-05-08
1
-5
/
+5
*
Fixed Linux compilation, slight code cleanup
madmaxoft@gmail.com
2013-04-19
1
-2
/
+2
*
Initial implementation of explosions and TNT block
keyboard.osh@gmail.com
2013-04-18
1
-0
/
+9
*
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
2013-04-13
1
-16
/
+14
*
Fixed personal crafting grid not being tossed on inventory close.
madmaxoft@gmail.com
2013-04-04
1
-4
/
+4
*
Added support for head yaw tracking and packet sending and fixed bug in BroadcastMovementUpdate
keyboard.osh@gmail.com
2013-04-02
1
-0
/
+2
*
Added support for the packet #28 (0x1C): ENTITY_VELOCITY
keyboard.osh@gmail.com
2013-03-18
1
-0
/
+11
*
Player can sit in minecarts (but not move them yet)
madmaxoft@gmail.com
2013-03-03
1
-1
/
+25
*
Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it.
madmaxoft@gmail.com
2013-02-27
1
-2
/
+2
*
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
2013-02-21
1
-2
/
+2
*
Minecarts can now be placed.
madmaxoft@gmail.com
2013-02-18
1
-0
/
+9
*
Fixed one-hit-blocks not being broken server-side
madmaxoft@gmail.com
2013-02-14
1
-2
/
+4
*
Added missing dig status.
luksor111@gmail.com
2013-01-13
1
-0
/
+6
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-171
/
+307
*
Not sending multiple DC packets to the client.
madmaxoft@gmail.com
2013-01-05
1
-6
/
+9
*
Fixed OnBlockPlace hook
luksor111@gmail.com
2012-12-27
1
-10
/
+10
*
Adjusted the protocol framework to support different types of falling block spawning.
madmaxoft@gmail.com
2012-12-26
1
-0
/
+9
*
Added the 1.4.6 protocol
madmaxoft@gmail.com
2012-12-24
1
-2
/
+2
*
Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)
madmaxoft@gmail.com
2012-12-21
1
-6
/
+4
*
Removed chat messages from console
luksor111@gmail.com
2012-12-20
1
-1
/
+0
*
Added dispensers (they can't dispense items yet)
luksor111@gmail.com
2012-12-19
1
-15
/
+21
*
Fixed wrong c++ standard assumptions about bools.
madmaxoft@gmail.com
2012-11-18
1
-2
/
+4
*
Fixed boolean comparison.
madmaxoft@gmail.com
2012-11-16
1
-1
/
+1
*
Removed log message when spawning players on a client.
madmaxoft@gmail.com
2012-11-16
1
-1
/
+1
*
Fixed block breaking in survival.
luksor111@gmail.com
2012-11-12
1
-4
/
+15
*
Hopefully a fix for crash when chunks are added to a client being destroyed.
madmaxoft@gmail.com
2012-11-11
1
-4
/
+21
*
Refactored the world time.
madmaxoft@gmail.com
2012-11-01
1
-7
/
+10
*
You can now see particles and hear sounds when other players are destroying blocks.
luksor111@gmail.com
2012-10-22
1
-0
/
+1
*
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
2012-10-21
1
-0
/
+9
*
Converted some const char*s and std::strings to AStrings
faketruth
2012-10-18
1
-0
/
+9
*
Fixed a vulnerability in cClientHandle::HandleRespawn()
faketruth
2012-10-17
1
-1
/
+9
*
Added an option to disable/enable PVP on a per world basis
faketruth
2012-10-10
1
-0
/
+9
*
Fixed an invalid direction to AddDirection()
madmaxoft@gmail.com
2012-10-06
1
-8
/
+11
*
Completely removed the old (buggy) redstone simulator.
madmaxoft@gmail.com
2012-10-06
1
-1
/
+0
*
Slight refactoring of BlockHandlers - dropping unneeded virtual functions
madmaxoft@gmail.com
2012-10-01
1
-3
/
+3
*
Added falling block entities. Sand and gravel now properly fall down
faketruth
2012-09-30
1
-0
/
+8
*
Removed a rogue cSleep from ClientHandle. Since sockets are owned by sockethreads, the client can safely Destroy() itself right after sending a packet.
madmaxoft@gmail.com
2012-09-29
1
-4
/
+0
*
Beds can be slept in now (it doesn't change the time though)
faketruth
2012-09-29
1
-0
/
+27
*
Unified folder name-casing
madmaxoft@gmail.com
2012-09-29
1
-2
/
+2
*
Added the block dig animation packet (patch contributed by l0udPL)
madmaxoft@gmail.com
2012-09-25
1
-2
/
+45
*
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
2012-09-25
1
-27
/
+12
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+1651