summaryrefslogtreecommitdiffstats
path: root/src/UI/Window.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-02Fix potential destruction crashes (#5095)Tiger Wang1-1/+0
2020-10-03Remove SetProperty(...cPlayer)Tiger Wang1-81/+69
2020-03-28Inventory changes (#4561)Mat1-5/+2
2018-01-28A player's inventory is always opened by its owner. (#4176)peterbell101-4/+6
2018-01-15cWindow: Fix slot area priority when double click stacking. (#4086)peterbell101-33/+5
2018-01-03Add the fmt library (#4065)peterbell101-1/+1
2017-09-11Replace ItemCallbacks with lambdas (#3993)peterbell101-6/+6
2017-09-02Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot1-7/+7
2017-09-01Replace ItemCallbacks with lambdas (#3948)peterbell101-7/+7
2017-07-13Handle middle mouse drag (#3847)peterbell101-8/+35
2016-06-27Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D1-1/+1
2016-03-21Revert "Lua callback"Mattes D1-1/+1
2016-03-17Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D1-1/+1
2016-02-05Bulk clearing of whitespaceLogicParrot1-21/+21
2016-01-31Updated old forum linksMathias1-1/+1
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-8/+8
2015-07-26Fixed custom recipes result clientside bug.Mattes D1-0/+8
2015-05-18Fixes #2003Tiger Wang1-8/+6
2015-04-21Narrowed WindowID to use only 7 bits.Mattes D1-2/+6
2015-01-25Readded old DistributeStackToAreas() comment.Howaner1-2/+5
2014-12-17C++11 and function rename.Howaner1-21/+3
2014-12-13Implemented vanilla-like shift click.Howaner1-28/+22
2014-12-13Own classes for all windows.Howaner1-398/+0
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-19/+19
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-19/+19
2014-10-03Improved furnacesTiger Wang1-18/+5
2014-09-13Implemented Chest MinecartsTiger Wang1-0/+30
2014-09-111.8: Fixed inventory open packet.Howaner1-0/+28
2014-08-28Enchanting table improvements.Hownaer1-14/+19
2014-07-31Renamed functions and added beacon json saving.Howaner1-2/+2
2014-07-30Added beacon.Howaner1-0/+31
2014-07-21Style: Normalized to no spaces before closing parenthesis.madmaxoft1-2/+2
2014-07-17More trailing whitespace fixes.madmaxoft1-1/+1
2014-07-17Basic style fixes.madmaxoft1-1/+1
2014-07-17Normalized comments.madmaxoft1-9/+9
2014-07-13Changed BroadcastSoundEffect function to take floating pos.Howaner1-5/+5
2014-07-12Suggestions and bug fixTiger Wang1-1/+1
2014-07-07Implemented trapped chests & othersTiger Wang1-8/+57
2014-07-06Added drop window action.Howaner1-15/+7
2014-07-01Only fixes the server crash.Howaner1-6/+0
2014-07-01Fix server-crash with non-existing items.Howaner1-1/+7
2014-06-29Properly implemented enderchestsTiger Wang1-2/+2
2014-06-04SuggestionsTiger Wang1-1/+1
2014-05-19Changed the m_slotarea positionJulian Laubstein1-2/+2
2014-05-19Fixed some warnings in Server.cpp, and in UI/Julian Laubstein1-1/+2
2014-05-09Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-05-08Fixed MSVC 64-bit build warnings.Mattes D1-1/+1
2014-05-05Add clicks, exp subtraction, item check, ...Howaner1-3/+32
2014-05-05Add MC|ItemName plugin message.Howaner1-1/+2
2014-05-05Add anvil window and slot area.Howaner1-0/+15
2014-04-19Fixed Codedaniel09161-6/+2
2014-04-17Modified many thingsdaniel09161-38/+3
2014-04-15Add more checks to cSlotAreaEnchantingHowaner1-1/+1
2014-04-12Added complete Enchanting Systemdaniel09161-1/+85
2014-03-12Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho1-1/+1
2014-03-11Fixed a load of format string errorsTycho1-1/+1
2014-01-24Some updates for enchantingdaniel09161-1/+1
2014-01-24Fixed indentation once and for all.Mike Hunsinger1-15/+15
2014-01-24Fixed indentation and doxygen comments... For real this time.Mike Hunsinger1-12/+12
2014-01-24Fixed spacing and doxycomments.Mike Hunsinger1-12/+10
2014-01-23Removed extra lineMike Hunsinger1-2/+0
2014-01-23Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger1-5/+32
2014-01-20first changes for enchanting (not finished)daniel09161-0/+15
2014-01-16Removed obsoleted functionsTiger Wang1-1/+1
2013-12-08added default fallthrough clause to switch at line 178 of src/UI/Window.cppTycho Bickerstaff1-0/+4
2013-12-08Reordered Listed Initalisation order in src/UI/Window.cppTycho Bickerstaff1-2/+2
2013-12-07Added basic ender chestsTiger Wang1-0/+38
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-12cWindow: Fixed item dupe glitch with painting (#278)madmaxoft1-2/+2
2013-11-10Implemented inventory dblclick.madmaxoft1-0/+45
2013-11-08cProtocol::SendWindowOpen() signature changed.madmaxoft1-1/+1
2013-10-28Renamed cWindow constants to include the "wt" prefix.madmaxoft1-10/+10
2013-08-19Moved entities into the Entities subfolder.madmaxoft1-2/+2
2013-08-18Added cWindow property manipulation API.madmaxoft1-2/+24
2013-07-27Fixed Window Titles being MCS-*Tiger Wang1-8/+7
2013-06-16Rewritten furnacesmadmaxoft@gmail.com1-1/+2
2013-06-13Added hopper entity, it can suck items out of chests, dispensers, droppers and other hopppers above it.madmaxoft@gmail.com1-0/+53
2013-06-02LuaWindow: Fixed memory leaks with unclosed windowsmadmaxoft@gmail.com1-1/+1
2013-05-30Added the OnClosing callback to cLuaWindow APImadmaxoft@gmail.com1-1/+3
2013-05-30LuaWindow: Initial code, the window can be opened, but not much manipulatedmadmaxoft@gmail.com1-2/+35
2013-05-30Implemented right-click inventory paintingmadmaxoft@gmail.com1-26/+52
2013-05-30Implemented left-click inventory paintingmadmaxoft@gmail.com1-8/+201
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-3/+3
2013-05-26Implemented droppersmadmaxoft@gmail.com1-4/+4
2013-05-08Refactored window clicking code to use different click actionsmadmaxoft@gmail.com1-5/+20
2013-04-04Fixed personal crafting grid not being tossed on inventory close.madmaxoft@gmail.com1-4/+3
2013-01-08Fixed rclk in doublechestsmadmaxoft@gmail.com1-9/+16
2012-12-19Added dispensers (they can't dispense items yet)luksor111@gmail.com1-0/+15
2012-10-20Double chests are now working, and with sound. (FS #69)madmaxoft@gmail.com1-9/+32
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-29Unified folder name-casingmadmaxoft@gmail.com1-1/+1
2012-09-24Source files cleanup: The rest of the files renamed.madmaxoft@gmail.com1-7/+7
2012-09-23Source files cleanup: UI files renamedmadmaxoft@gmail.com1-5/+2
2012-09-23Tweaked logging.madmaxoft@gmail.com1-5/+0
2012-09-21Working shift-click support in crafting areas; window update working in 1.3.2madmaxoft@gmail.com1-0/+29
2012-09-20UI: Added shift-click support to most slot areas, except crafting.madmaxoft@gmail.com1-1/+43
2012-09-20Refactored windows.madmaxoft@gmail.com1-0/+385