Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fully remove bitmap font support (#11863)
Freetype is now a build requirement.
- Loading branch information
Showing
with
71 additions
and 319 deletions.
- +0 −23 .github/workflows/build.yml
- +8 −10 README.md
- +0 −1 android/native/jni/Android.mk
- +3 −13 builtin/settingtypes.txt
- +0 −1 doc/Doxyfile.in
- BIN fonts/mono_dejavu_sans_10.xml
- BIN fonts/mono_dejavu_sans_100.png
- BIN fonts/mono_dejavu_sans_11.xml
- BIN fonts/mono_dejavu_sans_110.png
- BIN fonts/mono_dejavu_sans_12.xml
- BIN fonts/mono_dejavu_sans_120.png
- BIN fonts/mono_dejavu_sans_14.xml
- BIN fonts/mono_dejavu_sans_140.png
- BIN fonts/mono_dejavu_sans_16.xml
- BIN fonts/mono_dejavu_sans_160.png
- BIN fonts/mono_dejavu_sans_18.xml
- BIN fonts/mono_dejavu_sans_180.png
- BIN fonts/mono_dejavu_sans_20.xml
- BIN fonts/mono_dejavu_sans_200.png
- BIN fonts/mono_dejavu_sans_22.xml
- BIN fonts/mono_dejavu_sans_220.png
- BIN fonts/mono_dejavu_sans_24.xml
- BIN fonts/mono_dejavu_sans_240.png
- BIN fonts/mono_dejavu_sans_26.xml
- BIN fonts/mono_dejavu_sans_260.png
- BIN fonts/mono_dejavu_sans_28.xml
- BIN fonts/mono_dejavu_sans_280.png
- BIN fonts/mono_dejavu_sans_4.xml
- BIN fonts/mono_dejavu_sans_40.png
- BIN fonts/mono_dejavu_sans_6.xml
- BIN fonts/mono_dejavu_sans_60.png
- BIN fonts/mono_dejavu_sans_8.xml
- BIN fonts/mono_dejavu_sans_80.png
- BIN fonts/mono_dejavu_sans_9.xml
- BIN fonts/mono_dejavu_sans_90.png
- +16 −33 src/CMakeLists.txt
- +20 −133 src/client/fontengine.cpp
- +2 −7 src/client/fontengine.h
- +0 −1 src/cmake_config.h.in
- +0 −1 src/constants.h
- +1 −10 src/defaultsettings.cpp
- +4 −10 src/gui/guiChatConsole.cpp
- +8 −15 src/gui/guiHyperText.cpp
- +6 −5 src/gui/guiHyperText.h
- +1 −6 src/irrlicht_changes/CMakeLists.txt
- +2 −11 src/irrlicht_changes/static_text.cpp
- +0 −36 src/irrlicht_changes/static_text.h
- +0 −1 src/version.cpp
- +0 −1 util/buildbot/buildwin32.sh
- +0 −1 util/buildbot/buildwin64.sh
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -150,29 +150,6 @@ jobs: | ||
run: | | ||
./bin/minetestserver --run-unittests | ||
docker: | ||
name: "Docker image" | ||
runs-on: ubuntu-18.04 | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -91,7 +91,6 @@ LOCAL_CFLAGS += \ | ||
-DENABLE_GLES=1 \ | ||
-DUSE_CURL=1 \ | ||
-DUSE_SOUND=1 \ | ||
-DUSE_LEVELDB=0 \ | ||
-DUSE_LUAJIT=1 \ | ||
-DUSE_GETTEXT=1 \ | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -16,7 +16,6 @@ PREDEFINED = "USE_SPATIAL=1" \ | ||
"USE_REDIS=1" \ | ||
"USE_SOUND=1" \ | ||
"USE_CURL=1" \ | ||
"USE_GETTEXT=1" | ||
|
||
# Input | ||
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
Binary file not shown.
Deleted file not rendered
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.