Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added Rabbits | Masy98 | 2014-12-20 | 1 | -0/+1 |
| | |||||
* | Added Entity Guardian | Masy98 | 2014-12-18 | 1 | -0/+1 |
| | |||||
* | Added timestamp to new files WSSAnvil | planetx | 2014-12-08 | 1 | -1/+1 |
| | |||||
* | Added Timestamp info to chunks in WSSAnvil | planetx | 2014-12-07 | 1 | -2/+3 |
| | |||||
* | Finished mob spawner implementation. | Howaner | 2014-11-18 | 1 | -0/+1 |
| | |||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -3/+3 |
| | |||||
* | Rewritten block entity loading. | Mattes D | 2014-08-29 | 1 | -12/+19 |
| | | | | | | Block entities are now loaded based on the blocktype at the coords they specify; before loading, their type ("id" NBT tag) is checked. The chunk now expects that all block entities given to it via cChunk::SetAllData() have their valid blocktype; asserts if they don't. Fixes #1354. | ||||
* | Wolf uses UUID for owner. | madmaxoft | 2014-08-03 | 1 | -0/+4 |
| | | | | Fixes #1277. | ||||
* | Added beacon load/save. | Howaner | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into potions | madmaxoft | 2014-07-15 | 1 | -1/+1 |
|\ | |||||
| * | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | ||||
* | | Added splash potions to NBT serialization and retrieval | archshift | 2014-07-12 | 1 | -0/+1 |
|/ | |||||
* | More size_t fixes. | Mattes D | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Build fixes after the last size_t batch. | Mattes D | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Ender crystals | andrew | 2014-03-25 | 1 | -0/+1 |
| | |||||
* | Add item frame saving. | Howaner | 2014-03-15 | 1 | -0/+3 |
| | |||||
* | Add ExpOrb saving. | Howaner | 2014-03-15 | 1 | -1/+2 |
| | |||||
* | Add TNT Save/Load and add Netbeans projects to .gitignore | Howaner | 2014-03-08 | 1 | -0/+1 |
| | |||||
* | Add Flower Pots | Howaner | 2014-03-07 | 1 | -0/+1 |
| | |||||
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -0/+7 |
| | |||||
* | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Add Skulls/Heads | Howaner | 2014-02-23 | 1 | -0/+1 |
| | |||||
* | Command block (de)serialization | andrew | 2014-01-18 | 1 | -8/+9 |
| | |||||
* | Added user setting compression factor | Tycho | 2014-01-17 | 1 | -1/+3 |
| | |||||
* | Preliminary mobile entity saving | Tiger Wang | 2013-12-25 | 1 | -1/+33 |
| | | | | | | | * Fixes #252 * Alleviates #380 + Adds mob saving * Fixed some debug !ASSERTs | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+184 |