summaryrefslogtreecommitdiffstats
path: root/src/UI/MinecartWithChestWindow.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Using Super.Mattes D2020-04-161-4/+5
|
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-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
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-2/+2
|
* CheckBasicStyle: checks spaces around * and &.Mattes D2015-05-091-1/+1
|
* C++11 and function rename.Howaner2014-12-171-0/+20
|
* Implemented vanilla-like shift click.Howaner2014-12-131-1/+0
| | | This fixes many visual bugs.
* Own classes for all windows.Howaner2014-12-131-0/+48