summaryrefslogtreecommitdiffstats
path: root/source/cCriticalSection.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-157/+157
* Using own ASSERT() that logs to filefaketruth2012-02-201-2/+2
* 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-18/+4
* Fixed a problem in cCSLock (sorry); reverted cChunkmadmaxoft@gmail.com2012-01-301-0/+6
* More cFile cleanup; removed old format writing for block entitiesmadmaxoft@gmail.com2012-01-301-0/+13
* Added missing #ifdef _DEBUG in cCriticalSection.cpp faketruth2012-01-291-3/+5
* VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com2012-01-291-8/+1
* ChunkGenerator: rewritten thread-locking using the new RAII CSLock classmadmaxoft@gmail.com2012-01-291-0/+97
* MCServer c++ source filesfaketruth2011-10-031-0/+60