Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-07 | Added Enchantment-Slot-Level generating | daniel0916 | 1 | -9/+19 | |
2014-03-28 | Fixed non-virtual destructors warnings. | madmaxoft | 1 | -0/+4 | |
2014-03-12 | Added additional macros to support the MSVC size_t format and changed all formats to use the macros | Tycho | 1 | -1/+1 | |
2014-03-11 | Fixed a load of format string errors | Tycho | 1 | -1/+1 | |
2014-02-28 | Fixed multiple gcc warnings about unused params. | madmaxoft | 2 | -3/+33 | |
2014-01-24 | Some updates for enchanting | daniel0916 | 2 | -13/+13 | |
2014-01-24 | Fixed indentation once and for all. | Mike Hunsinger | 1 | -15/+15 | |
2014-01-24 | Fixed indentation and doxygen comments... For real this time. | Mike Hunsinger | 1 | -12/+12 | |
2014-01-24 | Fixed spacing and doxycomments. | Mike Hunsinger | 1 | -12/+10 | |
2014-01-23 | Removed extra line | Mike Hunsinger | 1 | -2/+0 | |
2014-01-23 | Split TossItem into three Toss functions (Held, Equipped and Pickup) | Mike Hunsinger | 1 | -5/+32 | |
2014-01-20 | first changes for enchanting (not finished) | daniel0916 | 4 | -0/+141 | |
- added enchanting table block handler and added it to the blockhandler - added enchanting window - drop item in the slot 0 when the player close the window - added enchanting packet (1.7 only) - some more... | |||||
2014-01-17 | Removed internal cEntity::GetRot() usage. | madmaxoft | 1 | -1/+1 | |
2014-01-16 | Really did what xoft wanted | Tiger Wang | 1 | -5/+8 | |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 2 | -4/+4 | |
2014-01-16 | Possibly did what xoft wanted | Tiger Wang | 1 | -10/+3 | |
2014-01-15 | Implemented custom names and lore | Tiger Wang | 1 | -0/+7 | |
+ Added custom names and lore + Added saving and loading + Added writing and parsing of NBT | |||||
2014-01-07 | More MSVC warning fixes. | madmaxoft | 1 | -2/+2 | |
2013-12-18 | added zlib and UI | Tycho Bickerstaff | 1 | -0/+11 | |
2013-12-08 | added default fallthrough clause to switch at line 178 of src/UI/Window.cpp | Tycho Bickerstaff | 1 | -0/+4 | |
2013-12-08 | Reordered Listed Initalisation order in src/UI/Window.cpp | Tycho Bickerstaff | 1 | -2/+2 | |
Reordered the Listed Initalisation order for CWindow to the executed initalisation order. The compiler initalises values in the order the fields are declared not the initalisations listed | |||||
2013-12-08 | Removed unused variable ResultSlot | Tycho Bickerstaff | 1 | -1/+0 | |
2013-12-09 | Fixed Warning Unhandeled enum values in switch as src/UI/SlotArea.cpp line 54 | worktycho | 1 | -1/+4 | |
2013-12-07 | Added basic ender chests | Tiger Wang | 4 | -0/+106 | |
Note that they just mirror chests now, so no per player inventory. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 5 | -0/+2521 | |