summaryrefslogtreecommitdiffstats
path: root/source/Globals.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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