summaryrefslogtreecommitdiffstats
path: root/src/WorldStorage/CMakeLists.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-09-14Fix switch warnings (#4013)peterbell101-7/+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
2016-08-24Fixed type-casting-related warnings.Mattes D1-4/+3
2016-07-18CMake: Remove needless minimum version specifications.Mattes D1-2/+0
2016-01-01Renamed leftover strings to Cuberite / Server, as needed.Mattes D1-1/+1
Also upgraded the user setting file for MSVC to 2013.
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-9/+5
2015-06-19Externalized cPrefabPiecePool self-test.Mattes D1-2/+4
2015-05-24Disable -Werror for warnings in tests.tycho1-1/+1
2015-05-24Made -Weverything an error.tycho1-5/+9
2015-05-19Make -Werror disabling file onlytycho1-0/+8
Ad fix a load of warnings
2014-09-30Removed WSSCompactTiger Wang1-2/+0
2014-07-19Subdirs: Only add_library if not using MSVCarchshift1-2/+4
2014-07-19WorldStorage/CMakeLists.txt: Replaced glob with list of filesarchshift1-5/+26
2014-04-25Cmake generated projects for IDEs include headers in project files.archshift1-0/+1
2013-12-22added link dependency between WorldStorage and OSSupportTycho Bickerstaff1-0/+2
2013-12-11moved Worldstorage to globsTycho Bickerstaff1-1/+5
2013-12-10more cmakeTycho Bickerstaff1-1/+1
2013-12-10started work on cmakeTycho Bickerstaff1-0/+7