Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -1/+1 | |
2015-03-21 | Unified cByteBuffer types. | Mattes D | 1 | -0/+12 | |
cByteBuffer now reads and writes any of the [U]Int<N> types. | |||||
2015-03-17 | Changed Variable types of Endianness.h to uniform UInt* types from Globals.h | bibo38 | 1 | -4/+4 | |
2015-03-17 | Fixed double underscore identifiers in the Endianess.h file, which are reserved for implementation use. Bug #1715 | bibo38 | 1 | -8/+8 | |
2014-07-26 | Endianness.h: undefined ntohll before redefining | archshift | 1 | -0/+1 | |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -5/+5 | |
2014-04-05 | Fixed Endiannes conversion routines for floats and doubles. | madmaxoft | 1 | -2/+2 | |
This bug has been introduced in 8825d30aabbee8cb2e452dc5a17deb6f9b6892a7. This change fixes #854. | |||||
2014-04-04 | Fixed some Clang warnings in protocols. | madmaxoft | 1 | -14/+17 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -70/+70 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-07 | Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility. | madmaxoft@gmail.com | 1 | -11/+29 | |
Moved data sending from cPacket into cSocket git-svn-id: http://mc-server.googlecode.com/svn/trunk@240 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-29 | VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization. | madmaxoft@gmail.com | 1 | -4/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@188 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-04 | Added cRedstone to project file | faketruth | 1 | -6/+5 | |
Changed NetworkToHostFloat4(), maybe it works now on 64bit linux git-svn-id: http://mc-server.googlecode.com/svn/trunk@54 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-11-03 | Fixed some redstone items and a bug that prevented floats from client to server packets reading correctly on 64 bit linux. | admin@omencraft.com | 1 | -3/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@50 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2011-10-03 | MCServer c++ source files | faketruth | 1 | -0/+51 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6 |