summaryrefslogtreecommitdiffstats
path: root/src/UI/ChestWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Moved window code into cpp filesHowaner2015-03-101-105/+11
|
* C++11 and function rename.Howaner2014-12-171-2/+2
|
* Implemented vanilla-like shift click.Howaner2014-12-131-2/+19
| | | This fixes many visual bugs.
* Own classes for all windows.Howaner2014-12-131-0/+122