summaryrefslogtreecommitdiffstats
path: root/source/BlockID.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-954/+0
* Sorting by Name on g_BlockTransparentnesco2013-11-121-4/+4
* Update BlockID.cppnesco2013-11-121-1/+1
* Update BlockID.cppnesco2013-11-121-3/+3
* Assigning properties to the blocks recently added.nesco2013-11-121-10/+19
* cIniFile: Renamed functions to make meaning more explicit.madmaxoft2013-10-251-4/+4
* cIniFile doesn't store filename internally anymore.madmaxoft2013-10-251-2/+2
* StringToItem() recognizes "ItemName:Dmg" strings.madmaxoft2013-10-181-18/+21
* Merge pull request #253 from SamJBarney/masterMattes D2013-10-181-0/+4
|\
| * Merge branch 'MobSpawning' of https://github.com/mgueydan/MCServer into MobSpawningSamuel Barney2013-10-141-0/+4
| |\
| | * Merge branch 'master' into MobSpawningmgueydan2013-09-221-17/+22
| | |\
| | * | Adding Water and Lava as transparency blocksmgueydan2013-09-071-0/+4
* | | | Update BlockID.cppSofapriester2013-10-151-1/+1
|/ / /
* | | Added 1.7 biome constants.madmaxoft2013-10-121-0/+42
* | | Added GetIniItemSet() function.madmaxoft2013-10-111-0/+15
* | | Added glass pane as transparent. Removed excess g_BlockOneHitDig[E_BLOCK_REDSTONE_WIRE].Samuel Barney2013-10-011-1/+1
* | | Implemented redstone comparatorsTiger Wang2013-09-181-0/+6
* | | Merge branch 'pickups' of git://github.com/tigerw/MCServer into tigerw-pickupsmadmaxoft2013-09-151-3/+4
|\ \ \
| * | | Even more fixes [SEE DESC]Tiger Wang2013-09-131-1/+1
| |/ /
* | | Merge branch 'bugfixes' of git://github.com/tigerw/MCServer into tigerw-bugfixesmadmaxoft2013-09-151-30/+75
|\ \ \
| * | | Torches work properlyTiger Wang2013-09-151-30/+75
| |/ /
* | | Alpha-sorted g_BlockIsSnowable[].madmaxoft2013-09-081-2/+2
* | | Re-added the top line.STRWarrior2013-09-081-0/+1
* | | Added E_BLOCK_LILY_PAD to g_BlockIsSnowable.STRWarrior2013-09-081-2/+3
| |/ |/|
* | Merged branch 'Projectiles'.madmaxoft2013-09-071-17/+22
|\ \ | |/ |/|
| * Added dtRangedAttack, fixed faulty StringTODamageType()madmaxoft2013-09-011-17/+22
* | Preliminary Minecart physics handling [SEE DESC]Tiger Wang2013-08-271-1/+1
|/
* Updated block transparenciesTiger Wang2013-08-201-0/+2
* Merge remote-tracking branch 'upstream/master'Tiger Wang2013-08-161-33/+34
|\
| * Replaced E_ENTITY_TYPE_XXX with cMonster::mtXXX.madmaxoft2013-08-161-33/+34
* | Feature and bugfixes [SEE DESC]Tiger Wang2013-08-161-0/+2
|/
* Alpha sorted PistonBreakable listTiger Wang2013-08-141-2/+3
* Buncha bugfixes [SEE DESC]Tiger Wang2013-08-141-4/+4
* Added a StringToMobType() function to the Lua API (patch contributed by STR_Warrior)madmaxoft@gmail.com2013-07-121-0/+50
* Ice is a solid block.madmaxoft@gmail.com2013-07-071-1/+0
* Added DamageType translation to APImadmaxoft@gmail.com2013-07-011-1/+101
* Added the End height and composition generators.madmaxoft@gmail.com2013-06-221-0/+41
* Lighting: Fixed underwater lighting (FS #369)madmaxoft@gmail.com2013-05-051-4/+4
* Added carrots and potatoes handling, bonemealing and proper lighting.madmaxoft@gmail.com2013-04-051-0/+8
* Cobweb lets light through.madmaxoft@gmail.com2013-04-011-0/+1
* Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.madmaxoft@gmail.com2013-02-161-1/+1
* Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com2013-01-121-1/+1
* Cauldrons and Brewing Stands are now placeableluksor111@gmail.com2012-12-291-0/+1
* Added flower potsluksor111@gmail.com2012-12-271-25/+31
* Implemented double doorsluksor111@gmail.com2012-12-191-0/+4
* Rails don't turn grass into dirt underneath them. (Patch contributed by STR_Warrior)madmaxoft@gmail.com2012-11-251-0/+3
* Fixed wrong c++ standard assumptions about bools.madmaxoft@gmail.com2012-11-181-2/+12
* #grammarnazi: fixed tabs to spaces and alpha-sortmadmaxoft@gmail.com2012-10-231-67/+68
* New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker)luksor111@gmail.com2012-10-231-2/+64
* Top blocks are now snowed over, either normally, or in deep snow (patch contributed by funmaker, Luksor and Sebi)madmaxoft@gmail.com2012-10-211-0/+1
* Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com2012-09-241-1/+1
* Refactored windows.madmaxoft@gmail.com2012-09-201-0/+11
* ItemToString() now recognizes matches that are in the ini without metadata.madmaxoft@gmail.com2012-09-081-0/+15
* StringToItem() sets item's count to 1 after a successful parsemadmaxoft@gmail.com2012-09-081-1/+3
* Fixed item damage not being set properly in StringToItem()madmaxoft@gmail.com2012-09-081-0/+4
* Set leaves as a transparent block.madmaxoft@gmail.com2012-09-081-0/+1
* Another fix for the case-sensitiveness. WTF, STL allows different signatures for Debug and Release builds?madmaxoft@gmail.com2012-09-081-1/+1
* Fixed the case-sensitiveness of the item map.madmaxoft@gmail.com2012-09-081-1/+10
* Added the ItemToString() and ItemTypeToString() functions.madmaxoft@gmail.com2012-09-081-33/+148
* Snow is not put atop vines by the snow finisher anymoremadmaxoft@gmail.com2012-09-071-0/+1
* Made cobwebs transparentmadmaxoft@gmail.com2012-08-141-8/+9
* Some code improvementslapayo94@gmail.com2012-07-161-1/+1
* A new Block handling system :olapayo94@gmail.com2012-07-151-0/+38
* Fixed lighting for cake, fence, fence gates, glass pane, iron bars, iron door and wooden doormadmaxoft@gmail.com2012-06-161-0/+7
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-325/+325
* Tall grass finally drops seedsmadmaxoft@gmail.com2012-06-091-0/+1
* Grass grows under vinesmadmaxoft@gmail.com2012-06-071-0/+1
* Hopefully fixed lighting around chests and cropsmadmaxoft@gmail.com2012-06-061-0/+5
* Fixed Linux compilation.cedeel@gmail.com2012-06-041-1/+1
* 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-1/+42
* Added the Biomal height generator, made it the default height generator.madmaxoft@gmail.com2012-06-021-1/+1
* Cacti don't gather snowmadmaxoft@gmail.com2012-05-281-0/+1
* Ice finisher generator; fixed snow on water.madmaxoft@gmail.com2012-05-271-0/+4
* Added some useful biome synonyms; added block property IsSnowable; alphabetically sorted block property settingmadmaxoft@gmail.com2012-05-271-50/+80
* 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-0/+56
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-0/+186