Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-02-19 | Rename SkullEntity to MobHeadEntity | Howaner | 4 | -18/+18 | |
2014-02-18 | Add Heads completely | Howaner | 1 | -1/+1 | |
2014-02-18 | Implemented paintings, fixes #689 | Tiger Wang | 1 | -0/+1 | |
+ Implemented paintings | |||||
2014-02-18 | Implemented item frames, a part of #689 | Tiger Wang | 1 | -0/+1 | |
+ Implemented Item Frames * Fixed Pitch and Yaw being wrongly flipped in the protocol (XOFT!) | |||||
2014-02-17 | Add Skulls/Heads | Howaner | 4 | -5/+64 | |
2014-02-12 | Fixed #573 | STRWarrior | 1 | -4/+4 | |
2014-02-09 | Fixed compile and some warnings in MSVS | Tiger Wang | 1 | -2/+2 | |
2014-02-03 | Partial fix for #130 | Tiger Wang | 1 | -0/+1 | |
2014-02-02 | Added saving of angry flag. | Kirill Kirilenko | 2 | -0/+7 | |
2014-02-02 | Fixed sitting tag. | Kirill Kirilenko | 2 | -5/+5 | |
2014-02-01 | Added saving of collar's color. | Kirill Kirilenko | 2 | -4/+11 | |
2014-01-31 | Added reading saved state of the wolf (sitting or standing). | Kirill Kirilenko | 1 | -0/+6 | |
2014-01-31 | Inversed condition. | STRWarrior | 1 | -1/+1 | |
2014-01-31 | Wolf: If Owner tag is missing a normal ownerless wolf will spawn. | STRWarrior | 1 | -9/+6 | |
2014-01-30 | Fixed bad variable. | STRWarrior | 1 | -1/+1 | |
2014-01-30 | Check if the tag is found. | STRWarrior | 1 | -0/+5 | |
2014-01-30 | Fixes #606 | STRWarrior | 2 | -2/+9 | |
2014-01-26 | Item-loading now checks for weird bytes. | madmaxoft | 1 | -3/+9 | |
2014-01-25 | Fixed exports | Tycho | 1 | -4/+1 | |
2014-01-24 | Fixed a few compile-time and runtime warnings in ScoreboardSerializer. | madmaxoft | 1 | -8/+4 | |
2014-01-24 | Fixed crash with failed entity-loading. | madmaxoft | 1 | -2/+7 | |
This should fix issues reported in: http://forum.mc-server.org/showthread.php?tid=1328 http://forum.mc-server.org/showthread.php?tid=1308 | |||||
2014-01-23 | Fixed a warning in ScoreboardSerializer. | madmaxoft | 1 | -2/+2 | |
2014-01-23 | Fixed scoreboard.dat structure | andrew | 1 | -5/+6 | |
2014-01-23 | Fixed scoreboard serialization | andrew | 1 | -35/+26 | |
2014-01-23 | Improved code safety for the Compact world storage. | Mattes D | 1 | -104/+72 | |
That was a huge chunk of smelly code. | |||||
2014-01-23 | Command block fixes 2 | andrew | 2 | -17/+40 | |
2014-01-22 | Fixed spelling error | Tycho | 2 | -1/+1 | |
2014-01-22 | Added manual bindings for moved functions | Tycho | 1 | -2/+4 | |
2014-01-22 | formatting changes | Tycho | 2 | -6/+26 | |
2014-01-22 | cWorld now saves/loads the scoreboard | andrew | 1 | -5/+10 | |
2014-01-21 | Scoreboard protocol support | andrew | 1 | -0/+4 | |
2014-01-20 | Actually implemented interfaces | Tycho | 2 | -21/+28 | |
2014-01-20 | Moved Schematic file methods to seperate class | Tycho | 2 | -0/+175 | |
2014-01-20 | Scoreboard serialization | andrew | 1 | -5/+72 | |
2014-01-20 | Scoreboard deserialization | andrew | 3 | -1/+366 | |
2014-01-19 | Switched EnchantmentSerilizer to namespace | Tycho | 4 | -10/+11 | |
2014-01-19 | Spilt Writing of Enchantments to seperate class | Tycho | 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 | |||||
2014-01-18 | Parse the MC|AdvCdm plugin message | andrew | 1 | -1/+1 | |
2014-01-18 | Command blocks: Execute() | andrew | 1 | -1/+1 | |
2014-01-18 | Command block (de)serialization | andrew | 4 | -18/+80 | |
2014-01-17 | Added user setting compression factor | Tycho | 6 | -18/+25 | |
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 1 | -1/+1 | |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 2 | -2/+2 | |
2014-01-12 | Renamed cEmptyMinecart to cRideableMinecart | STRWarrior | 1 | -1/+1 | |
2014-01-12 | EmptyMinecarts should be able to get a block inside of them. | STRWarrior | 1 | -1/+1 | |
2014-01-07 | Fixed a few MSVC warnings. | madmaxoft | 1 | -5/+8 | |
2014-01-06 | Fixed wrong enqueueing. | madmaxoft | 1 | -2/+9 | |
Fixes #505. | |||||
2014-01-02 | fixed a few remaining issues with worldstorage | Tycho Bickerstaff | 2 | -24/+6 | |
2014-01-02 | More memory alignment fixes. | madmaxoft | 1 | -3/+3 | |
Ref.: #420. | |||||
2014-01-02 | Fixed unaligned memory access in FastNBT. | madmaxoft | 1 | -5/+5 | |
This should fix #420. | |||||
2014-01-02 | rewrote queue not to use promises for waits | Tycho Bickerstaff | 2 | -15/+9 | |
2013-12-31 | refactored chunk Queue to seperate class | Tycho Bickerstaff | 2 | -97/+67 | |
2013-12-25 | Preliminary mobile entity saving | Tiger Wang | 3 | -12/+788 | |
* Fixes #252 * Alleviates #380 + Adds mob saving * Fixed some debug !ASSERTs | |||||
2013-12-22 | added link dependency between WorldStorage and OSSupport | Tycho Bickerstaff | 1 | -0/+2 | |
2013-12-22 | fixed accedental commit | Tycho Bickerstaff | 1 | -2/+1 | |
2013-12-22 | fixed 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 not | Tycho Bickerstaff | 1 | -1/+2 | |
2013-12-20 | Attempt at fixing cChunkDef::Height signedness. | madmaxoft | 2 | -3/+11 | |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2 | -4/+4 | |
2013-12-11 | moved Worldstorage to globs | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -0/+7 | |
2013-11-28 | Moved json includes to where they are really needed. | madmaxoft | 2 | -1/+1 | |
2013-11-27 | Fixed VC2008 compilation, normalized include paths. | madmaxoft | 2 | -2/+2 | |
2013-11-27 | Fixed the remaining derps | Alexander Harkness | 3 | -4/+4 | |
2013-11-25 | Further attempts to fix compile | Tiger Wang | 3 | -4/+4 | |
2013-11-24 | Attempt to fix compilation | Tiger Wang | 3 | -4/+4 | |
2013-11-24 | Moved source to src | Alexander Harkness | 10 | -0/+4925 | |