Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implemented Chest Minecarts | Tiger Wang | 2014-09-13 | 1 | -0/+35 |
| | |||||
* | Added comments. | Hownaer | 2014-08-28 | 1 | -1/+3 |
| | |||||
* | Fixed crashes and use std::swap. | Hownaer | 2014-08-28 | 1 | -6/+3 |
| | |||||
* | Enchanting table improvements. | Hownaer | 2014-08-28 | 1 | -115/+77 |
| | |||||
* | Added beacon. | Howaner | 2014-07-30 | 1 | -0/+195 |
| | |||||
* | Change comment. | Howaner | 2014-07-26 | 1 | -1/+1 |
| | |||||
* | Add armor items directly to the armor slots. | Howaner | 2014-07-20 | 1 | -2/+2 |
| | |||||
* | Moved comment. | Howaner | 2014-07-18 | 1 | -1/+1 |
| | |||||
* | Fixed the armor slot in creative mode. Also removed that armor get directly to the armor slot. It is extremely buggy and unnecessary. | Howaner | 2014-07-18 | 1 | -0/+13 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -16/+16 |
| | | | | | 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. | ||||
* | Merge pull request #1157 from Howaner/Window | Mattes D | 2014-07-09 | 1 | -23/+214 |
|\ | | | | | Add more inventory actions. | ||||
| * | Removed unused include line. | Howaner | 2014-07-09 | 1 | -1/+0 |
| | | |||||
| * | Added inventory number click. | Howaner | 2014-07-09 | 1 | -0/+38 |
| | | |||||
| * | Added drop window action. | Howaner | 2014-07-06 | 1 | -10/+100 |
| | | |||||
| * | Add middle click. | Howaner | 2014-07-05 | 1 | -19/+83 |
| | | |||||
* | | Fixed crafting grid updating. | Mattes D | 2014-07-06 | 1 | -2/+20 |
|/ | | | | Fixes #1152. | ||||
* | Removed bad comment | Tiger Wang | 2014-06-29 | 1 | -1/+0 |
| | |||||
* | Properly implemented enderchests | Tiger Wang | 2014-06-29 | 1 | -2/+2 |
| | |||||
* | derp | worktycho | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | Make sure m_StackSizeToBeUsedInRepair Always has a valid value | worktycho | 2014-06-04 | 1 | -1/+3 |
| | |||||
* | Players can't set items in the result slot, when they shift a item. | Howaner | 2014-06-01 | 1 | -0/+38 |
| | |||||
* | Add HandleSmeltItem() call for achievements. | Howaner | 2014-06-01 | 1 | -7/+11 |
| | |||||
* | Missing return; | Howaner | 2014-06-01 | 1 | -0/+1 |
| | |||||
* | Set DraggingItem to Slot directly. | Howaner | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Fix DBL bug. | Howaner | 2014-05-31 | 1 | -5/+4 |
| | |||||
* | Change "Slot.IsEmpty()" to "Slot.m_ItemCount <= 0" | Howaner | 2014-05-31 | 1 | -1/+1 |
| | |||||
* | Fix the furnace result slot. | Howaner | 2014-05-30 | 1 | -2/+90 |
| | |||||
* | Merge pull request #998 from mc-server/StatManager | Mattes D | 2014-05-18 | 1 | -1/+41 |
|\ | | | | | Statistic Manager | ||||
| * | cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement() | andrew | 2014-05-12 | 1 | -1/+41 |
| | | |||||
* | | Fixed anvil exp removing | tonibm19 | 2014-05-16 | 1 | -1/+1 |
|/ | |||||
* | Fixed MSVC 64-bit build warnings. | Mattes D | 2014-05-09 | 1 | -1/+1 |
| | |||||
* | Change m_RepairCost to int. | Howaner | 2014-05-07 | 1 | -9/+3 |
| | |||||
* | Add repair cost to cItem, add custom name to NBTChunkSerializer and fix anvil bugs. | Howaner | 2014-05-07 | 1 | -24/+36 |
| | |||||
* | Rename CanRepairWithItem to CanRepairWithRawMaterial and rename Size() to Count() | Howaner | 2014-05-06 | 1 | -6/+5 |
| | |||||
* | Fix SetRepairedItemName() in SlotArea.cpp | Howaner | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Add comments to CanTakeResultItem() | Howaner | 2014-05-05 | 1 | -5/+5 |
| | |||||
* | Add anvil shift click. | Howaner | 2014-05-05 | 1 | -4/+83 |
| | |||||
* | Add clicks, exp subtraction, item check, ... | Howaner | 2014-05-05 | 1 | -9/+155 |
| | |||||
* | Add MC|ItemName plugin message. | Howaner | 2014-05-05 | 1 | -5/+5 |
| | |||||
* | Add anvil window and slot area. | Howaner | 2014-05-05 | 1 | -0/+173 |
| | |||||
* | Add armor to switch() in ItemHandler.cpp | Howaner | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Fix armor in survival mode. | Howaner | 2014-04-24 | 1 | -0/+74 |
| | |||||
* | Merge pull request #909 from jfhumann/fixes | Mattes D | 2014-04-22 | 1 | -5/+6 |
|\ | | | | | | | | | Bug fixes and optimizations. We need to visit the API functions and check that they return only those values expected. `cWorld::CreateProjectile()` seems affected, too, by the same issue of ToLua returning extra values. In the cleanest form, these functions will need moving to ManualBindings.cpp | ||||
| * | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2014-04-18 | 1 | -5/+6 |
| | | |||||
* | | Fixed MSVC compilation. | madmaxoft | 2014-04-20 | 1 | -1/+1 |
| | | |||||
* | | Fixed Code | daniel0916 | 2014-04-19 | 1 | -2/+3 |
| | | |||||
* | | Modified many things | daniel0916 | 2014-04-17 | 1 | -16/+50 |
| | | |||||
* | | Fixed double enchanting items | daniel0916 | 2014-04-16 | 1 | -2/+2 |
| | | |||||
* | | Added Book Enchanting | daniel0916 | 2014-04-15 | 1 | -1/+1 |
| | | |||||
* | | Add more checks to cSlotAreaEnchanting | Howaner | 2014-04-15 | 1 | -88/+198 |
| | | |||||
* | | Added ItemPlaceCount in SlotArea | daniel0916 | 2014-04-14 | 1 | -0/+32 |
| | | | | | | | | Thanks to Howaner for helping | ||||
* | | Blocked enchanting a item twice | daniel0916 | 2014-04-14 | 1 | -6/+8 |
| | | |||||
* | | Fixed Bookshelf Checking | daniel0916 | 2014-04-14 | 1 | -8/+10 |
| | | | | | | | | Code by LO1ZB | ||||
* | | Bug fixes | daniel0916 | 2014-04-14 | 1 | -15/+17 |
| | | |||||
* | | Fixed invisibility enchantments | daniel0916 | 2014-04-13 | 1 | -0/+2 |
| | | |||||
* | | Some Fixes | daniel0916 | 2014-04-13 | 1 | -1/+1 |
| | | |||||
* | | Fixed Bookshelves Checking (not completly) | daniel0916 | 2014-04-12 | 1 | -7/+10 |
| | | |||||
* | | Added complete Enchanting System | daniel0916 | 2014-04-12 | 1 | -15/+34 |
| | | | | | | | | http://minecraft.gamepedia.com/Enchantment_mechanics | ||||
* | | Merge remote-tracking branch 'upstream/master' into Enchanting | daniel0916 | 2014-04-07 | 1 | -0/+30 |
|\| | |||||
| * | Fixed multiple gcc warnings about unused params. | madmaxoft | 2014-02-28 | 1 | -0/+30 |
| | | |||||
* | | Added Enchantment-Slot-Level generating | daniel0916 | 2014-04-07 | 1 | -9/+19 |
| | | |||||
* | | Some updates for enchanting | daniel0916 | 2014-01-24 | 1 | -12/+12 |
| | | |||||
* | | first changes for enchanting (not finished) | daniel0916 | 2014-01-20 | 1 | -0/+86 |
|/ | | | | | | | | - 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... | ||||
* | Removed internal cEntity::GetRot() usage. | madmaxoft | 2014-01-17 | 1 | -1/+1 |
| | |||||
* | Really did what xoft wanted | Tiger Wang | 2014-01-16 | 1 | -5/+8 |
| | |||||
* | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 1 | -3/+3 |
| | |||||
* | Possibly did what xoft wanted | Tiger Wang | 2014-01-16 | 1 | -10/+3 |
| | |||||
* | Implemented custom names and lore | Tiger Wang | 2014-01-15 | 1 | -0/+7 |
| | | | | | | + Added custom names and lore + Added saving and loading + Added writing and parsing of NBT | ||||
* | More MSVC warning fixes. | madmaxoft | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | Removed unused variable ResultSlot | Tycho Bickerstaff | 2013-12-08 | 1 | -1/+0 |
| | |||||
* | Fixed Warning Unhandeled enum values in switch as src/UI/SlotArea.cpp line 54 | worktycho | 2013-12-09 | 1 | -1/+4 |
| | |||||
* | Added basic ender chests | Tiger Wang | 2013-12-07 | 1 | -0/+33 |
| | | | | Note that they just mirror chests now, so no per player inventory. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+897 |