| Commit message (Expand) | Author | Age | Files | Lines |
* | Basic support for thrown items - eggs, snowballs and ender pearls. | madmaxoft | 2013-08-30 | 2 | -0/+94 |
* | Shooting a bow kinda works. | madmaxoft | 2013-08-30 | 3 | -10/+101 |
* | Fixed lighters replacing blocks | Tiger Wang | 2013-08-23 | 1 | -3/+6 |
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 10 | -52/+85 |
* | Compilation and Minecart fixes | Tiger Wang | 2013-08-16 | 1 | -3/+5 |
* | Merge remote-tracking branch 'upstream/master' | Tiger Wang | 2013-08-16 | 1 | -1/+1 |
|\ |
|
| * | Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX. | madmaxoft | 2013-08-16 | 1 | -1/+1 |
* | | Feature and bugfixes [SEE DESC] | Tiger Wang | 2013-08-16 | 2 | -0/+3 |
|/ |
|
* | Fixed food handler for mushroom soup - proper food level and saturation are applied and the player receives a wooden bowl back after nomming | James Ravenscroft | 2013-08-08 | 2 | -0/+2 |
* | Alpha-sort the foodstuffs. | bearbin | 2013-08-02 | 1 | -13/+14 |
* | Add the new food items. | bearbin | 2013-08-02 | 1 | -16/+21 |
* | Changed everyting to Unix line endings. | Alexander Harkness | 2013-07-29 | 28 | -1909/+1909 |
* | Implemented basic eating support. | madmaxoft | 2013-07-28 | 3 | -47/+51 |
* | Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan) | madmaxoft | 2013-07-03 | 1 | -3/+3 |
* | Updated the stacking (Patch contributed by Stephen304) | madmaxoft@gmail.com | 2013-06-20 | 1 | -0/+16 |
* | More TNT fixes. | madmaxoft@gmail.com | 2013-06-18 | 1 | -2/+1 |
* | TNT fixes. | madmaxoft@gmail.com | 2013-06-18 | 1 | -3/+20 |
* | Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers | madmaxoft@gmail.com | 2013-06-04 | 1 | -3/+3 |
* | Shears mask the leaves' meta | madmaxoft@gmail.com | 2013-06-04 | 1 | -1/+1 |
* | Refactored cInventory to use cItemGrid for the actual Storage | madmaxoft@gmail.com | 2013-05-24 | 4 | -15/+9 |
* | Inventory code cleanup, players can now see each other's armor | madmaxoft@gmail.com | 2013-05-19 | 11 | -30/+31 |
* | Fixed crash with Minecart. It was getting added twice to the world and it was causing and ASSERT to fail. | keyboard.osh@gmail.com | 2013-04-28 | 1 | -1/+0 |
* | Cobwebs are now washed away by water and can be broken by swords and shears, giving string. | madmaxoft@gmail.com | 2013-04-06 | 2 | -2/+2 |
* | Added carrots and potatoes handling, bonemealing and proper lighting. | madmaxoft@gmail.com | 2013-04-05 | 2 | -2/+6 |
* | Player can sit in minecarts (but not move them yet) | madmaxoft@gmail.com | 2013-03-03 | 1 | -5/+7 |
* | Added missing item types, fixed placing stone walls. | madmaxoft@gmail.com | 2013-03-03 | 1 | -16/+33 |
* | Minecarts can now be placed. | madmaxoft@gmail.com | 2013-02-18 | 2 | -16/+103 |
* | Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols. | madmaxoft@gmail.com | 2013-02-16 | 3 | -13/+13 |
* | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 2013-01-27 | 4 | -11/+11 |
* | Fixed a possible crash on server restart. | madmaxoft@gmail.com | 2013-01-21 | 1 | -0/+1 |
* | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 2013-01-12 | 19 | -184/+344 |
* | Cauldrons and Brewing Stands are now placeable | luksor111@gmail.com | 2012-12-29 | 4 | -0/+55 |
* | Fixed slab usage in creative mode | luksor111@gmail.com | 2012-12-27 | 1 | -3/+11 |
* | Added flower pots | luksor111@gmail.com | 2012-12-27 | 2 | -0/+27 |
* | Fixed drops for: Stone, Mycelium, Redstone Torch. | luksor111@gmail.com | 2012-11-24 | 1 | -2/+5 |
* | - Added the "wait" music disc | luksor111@gmail.com | 2012-11-15 | 2 | -3/+3 |
* | Added cWorld:SpawnMob(PosX, PosY, PosZ, EntityType) to Lua API | madmaxoft@gmail.com | 2012-10-28 | 1 | -141/+6 |
* | Added more item stacking sizes (patch contributed by Hanfer) | madmaxoft@gmail.com | 2012-10-21 | 1 | -26/+65 |
* | Added spawn eggs with mobs (patch committed by Luksor) | madmaxoft@gmail.com | 2012-10-19 | 1 | -2/+117 |
* | Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks. | madmaxoft@gmail.com | 2012-10-18 | 24 | -230/+335 |
* | Added basic spawn eggs (patch contributed by Luksor) | madmaxoft@gmail.com | 2012-10-18 | 2 | -11/+78 |
* | Fixed the bucket handling code trying to simulate at the wrong coords (client sends all coords as -1 to signify "item use") | madmaxoft@gmail.com | 2012-10-14 | 1 | -12/+12 |
* | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 2012-10-03 | 7 | -14/+23 |
* | Unified folder name-casing | madmaxoft@gmail.com | 2012-09-29 | 23 | -0/+1319 |