summaryrefslogtreecommitdiffstats
path: root/source/UI (unfollow)
Commit message (Expand)AuthorFilesLines
2013-08-19Moved entities into the Entities subfolder.madmaxoft3-4/+4
2013-08-18Added cWindow property manipulation API.madmaxoft2-4/+32
2013-08-02Shift+clicking won't combine different item metas.madmaxoft1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness2-1118/+1118
2013-07-27Fixed Window Titles being MCS-*Tiger Wang1-8/+7
2013-06-16Rewritten furnacesmadmaxoft@gmail.com3-62/+29
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com4-1/+104
2013-06-02LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com2-2/+2
2013-06-02Shift + click doesn't "destroy" item enchantmentmadmaxoft@gmail.com1-5/+6
2013-05-30Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com2-2/+6
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com4-29/+102
2013-05-30Implemented right-click inventory paintingmadmaxoft@gmail.com2-26/+55
2013-05-30Implemented left-click inventory paintingmadmaxoft@gmail.com4-24/+283
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com3-7/+7
2013-05-26Implemented droppersmadmaxoft@gmail.com4-38/+25
2013-05-25Fixed WindowOwner implementationmadmaxoft@gmail.com1-3/+3
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com2-5/+5
2013-05-19Inventory code cleanup, players can now see each other's armormadmaxoft@gmail.com1-2/+2
2013-05-08Refactored window clicking code to use different click actionsmadmaxoft@gmail.com4-79/+105
2013-04-10Dispensers rewritten to use ItemGridmadmaxoft@gmail.com1-1/+1
2013-04-10Added cItemGrid to represent an XY grid of items; converted chests to use cItemGrid.madmaxoft@gmail.com1-3/+3
2013-04-04Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com2-5/+4
2013-03-09Pickups are now being saved into Anvil.madmaxoft@gmail.com1-1/+1
2013-01-12Merged branch "branches/hooks" into "trunk".madmaxoft@gmail.com1-10/+10
2013-01-08Fixed rclk in doublechestsmadmaxoft@gmail.com4-12/+84
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com4-0/+96
2012-10-24Fixed issues with pickups. sebi.noreply@gmail.com1-1/+2
2012-10-20Double chests are now working, and with sound. (FS #69)madmaxoft@gmail.com2-10/+34
2012-09-29Fixed memory leaks in cWindow and cProtocolRecognizermadmaxoft@gmail.com1-0/+5
2012-09-29Hopefully fixed creative inventory tossing items out of the window.madmaxoft@gmail.com1-1/+1
2012-09-29SlotArea: removed excessive loggingmadmaxoft@gmail.com1-4/+0
2012-09-29Unified folder name-casingmadmaxoft@gmail.com1-1/+1
2012-09-26Fixed a bug in the inventory system where it would de-sync when dragging items with non-default metadata/healthfaketruth1-1/+1
2012-09-25Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247)madmaxoft@gmail.com1-0/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com5-16/+16
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com4-8/+5
2012-09-23Tweaked logging.madmaxoft@gmail.com2-10/+5
2012-09-21Fixed a potential crash in shift-click (gcc warning)madmaxoft@gmail.com1-1/+1
2012-09-21Working shift-click support in crafting areas; window update working in 1.3.2madmaxoft@gmail.com4-7/+89
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com4-42/+227
2012-09-20Refactored windows.madmaxoft@gmail.com5-0/+1443