summaryrefslogtreecommitdiffstats
path: root/src/Endianness.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-09Fixes compilation failures on MacOSX 10.10Samuel Barney1-2/+2
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-1/+1
2015-03-21Unified cByteBuffer types.Mattes D1-0/+12
2015-03-17Changed Variable types of Endianness.h to uniform UInt* types from Globals.hbibo381-4/+4
2015-03-17Fixed double underscore identifiers in the Endianess.h file, which are reserved for implementation use. Bug #1715bibo381-8/+8
2014-07-26Endianness.h: undefined ntohll before redefiningarchshift1-0/+1
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-5/+5
2014-04-05Fixed Endiannes conversion routines for floats and doubles.madmaxoft1-2/+2
2014-04-04Fixed some Clang warnings in protocols.madmaxoft1-14/+17
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-70/+70
2012-02-07Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.madmaxoft@gmail.com1-11/+29
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-4/+3
2011-11-04Added cRedstone to project filefaketruth1-6/+5
2011-11-03Fixed some redstone items and a bug that prevented floats from client to server packets reading correctly on 64 bit linux.admin@omencraft.com1-3/+6
2011-10-03MCServer c++ source filesfaketruth1-0/+51