Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-07-17 | Basic style fixes. | madmaxoft | 4 | -8/+8 | |
2014-07-17 | Normalized comments. | madmaxoft | 2 | -25/+25 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 1 | -5/+5 | |
2014-07-12 | Suggestions and bug fix | Tiger Wang | 1 | -1/+1 | |
* Fixed hoppers pushing/pulling to/from (trapped)chests that do not form a double-chest with the chest type directly connected to said hopper; thank you, @madmaxoft | |||||
2014-07-09 | Removed unused include line. | Howaner | 1 | -1/+0 | |
2014-07-09 | Added inventory number click. | Howaner | 2 | -1/+43 | |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 2 | -9/+63 | |
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | |||||
2014-07-06 | Fixed crafting grid updating. | Mattes D | 2 | -2/+21 | |
Fixes #1152. | |||||
2014-07-06 | Added drop window action. | Howaner | 3 | -25/+113 | |
2014-07-05 | Add middle click. | Howaner | 2 | -21/+88 | |
2014-07-01 | Only fixes the server crash. | Howaner | 1 | -6/+0 | |
2014-07-01 | Fix server-crash with non-existing items. | Howaner | 1 | -1/+7 | |
2014-06-29 | Removed bad comment | Tiger Wang | 1 | -1/+0 | |
2014-06-29 | Properly implemented enderchests | Tiger Wang | 2 | -4/+4 | |
2014-06-04 | derp | worktycho | 1 | -1/+1 | |
2014-06-04 | Make sure m_StackSizeToBeUsedInRepair Always has a valid value | worktycho | 1 | -1/+3 | |
2014-06-01 | Players can't set items in the result slot, when they shift a item. | Howaner | 2 | -0/+39 | |
2014-06-01 | Add HandleSmeltItem() call for achievements. | Howaner | 1 | -7/+11 | |
2014-06-01 | Missing return; | Howaner | 1 | -0/+1 | |
2014-05-31 | Set DraggingItem to Slot directly. | Howaner | 1 | -1/+1 | |
2014-05-31 | Fix DBL bug. | Howaner | 1 | -5/+4 | |
2014-05-31 | Change "Slot.IsEmpty()" to "Slot.m_ItemCount <= 0" | Howaner | 1 | -1/+1 | |
2014-05-30 | Fix the furnace result slot. | Howaner | 1 | -2/+90 | |
2014-05-19 | Changed the m_slotarea position | Julian Laubstein | 1 | -2/+2 | |
2014-05-19 | Fixed some warnings in Server.cpp, and in UI/ | Julian Laubstein | 2 | -2/+4 | |
2014-05-16 | Fixed anvil exp removing | tonibm19 | 1 | -1/+1 | |
2014-05-12 | cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement() | andrew | 2 | -1/+47 | |
2014-05-09 | Fixed MSVC 64-bit build warnings. | Mattes D | 2 | -2/+2 | |
2014-05-08 | Fixed MSVC 64-bit build warnings. | Mattes D | 2 | -2/+2 | |
2014-05-07 | Change m_RepairCost to int. | Howaner | 1 | -9/+3 | |
2014-05-07 | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 1 | -24/+36 | |
2014-05-06 | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 1 | -6/+5 | |
2014-05-05 | Fix SetRepairedItemName() in SlotArea.cpp | Howaner | 1 | -1/+1 | |
2014-05-05 | Add comments to CanTakeResultItem() | Howaner | 1 | -5/+5 | |
2014-05-05 | Add doxycomments to cSlotAreaAnvil functions. | Howaner | 1 | -0/+2 | |
2014-05-05 | Add anvil shift click. | Howaner | 2 | -5/+86 | |
2014-05-05 | This isn't a enchantment table :D | Howaner | 1 | -1/+1 | |
2014-05-05 | Add clicks, exp subtraction, item check, ... | Howaner | 4 | -16/+204 | |
2014-05-05 | Add MC|ItemName plugin message. | Howaner | 4 | -8/+16 | |
2014-05-05 | Add anvil window and slot area. | Howaner | 4 | -0/+229 | |
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 | |