summaryrefslogtreecommitdiffstats
path: root/src/UI/EnchantingWindow.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-03Remove SetProperty(...cPlayer)Tiger Wang1-7/+3
Enchantment table, anvil windows are already opened one per-player.
2020-10-01Enchanting table shows detail on hover. Enchanting is deterministic. (#4937)KingCol131-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>
2020-09-20Added end portal and enchanting table block entities12xx121-1/+1
2020-07-04cWindow: Convert XYZ to Vector3 (#4764)MaxwellScroggs1-2/+2
2020-04-16Using Super.Mattes D1-2/+3
2015-03-10Moved window code into cpp filesHowaner1-67/+10
2014-12-17C++11 and function rename.Howaner1-2/+2
2014-12-13Implemented vanilla-like shift click.Howaner1-0/+19
This fixes many visual bugs.
2014-12-13Own classes for all windows.Howaner1-0/+82