aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial LMDB supportHEADmasterTest_User2024-06-281-0/+2
|
* Fix linking with Postgres libs on older cmake versionssfan52022-05-291-0/+1
| | | | closes #12149
* Add benchmarks for json string serialize/deserialize (#12258)paradust72022-05-061-0/+14
| | | Co-authored-by: sfan5 <sfan5@live.de>
* Fix Windows Visual Studio actions (#11176)LoneWolfHT2022-05-041-3/+4
| | | Co-authored-by: rubenwardy <rw@rubenwardy.com>
* Enable additional warning flagssfan52022-04-301-7/+7
| | | | also make them work with the RelWithDebInfo build type
* Spacing fixesShadowNinja2022-04-081-1/+1
|
* Fix compiler warningsShadowNinja2022-04-081-2/+4
|
* Fix -mwindows flag not being applied anymoresfan52022-04-031-1/+4
| | | | closes #12165
* Remove direct OpenGL(ES) dependencysfan52022-03-091-29/+2
| | | | | IrrlichtMt now provides this for us (see last commit) fixes #12041
* Move the codebase to C++14sfan52022-02-261-5/+1
|
* Enable high-res timers on Windowssfan52022-01-271-1/+1
| | | | | This should fix issues like #11891, caused by the fps limiting code being unable to operate correctly.
* Fully remove bitmap font support (#11863)sfan52022-01-081-33/+16
| | | Freetype is now a build requirement.
* Automatically use SSE registers for FP operations on i386 (#11853)William L. DeRieux IV2021-12-281-0/+10
| | | | | | | | use SSE for floating-point operations to avoid issues with improper fp-rounding and loss of precision when moving fp-data to incompatible or less-precise registers/storage locations https://gcc.gnu.org/wiki/FloatingPointMath https://gcc.gnu.org/wiki/x87note
* Add Lua bitop library (#9847)Lejo2021-11-261-0/+3
|
* Automatically package MinGW runtime in buildbotsfan52021-10-311-3/+7
|
* Touch UI support for desktop builds (#10729)TheBrokenRail2021-09-261-0/+6
|
* Don't look for zlib and zstd manually on Windowssfan52021-09-011-12/+8
|
* Switch MapBlock compression to zstd (#10788)lhofhansl2021-08-311-0/+11
| | | | | | | * Add zstd support. * Rearrange serialization order * Compress entire mapblock Co-authored-by: sfan5 <sfan5@live.de>
* Take advantage of IrrlichtMt CMake target (#11287)JosiahWI2021-07-271-34/+7
| | | | With the CMake changes to IrrlichtMt, it's now possible to use a target for IrrlichtMt. Besides greatly improving the ease of setting up IrrlichtMt for users building the client, it removes the need for Minetest's CMake to include transitive dependencies such as image libraries, cleaning it up a tiny bit. The PR works by finding the IrrlichtMt package and linking to the target it provides. If the package isn't found and it isn't building the client, it will still fall back to using just the headers of old Irrlicht or IrrlichtMt.
* Fix no locales being generated when APPLY_LOCALE_BLACKLIST=0sfan52021-07-201-2/+3
| | | | Also enable `ky` which appears to work fine.
* Use --image-base instead of -Ttext-segment for lld linker on FreeBSD (#9367) ↵Dmitry Marakasov2021-05-151-1/+10
| | | | (#11263)
* Use Irrlicht functions to query npot texture supportsfan52021-05-051-9/+5
|
* Fix two CMake build issuessfan52021-04-211-0/+1
| | | | | * PostgreSQL fallback code missed the includes (closes #11219) * build failed when Freetype enabled but not found
* 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
| | | | | | | * Do proper out-of-tree builds with buildbot * Don't write to bin/ for cross builds * This allows safely building multiple builds from the same source dir, e.g. with the buildbot. * Disable Gettext (by default) and Freetype (entirely) for server builds
* 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
| | | | -> https://github.com/minetest/irrlicht
* Handle changes caused by CMake minimum version bump (#10859)sfan52021-01-291-6/+19
| | | fixes #10806
* 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
| | | | Remove unnecessary compiler flag for clang-cl Update vcpkg instruction in README.md
* Complete Haiku platform support. (#10311)David CARLIER2020-08-231-0/+4
| | | | | Fixing linkage/libraries missing issue. Implements missing platform specifics.
* 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
| | | broken since a368e7e
* 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
| | | | Remove /LTCG from CMAKE_EXE_LINKER_FLAGS_RELEASE when compiling with clang on Windows
* 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
| | | | It caused more trouble than its worth. fixes #3943, fixes #5330
* Refactor texture overrides and add new features (#9600)Hugues Ross2020-04-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor texture overrides, and add new features: - Texture overrides can support multiple targets in one line - Texture override files can have comment lines - Item images/wield images can be overridden * Formatting changes * Address soime feedback - Pass vectors by const reference - Log syntax errors as warnings - Remove 'C' prefix from TextureOverrideSource * Simplify override target checks with an inline helper function * make linter happy * Apply feedback suggestions Co-Authored-By: rubenwardy <rw@rubenwardy.com> * Remove remaining != 0 checks * Update copyright notice Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: rubenwardy <rw@rubenwardy.com>
* Implement DPI scaling for Windows (#9586)sfan52020-04-111-1/+1
|
* Drop content_sao.{cpp,h}Loic Blot2020-04-111-1/+0
| | | | | | | Move LuaEntitySAO to a new dedicated file Drop TestSAO (useless object) Drop the old static startup initialized SAO factory, which was pretty useless. This factory was using a std::map for 2 elements, now just use a simple condition owned by ServerEnvironment, which will be lightweight, that will also drop a one time useful test on each LuaEntitySAO creation. This should reduce server load on massive SAO creation
* Move serveractiveobject & unitsaoLoic Blot2020-04-111-1/+0
| | | | | Move serverobject.{cpp,h} to server/serveractiveobject.{cpp,h} Move UnitSAO class to dedicated files
* Drop genericobject.{cpp,h} (#9629)Loïc Blot2020-04-101-1/+0
| | | | | | | | | | * Drop genericobject.{cpp,h} This file is not for generic object but for ActiveObject message passing. Put ownership of the various commands to the right objects and cleanup the related code. * Protect ServerActiveObject::m_messages_out * typo fix
* Work around LuaJIT issues on aarch64 (#9614)sfan52020-04-081-2/+8
| | | | - Move the text segment below the 47-bit limit, needed for script_exception_wrapper which must be lightuserdata - Replace CUSTOM_RIDX_SCRIPTAPI with full userdata
* Fix linking failures when compiled with Clang 9sfan52020-03-051-2/+9
|
* CMakeLists: Remove some redundant declarations and flagssfan52020-01-231-20/+11
|