summaryrefslogtreecommitdiffstats
path: root/src/UI/SlotArea.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Corrected brewingstand and added support for fuelLukas Pioch2017-05-081-1/+1
|
* Fixed bindings for cBlockArea:Read and Write. (#3568)Mattes D2017-02-051-1/+1
| | | The original bindings accepted nil as the World param, causing a crash.
* Bulk clearing of whitespaceLogicParrot2016-02-051-39/+39
|
* Implemented brewingLukas Pioch2015-11-031-0/+30
|
* Unified the doxy-comment format.Mattes D2015-07-311-24/+22
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-1/+1
|
* Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.Lukas Pioch2015-05-231-1/+1
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Changed cEntity::m_UniqueID to UInt32.Mattes D2015-03-211-7/+10
|
* Implemented vanilla-like shift click.Howaner2014-12-131-8/+8
| | | This fixes many visual bugs.
* Own classes for all windows.Howaner2014-12-131-4/+2
|
* e.t.c. -> etc.Tiger Wang2014-09-131-1/+1
| | | etcetera, not egg tray conglomerate :P
* Added newlinesTiger Wang2014-09-131-1/+5
|
* Implemented Chest MinecartsTiger Wang2014-09-131-0/+14
|
* Enchanting table improvements.Hownaer2014-08-281-2/+5
|
* Added beacon.Howaner2014-07-301-0/+29
|
* Add armor items directly to the armor slots.Howaner2014-07-201-1/+1
|
* Fixed tabs used for alignment.madmaxoft2014-07-171-2/+2
|
* Merge pull request #1157 from Howaner/WindowMattes D2014-07-091-3/+16
|\ | | | | Add more inventory actions.
| * Added inventory number click.Howaner2014-07-091-1/+5
| |
| * Added drop window action.Howaner2014-07-061-0/+6
| |
| * Add middle click.Howaner2014-07-051-2/+5
| |
* | Fixed crafting grid updating.Mattes D2014-07-061-0/+1
|/ | | | Fixes #1152.
* Players can't set items in the result slot, when they shift a item.Howaner2014-06-011-0/+1
|
* cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()andrew2014-05-121-0/+6
|
* Add doxycomments to cSlotAreaAnvil functions.Howaner2014-05-051-0/+2
|
* Add anvil shift click.Howaner2014-05-051-1/+3
|
* Add clicks, exp subtraction, item check, ...Howaner2014-05-051-1/+8
|
* Add MC|ItemName plugin message.Howaner2014-05-051-2/+0
|
* Add anvil window and slot area.Howaner2014-05-051-0/+29
|
* Fix armor in survival mode.Howaner2014-04-241-1/+6
|
* Add more checks to cSlotAreaEnchantingHowaner2014-04-151-10/+13
|
* Added ItemPlaceCount in SlotAreadaniel09162014-04-141-0/+3
| | | | Thanks to Howaner for helping
* Blocked enchanting a item twicedaniel09162014-04-141-2/+2
|
* Bug fixesdaniel09162014-04-141-6/+2
|
* Merge remote-tracking branch 'upstream/master' into Enchantingdaniel09162014-04-071-3/+3
|\
| * Fixed multiple gcc warnings about unused params.madmaxoft2014-02-281-3/+3
| |
* | first changes for enchanting (not finished)daniel09162014-01-201-0/+28
|/ | | | | | | | - added enchanting table block handler and added it to the blockhandler - added enchanting window - drop item in the slot 0 when the player close the window - added enchanting packet (1.7 only) - some more...
* Added basic ender chestsTiger Wang2013-12-071-0/+18
| | | | Note that they just mirror chests now, so no per player inventory.
* Moved source to srcAlexander Harkness2013-11-241-0/+313