summaryrefslogtreecommitdiffstats
path: root/src/UI/Window.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed Compiler Warningsx12xx12x2022-01-141-8/+8
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-1/+1
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-1/+0
* Remove SetProperty(...cPlayer)Tiger Wang2020-10-031-81/+69
* Inventory changes (#4561)Mat2020-03-281-5/+2
* A player's inventory is always opened by its owner. (#4176)peterbell102018-01-281-4/+6
* cWindow: Fix slot area priority when double click stacking. (#4086)peterbell102018-01-151-33/+5
* Add the fmt library (#4065)peterbell102018-01-031-1/+1
* Replace ItemCallbacks with lambdas (#3993)peterbell102017-09-111-6/+6
* Revert "Replace ItemCallbacks with lambdas (#3948)"LogicParrot2017-09-021-7/+7
* Replace ItemCallbacks with lambdas (#3948)peterbell102017-09-011-7/+7
* Handle middle mouse drag (#3847)peterbell102017-07-131-8/+35
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-06-271-1/+1
* Revert "Lua callback"Mattes D2016-03-211-1/+1
* Changed cLuaWindow callbacks to use cLuaState::cCallback.Mattes D2016-03-171-1/+1
* Bulk clearing of whitespaceLogicParrot2016-02-051-21/+21
* Updated old forum linksMathias2016-01-311-1/+1
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-8/+8
* Fixed custom recipes result clientside bug.Mattes D2015-07-261-0/+8
* Fixes #2003Tiger Wang2015-05-181-8/+6
* Narrowed WindowID to use only 7 bits.Mattes D2015-04-211-2/+6
* Readded old DistributeStackToAreas() comment.Howaner2015-01-251-2/+5
* C++11 and function rename.Howaner2014-12-171-21/+3
* Implemented vanilla-like shift click.Howaner2014-12-131-28/+22
* Own classes for all windows.Howaner2014-12-131-398/+0
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-19/+19
* Improved furnacesTiger Wang2014-10-031-18/+5
* Merge remote-tracking branch 'origin/master' into chestcartsTiger Wang2014-09-271-0/+28
|\
| * 1.8: Fixed inventory open packet.Howaner2014-09-111-0/+28
* | Implemented Chest MinecartsTiger Wang2014-09-131-0/+30
|/
* Enchanting table improvements.Hownaer2014-08-281-14/+19
* Renamed functions and added beacon json saving.Howaner2014-07-311-2/+2
* Added beacon.Howaner2014-07-301-0/+31
* Merge remote-tracking branch 'origin/master' into portalsTiger Wang2014-07-221-2/+2
|\
| * Style: Normalized to no spaces before closing parenthesis.madmaxoft2014-07-211-2/+2
* | Merge branch 'master' into portalsTiger Wang2014-07-181-40/+81
|\|
| * More trailing whitespace fixes.madmaxoft2014-07-171-1/+1
| * Basic style fixes.madmaxoft2014-07-171-1/+1
| * Normalized comments.madmaxoft2014-07-171-9/+9
| * Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-5/+5
| * Merge pull request #1154 from mc-server/trappedchestsTiger Wang2014-07-131-8/+57
| |\
| | * Suggestions and bug fixTiger Wang2014-07-121-1/+1
| | * Implemented trapped chests & othersTiger Wang2014-07-071-8/+57
| * | Added drop window action.Howaner2014-07-061-15/+7
| |/
| * Merge pull request #1138 from mc-server/enderchestMattes D2014-07-021-2/+2
| |\
| | * Properly implemented enderchestsTiger Wang2014-06-291-2/+2
| * | Only fixes the server crash.Howaner2014-07-011-6/+0
| * | Fix server-crash with non-existing items.Howaner2014-07-011-1/+7
| |/
* | Merge branch 'master' into portalsTiger Wang2014-06-101-0/+1
|\|
| * Changed the m_slotarea positionJulian Laubstein2014-05-191-2/+2
| * Fixed some warnings in Server.cpp, and in UI/Julian Laubstein2014-05-191-1/+2
* | SuggestionsTiger Wang2014-06-041-1/+1
|/
* Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-1/+1
* Add clicks, exp subtraction, item check, ...Howaner2014-05-051-3/+32
* Add MC|ItemName plugin message.Howaner2014-05-051-1/+2
* Add anvil window and slot area.Howaner2014-05-051-0/+15
* Fixed Codedaniel09162014-04-191-6/+2
* Modified many thingsdaniel09162014-04-171-38/+3
* Add more checks to cSlotAreaEnchantingHowaner2014-04-151-1/+1
* Added complete Enchanting Systemdaniel09162014-04-121-1/+85
* Merge remote-tracking branch 'upstream/master' into Enchantingdaniel09162014-04-071-5/+28
|\
| * Added additional macros to support the MSVC size_t format and changed all formats to use the macrosTycho2014-03-121-1/+1
| * Fixed a load of format string errorsTycho2014-03-111-1/+1
| * Fixed indentation once and for all.Mike Hunsinger2014-01-241-15/+15
| * Fixed indentation and doxygen comments... For real this time.Mike Hunsinger2014-01-241-12/+12
| * Fixed spacing and doxycomments.Mike Hunsinger2014-01-241-12/+10
| * Removed extra lineMike Hunsinger2014-01-231-2/+0
| * Split TossItem into three Toss functions (Held, Equipped and Pickup)Mike Hunsinger2014-01-231-5/+32
* | Some updates for enchantingdaniel09162014-01-241-1/+1
* | first changes for enchanting (not finished)daniel09162014-01-201-0/+15
|/
* Removed obsoleted functionsTiger Wang2014-01-161-1/+1
* added default fallthrough clause to switch at line 178 of src/UI/Window.cppTycho Bickerstaff2013-12-081-0/+4
* Reordered Listed Initalisation order in src/UI/Window.cppTycho Bickerstaff2013-12-081-2/+2
* Added basic ender chestsTiger Wang2013-12-071-0/+38
* Moved source to srcAlexander Harkness2013-11-241-0/+886