aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Expand)AuthorAgeFilesLines
* Take advantage of IrrlichtMt CMake target (#11287)JosiahWI2021-07-271-34/+7
* Fix no locales being generated when APPLY_LOCALE_BLACKLIST=0sfan52021-07-201-2/+3
* Use --image-base instead of -Ttext-segment for lld linker on FreeBSD (#9367) ...Dmitry Marakasov2021-05-151-1/+10
* Use Irrlicht functions to query npot texture supportsfan52021-05-051-9/+5
* Fix two CMake build issuessfan52021-04-211-0/+1
* Look for PostgreSQL library properly and fix CIsfan52021-04-201-1/+10
* Fix ignored OpenGLES2 include path and cmake warningsfan52021-04-161-0/+4
* Buildbot changes to allow out-of-tree builds (#11180)sfan52021-04-111-5/+8
* Replace fallback font nonsense with automatic per-glyph fallback (#11084)sfan52021-03-291-0/+3
* Clean up cmake DLL installation and other minor thingssfan52021-03-121-29/+18
* Switch Irrlicht dependency to our own forksfan52021-03-091-1/+0
* Handle changes caused by CMake minimum version bump (#10859)sfan52021-01-291-6/+19
* Fix some minor code issues all over the placesfan52020-12-241-23/+0
* Mark additional locales as brokensfan52020-11-101-0/+3
* Update fallback font to newer versionsfan52020-11-101-2/+0
* Improve MSVC cmake and update vcpkg instruction (#10407)k.h.lai2020-09-291-10/+16
* Complete Haiku platform support. (#10311)David CARLIER2020-08-231-0/+4
* Cleanup of particle & particlespawner structures and code (#9893)sfan52020-05-221-0/+1
* Fix gettext detection and locale building (#9772)Juozas2020-04-291-3/+3
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-0/+26
* Remove /LTCG from when compiling with clang-cl (#9765)k.h.lai2020-04-271-3/+6
* Add an option to disable unittest build, & disable them on Docker build (#9677)Loïc Blot2020-04-161-2/+9
* Drop -Wabi useless flag (#9676)Loïc Blot2020-04-161-3/+3
* Swap out -ffast-math for a safe subset of optimization flags (#9682)sfan52020-04-161-1/+6
* Refactor texture overrides and add new features (#9600)Hugues Ross2020-04-141-0/+1
* Implement DPI scaling for Windows (#9586)sfan52020-04-111-1/+1
* Drop content_sao.{cpp,h}Loic Blot2020-04-111-1/+0
* Move serveractiveobject & unitsaoLoic Blot2020-04-111-1/+0
* Drop genericobject.{cpp,h} (#9629)Loïc Blot2020-04-101-1/+0
* Work around LuaJIT issues on aarch64 (#9614)sfan52020-04-081-2/+8
* Fix linking failures when compiled with Clang 9sfan52020-03-051-2/+9
* CMakeLists: Remove some redundant declarations and flagssfan52020-01-231-20/+11
* Organize and sort out some library dependency issuessfan52020-01-231-13/+20
* Remove zh_* from GETTEXT_BLACKLISTED_LOCALES (#9229)Zaoqi2020-01-221-2/+0
* Move Quicktune code to util/ (#8871)ANAND2019-09-291-2/+1
* Fix breakage of non-GLES2 setups (#8774)Jozef Behran2019-08-101-9/+11
* Let ENABLE_GLES appear in cmake_config.h and change its functionalitysfan52019-08-041-9/+22
* Add compatibility to vcpkg buildsystem (#8317)adrido2019-06-101-70/+75
* Find PostgreSQL correctly (#8435)adrido2019-04-071-18/+5
* Don't include and link to gettext if gettext is not found (#8305)adrido2019-03-021-3/+12
* DragonFly BSD is somewhat identical to FreeBSD (#8159)Leonid Bobrov2019-02-031-2/+2
* Revert "Fix another GCC warning"Loïc Blot2018-12-041-3/+3
* Fix another GCC warningLoïc Blot2018-12-041-3/+3
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-31/+4
* Windows: Cpack wix installer (#6153)adrido2018-10-261-3/+11
* Make OpenGL preference configurable, default to LEGACY (#7666)SmallJoker2018-09-221-1/+5
* Set OpenGL preference to GLVNDShadowNinja2018-08-181-0/+1
* Set ENABLE_GETTEXT to TRUE by default (#7415)Wuzzy2018-06-051-1/+1
* Add online content repositoryrubenwardy2018-04-191-2/+2
* macOS: don't require X11 libraries during compilation (#7149)D Tim Cummings2018-03-261-2/+2