Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #569 from worktycho/EnchantmentsFix | Mattes D | 2014-01-19 | 4 | -2/+109 |
|\ | | | | | Enchantments fix | ||||
| * | Switched EnchantmentSerilizer to namespace | Tycho | 2014-01-19 | 4 | -10/+11 |
| | | |||||
| * | Spilt Writing of Enchantments to seperate class | Tycho | 2014-01-19 | 4 | -2/+108 |
| | | | | | | | | | | | | | | Created a new class cEnchantmentSerializer to serilize Enchantments to NBT. This breaks a dependecy chain between cChunkGenerator and cWorld. cEnchantmentSerializer is seperate from NBTWriter as it needs to access private members of cEnchantments so having it seperate reduces the spread of the frein modifier | ||||
* | | Parse the MC|AdvCdm plugin message | andrew | 2014-01-18 | 1 | -1/+1 |
| | | |||||
* | | Command blocks: Execute() | andrew | 2014-01-18 | 1 | -1/+1 |
| | | |||||
* | | Command block (de)serialization | andrew | 2014-01-18 | 4 | -18/+80 |
|/ | |||||
* | Added user setting compression factor | Tycho | 2014-01-17 | 6 | -18/+25 |
| | |||||
* | Merge pull request #534 from mc-server/SpawnMinecart | Mattes D | 2014-01-17 | 1 | -1/+1 |
|\ | | | | | Added cWorld::SpawnMinecart. | ||||
| * | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 2014-01-12 | 1 | -1/+1 |
| | | |||||
| * | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 2014-01-12 | 1 | -1/+1 |
| | | |||||
* | | Removed internal cEntity::GetRot() usage. | madmaxoft | 2014-01-17 | 1 | -1/+1 |
| | | |||||
* | | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 2 | -2/+2 |
|/ | |||||
* | Fixed a few MSVC warnings. | madmaxoft | 2014-01-07 | 1 | -5/+8 |
| | |||||
* | Fixed wrong enqueueing. | madmaxoft | 2014-01-06 | 1 | -2/+9 |
| | | | | Fixes #505. | ||||
* | Merge branch 'master' into threadsafequeue | Tycho Bickerstaff | 2014-01-02 | 2 | -8/+8 |
|\ | |||||
| * | More memory alignment fixes. | madmaxoft | 2014-01-02 | 1 | -3/+3 |
| | | | | | | | | Ref.: #420. | ||||
| * | Fixed unaligned memory access in FastNBT. | madmaxoft | 2014-01-02 | 1 | -5/+5 |
| | | | | | | | | This should fix #420. | ||||
* | | fixed a few remaining issues with worldstorage | Tycho Bickerstaff | 2014-01-02 | 2 | -24/+6 |
| | | |||||
* | | rewrote queue not to use promises for waits | Tycho Bickerstaff | 2014-01-02 | 2 | -15/+9 |
| | | |||||
* | | refactored chunk Queue to seperate class | Tycho Bickerstaff | 2013-12-31 | 2 | -97/+67 |
| | | |||||
* | | added link dependency between WorldStorage and OSSupport | Tycho Bickerstaff | 2013-12-22 | 1 | -0/+2 |
|/ | |||||
* | Preliminary mobile entity saving | Tiger Wang | 2013-12-25 | 3 | -12/+788 |
| | | | | | | | * Fixes #252 * Alleviates #380 + Adds mob saving * Fixed some debug !ASSERTs | ||||
* | Merge branch 'master' into cmake | Tycho Bickerstaff | 2013-12-20 | 4 | -7/+15 |
|\ | |||||
| * | Attempt at fixing cChunkDef::Height signedness. | madmaxoft | 2013-12-20 | 2 | -3/+11 |
| | | |||||
| * | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 2 | -4/+4 |
| | | |||||
* | | moved Worldstorage to globs | Tycho Bickerstaff | 2013-12-11 | 1 | -1/+5 |
| | | |||||
* | | more cmake | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |
|/ | |||||
* | Moved json includes to where they are really needed. | madmaxoft | 2013-11-28 | 2 | -1/+1 |
| | |||||
* | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2013-11-27 | 2 | -2/+2 |
| | |||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 3 | -4/+4 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 3 | -4/+4 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 3 | -4/+4 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 10 | -0/+4925 |