Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-04-10 | Remove silly empty cBlockGlazedTerracotta class | Alexander Harkness | 1 | -1/+0 | |
2020-04-10 | Add mixins for blocks that rotate based on player yaw at placement | Alexander Harkness | 1 | -0/+1 | |
Also add observer block handler. | |||||
2020-04-10 | Add Terracotta handlers | Alexander Harkness | 1 | -0/+1 | |
2020-03-28 | Updated Bookshelves drop behaviour (#4567) | Xenoxis | 1 | -0/+1 | |
* Updated BookShelves Drop Behaviour As described here : https://minecraft.gamepedia.com/Bookshelf#Loot * Update src/Blocks/BlockBookShelf.h * Update CONTRIBUTORS | |||||
2019-10-16 | Refactored block-to-pickup conversion. (#4417) | Mattes D | 1 | -2/+1 | |
2019-05-11 | Create Ender Portal with Eyes of Ender (#4126) | Zach DeCook | 1 | -0/+1 | |
The algorithm was designed so All portals must be facing the center, no matter which block had the eye inserted in last. Note: Still need to create a block entity so that portals don't become invisible when you relog. Addresses part of #3445 Fixes #3695 | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -0/+1 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2018-01-03 | Concrete mixing (#4096) | Zach DeCook | 1 | -0/+1 | |
Adds a block handler for concrete powder and implements hardening to concrete. Concrete powder turns into concrete when: * It is next to water when it receives a block update * It falls onto a water block (even with Physics SandInstantFall=1) | |||||
2017-07-28 | Check for intersection between placed blocks and entities. (#3850) | Lane Kolbly | 1 | -0/+1 | |
* Check for intersection between placed blocks and entities. + Implemented GetPlacementCollisionBox, to permit custom placement collision boxes for blocks. * Factored block-entity placement checking into another function in cPlayer. - Removed vector min/max functions * Use GetWorld to get the world in DoesPlacingBlocksIntersectEntity. + Added block height checks, allow different cEntity subclasses to decide whether they will prevent block placement. | |||||
2016-07-18 | CMake: Remove needless minimum version specifications. | Mattes D | 1 | -2/+0 | |
2016-01-01 | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 1 | -1/+1 | |
Also upgraded the user setting file for MSVC to 2013. | |||||
2015-09-17 | Added CircleCI for stylechecking. | Mattes D | 1 | -3/+10 | |
This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks | |||||
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 1 | -5/+0 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -0/+4 | |
2015-05-19 | Make -Werror disabling file only | tycho | 1 | -0/+1 | |
Ad fix a load of warnings | |||||
2014-12-01 | Added cocoa pod. | Howaner | 1 | -0/+1 | |
2014-10-07 | Removed BlockHaybale.h from CMakeLists.txt | Howaner | 1 | -1/+0 | |
2014-08-20 | Removed old classes from the CMakeLists.txt | Howaner | 1 | -2/+0 | |
2014-07-19 | Blocks/CMakeLists.txt: Fixed header list after merge of master | archshift | 1 | -1/+2 | |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 | |
2014-07-19 | Blocks/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+92 | |
2014-04-25 | Missed these CMakeLists. | archshift | 1 | -0/+1 | |
2013-12-19 | added blocks and blockentities | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-10 | more cmake stuff | Tycho Bickerstaff | 1 | -1/+1 | |
2013-12-10 | started work on cmake | Tycho Bickerstaff | 1 | -0/+7 | |