summaryrefslogtreecommitdiffstats
path: root/src/UI/EnchantingWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove SetProperty(...cPlayer)Tiger Wang2020-10-031-7/+3
| | | | Enchantment table, anvil windows are already opened one per-player.
* Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol132020-10-011-8/+15
| | | | | * Use lapis for enchanting, subtract correct number of levels, ClientHandle now selects from pregenerated list. Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Added end portal and enchanting table block entities12xx122020-09-201-1/+1
|
* cWindow: Convert XYZ to Vector3 (#4764)MaxwellScroggs2020-07-041-2/+2
|
* Using Super.Mattes D2020-04-161-2/+3
|
* Moved window code into cpp filesHowaner2015-03-101-67/+10
|
* C++11 and function rename.Howaner2014-12-171-2/+2
|
* Implemented vanilla-like shift click.Howaner2014-12-131-0/+19
| | | This fixes many visual bugs.
* Own classes for all windows.Howaner2014-12-131-0/+82