Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Changed the old invulnerable methods from the wither to the new." | Howaner | 2014-04-28 | 1 | -1/+1 |
| | | | This reverts commit d50f8f6f11f69e7e1e56be92fb2d72a5014a3e34. | ||||
* | Changed the old invulnerable methods from the wither to the new. | Howaner | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Fixes | Howaner | 2014-04-26 | 1 | -1/+1 |
| | |||||
* | Fixed class capitalization for the cave spider. | archshift | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #833 from mc-server/EnderCrystal | Mattes D | 2014-03-25 | 1 | -0/+19 |
|\ | | | | | Ender crystals | ||||
| * | Ender crystals | andrew | 2014-03-25 | 1 | -0/+19 |
| | | |||||
* | | Wither invulnerability | andrew | 2014-03-24 | 1 | -1/+7 |
|/ | |||||
* | Merge pull request #809 from Howaner/BlockEntitys | Mattes D | 2014-03-16 | 1 | -26/+174 |
|\ | | | | | More entity saving. | ||||
| * | Add anvil direction. | Howaner | 2014-03-16 | 1 | -1/+9 |
| | | |||||
| * | Remove old debug messages. | Howaner | 2014-03-15 | 1 | -3/+0 |
| | | |||||
| * | Merge branch 'master' into BlockEntitys | Howaner | 2014-03-15 | 1 | -2/+8 |
| |\ | |||||
| * | | Add item frame saving. | Howaner | 2014-03-15 | 1 | -0/+85 |
| | | | |||||
| * | | Add health and age load to pickup's. | Howaner | 2014-03-15 | 1 | -1/+15 |
| | | | |||||
| * | | Add ExpOrb saving. | Howaner | 2014-03-15 | 1 | -26/+70 |
| | | | |||||
* | | | Add new leaves to all classes. | Howaner | 2014-03-16 | 1 | -0/+1 |
| |/ |/| | |||||
* | | Removed Some unnessicary macros | Tycho | 2014-03-10 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #768 from Howaner/BlockEntitys | Tiger Wang | 2014-03-09 | 1 | -0/+27 |
|\| | | | | | Add TNT load/save | ||||
| * | Change TNT Fuse to ticks | Howaner | 2014-03-08 | 1 | -2/+1 |
| | | |||||
| * | Add TNT Save/Load and add Netbeans projects to .gitignore | Howaner | 2014-03-08 | 1 | -0/+28 |
| | | |||||
* | | Merge branch 'master' into ballisticmissiles | Tiger Wang | 2014-03-09 | 1 | -0/+36 |
|\| | | | | | | | | | Conflicts: src/ClientHandle.cpp | ||||
| * | Add Flower Pots | Howaner | 2014-03-07 | 1 | -0/+36 |
| | | |||||
* | | Implemented ballistic missiles (fireworks) | Tiger Wang | 2014-02-27 | 1 | -0/+6 |
|/ | | | | + Added fireworks | ||||
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -0/+183 |
| | |||||
* | Rename SkullEntity to MobHeadEntity | Howaner | 2014-02-23 | 1 | -8/+8 |
| | |||||
* | Add Heads completely | Howaner | 2014-02-23 | 1 | -1/+1 |
| | |||||
* | Add Skulls/Heads | Howaner | 2014-02-23 | 1 | -0/+40 |
| | |||||
* | Fixed #573 | STRWarrior | 2014-02-12 | 1 | -4/+4 |
| | |||||
* | Added saving of angry flag. | Kirill Kirilenko | 2014-02-02 | 1 | -0/+6 |
| | |||||
* | Fixed sitting tag. | Kirill Kirilenko | 2014-02-02 | 1 | -4/+4 |
| | |||||
* | Added saving of collar's color. | Kirill Kirilenko | 2014-02-01 | 1 | -3/+9 |
| | |||||
* | Added reading saved state of the wolf (sitting or standing). | Kirill Kirilenko | 2014-01-31 | 1 | -0/+6 |
| | |||||
* | Inversed condition. | STRWarrior | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Wolf: If Owner tag is missing a normal ownerless wolf will spawn. | STRWarrior | 2014-01-31 | 1 | -9/+6 |
| | |||||
* | Fixed bad variable. | STRWarrior | 2014-01-30 | 1 | -1/+1 |
| | |||||
* | Check if the tag is found. | STRWarrior | 2014-01-30 | 1 | -0/+5 |
| | |||||
* | Fixes #606 | STRWarrior | 2014-01-30 | 1 | -0/+7 |
| | |||||
* | Item-loading now checks for weird bytes. | madmaxoft | 2014-01-26 | 1 | -3/+9 |
| | |||||
* | Fixed crash with failed entity-loading. | madmaxoft | 2014-01-24 | 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 | ||||
* | Merge branch 'master' of https://github.com/mc-server/MCServer | andrew | 2014-01-21 | 1 | -1/+2 |
|\ | |||||
| * | Merge pull request #569 from worktycho/EnchantmentsFix | Mattes D | 2014-01-19 | 1 | -1/+2 |
| |\ | | | | | | | Enchantments fix | ||||
| | * | Switched EnchantmentSerilizer to namespace | Tycho | 2014-01-19 | 1 | -1/+1 |
| | | | |||||
| | * | Spilt Writing of Enchantments to seperate class | Tycho | 2014-01-19 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | | Scoreboard deserialization | andrew | 2014-01-20 | 1 | -1/+1 |
|/ / | |||||
* | | Command blocks: Execute() | andrew | 2014-01-18 | 1 | -1/+1 |
| | | |||||
* | | Command block (de)serialization | andrew | 2014-01-18 | 1 | -0/+42 |
|/ | |||||
* | Added user setting compression factor | Tycho | 2014-01-17 | 1 | -3/+4 |
| | |||||
* | 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 obsoleted functions | Tiger Wang | 2014-01-16 | 1 | -1/+1 |
|/ | |||||
* | Preliminary mobile entity saving | Tiger Wang | 2013-12-25 | 1 | -6/+622 |
| | | | | | | | * Fixes #252 * Alleviates #380 + Adds mob saving * Fixed some debug !ASSERTs | ||||
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -3/+3 |
| | |||||
* | Fixed the remaining derps | Alexander Harkness | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | Further attempts to fix compile | Tiger Wang | 2013-11-25 | 1 | -1/+1 |
| | |||||
* | Attempt to fix compilation | Tiger Wang | 2013-11-24 | 1 | -1/+1 |
| | |||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+1555 |