summaryrefslogtreecommitdiffstats
path: root/src/UI/MinecartWithChestWindow.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-19Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly1-2/+2
* 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
2017-05-21Clang 5.0 fixesLukas Pioch1-1/+1
- Added override keyword - Removed inherited member variables
2017-02-15Updated sounds and effect IDs (#3422)mathiascode1-2/+2
2015-05-09CheckBasicStyle: checks spaces around * and &.Mattes D1-1/+1
2014-12-17C++11 and function rename.Howaner1-0/+20
2014-12-13Implemented vanilla-like shift click.Howaner1-1/+0
This fixes many visual bugs.
2014-12-13Own classes for all windows.Howaner1-0/+48