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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented xoft's suggestions [SEE DESC]
Tiger Wang
2013-08-29
1
-1
/
+1
*
Fixed Minecart spawning issues
Tiger Wang
2013-08-28
1
-1
/
+1
*
Fixed public thing in ClientHandle
Tiger Wang
2013-08-25
1
-3
/
+3
*
Double slabs work *choke choke*
Tiger Wang
2013-08-23
1
-1
/
+1
*
Added cWindow property manipulation API.
madmaxoft
2013-08-18
1
-1
/
+1
*
ClientHandle no longer queues chat messages.
madmaxoft
2013-08-14
1
-9
/
+0
*
Player counts are now properly handled.
madmaxoft
2013-08-14
1
-0
/
+4
*
Clients are now ticked in cServer first, then in cWorld once they get assigned a world.
madmaxoft
2013-08-13
1
-10
/
+15
*
ClientHandle: alpha-sorted the HandleXXX functions declarations
madmaxoft
2013-08-01
1
-15
/
+15
*
Tab completion packet is handled and sent.
madmaxoft
2013-07-30
1
-50
/
+52
*
Added the "Edit Sign" packet sent to the client placing a sign.
madmaxoft
2013-07-29
1
-0
/
+1
*
Implemented basic eating support.
madmaxoft
2013-07-28
1
-4
/
+4
*
Improved function names for protocol packet sending; alpha-sorted the function lists
madmaxoft@gmail.com
2013-07-07
1
-8
/
+12
*
Unmounting vehicles implemented in the 1.6.1 way
madmaxoft@gmail.com
2013-07-05
1
-0
/
+1
*
Fixed player moving between worlds.
madmaxoft@gmail.com
2013-07-03
1
-0
/
+10
*
Added a crude limiter for explosions sent to client.
madmaxoft@gmail.com
2013-06-18
1
-1
/
+15
*
More TNT fixes.
madmaxoft@gmail.com
2013-06-18
1
-1
/
+1
*
Added SetTicksUntilWeatherChange/GetTicksUntilWeatherChange. to set/get the amount of ticks before the weather changes. Added SendBlockChange to Lua to create "fake" blocks
nielsbreu@gmail.com
2013-06-09
1
-1
/
+1
*
Implemented proper player crouching.
madmaxoft@gmail.com
2013-06-04
1
-1
/
+1
*
Refactored window clicking code to use different click actions
madmaxoft@gmail.com
2013-05-08
1
-1
/
+1
*
Fixed Linux compilation, slight code cleanup
madmaxoft@gmail.com
2013-04-19
1
-1
/
+1
*
Initial implementation of explosions and TNT block
keyboard.osh@gmail.com
2013-04-18
1
-0
/
+1
*
Rewritten entities so that they are owned by individual chunks and ticked within their chunk's Tick()
madmaxoft@gmail.com
2013-04-13
1
-2
/
+2
*
Fixed personal crafting grid not being tossed on inventory close.
madmaxoft@gmail.com
2013-04-04
1
-1
/
+1
*
Added support for the packet #28 (0x1C): ENTITY_VELOCITY
keyboard.osh@gmail.com
2013-03-18
1
-0
/
+1
*
Player can sit in minecarts (but not move them yet)
madmaxoft@gmail.com
2013-03-03
1
-0
/
+1
*
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
2013-02-21
1
-1
/
+1
*
Minecarts can now be placed.
madmaxoft@gmail.com
2013-02-18
1
-0
/
+1
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-15
/
+26
*
Not sending multiple DC packets to the client.
madmaxoft@gmail.com
2013-01-05
1
-1
/
+2
*
Adjusted the protocol framework to support different types of falling block spawning.
madmaxoft@gmail.com
2012-12-26
1
-1
/
+3
*
Added the 1.4.6 protocol
madmaxoft@gmail.com
2012-12-24
1
-1
/
+2
*
Fixed block breaking in survival.
luksor111@gmail.com
2012-11-12
1
-0
/
+5
*
Hopefully a fix for crash when chunks are added to a client being destroyed.
madmaxoft@gmail.com
2012-11-11
1
-9
/
+11
*
Refactored the world time.
madmaxoft@gmail.com
2012-11-01
1
-2
/
+3
*
Added jukeboxes (patch contributed by Luksor)
madmaxoft@gmail.com
2012-10-21
1
-41
/
+42
*
Converted some const char*s and std::strings to AStrings
faketruth
2012-10-18
1
-0
/
+1
*
Added falling block entities. Sand and gravel now properly fall down
faketruth
2012-09-30
1
-0
/
+1
*
Beds can be slept in now (it doesn't change the time though)
faketruth
2012-09-29
1
-0
/
+2
*
Made beds placeable
faketruth
2012-09-29
1
-1
/
+5
*
Added the block dig animation packet (patch contributed by l0udPL)
madmaxoft@gmail.com
2012-09-25
1
-0
/
+8
*
Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)
madmaxoft@gmail.com
2012-09-25
1
-5
/
+5
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+254