summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage (follow)
Commit message (Expand)AuthorAgeFilesLines
* Command block fixes 2andrew2014-01-232-17/+40
* cWorld now saves/loads the scoreboardandrew2014-01-221-5/+10
* Merge branch 'master' of https://github.com/mc-server/MCServerandrew2014-01-214-2/+109
|\
| * Merge pull request #569 from worktycho/EnchantmentsFixMattes D2014-01-194-2/+109
| |\
| | * Switched EnchantmentSerilizer to namespaceTycho2014-01-194-10/+11
| | * Spilt Writing of Enchantments to seperate classTycho2014-01-194-2/+108
* | | Scoreboard protocol supportandrew2014-01-211-0/+4
* | | Scoreboard serializationandrew2014-01-201-5/+72
* | | Scoreboard deserializationandrew2014-01-203-1/+366
|/ /
* | Parse the MC|AdvCdm plugin messageandrew2014-01-181-1/+1
* | Command blocks: Execute()andrew2014-01-181-1/+1
* | Command block (de)serializationandrew2014-01-184-18/+80
|/
* Added user setting compression factorTycho2014-01-176-18/+25
* Merge pull request #534 from mc-server/SpawnMinecartMattes D2014-01-171-1/+1
|\
| * Renamed cEmptyMinecart to cRideableMinecartSTRWarrior2014-01-121-1/+1
| * EmptyMinecarts should be able to get a block inside of them.STRWarrior2014-01-121-1/+1
* | Removed internal cEntity::GetRot() usage.madmaxoft2014-01-171-1/+1
* | Removed obsoleted functionsTiger Wang2014-01-162-2/+2
|/
* Fixed a few MSVC warnings.madmaxoft2014-01-071-5/+8
* Fixed wrong enqueueing.madmaxoft2014-01-061-2/+9
* Merge branch 'master' into threadsafequeueTycho Bickerstaff2014-01-022-8/+8
|\
| * More memory alignment fixes.madmaxoft2014-01-021-3/+3
| * Fixed unaligned memory access in FastNBT.madmaxoft2014-01-021-5/+5
* | fixed a few remaining issues with worldstorageTycho Bickerstaff2014-01-022-24/+6
* | rewrote queue not to use promises for waitsTycho Bickerstaff2014-01-022-15/+9
* | refactored chunk Queue to seperate classTycho Bickerstaff2013-12-312-97/+67
* | added link dependency between WorldStorage and OSSupportTycho Bickerstaff2013-12-221-0/+2
|/
* Preliminary mobile entity savingTiger Wang2013-12-253-12/+788
* Merge branch 'master' into cmakeTycho Bickerstaff2013-12-204-7/+15
|\
| * Attempt at fixing cChunkDef::Height signedness.madmaxoft2013-12-202-3/+11
| * Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-202-4/+4
* | moved Worldstorage to globsTycho Bickerstaff2013-12-111-1/+5
* | more cmakeTycho Bickerstaff2013-12-101-0/+7
|/
* Moved json includes to where they are really needed.madmaxoft2013-11-282-1/+1
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-272-2/+2
* Fixed the remaining derpsAlexander Harkness2013-11-273-4/+4
* Further attempts to fix compileTiger Wang2013-11-253-4/+4
* Attempt to fix compilationTiger Wang2013-11-243-4/+4
* Moved source to srcAlexander Harkness2013-11-2410-0/+4925