Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-05-05 | Move item placement into item handlers (#5184) | Tiger Wang | 1 | -22/+0 | |
* Move item placement into item handlers + Add appropriate CanBeAt checks in cPlayer::PlaceBlocks, into which all placement handlers call. * Partly addresses #5157 * Fixes #4878 * Fixes #2919 * Fixes #4629 * Fixes #4239 * Fixes #4849 Co-authored-by: changyong guo <guo1487@163.com> Co-authored-by: Xotheus <shady3300@outlook.com> Co-authored-by: Krist Pregracke <krist@tiger-scm.com> * Review fixes * Update APIDesc.lua * Rename Co-authored-by: changyong guo <guo1487@163.com> Co-authored-by: Xotheus <shady3300@outlook.com> Co-authored-by: Krist Pregracke <krist@tiger-scm.com> | |||||
2021-03-28 | Do not fake a tool when converting to pickups (#5170) | Tiger Wang | 1 | -1/+1 | |
* When the cause of destruction was world-induced (CanBeAt check failed) there is no tool. Pass the nullptr directly to ConvertToPickups and let it handle it. * Fixes #4795 - Remove unused a_Digger parameter to ConvertToPickups. | |||||
2020-10-05 | Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963) | peterbell10 | 1 | -1/+1 | |
* Fix cmake not adding Werror on clang, and _lots_ of warnings * WIP: Build fixes * Cannot make intermediate blockhandler instance * Tiger's changes * Fix BitIndex check * Handle invalid NextState values in cMultiVersionProtocol Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com> | |||||
2020-09-25 | Unify block entity pickup conversion | Tiger Wang | 1 | -1/+1 | |
- Removed normal BlockHandler knowledge of block entities during conversion + Added cBlockEntity::ConvertToPickups that handles it | |||||
2020-09-20 | BlockHandler initialisation is a constant expression (#4891) | Tiger Wang | 1 | -12/+7 | |
* BlockHandler initialisation is a constant expression If we can't make it all namespaces, this is the next best I guess. + Tag handlers constexpr, const as needed + Inherit constructors * Privatise handler functions * More constexpr Co-authored-by: Alexander Harkness <me@bearbin.net> | |||||
2020-07-04 | cWindow: Convert XYZ to Vector3 (#4764) | MaxwellScroggs | 1 | -1/+1 | |
2020-04-21 | Vector3 in Handlers (#4680) | Mattes D | 1 | -6/+27 | |
Refactored all cBlockHandler and cItemHandler descendants to use Vector3. | |||||
2020-04-16 | Using Super. | Mattes D | 1 | -5/+6 | |
2020-04-11 | Fix rotation metas on blocks | Alexander Harkness | 1 | -15/+9 | |
2019-10-16 | Refactored block-to-pickup conversion. (#4417) | Mattes D | 1 | -2/+10 | |
2017-08-06 | Removed unneeded includes (#3902) | Lukas Pioch | 1 | -1/+0 | |
2017-08-01 | cBlockHandler: take player by ref | peterbell10 | 1 | -5/+5 | |
2017-06-05 | Fixes problems with windows: | Lukas Pioch | 1 | -1/+1 | |
- Changed cPlayer:OpenWindow to accept a ref, tolua adds a nil check - Close open lua window in destructor, to avoid dangling pointers | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -2/+2 | |
2015-12-13 | allow use failures to propagate from the entity/block to the player | Gargaj | 1 | -1/+2 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -2/+2 | |
2015-07-14 | Improved maps | Tiger Wang | 1 | -4/+6 | |
2015-05-19 | Fixed a lot of warnings | tycho | 1 | -4/+4 | |
2014-12-13 | Own classes for all windows. | Howaner | 1 | -0/+1 | |
2014-08-29 | Fixed conversion warning. | Mattes D | 1 | -1/+1 | |
2014-08-28 | Fixed anvil placing. | Hownaer | 1 | -5/+6 | |
2014-07-17 | Basic style fixes. | madmaxoft | 1 | -1/+1 | |
2014-05-05 | Add clicks, exp subtraction, item check, ... | Howaner | 1 | -1/+1 | |
2014-05-05 | Add anvil window and slot area. | Howaner | 1 | -0/+7 | |
2014-04-01 | Simplified the anvil placement code. | madmaxoft | 1 | -11/+9 | |
2014-03-30 | Fixed a few Clang warnings in BlockHandlers. | madmaxoft | 1 | -5/+5 | |
2014-03-16 | Fix anvil pickups. | Howaner | 1 | -1/+1 | |
2014-03-16 | Add anvil direction. | Howaner | 1 | -0/+63 | |