Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
2014-04-24 | Add armor to switch() in ItemHandler.cpp | Howaner | 1 | -1/+1 | |
2014-04-24 | Fix armor in survival mode. | Howaner | 2 | -1/+80 | |
2014-04-20 | Fixed MSVC compilation. | madmaxoft | 1 | -1/+1 | |
2014-04-19 | Fixed Code | daniel0916 | 2 | -8/+5 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 1 | -5/+6 | |
2014-04-17 | Modified many things | daniel0916 | 3 | -55/+54 | |
2014-04-16 | Fixed double enchanting items | daniel0916 | 1 | -2/+2 | |
2014-04-15 | Added Book Enchanting | daniel0916 | 1 | -1/+1 | |
2014-04-15 | Add more checks to cSlotAreaEnchanting | Howaner | 3 | -99/+212 | |
2014-04-14 | Added ItemPlaceCount in SlotArea | daniel0916 | 2 | -0/+35 | |
Thanks to Howaner for helping | |||||
2014-04-14 | Blocked enchanting a item twice | daniel0916 | 2 | -8/+10 | |
2014-04-14 | Fixed Bookshelf Checking | daniel0916 | 1 | -8/+10 | |
Code by LO1ZB | |||||
2014-04-14 | Bug fixes | daniel0916 | 2 | -21/+19 | |
2014-04-13 | Fixed invisibility enchantments | daniel0916 | 2 | -0/+4 | |
2014-04-13 | Some Fixes | daniel0916 | 1 | -1/+1 | |
2014-04-12 | Fixed Bookshelves Checking (not completly) | daniel0916 | 1 | -7/+10 | |
2014-04-12 | Added complete Enchanting System | daniel0916 | 3 | -20/+135 | |
http://minecraft.gamepedia.com/Enchantment_mechanics | |||||
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 | |