summaryrefslogtreecommitdiffstats
path: root/src/UI/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add the fmt library (#4065)peterbell102018-01-031-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.
* Implement horse inventory (#4053)peterbell102017-10-211-0/+2
| | | | | | | | | | * Implement horse inventory * Fix sign conversions * Add API doc for ItemCategory::IsHorseArmor * Improve HandleOpenHorseInventory comment and style fixes.
* Fix switch warnings (#4013)peterbell102017-09-141-5/+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
* Fixed type-casting-related warnings.Mattes D2016-08-241-2/+2
|
* CMake: Remove needless minimum version specifications.Mattes D2016-07-181-2/+0
|
* Renamed leftover strings to Cuberite / Server, as needed.Mattes D2016-01-011-1/+1
| | | | Also upgraded the user setting file for MSVC to 2013.
* Implemented brewingLukas Pioch2015-11-031-0/+2
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-3/+2
|
* Made -Weverything an error.tycho2015-05-241-2/+3
|
* Make -Werror disabling file onlytycho2015-05-191-0/+5
| | | | Ad fix a load of warnings
* Moved window code into cpp filesHowaner2015-03-101-1/+11
|
* Own classes for all windows.Howaner2014-12-131-0/+11
|
* Subdirs: Only add_library if not using MSVCarchshift2014-07-191-1/+3
|
* UI/CMakeLists.txt: Replaced glob with list of filesarchshift2014-07-191-5/+9
|
* Cmake generated projects for IDEs include headers in project files.archshift2014-04-251-0/+1
|
* added zlib and UITycho Bickerstaff2013-12-181-0/+11