mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 20:53:50 +00:00
Merge remote-tracking branch 'scrawl/openmw-27' into openmw-27
This commit is contained in:
commit
fb417f9880
4 changed files with 0 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
||||||
Dongle's Oblivion Daedric font set
|
|
||||||
http://www.uesp.net/wiki/Lore:Daedric_Alphabet#Daedric_Font
|
|
||||||
|
|
||||||
---------------------------------------------------
|
|
||||||
|
|
||||||
This was done entirely as a personal project. Bethesda Softworks graciously granted me the permission for it. I am not connected with them in any way.
|
|
||||||
You may freely use these fonts to create anything you'd like. You may re-distribute the fonts freely, over the Internet, or by any other means. Always keep the .zip file intact, and this read me included.
|
|
||||||
Please do not modify and redistribute the fonts without my permission.
|
|
||||||
You may NOT sell any of these fonts under any circumstances. This includes putting them on compilation font CDs for sale, putting them in a "members only" pay-area of a website, or any other means of financial gain connected in ANY way with the redistribution of any of these fonts.
|
|
||||||
You have my permission to create and sell any artwork made with these fonts, however you may need to contact Bethesda Softworks before doing so.
|
|
|
@ -350,7 +350,6 @@ void OMW::Engine::prepareEngine (Settings::Manager & settings)
|
||||||
addResourcesDirectory(mResDir / "mygui");
|
addResourcesDirectory(mResDir / "mygui");
|
||||||
addResourcesDirectory(mResDir / "water");
|
addResourcesDirectory(mResDir / "water");
|
||||||
addResourcesDirectory(mResDir / "shadows");
|
addResourcesDirectory(mResDir / "shadows");
|
||||||
addZipResource(mResDir / "mygui" / "Obliviontt.zip");
|
|
||||||
|
|
||||||
OEngine::Render::WindowSettings windowSettings;
|
OEngine::Render::WindowSettings windowSettings;
|
||||||
windowSettings.fullscreen = settings.getBool("fullscreen", "Video");
|
windowSettings.fullscreen = settings.getBool("fullscreen", "Video");
|
||||||
|
|
|
@ -9,7 +9,6 @@ set(MYGUI_FILES
|
||||||
core.skin
|
core.skin
|
||||||
core.xml
|
core.xml
|
||||||
EBGaramond-Regular.ttf
|
EBGaramond-Regular.ttf
|
||||||
Obliviontt.zip
|
|
||||||
openmw_alchemy_window.layout
|
openmw_alchemy_window.layout
|
||||||
openmw_book.layout
|
openmw_book.layout
|
||||||
openmw_box.skin.xml
|
openmw_box.skin.xml
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue