summaryrefslogtreecommitdiffstats
path: root/source/Items (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-24Moved source to srcAlexander Harkness30-2173/+0
2013-11-18Redstone Megacommit [SEE DESC]Tiger Wang2-4/+4
2013-11-16General fixes [SEE DESC]Tiger Wang2-0/+46
2013-11-13Fixed compiler warning.madmaxoft1-1/+1
2013-11-12Bundled fixes [SEE DESC]Tiger Wang1-1/+1
2013-11-10Bundled fixes [SEE DESC]Tiger Wang1-0/+2
2013-11-02Fixed bow damage in creativeTiger Wang1-1/+5
2013-11-02Multiple fixesTiger Wang2-0/+7
2013-09-21Fixed pickup spawning with inherited gamemode.madmaxoft1-1/+1
2013-09-18Implemented redstone comparatorsTiger Wang2-0/+42
2013-09-18Multiple fixes [SEE DESC]Tiger Wang3-88/+0
2013-09-14Fixed empty-handed itemhandler.madmaxoft1-6/+6
2013-09-09Added a few changes [SEE DESC]Tiger Wang1-1/+0
2013-09-08Initial boat supportTiger Wang2-0/+60
2013-08-30Basic support for thrown items - eggs, snowballs and ender pearls.madmaxoft2-0/+94
2013-08-30Shooting a bow kinda works.madmaxoft3-10/+101
2013-08-23Fixed lighters replacing blocksTiger Wang1-3/+6
2013-08-19Moved entities into the Entities subfolder.madmaxoft10-52/+85
2013-08-16Compilation and Minecart fixesTiger Wang1-3/+5
2013-08-16Feature and bugfixes [SEE DESC]Tiger Wang2-0/+3
2013-08-16Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft1-1/+1
2013-08-08Fixed food handler for mushroom soup - proper food level and saturation are applied and the player receives a wooden bowl back after nommingJames Ravenscroft2-0/+2
2013-08-02Alpha-sort the foodstuffs.bearbin1-13/+14
2013-08-02Add the new food items.bearbin1-16/+21
2013-07-29Changed everyting to Unix line endings.Alexander Harkness28-1909/+1909
2013-07-28Implemented basic eating support.madmaxoft3-47/+51
2013-07-03Empty buckets replace fluid buckets on use and vice versa (patch contributed by Mgueydan)madmaxoft1-3/+3
2013-06-20Updated the stacking (Patch contributed by Stephen304)madmaxoft@gmail.com1-0/+16
2013-06-18More TNT fixes.madmaxoft@gmail.com1-2/+1
2013-06-18TNT fixes.madmaxoft@gmail.com1-3/+20
2013-06-04Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlersmadmaxoft@gmail.com1-3/+3
2013-06-04Shears mask the leaves' metamadmaxoft@gmail.com1-1/+1
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com4-15/+9
2013-05-19Inventory code cleanup, players can now see each other's armormadmaxoft@gmail.com11-30/+31
2013-04-28Fixed crash with Minecart. It was getting added twice to the world and it was causing and ASSERT to fail.keyboard.osh@gmail.com1-1/+0
2013-04-06Cobwebs are now washed away by water and can be broken by swords and shears, giving string.madmaxoft@gmail.com2-2/+2
2013-04-05Added carrots and potatoes handling, bonemealing and proper lighting.madmaxoft@gmail.com2-2/+6
2013-03-03Player can sit in minecarts (but not move them yet)madmaxoft@gmail.com1-5/+7
2013-03-03Added missing item types, fixed placing stone walls.madmaxoft@gmail.com1-16/+33
2013-02-18Minecarts can now be placed.madmaxoft@gmail.com2-16/+103
2013-02-16Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.madmaxoft@gmail.com3-13/+13
2013-01-27Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com4-11/+11
2013-01-21Fixed a possible crash on server restart.madmaxoft@gmail.com1-0/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com19-184/+344
2012-12-29Cauldrons and Brewing Stands are now placeableluksor111@gmail.com4-0/+55
2012-12-27Fixed slab usage in creative modeluksor111@gmail.com1-3/+11
2012-12-27Added flower potsluksor111@gmail.com2-0/+27
2012-11-24Fixed drops for: Stone, Mycelium, Redstone Torch.luksor111@gmail.com1-2/+5
2012-11-15- Added the "wait" music discluksor111@gmail.com2-3/+3
2012-10-28Added cWorld:SpawnMob(PosX, PosY, PosZ, EntityType) to Lua APImadmaxoft@gmail.com1-141/+6
2012-10-21Added more item stacking sizes (patch contributed by Hanfer)madmaxoft@gmail.com1-26/+65
2012-10-19Added spawn eggs with mobs (patch committed by Luksor)madmaxoft@gmail.com1-2/+117
2012-10-18Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks.madmaxoft@gmail.com24-230/+335
2012-10-18Added basic spawn eggs (patch contributed by Luksor)madmaxoft@gmail.com2-11/+78
2012-10-14Fixed the bucket handling code trying to simulate at the wrong coords (client sends all coords as -1 to signify "item use")madmaxoft@gmail.com1-12/+12
2012-10-03Moved blockticking into blockhandler classes.madmaxoft@gmail.com7-14/+23
2012-09-29Unified folder name-casingmadmaxoft@gmail.com23-0/+1319