| Commit message (Expand) | Author | Files | Lines |
2016-01-31 | Updated old forum links | Mathias | 1 | -1/+1 |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 |
2015-12-18 | Reorganised the redstone simulator | Tiger Wang | 1 | -12/+4 |
2015-12-17 | Moved variables into scope, removed unused variables and fixed variables | Lukas Pioch | 1 | -2/+1 |
2015-11-24 | Add enum for Sound and Particle Effects | Dave Tucker | 1 | -3/+4 |
2015-11-03 | Implemented brewing | Lukas Pioch | 6 | -0/+372 |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 3 | -66/+54 |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 5 | -43/+42 |
2015-07-26 | Fixed custom recipes result clientside bug. | Mattes D | 1 | -0/+8 |
2015-05-28 | Fix comments | tycho | 1 | -6/+9 |
2015-05-24 | Fixes #2041 | Tiger Wang | 1 | -3/+3 |
2015-05-24 | Made -Weverything an error. | tycho | 3 | -7/+18 |
2015-05-23 | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 1 | -1/+1 |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+5 |
2015-05-18 | Fixes #2003 | Tiger Wang | 2 | -9/+7 |
2015-05-09 | CheckBasicStyle: checks spaces around * and &. | Mattes D | 1 | -1/+1 |
2015-05-09 | More style checking. | Mattes D | 4 | -4/+4 |
2015-04-21 | Narrowed WindowID to use only 7 bits. | Mattes D | 2 | -3/+7 |
2015-03-21 | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 1 | -7/+10 |
2015-03-10 | Moved window code into cpp files | Howaner | 21 | -516/+836 |
2015-02-06 | Readded old comment | Howaner | 1 | -0/+2 |
2015-01-25 | Readded old DistributeStackToAreas() comment. | Howaner | 1 | -2/+5 |
2014-12-17 | C++11 and function rename. | Howaner | 13 | -48/+51 |
2014-12-13 | Implemented vanilla-like shift click. | Howaner | 15 | -105/+380 |
2014-12-13 | Own classes for all windows. | Howaner | 16 | -591/+633 |
2014-12-05 | Fixed reported parentheses around comparisons. | Mattes D | 1 | -1/+1 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 4 | -44/+44 |
2014-10-21 | Replace &*[0] accesses with .data() | Tiger Wang | 1 | -2/+2 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 4 | -44/+44 |
2014-10-15 | Functions in cPluginManager get references instead of pointers. | Mattes D | 1 | -2/+2 |
2014-10-03 | Improved furnaces | Tiger Wang | 2 | -27/+11 |
2014-09-27 | Suggestions | Tiger Wang | 1 | -11/+57 |
2014-09-13 | e.t.c. -> etc. | Tiger Wang | 1 | -1/+1 |
2014-09-13 | Added newlines | Tiger Wang | 1 | -1/+5 |
2014-09-13 | Implemented Chest Minecarts | Tiger Wang | 5 | -68/+95 |
2014-09-11 | 1.8: Fixed inventory open packet. | Howaner | 2 | -1/+30 |
2014-08-28 | Added comments. | Hownaer | 1 | -1/+3 |
2014-08-28 | Fixed crashes and use std::swap. | Hownaer | 1 | -6/+3 |
2014-08-28 | Enchanting table improvements. | Hownaer | 4 | -134/+101 |
2014-07-31 | Renamed functions and added beacon json saving. | Howaner | 1 | -2/+2 |
2014-07-30 | Added beacon. | Howaner | 4 | -0/+276 |
2014-07-26 | Change comment. | Howaner | 1 | -1/+1 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 2 | -4/+4 |
2014-07-20 | Add armor items directly to the armor slots. | Howaner | 2 | -3/+3 |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 |
2014-07-19 | UI/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+9 |
2014-07-18 | Moved comment. | Howaner | 1 | -1/+1 |
2014-07-18 | Fixed the armor slot in creative mode. Also removed that armor get directly to the armor slot. It is extremely buggy and unnecessary. | Howaner | 1 | -0/+13 |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 1 | -2/+2 |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 1 | -1/+1 |
2014-07-17 | Basic style fixes. | madmaxoft | 4 | -8/+8 |
2014-07-17 | Normalized comments. | madmaxoft | 2 | -25/+25 |
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 |
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 |
2014-07-06 | Fixed crafting grid updating. | Mattes D | 2 | -2/+21 |
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 | Suggestions | Tiger Wang | 1 | -1/+1 |
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 |
2014-04-14 | Blocked enchanting a item twice | daniel0916 | 2 | -8/+10 |
2014-04-14 | Fixed Bookshelf Checking | daniel0916 | 1 | -8/+10 |
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 |
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 |
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 |
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 |
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 |
2013-11-24 | Moved source to src | Alexander Harkness | 5 | -0/+2521 |