summaryrefslogtreecommitdiffstats
path: root/source/cFileFormatUpdater.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-143/+0
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-143/+143
2012-03-25A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringListmadmaxoft@gmail.com1-53/+5
2012-02-28Chunk now has an indicator of load failure; Chunk generator uses cChunkStaymadmaxoft@gmail.com1-6/+17
2012-01-30Replaced most FILE operations with a cFile objectmadmaxoft@gmail.com1-32/+41
2012-01-29VC2008 / VC2010: Enabled precompiled header through Globals.h; the header included in every module in the project. Compilation optimization.madmaxoft@gmail.com1-17/+3
2011-11-01You can now run multiple worlds by defining them in settings.ini . However there's no way to change worlds on the fly yetfaketruth1-1/+1
2011-10-31Player data is saved and loaded as human readable JSON now.faketruth1-0/+185