summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/WorldStorage.h (unfollow)
Commit message (Expand)AuthorFilesLines
2017-10-21cWorld Threads: Seperate initialization and thread start.peterbell101-1/+2
2017-08-03Remove double includes part 2 (#3890)peterbell101-9/+0
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-12/+12
2015-10-04Fixed a race condition between chunk loader and generator.Mattes D1-4/+6
2015-07-31Unified the doxy-comment format.Mattes D1-10/+11
2014-12-10Added a cWorld:PrepareChunk function.Mattes D1-3/+3
2014-09-05WorldStorage no longer queues chunks into generator.Mattes D1-33/+6
2014-08-28remove y-coord from chunksLO1ZB1-7/+5
2014-08-04CheckBasicStyle: multi-level indent change.madmaxoft1-3/+5
2014-08-03Fixed a ToLua warning - operator = not supported.madmaxoft1-1/+1
2014-07-24Removed redundant semicolons and re-added warningarchshift1-2/+2
2014-07-19Code style: Fixed braces on separate lines.madmaxoft1-2/+3
2014-07-19Fixed style: spaces after commas.madmaxoft1-1/+1
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-07-04Removed world-saving log messages.madmaxoft1-3/+0
2014-01-17Added user setting compression factorTycho1-2/+2
2014-01-02fixed a few remaining issues with worldstorageTycho Bickerstaff1-6/+3
2014-01-02rewrote queue not to use promises for waitsTycho Bickerstaff1-1/+2
2013-12-31refactored chunk Queue to seperate classTycho Bickerstaff1-5/+23
2013-12-22fixed accedental commitTycho Bickerstaff1-2/+1
2013-12-22fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker notTycho Bickerstaff1-1/+2
2013-11-28Moved json includes to where they are really needed.madmaxoft1-1/+0
2013-11-27Fixed VC2008 compilation, normalized include paths.madmaxoft1-1/+1
2013-11-27Fixed the remaining derpsAlexander Harkness1-1/+1
2013-11-25Further attempts to fix compileTiger Wang1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-08-11Each world now ticks in a separate thread.madmaxoft1-0/+1
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-09-23Source files cleanup: WorldStorage-related files in a separate subfoldermadmaxoft@gmail.com1-2/+2
2012-08-15Added a true "all chunks saved" message for the save-all console command (FS #215)madmaxoft@gmail.com1-0/+3
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-131/+131
2012-05-25Merged the composable_generator branch into the trunkmadmaxoft@gmail.com1-32/+0
2012-03-24Reverted the previous commit - it is useless, since entities still depend heavily on cWorldmadmaxoft@gmail.com1-44/+6
2012-03-23Encapsulated cWorld functions needed in cWorldStorage into an interface, so that cWorldStorage can actually be used outside of MC-Server (such as storage conversion tools and chunk analyzers)madmaxoft@gmail.com1-6/+44
2012-03-14Split chunk data into separate arrays; decoupled most sources from cChunk.h dependencymadmaxoft@gmail.com1-12/+9
2012-03-09Using 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.com1-1/+1
2012-02-28Implemented synchronous chunk loading; optimized cChunkStay interface for speed (though still unused ;)madmaxoft@gmail.com1-3/+3
2012-02-26Implemented chunk loading without generating on load-failuremadmaxoft@gmail.com1-3/+15
2012-02-18Thread-safe chunk generation, storage and generator are queried for progress while initializing servermadmaxoft@gmail.com1-6/+10
2012-02-17Chunk coords mostly "upgraded" to include the Y coord for future compatibilitymadmaxoft@gmail.com1-2/+2
2012-02-16Chunk 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.com1-10/+66
2012-02-13Rewritten 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.com1-0/+94