summaryrefslogtreecommitdiffstats
path: root/src/UI/EnderChestWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-2/+3
|
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-1/+1
| | | | | | | | | | | | | | | | | | * Made BroadcastSoundEffect take vector parameters. * Added docs for new vectored methods * Removed old code * Fixed lua warnings * Made old BroadcastSoundEffect not an override. * m_Block to m_BlockPos, used Vector3d constructor where prettier. * a_Block to a_BlockPos * Changed thunderbolt a_Block to a_BlockPos
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Moved window code into cpp filesHowaner2015-03-101-45/+5
|
* C++11 and function rename.Howaner2014-12-171-2/+2
|
* Implemented vanilla-like shift click.Howaner2014-12-131-1/+19
| | | This fixes many visual bugs.
* Own classes for all windows.Howaner2014-12-131-0/+60