Commit Graph

95 Commits (master)

Author SHA1 Message Date
BotBoyM1 9ab9c911a0
Добавлена информация о клиенте 2022-11-04 20:45:49 +03:00
BotBoyM1 f6f43e48e2
добавлен дискорд для вопросов 2022-11-03 11:33:58 +03:00
BotBoyM1 b279ed33fa
Обновлена ссылка для скачивания 2022-11-03 11:23:35 +03:00
BotBoyM1 488b89cd37
Warning to readme added 2022-11-03 11:11:21 +03:00
AB in MT 1509b61692
Update README.md 2022-09-17 20:46:00 +03:00
AB in MT 33ac86cae5
Update README.md 2022-09-13 14:20:24 +03:00
AB in MT 3704639de8
Update README.md 2022-09-13 14:19:46 +03:00
AB in MT 66b61006cc
some updates in readme 2022-09-13 14:19:05 +03:00
BitByByte fac1b2e5a0
Add some features 2022-07-05 22:13:37 +03:00
PrimoDude in Minetest 9a37198474
fix link for download in README 2022-07-02 11:06:00 +03:00
Create Me plz 310320a82d
Update one of developer name 2022-06-15 17:58:40 +03:00
AB in MT ca55755536
Fix developer name 2022-06-15 17:56:26 +03:00
AB in MT 4d516a285e
Fix cd cmd in README 2022-06-15 16:16:14 +03:00
AB in MT ba4297a126
Fix github link to download 2022-06-15 15:24:54 +03:00
AB in MT a2df311f5e
Remove army. Add team 2022-06-15 15:19:35 +03:00
AB in MT 56ca904db0
Remove name of server where team 2022-06-15 15:18:39 +03:00
Create Me plz d20c8ae5ac
Some fixes in README.md 2022-06-04 11:39:57 +03:00
Left Chel fd743a96e6
Merge pull request #1 from dragonfireclient/master
PR 1
2022-06-04 09:59:51 +03:00
Left Chel 32efd4e84a
Update README.md 2022-06-03 16:03:30 +03:00
Elias Fleckenstein 827b9f8d70
Merge branch 'master' of https://github.com/minetest/minetest 2022-06-02 20:54:02 +02:00
Left Chel a72126ea0c
Fix some information in README 2022-06-02 21:11:03 +03:00
Left Chel fd774a9987
Add some information about TeranClient 2022-06-02 21:07:54 +03:00
sfan5 16a30556df Formally drop support for building with upstream Irrlicht
It stopped working with (at least) the last commit.
2022-05-23 22:50:58 +02:00
Elias Fleckenstein 147aaf326f
Fix build instructions 2022-05-17 22:13:17 +02:00
Elias Fleckenstein 21df26984d
Merge branch 'master' of https://github.com/minetest/minetest 2022-05-17 22:12:00 +02:00
paradust7 87472150bc
Add benchmarks for json string serialize/deserialize (#12258)
Co-authored-by: sfan5 <sfan5@live.de>
2022-05-06 21:17:16 +01:00
sfan5 e108954633 Sort out some issues with our CI setup
* add missing apt-get update where needed
* move some jobs to run on ubuntu-20.04
* update actions plugins to latest
* speed up the job that runs multiplayer tests
2022-05-06 15:15:53 +02:00
ShadowNinja ea2fba877a Use build directory for builds 2022-04-08 14:55:21 +01:00
sfan5 ad7c72c164 Remove direct OpenGL(ES) dependency
IrrlichtMt now provides this for us (see last commit)
fixes #12041
2022-03-09 22:37:34 +01:00
Zughy be05c9022d
Update copyright year in README (#12029) 2022-02-04 20:29:39 +01:00
sfan5 163d3547e6 Fix macOS compile instructions 2022-01-31 22:48:29 +01:00
sfan5 a90b2a4d4f Raise minimum compiler versions
Supporting these is not reasonable anymore and effectively we didn't
do that anyway, brokenness was only noticed by chance and a PR to restore
support for gcc 5.x is ready now.
2022-01-15 17:44:22 +01:00
sfan5 76dbd0d2d0
Fully remove bitmap font support (#11863)
Freetype is now a build requirement.
2022-01-08 14:53:25 +01:00
Andrew Kerr e35cfa589a
Add macOS build docs (#11757) 2021-11-19 22:31:15 +00:00
JosiahWI 38ba813c55
Add variable to use existing IrrlichtMt build (#11656)
Co-authored-by: SmallJoker <SmallJoker@users.noreply.github.com>
2021-10-31 22:33:11 +00:00
sfan5 0b95da7ad3 Automatically package MinGW runtime in buildbot 2021-10-31 22:32:48 +00:00
LoneWolfHT c82ec8b210
Fix compiling on Windows with Visual Studio 2021-10-15 18:16:09 +02:00
TheBrokenRail 3dcf9e963e
Touch UI support for desktop builds (#10729) 2021-09-26 18:04:09 +02:00
Elias Fleckenstein c8900e169a Merge branch 'master' of https://github.com/minetest/minetest 2021-09-19 20:56:13 +02:00
sfan5 e912008cb3 Update README for zstd changes 2021-09-01 22:20:38 +02:00
Elias Fleckenstein fb4815c660
Merge pull request #35 from arydevy/patch-1
Changed README.md to fit the dragonfire client
2021-08-30 17:59:59 +02:00
sfan5 0257e7150f Update IrrlichtMt-related stuff in README 2021-07-31 13:26:17 +02:00
JosiahWI cf136914cf
Take advantage of IrrlichtMt CMake target (#11287)
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.
2021-07-27 19:11:27 +02:00
NeroBurner fa4dee0e62
Use user provided lib/irrlichtmt if available (#11276)
Use user provided lib/irrlichtmt if available

Make it possible for a user to provide the IrrlichtMt dependency as
subdirectory at `lib/irrlichtmt`.
The subdirectory is added with the `EXCLUDE_FROM_ALL` flag to prevent
`libirrlichtmt.a` or other header files to be installed.

This enables the user to do the following to satisfy the IrrlichtMt
dependency:

git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt
cmake . -DRUN_IN_PLACE=TRUE
2021-06-29 10:57:19 +03:00
Wuzzy 776015c350
Rename “Irrlicht” to “IrrlichtMt” in documentation 2021-04-23 21:37:45 +02:00
sfan5 a24899bf2d
Look for PostgreSQL library properly and fix CI 2021-04-20 19:50:34 +02:00
arydev ea8fa30b67
Changed README.md to fit the dragonfire client 2021-04-09 09:12:28 +03:00
sfan5 6a26d6d15a Adjust build config for Irrlicht changes (again) 2021-03-26 20:58:45 +01:00
sfan5 bb1c4badfb Clean up cmake DLL installation and other minor things 2021-03-12 20:55:51 +01:00
sfan5 91c9313c87 Switch Irrlicht dependency to our own fork
-> https://github.com/minetest/irrlicht
2021-03-09 21:53:17 +01:00