Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -4/+4 | |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 1 | -1/+1 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-12-05 | Fixed reported parentheses around comparisons. | Mattes D | 1 | -1/+1 | |
2014-09-04 | Revert "Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etc" | archshift | 1 | -7/+5 | |
This reverts commit 472efa8174626a00ffdf5b39e1a44ac419cd3698. Apparently we don't support some of these features quite yet (darn you C++98!) | |||||
2014-09-04 | Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etc | archshift | 1 | -5/+7 | |
Snow Golems must also be above 64Y to spawn snow (as of 1.8). | |||||
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -1/+1 | |
2014-02-24 | Fixed Formatting, added compiler warning suppressing methods, fixed comments | TheJumper | 1 | -0/+1 | |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 1 | -1/+1 | |
2014-02-21 | Fixed Mob Drops, Add Rare and Uncommon Drops, Looting inflicts Drops | TheJumper | 1 | -1/+1 | |
2014-02-03 | Increased Type safety of Biomes | Tycho | 1 | -1/+1 | |
Changed a number of funcictions from using integers to store biomes to using EMCSBiome Note that switching from an int to an Enum is a non-breaking chang to the lua bindings | |||||
2013-12-22 | Fixed bug where snowgolems could replace non-solid blocks to snow blocks. | STRWarrior | 1 | -1/+3 | |
2013-12-22 | Snow golems die in hot biomes and leave a snow trail. | STRWarrior | 1 | -0/+17 | |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-10-20 | Fixed loading allowed mobs in world. | madmaxoft | 1 | -1/+1 | |
2013-09-18 | Added moar mobs! | Tiger Wang | 1 | -0/+26 | |
+ Added dragons + Added golems + Added giants + Added horses + Added some missing items + Added missing spawn egg metas |