summaryrefslogtreecommitdiffstats
path: root/src/UI/EnderChestWindow.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-19Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly1-11/+5
* 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-02-15Updated sounds and effect IDs (#3422)mathiascode1-2/+2
2015-05-28Fix commentstycho1-6/+9
2015-05-24Made -Weverything an error.tycho1-2/+12
2015-03-10Moved window code into cpp filesHowaner1-0/+71