summaryrefslogtreecommitdiffstats
path: root/src/UI/Window.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | http://minecraft.gamepedia.com/Enchantment_mechanics
* 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
|/ | | | | | | | - 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...
* 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
| | | | | | | Reordered the Listed Initalisation order for CWindow to the executed initalisation order. The compiler initalises values in the order the fields are declared not the initalisations listed
* Added basic ender chestsTiger Wang2013-12-071-0/+38
| | | | Note that they just mirror chests now, so no per player inventory.
* Moved source to srcAlexander Harkness2013-11-241-0/+886