summaryrefslogtreecommitdiffstats
path: root/source/Blocks (follow)
Commit message (Expand)AuthorAgeFilesLines
* BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.madmaxoft@gmail.com2013-03-264-1/+174
* Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking.madmaxoft@gmail.com2013-03-1519-166/+344
* Pickups are now being saved into Anvil.madmaxoft@gmail.com2013-03-095-8/+13
* Simulators now have direct access to the cChunk object in the WakeUp() callmadmaxoft@gmail.com2013-02-281-2/+2
* Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.madmaxoft@gmail.com2013-02-169-23/+23
* Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups.madmaxoft@gmail.com2013-01-273-5/+11
* Fixed piston placement.madmaxoft@gmail.com2013-01-201-1/+1
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-1228-455/+633
* Fixed compilation error in BlockCauldron.h on Linuxluksor111@gmail.com2012-12-291-2/+4
* Cauldrons and Brewing Stands are now placeableluksor111@gmail.com2012-12-293-0/+95
* Fixed Linux compilationluksor111@gmail.com2012-12-271-3/+6
* Added flower potsluksor111@gmail.com2012-12-272-0/+82
* Added sounds to levers and mobsluksor111@gmail.com2012-12-211-1/+10
* Fixed a bool evaluation warning in BlockDoor.hmadmaxoft@gmail.com2012-12-201-1/+1
* Added dispensers (they can't dispense items yet)luksor111@gmail.com2012-12-194-16/+15
* Implemented double doorsluksor111@gmail.com2012-12-194-11/+82
* Levers (patch contributed by Keyboard)madmaxoft@gmail.com2012-12-163-0/+114
* Added initial adventure mode supportluksor111@gmail.com2012-11-273-2/+30
* Fixed certain blocks crashing clients when minedluksor111@gmail.com2012-11-264-2/+31
* Implemented rail placement mechanics.luksor111@gmail.com2012-11-252-0/+319
* Fixed drops for: Stone, Mycelium, Redstone Torch.luksor111@gmail.com2012-11-243-1/+33
* Fixed boolean comparison.madmaxoft@gmail.com2012-11-161-3/+3
* - Added the "wait" music discluksor111@gmail.com2012-11-151-4/+6
* Fixed a valgrind warning in BlockDirt.madmaxoft@gmail.com2012-10-261-3/+4
* New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker)luksor111@gmail.com2012-10-235-62/+46
* Slight formatting tuneup to the previous commit.madmaxoft@gmail.com2012-10-221-4/+7
* Vine decay (patch contributed by funmaker)madmaxoft@gmail.com2012-10-221-7/+44
* Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com2012-10-211-0/+1
* Double chests are formed correctly in all situations (meta is adjusted for the neighboring chest)madmaxoft@gmail.com2012-10-201-2/+70
* Chest does check if it can be placed at the coords specified (the client does the check itself, too, but this may be good for scripts)madmaxoft@gmail.com2012-10-201-0/+68
* Floody fluid simulator now dries up correctly, too.madmaxoft@gmail.com2012-10-143-1/+48
* Preparation for multiple fluid simulators.madmaxoft@gmail.com2012-10-131-1/+1
* All blockticking is now done in cBlockHandlersmadmaxoft@gmail.com2012-10-073-121/+185
* Completely removed the old (buggy) redstone simulator.madmaxoft@gmail.com2012-10-063-29/+77
* Minor style cleanupmadmaxoft@gmail.com2012-10-031-1/+1
* Moved blockticking into blockhandler classes.madmaxoft@gmail.com2012-10-0347-392/+444
* Slight refactoring of BlockHandlers - dropping unneeded virtual functionsmadmaxoft@gmail.com2012-10-0138-490/+842
* Added some missing block enumsfaketruth2012-09-301-0/+3
* Forgot to commit BlockBed.cppfaketruth2012-09-291-0/+77
* Beds can be slept in now (it doesn't change the time though)faketruth2012-09-291-61/+7
* Unified folder name-casingmadmaxoft@gmail.com2012-09-2946-0/+2538