| Commit message (Expand) | Author | Files | Lines |
2015-04-21 | Narrowed WindowID to use only 7 bits. | Mattes D | 1 | -1/+1 |
2015-02-06 | Readded old comment | Howaner | 1 | -0/+2 |
2014-12-17 | C++11 and function rename. | Howaner | 1 | -4/+5 |
2014-12-13 | Implemented vanilla-like shift click. | Howaner | 1 | -6/+7 |
2014-12-13 | Own classes for all windows. | Howaner | 1 | -186/+0 |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -3/+3 |
2014-10-03 | Improved furnaces | Tiger Wang | 1 | -9/+6 |
2014-09-13 | Implemented Chest Minecarts | Tiger Wang | 1 | -0/+15 |
2014-09-11 | 1.8: Fixed inventory open packet. | Howaner | 1 | -1/+2 |
2014-08-28 | Enchanting table improvements. | Hownaer | 1 | -3/+0 |
2014-07-30 | Added beacon. | Howaner | 1 | -0/+21 |
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -2/+2 |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -3/+3 |
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -1/+6 |
2014-05-05 | This isn't a enchantment table :D | Howaner | 1 | -1/+1 |
2014-05-05 | Add clicks, exp subtraction, item check, ... | Howaner | 1 | -3/+9 |
2014-05-05 | Add MC|ItemName plugin message. | Howaner | 1 | -0/+9 |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+12 |
2014-04-17 | Modified many things | daniel0916 | 1 | -1/+1 |
2014-04-13 | Fixed invisibility enchantments | daniel0916 | 1 | -0/+2 |
2014-04-12 | Added complete Enchanting System | daniel0916 | 1 | -4/+16 |
2014-01-20 | first changes for enchanting (not finished) | daniel0916 | 1 | -0/+12 |
2013-12-07 | Added basic ender chests | Tiger Wang | 1 | -0/+17 |
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 |
2013-11-10 | Implemented inventory dblclick. | madmaxoft | 1 | -0/+6 |
2013-11-08 | cProtocol::SendWindowOpen() signature changed. | madmaxoft | 1 | -0/+6 |
2013-10-28 | Renamed cWindow constants to include the "wt" prefix. | madmaxoft | 1 | -11/+11 |
2013-08-18 | Added cWindow property manipulation API. | madmaxoft | 1 | -2/+8 |
2013-06-13 | Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it. | madmaxoft@gmail.com | 1 | -0/+24 |
2013-06-02 | LuaWindow: Fixed memory leaks with unclosed windows | madmaxoft@gmail.com | 1 | -1/+1 |
2013-05-30 | Added the OnClosing callback to cLuaWindow API | madmaxoft@gmail.com | 1 | -1/+3 |
2013-05-30 | LuaWindow: Initial code, the window can be opened, but not much manipulated | madmaxoft@gmail.com | 1 | -24/+13 |
2013-05-30 | Implemented right-click inventory painting | madmaxoft@gmail.com | 1 | -0/+3 |
2013-05-30 | Implemented left-click inventory painting | madmaxoft@gmail.com | 1 | -2/+68 |
2013-05-26 | Implemented droppers | madmaxoft@gmail.com | 1 | -5/+9 |
2013-05-08 | Refactored window clicking code to use different click actions | madmaxoft@gmail.com | 1 | -1/+1 |
2013-04-04 | Fixed personal crafting grid not being tossed on inventory close. | madmaxoft@gmail.com | 1 | -1/+1 |
2013-01-08 | Fixed rclk in doublechests | madmaxoft@gmail.com | 1 | -2/+2 |
2012-12-19 | Added dispensers (they can't dispense items yet) | luksor111@gmail.com | 1 | -0/+12 |
2012-10-20 | Double chests are now working, and with sound. (FS #69) | madmaxoft@gmail.com | 1 | -1/+2 |
2012-09-24 | Source files cleanup: The rest of the files renamed. | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-23 | Source files cleanup: UI files renamed | madmaxoft@gmail.com | 1 | -1/+1 |
2012-09-21 | Working shift-click support in crafting areas; window update working in 1.3.2 | madmaxoft@gmail.com | 1 | -1/+4 |
2012-09-20 | UI: Added shift-click support to most slot areas, except crafting. | madmaxoft@gmail.com | 1 | -0/+6 |
2012-09-20 | Refactored windows. | madmaxoft@gmail.com | 1 | -0/+172 |