Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix switch warnings (#4013) | peterbell10 | 2017-09-14 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | * Fix switch warnings * Fix a variety of -Wswitch and -Wswitch-enum warnings * Remove unneeded -Wno-error flags * Reorganise some eMonsterType switches * Alpha sort eMonsterType cases in WriteMobMetadata and in cNBTChunkSerializer::AddMonsterEntity * List all mob types in protocol 1.12 and NBTChunkSerializer * cStructGenTrees::GetNumTrees: remove switch default * cWSSAnvil::LoadOldMinecartFromNBT: Log unhandled minecart type | ||||
* | Anticheat fastbreak (#3411) | mohe2015 | 2016-11-06 | 1 | -0/+1 |
| | | | Added block hardness checks when breaking blocks. | ||||
* | Fixed type-casting-related warnings. | Mattes D | 2016-08-24 | 1 | -1/+1 |
| | |||||
* | CMake: Remove needless minimum version specifications. | Mattes D | 2016-07-18 | 1 | -2/+0 |
| | |||||
* | Renamed leftover strings to Cuberite / Server, as needed. | Mattes D | 2016-01-01 | 1 | -1/+1 |
| | | | | Also upgraded the user setting file for MSVC to 2013. | ||||
* | add handling of water bottle | Gargaj | 2015-12-22 | 1 | -0/+1 |
| | |||||
* | Merge mushroom soup into generic food handler | Gargaj | 2015-12-03 | 1 | -1/+0 |
| | | | | ...and fix eating the bowl when eating rabbit stew | ||||
* | Added CircleCI for stylechecking. | Mattes D | 2015-09-17 | 1 | -2/+5 |
| | | | | This will allow us to remove the stylecheck from Travis builds, making them a bit faster, and having fast style checks | ||||
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -1/+1 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -0/+4 |
| | | | | Ad fix a load of warnings | ||||
* | Refactored all player block placing to go through hooks. | Mattes D | 2014-12-24 | 1 | -1/+6 |
| | | | | Fixes #1618. | ||||
* | Subdirs: Only add_library if not using MSVC | archshift | 2014-07-19 | 1 | -1/+3 |
| | |||||
* | Items/CMakeLists.txt: Replaced glob with list of files | archshift | 2014-07-19 | 1 | -5/+47 |
| | |||||
* | Missed these CMakeLists. | archshift | 2014-04-25 | 1 | -1/+6 |
| | |||||
* | more cmake stuff | Tycho Bickerstaff | 2013-12-10 | 1 | -0/+7 |