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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-01-25
Comm logging is available in both Debug and Release modes.
madmaxoft
2
-12
/
+16
2014-01-25
Protocol17: Comm logging shows the data left over from previous parse.
madmaxoft
1
-2
/
+15
2014-01-24
Added per-connection comm logging in debug mode.
madmaxoft
2
-0
/
+69
2014-01-23
PolarSSL is fully used for 1.3.2 protocol encryption.
madmaxoft
6
-139
/
+51
2014-01-23
Fixed 1.5.x scoreboard packet IDs
andrew
1
-3
/
+3
2014-01-21
Scoreboard SendTo()
andrew
1
-3
/
+3
2014-01-21
Scoreboard protocol support
andrew
8
-5
/
+141
2014-01-20
Fix a crash but somewhere...
Alexander Harkness
1
-2
/
+1
2014-01-19
Removed unneeded paramters
Tiger Wang
6
-11
/
+19
2014-01-19
Switched EnchantmentSerilizer to namespace
Tycho
2
-4
/
+4
2014-01-19
Spilt Writing of Enchantments to seperate class
Tycho
2
-4
/
+6
2014-01-19
Changed SendBlockEntity format slightly
Tiger Wang
6
-13
/
+46
2014-01-19
Improved command blocks
Tiger Wang
6
-0
/
+42
2014-01-17
Removed internal cEntity::GetRot() usage.
madmaxoft
3
-14
/
+14
2014-01-17
Protocol 1.7: More output on unknown packets / protocol states.
madmaxoft
1
-4
/
+21
2014-01-16
Fixed block break packet number
Tiger Wang
1
-1
/
+1
2014-01-16
Changed newline character because of issues
Tiger Wang
1
-3
/
+3
2014-01-16
Protocol 1.7: Unknown packets are dumped to log in Debug mode.
madmaxoft
1
-1
/
+14
2014-01-16
Removed obsoleted functions
Tiger Wang
3
-7
/
+7
2014-01-16
Added packet diagnostics to 1.7 protocol.
madmaxoft
2
-30
/
+40
2014-01-15
Implemented custom names and lore
Tiger Wang
1
-5
/
+55
2014-01-13
Added handshake processing to protocol 1.7.
madmaxoft
1
-2
/
+23
2014-01-12
Renamed cEmptyMinecart to cRideableMinecart
STRWarrior
1
-6
/
+6
2014-01-12
EmptyMinecarts should be able to get a block inside of them.
STRWarrior
1
-1
/
+16
2014-01-09
Fixed wrong packet number for PluginMessage packet.
madmaxoft
1
-1
/
+1
2014-01-09
Added cClientHandle::SendPluginMessage().
madmaxoft
7
-0
/
+40
2014-01-07
Fixed favicons
Tiger Wang
1
-1
/
+1
2014-01-07
Plugin messages are received and handed to plugins.
madmaxoft
1
-1
/
+1
2014-01-07
A few more touch ups
Bill Derouin
1
-11
/
+1
2014-01-07
Removed unused line
Bill Derouin
1
-1
/
+0
2014-01-07
Implement favicon for 1.7.2
Bill Derouin
2
-0
/
+14
2014-01-07
Fixed a few MSVC warnings.
madmaxoft
2
-3
/
+3
2014-01-06
Fixed a few MSVC warnings.
madmaxoft
4
-5
/
+4
2014-01-05
Added warning(push) and warning(pop) around all of the inclusions of cryptopp/*.h
Diusrex
4
-2
/
+52
2014-01-02
More memory alignment fixes.
madmaxoft
1
-3
/
+3
2013-12-22
Implented BroadcastParticleEffect
STRWarrior
9
-2
/
+65
2013-12-20
Fixed minor warnings.
madmaxoft
1
-2
/
+2
2013-12-19
Fixed PlayerAbilities and creative
Tiger Wang
1
-10
/
+3
2013-12-19
moved protocol to glob
Tycho Bickerstaff
1
-1
/
+5
2013-12-17
Fixed player falling through the floor on spawn.
madmaxoft
1
-1
/
+5
2013-12-15
Fixed player spawning packet.
madmaxoft
1
-1
/
+1
2013-12-15
Moved reading flags to the protocol.
STRWarrior
1
-1
/
+19
2013-12-15
Added m_IsFlying and m_CanFly. Both have a Get and Set function. Added cClientHandle::SendPlayerAbilities() function
STRWarrior
1
-2
/
+10
2013-12-15
Fixed pre 1.7 clients crashing.
STRWarrior
1
-2
/
+2
2013-12-14
Removed leftover debugging messages from cProtocol172.
madmaxoft
1
-4
/
+0
2013-12-14
Added SendEntityEffect and SendRemoveEntityEffect. Also a Player now gets the hunger effect when he has food poison.
STRWarrior
7
-0
/
+82
2013-12-13
Fixed threading issues affecting cProtocol172.
madmaxoft
2
-191
/
+191
2013-12-12
Fixed protocol 1.7 recovery after unknown packet.
madmaxoft
1
-4
/
+0
2013-12-10
more cmake
Tycho Bickerstaff
1
-0
/
+7
2013-12-08
Fixed tabcompletion packet, fixes #356
Tiger Wang
1
-8
/
+4
2013-12-08
Fixed falling block metas, fixes #406
Tiger Wang
1
-1
/
+1
2013-12-07
Renamed animation function
Tiger Wang
7
-10
/
+10
2013-12-02
Removed stray printf, again.
Samuel Barney
1
-1
/
+0
2013-12-02
Switched to using provided ReadItem function.
Samuel Barney
1
-17
/
+3
2013-12-02
Removed stray printf.
Samuel Barney
1
-1
/
+0
2013-12-02
Fixed 1.7 slab and stair placement.
Samuel Barney
1
-0
/
+19
2013-11-27
Fixed the remaining derps
Alexander Harkness
4
-5
/
+5
2013-11-27
Fixed some of tiger's derpyness.
Alexander Harkness
1
-2
/
+2
2013-11-25
Further attempts to fix compile
Tiger Wang
5
-7
/
+7
2013-11-24
Attempt to fix compilation
Tiger Wang
5
-8
/
+8
2013-11-24
Moved source to src
Alexander Harkness
17
-0
/
+7588