summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-907/+0
* Bug correctionnesco2013-11-131-1/+1
* compatibility updatenesco2013-11-131-3/+7
* compatibility updatenesco2013-11-131-1/+3
* Update BlockID.hnesco2013-11-121-2/+2
* Replace tabs by spacesnesco2013-11-121-35/+35
* Update BlockID.hnesco2013-11-121-0/+12
* Update in progress to minecraft 1.7nesco2013-11-121-4/+82
* Added GetIniItemSet() function.madmaxoft2013-10-111-1/+5
* Added moar mobs!Tiger Wang2013-09-181-32/+57
* Merge branch 'bugfixes' of git://github.com/tigerw/MCServer into tigerw-bugfixesmadmaxoft2013-09-151-2/+2
|\
| * Torches work properlyTiger Wang2013-09-151-2/+2
* | Merged branch 'Projectiles'.madmaxoft2013-09-071-0/+5
|\ \ | |/ |/|
| * Added dtRangedAttack, fixed faulty StringTODamageType()madmaxoft2013-09-011-0/+4
| * Thrown ender pearls now teleport and hurt.madmaxoft2013-08-301-0/+1
* | Fixed inconsistent meta namingTiger Wang2013-09-031-10/+10
* | Merge remote-tracking branch 'upstream/master'Tiger Wang2013-09-021-1/+3
|\|
| * Shooting a bow kinda works.madmaxoft2013-08-301-1/+3
* | Implemented xoft's suggestions [SEE DESC]Tiger Wang2013-08-291-0/+12
|/
* Fixed inconsistent metas and added snow metasTiger Wang2013-08-241-29/+41
* Enhancements to Tabcompletion and Compile FixTiger Wang2013-08-181-1/+1
* Bugfix Update [SEE DESC}Tiger Wang2013-08-181-3/+41
* Merge remote-tracking branch 'upstream/master'Tiger Wang2013-08-161-45/+15
|\
| * Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft2013-08-161-37/+7
| * Fixed wrong names for some metas.madmaxoft2013-08-141-8/+8
* | Feature and bugfixes [SEE DESC]Tiger Wang2013-08-161-1/+1
|/
* Added quartz stairs.STRWarrior2013-08-121-0/+1
* Added OnExploding() and OnExploded() hooks.madmaxoft2013-08-091-0/+18
* Added the Carpet block.madmaxoft2013-08-051-0/+2
* Added a StringToMobType() function to the Lua API (patch contributed by STR_Warrior)madmaxoft@gmail.com2013-07-121-0/+3
* Added DamageType translation to APImadmaxoft@gmail.com2013-07-011-0/+48
* Added the End height and composition generators.madmaxoft@gmail.com2013-06-221-5/+24
* Updated the stacking (Patch contributed by Stephen304)madmaxoft@gmail.com2013-06-201-2/+4
* Implemented the Hopper block handlermadmaxoft@gmail.com2013-06-121-8/+15
* ToLuaDoxy: initial importmadmaxoft@gmail.com2013-06-041-1/+1
* Alpha-sorted the block meta listmadmaxoft@gmail.com2013-05-261-75/+96
* Inventory changes made by plugins are now propagated to the clientmadmaxoft@gmail.com2013-05-191-23/+16
* Mineshafts: Added random loot to generated chests and fixed chest directionmadmaxoft@gmail.com2013-04-061-0/+6
* MineShafts: added random torches, fixed beams on chunk boundariesmadmaxoft@gmail.com2013-04-011-0/+4
* MineShafts: Added tracks to corridorsmadmaxoft@gmail.com2013-03-311-3/+5
* Added missing item types, fixed placing stone walls.madmaxoft@gmail.com2013-03-031-1/+12
* Added the anvil blockmadmaxoft@gmail.com2013-03-021-0/+1
* Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.madmaxoft@gmail.com2013-02-161-148/+1
* Fixed previous commitmadmaxoft@gmail.com2013-02-151-1/+1
* Block and recipe update by STR_Warrior.madmaxoft2013-02-151-1/+17
* Obsoleted E_BLOCK_COCA_PLANT in favor of E_BLOCK_COCOA_POD.madmaxoft@gmail.com2013-01-221-1/+2
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-5/+23
* Added flower potsluksor111@gmail.com2012-12-271-0/+1
* Added 1.4.6 items (patch contributed by STR_Warrior)madmaxoft@gmail.com2012-12-241-2/+7
* Fixed drops for: Stone, Mycelium, Redstone Torch.luksor111@gmail.com2012-11-241-2/+2
* - Added the "wait" music discluksor111@gmail.com2012-11-151-1/+2
* Added cWorld:SpawnMob(PosX, PosY, PosZ, EntityType) to Lua APImadmaxoft@gmail.com2012-10-281-40/+76
* New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker)luksor111@gmail.com2012-10-231-0/+1
* Added some missing block enumsfaketruth2012-09-301-1/+12
* Refactored windows.madmaxoft@gmail.com2012-09-201-0/+3
* Added the ItemToString() and ItemTypeToString() functions.madmaxoft@gmail.com2012-09-081-1/+7
* Added a few more stackable itemsmadmaxoft@gmail.com2012-08-141-2/+4
* Use named constants instead of magic values - block digging direction and torch placementmadmaxoft@gmail.com2012-08-101-0/+7
* Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type.madmaxoft@gmail.com2012-08-031-5/+4
* Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup.madmaxoft@gmail.com2012-07-291-1/+2
* Some code improvementslapayo94@gmail.com2012-07-161-1/+1
* A new Block handling system :olapayo94@gmail.com2012-07-151-0/+1
* Removed the deprecated confusing E_BLOCK_WOODmadmaxoft@gmail.com2012-07-151-1/+1
* Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden doormadmaxoft@gmail.com2012-06-161-2/+4
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-641/+641
* BlockIDs, ItemIDs and Metas updated, courtesy of Taugeshtumadmaxoft@gmail.com2012-06-061-5/+168
* Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.madmaxoft@gmail.com2012-06-041-2/+13
* Added code for the chunks to manipulate their neighbors while ticking. Also added some basic farming support - melon and pumpkin growing code. Untested and untestable so far, will test and fix later.madmaxoft@gmail.com2012-05-291-1/+2
* Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property settingmadmaxoft@gmail.com2012-05-271-0/+2
* Added wool and netherrack block IDsmadmaxoft@gmail.com2012-05-271-2/+4
* Added the CheckerBoardBiomes parameter for setting biomes that CheckerBoard generates (#179). Added string-to-biome conversion (#183). Added OreNests to default Structures configuration.madmaxoft@gmail.com2012-05-271-1/+4
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-28/+55
* Fixed MapChunk packets to include (fake) biome data, makes clients happymadmaxoft@gmail.com2012-03-121-0/+35
* Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update.admin@omencraft.com2011-11-071-2/+2
* Added Sebi's changes to pistons and item drops.admin@omencraft.com2011-11-071-2/+2
* Added all the items up to Beta 1.9.5. Added pistons and piston class.admin@omencraft.com2011-11-051-13/+256
* Added some redstone items.admin@omencraft.com2011-11-031-1/+4
* MCServer c++ source filesfaketruth2011-10-031-0/+151