aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Expand)Author
2021-05-15Use --image-base instead of -Ttext-segment for lld linker on FreeBSD (#9367) ...Dmitry Marakasov
2021-05-05Use Irrlicht functions to query npot texture supportsfan5
2021-04-21Fix two CMake build issuessfan5
2021-04-20Look for PostgreSQL library properly and fix CIsfan5
2021-04-16Fix ignored OpenGLES2 include path and cmake warningsfan5
2021-04-11Buildbot changes to allow out-of-tree builds (#11180)sfan5
2021-03-29Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan5
2021-03-12Clean up cmake DLL installation and other minor thingssfan5
2021-03-09Switch Irrlicht dependency to our own forksfan5
2021-01-29Handle changes caused by CMake minimum version bump (#10859)sfan5
2020-12-24Fix some minor code issues all over the placesfan5
2020-11-10Mark additional locales as brokensfan5
2020-11-10Update fallback font to newer versionsfan5
2020-09-29Improve MSVC cmake and update vcpkg instruction (#10407)k.h.lai
2020-08-23Complete Haiku platform support. (#10311)David CARLIER
2020-05-22Cleanup of particle & particlespawner structures and code (#9893)sfan5
2020-04-29Fix gettext detection and locale building (#9772)Juozas
2020-04-29Add MetricsBackend with prometheus counter supportLoic Blot
2020-04-27Remove /LTCG from when compiling with clang-cl (#9765)k.h.lai
2020-04-16Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot
2020-04-16Drop -Wabi useless flag (#9676)Loïc Blot
2020-04-16Swap out -ffast-math for a safe subset of optimization flags (#9682)sfan5
2020-04-14Refactor texture overrides and add new features (#9600)Hugues Ross
2020-04-11Implement DPI scaling for Windows (#9586)sfan5
2020-04-11Drop content_sao.{cpp,h}Loic Blot
2020-04-11Move serveractiveobject & unitsaoLoic Blot
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
2020-04-08Work around LuaJIT issues on aarch64 (#9614)sfan5
2020-03-05Fix linking failures when compiled with Clang 9sfan5
2020-01-23CMakeLists: Remove some redundant declarations and flagssfan5
2020-01-23Organize and sort out some library dependency issuessfan5
2020-01-22Remove zh_* from GETTEXT_BLACKLISTED_LOCALES (#9229)Zaoqi
2019-09-29Move Quicktune code to util/ (#8871)ANAND
2019-08-10Fix breakage of non-GLES2 setups (#8774)Jozef Behran
2019-08-04Let ENABLE_GLES appear in cmake_config.h and change its functionalitysfan5
2019-06-10Add compatibility to vcpkg buildsystem (#8317)adrido
2019-04-07Find PostgreSQL correctly (#8435)adrido
2019-03-02Don't include and link to gettext if gettext is not found (#8305)adrido
2019-02-03DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov
2018-12-04Revert "Fix another GCC warning"Loïc Blot
2018-12-04Fix another GCC warningLoïc Blot
2018-11-28Move client-specific files to 'src/client' (#7902)Quentin Bazin
2018-10-26Windows: Cpack wix installer (#6153)adrido
2018-09-22Make OpenGL preference configurable, default to LEGACY (#7666)SmallJoker
2018-08-18Set OpenGL preference to GLVNDShadowNinja
2018-06-05Set ENABLE_GETTEXT to TRUE by default (#7415)Wuzzy
2018-04-19Add online content repositoryrubenwardy
2018-03-26macOS: don't require X11 libraries during compilation (#7149)D Tim Cummings
2018-03-24Cleanup sound manager class (#7158)Loïc Blot
2018-03-16Server: delegate mod management & config to ServerModConfiguration (#7131)Loïc Blot