| Commit message (Expand) | Author | Files | Lines |
2014-07-31 | Fixed hunger bugs, Implemented golden apple, added jump statistic, added correct food effects. | Howaner | 1 | -7/+9 |
2014-07-26 | Rename function. | Howaner | 1 | -1/+1 |
2014-07-23 | Fix item durability. | Howaner | 1 | -2/+15 |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 1 | -1/+1 |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -2/+2 |
2014-07-17 | Normalized comments. | madmaxoft | 1 | -4/+4 |
2014-06-17 | ItemHandler: changed IsDrinkable() to take a short argument | archshift | 1 | -2/+2 |
2014-06-17 | Implemented drinkable potions, noeffect entity effect, | archshift | 1 | -1/+1 |
2014-06-17 | Implemented milk, added documentation to Pawn.h | archshift | 1 | -0/+3 |
2014-05-07 | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 1 | -3/+0 |
2014-05-06 | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 1 | -1/+1 |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+6 |
2014-04-24 | Fix armor in survival mode. | Howaner | 1 | -15/+15 |
2014-04-18 | Fixed clang compilation errors. Apparently gcc and MSVC do not care about the order of initializer lists, but clang does. | jfhumann | 1 | -1/+1 |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -1/+1 |
2014-03-07 | Fixed warnings | Tycho | 1 | -0/+3 |
2014-02-17 | Map item handler; Fixed several bugs | andrew | 1 | -0/+8 |
2014-02-04 | Improved Type safety of eBlockFace | Tycho | 1 | -4/+4 |
2013-12-22 | merged in warnings changes | Tycho Bickerstaff | 1 | -1/+7 |
2013-12-22 | converted commneted paramater names to the unused macro | Tycho Bickerstaff | 1 | -1/+7 |
2013-12-21 | Root is now warnings clean | Tycho Bickerstaff | 1 | -1/+1 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-08-30 | Shooting a bow kinda works. | madmaxoft | 1 | -3/+6 |
2013-07-29 | Changed everyting to Unix line endings. | Alexander Harkness | 1 | -96/+96 |
2013-07-28 | Implemented basic eating support. | madmaxoft | 1 | -8/+9 |
2013-05-19 | Inventory code cleanup, players can now see each other's armor | madmaxoft@gmail.com | 1 | -3/+3 |
2013-01-27 | Added the HOOK_BLOCK_TO_PICKUPS hook that fires when a block is dug up and should be converted to pickups. | madmaxoft@gmail.com | 1 | -1/+1 |
2013-01-12 | Merged branch "branches/hooks" into "trunk". | madmaxoft@gmail.com | 1 | -22/+34 |
2012-11-15 | - Added the "wait" music disc | luksor111@gmail.com | 1 | -1/+1 |
2012-10-18 | Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks. | madmaxoft@gmail.com | 1 | -7/+7 |
2012-10-03 | Moved blockticking into blockhandler classes. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-29 | Unified folder name-casing | madmaxoft@gmail.com | 1 | -0/+0 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -0/+0 |
2012-08-22 | Added a documentation for block and item handlers | lapayo94@gmail.com | 1 | -1/+12 |
2012-08-18 | Packet refactoring, phase two, partial. Rewritten a few packet handling functions not to use cPacket-descendant objects. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-08-11 | Added cItemHandler::GetMaxStackSize() with a very basic implementation | madmaxoft@gmail.com | 1 | -0/+12 |
2012-07-29 | Fixed warnings in item handlers - items' damage value is a short, but block meta is only a NIBBLETYPE. Also slight cleanup. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-07-17 | Simple health regeneration system | lapayo94@gmail.com | 1 | -2/+17 |
2012-07-16 | Some code improvements | lapayo94@gmail.com | 1 | -1/+1 |
2012-07-16 | Fixed a copypasta error in previous commit | madmaxoft@gmail.com | 1 | -1/+1 |
2012-07-16 | Changed GetBlockMeta to return NIBBLETYPE instead of char | madmaxoft@gmail.com | 1 | -1/+1 |
2012-07-15 | A new Block handling system :o | lapayo94@gmail.com | 1 | -0/+45 |