summaryrefslogtreecommitdiffstats
path: root/source/Globals.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-227/+0
* Merge branch 'htmlescape'.madmaxoft2013-10-201-12/+12
|\
| * Fixed general failings with everything. Fixes #211.Alexander Harkness2013-10-191-12/+13
|/
* Added static cFile functions to Lua API.madmaxoft2013-10-091-1/+1
* Removed Squirrel.madmaxoft2013-08-071-6/+0
* IPv6: Windows XP doesn't have the inet_pton() function, resorting to custom-formatting the addressmadmaxoft@gmail.com2013-03-051-0/+3
* IPv6 support + removed cTCPLink from Lua APImadmaxoft@gmail.com2013-03-051-0/+1
* Made FAST_FLOOR_DIV work correctly, replaced all floorf() divisions with it.madmaxoft@gmail.com2013-02-271-1/+2
* Removed the SquirrelVM.madmaxoft@gmail.com2012-11-081-1/+3
* Preparation for multiple fluid simulators.madmaxoft@gmail.com2012-10-131-0/+2
* BlockArea writing support (BlockTypes with BlockMeta only)madmaxoft@gmail.com2012-10-061-0/+3
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-1/+1
* Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com2012-09-231-6/+6
* Fixed preprocessor definitions in Linuxmadmaxoft@gmail.com2012-09-041-3/+3
* Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )madmaxoft@gmail.com2012-08-171-0/+5
* MCServer should run just fine on Android now :Dfaketruth2012-08-161-0/+6
* Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth2012-08-151-0/+6
* Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com2012-08-031-0/+2
* Fixed case comparison - used the builtin functionmadmaxoft@gmail.com2012-07-131-12/+0
* fixed /tp commandlapayo94@gmail.com2012-07-131-0/+12
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-202/+202
* Fixed Linux compilation complaining about min() and max(), hopefully forever. Use std::min() and std::max()madmaxoft@gmail.com2012-06-021-0/+5
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-1/+9
* Fast NBT Parser (loading a chunk is now about 10 times faster)madmaxoft@gmail.com2012-05-071-0/+9
* Removed the split between 1.2.3 and 1.1, left only 1.2.3 codemadmaxoft@gmail.com2012-03-241-8/+0
* Using the _DEBUG macro for *nix debug builds as well; trying to force 8-byte alignment on critical sections ( http://forum.mc-server.org/showthread.php?tid=384 )madmaxoft@gmail.com2012-03-091-18/+47
* Fixed rev 373 not compiling on linuxmadmaxoft@gmail.com2012-03-061-0/+5
* ChunkSender: Chunks are now compressed and sent to clients from a separate threads, proper passive waiting between threads. Not much tested, just appears to work :)madmaxoft@gmail.com2012-03-051-1/+8
* Started carefully moving to 1.2.2faketruth2012-03-011-0/+1
* Changed ASSERT() to not cause warnings during compilefaketruth2012-02-211-1/+9
* Using own ASSERT() that logs to filefaketruth2012-02-201-7/+1
* Moved stdarg.h inclusion into Globals.hmadmaxoft@gmail.com2012-02-181-0/+1
* Chunk is now marked as dirty; saving only dirty chunks; rewritten load / save not to use cChunkPtr; set VC2008 project to level4 warnings; block entities are now loaded and saved properlymadmaxoft@gmail.com2012-02-161-2/+18
* Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com2012-02-131-0/+21
* Rewritten all packets to use buffers instead of direct sockets, for future cSocketThreads compatibility.madmaxoft@gmail.com2012-02-071-0/+2
* Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com2012-02-011-0/+11
* sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com2012-02-011-5/+6
* auto_ptr fix 2madmaxoft@gmail.com2012-02-011-1/+1
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-011-0/+9
* More cFile cleanup; removed old format writing for block entitiesmadmaxoft@gmail.com2012-01-301-0/+1
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-0/+82