From 86a4aea6503864509a80f65fff5ae52df11abd0a Mon Sep 17 00:00:00 2001 From: Nemrtvi <26684396+Nemrtvi@users.noreply.github.com> Date: Sun, 3 Mar 2019 10:29:48 +0100 Subject: [PATCH] Extra Spanish characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This time with diacritics and full Strife support. The inverted exclamation mark (¡) may cause problems in the menu because of its positioning, but I see no place where any exclamation mark is used in GZDoom’s Strife menu. --- .../game-heretic/fonts/defbigfont/00C1.lmp | Bin 0 -> 276 bytes .../game-heretic/fonts/defbigfont/00CD.lmp | Bin 0 -> 152 bytes .../game-heretic/fonts/defbigfont/00D3.lmp | Bin 0 -> 279 bytes .../game-heretic/fonts/defbigfont/00DA.lmp | Bin 0 -> 257 bytes .../game-heretic/fonts/defsmallfont/00C1.lmp | Bin 0 -> 163 bytes .../game-heretic/fonts/defsmallfont/00CD.lmp | Bin 0 -> 109 bytes .../game-heretic/fonts/defsmallfont/00D3.lmp | Bin 0 -> 158 bytes .../game-heretic/fonts/defsmallfont/00DA.lmp | Bin 0 -> 169 bytes .../filter/game-hexen/fonts/defbigfont/00C1.lmp | Bin 0 -> 276 bytes .../filter/game-hexen/fonts/defbigfont/00CD.lmp | Bin 0 -> 152 bytes .../filter/game-hexen/fonts/defbigfont/00D3.lmp | Bin 0 -> 279 bytes .../filter/game-hexen/fonts/defbigfont/00DA.lmp | Bin 0 -> 257 bytes .../game-hexen/fonts/defsmallfont/00C1.lmp | Bin 0 -> 163 bytes .../game-hexen/fonts/defsmallfont/00CD.lmp | Bin 0 -> 109 bytes .../game-hexen/fonts/defsmallfont/00D3.lmp | Bin 0 -> 158 bytes .../game-hexen/fonts/defsmallfont/00DA.lmp | Bin 0 -> 169 bytes .../filter/game-strife/fonts/bigfont/00A1.lmp | Bin 205 -> 205 bytes .../filter/game-strife/fonts/bigfont/00C1.lmp | Bin 0 -> 442 bytes .../filter/game-strife/fonts/bigfont/00C9.lmp | Bin 0 -> 325 bytes .../filter/game-strife/fonts/bigfont/00CD.lmp | Bin 0 -> 206 bytes .../filter/game-strife/fonts/bigfont/00D1.lmp | Bin 0 -> 421 bytes .../filter/game-strife/fonts/bigfont/00D3.lmp | Bin 0 -> 439 bytes .../filter/game-strife/fonts/bigfont/00DA.lmp | Bin 0 -> 378 bytes .../game-strife/fonts/defsmallfont/00C1.lmp | Bin 0 -> 172 bytes .../game-strife/fonts/defsmallfont/00C9.lmp | Bin 0 -> 147 bytes .../game-strife/fonts/defsmallfont/00CD.lmp | Bin 0 -> 83 bytes .../game-strife/fonts/defsmallfont/00D1.lmp | Bin 0 -> 178 bytes .../game-strife/fonts/defsmallfont/00D3.lmp | Bin 0 -> 170 bytes .../game-strife/fonts/defsmallfont/00DA.lmp | Bin 0 -> 157 bytes .../game-strife/fonts/defsmallfont2/00C1.lmp | Bin 0 -> 123 bytes .../game-strife/fonts/defsmallfont2/00C9.lmp | Bin 0 -> 116 bytes .../game-strife/fonts/defsmallfont2/00CD.lmp | Bin 0 -> 76 bytes .../game-strife/fonts/defsmallfont2/00D1.lmp | Bin 0 -> 152 bytes .../game-strife/fonts/defsmallfont2/00D3.lmp | Bin 0 -> 140 bytes .../game-strife/fonts/defsmallfont2/00DA.lmp | Bin 0 -> 134 bytes 35 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00C1.lmp create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00CD.lmp create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00D3.lmp create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00DA.lmp create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00C1.lmp create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00CD.lmp create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00D3.lmp create mode 100644 wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00DA.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00C1.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00CD.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00D3.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00DA.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00C1.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00CD.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00D3.lmp create mode 100644 wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00DA.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/bigfont/00C1.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/bigfont/00C9.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/bigfont/00CD.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/bigfont/00D1.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/bigfont/00D3.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/bigfont/00DA.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00C1.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00C9.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00CD.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00D1.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00D3.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00DA.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00C1.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00C9.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00CD.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00D1.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00D3.lmp create mode 100644 wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00DA.lmp diff --git a/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00C1.lmp b/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00C1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..6a26d154df24daaf31406eeb72b921f532faaad6 GIT binary patch literal 276 zcmXwz(G9{d3`EnC7Fwt(cHy5PSb`;3f-zWw5n}u7!WjIQ3ldhI75l8S_vx5woXDA6 z$d%m4ojk~syvc`jO-f@g0tZyrZUaDM*s1yw?)EydB?IuRH0?%c~a$( XRRn%(y91rLqCRlV+K(d2sEOql0->O) literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00CD.lmp b/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00CD.lmp new file mode 100644 index 0000000000000000000000000000000000000000..c6468097c1aa10c7dbeaacd967205e3ad7c54fc5 GIT binary patch literal 152 zcmXAh!3_g32n5OHd@nxNL4Mal%19e2BQ+XW>}JS18EHUTEgW*n;z2L^q%ZoWA9`$n zdo_)igJg~zbJp!{770U!~aK*{bNFl)+g{6iq3ga-_oCc6vg;%C|1Gn?9?|EBd` EU!+r3=Kufz literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00D3.lmp b/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00D3.lmp new file mode 100644 index 0000000000000000000000000000000000000000..0e8abc43a76e54e9daa6f3ba378af4f329846c48 GIT binary patch literal 279 zcmW-b$q~XZ3`L#AjtMw3^uwJ7=ztRFfhMSeGB{hCPt-sK<}03g6YEPaatY_)=K`+a z2JYYip5O)E-~+zk2f`3S0XZ?NDHHW2i!?J+L6KI~rXr$y8IS1s6pIRTpQCG1>j@V` zFosMd0-b9uGunzU9K21w!BZkt*kK|vkvZby?lwX5>5KON7^{a8vaO|#iLA=rnRIJQ+&Zoe-JdE3BFo9aw|qjxU6l{Dhys+Gb{x-RO6C zz!P5Zh7Ww<2U;Y#j|1b*xo&!wQE0 literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00D3.lmp b/wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00D3.lmp new file mode 100644 index 0000000000000000000000000000000000000000..03ab7ec8495b4ca9704fa875bef1cb7c0ee46a9d GIT binary patch literal 158 zcmWlR%L&6U5JcBjhP8Du7$Jlp7@v&6N1szb8b}N2ARVNHw5vQH-hO9hv}k6X9n=#Z z@Prq<;R9dzfr2FWcB3sdOD(um(zH*^{owAE*UZw8@~qfroqb5BRO3u8 z;nNGHPP^1(jrj!T-c9tdo%jq}9S9rz{@yqEGswZ~CFf z2Dn$#h&f2+$T4T#?q(6u6c_*!!3mV??g6u=?8ZL?B1(9`plPzZa4vq9%{{ZJE&6X- G@AU-&ct;BW literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00D3.lmp b/wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00D3.lmp new file mode 100644 index 0000000000000000000000000000000000000000..0f71d8d9c24e3bbdc19784ebf5a87b57dcb6bb4b GIT binary patch literal 279 zcmW-b+YQ1n3`NsN(ojex_Tire*nkn(fhG8lY|FC37)-$oOc1Uc>8SCwPn{CZ!OsO; z!42HO13bYCyuk;2!4HHXgaUG6R#PVGOBQKnrh+1^s!c^i_c9*Q^C=b;<~~Q)q}CHI zh+qtvNCZ09T4uBrVK{i3e1oS%s<6XEWFm9K$K7p$=F=myS&aCN@7hMgRF4VT9u#;D Xep>egk88ep$-YhT9uzs&N{rM0=uCl2 literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00DA.lmp b/wadsrc_extra/static/filter/game-hexen/fonts/defbigfont/00DA.lmp new file mode 100644 index 0000000000000000000000000000000000000000..9c149a4aa3ddf1b61e3e57d37df3b19d5015006e GIT binary patch literal 257 zcmX|*(G9{d3`9fI@Igx@wqXNCU&-&J6Gr(dTM1l^gj)55qJOq literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00CD.lmp b/wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00CD.lmp new file mode 100644 index 0000000000000000000000000000000000000000..79d154b167b756ff40cbe5e7eb408615a8a844dd GIT binary patch literal 109 zcmW;Du?>JQ3*@^yfS5~ l%0D9)GY;(%$w;Sy*iEbBFAw;8_leGp?pjukRMpw SJx)!J$#_;vE)fr{qG&%u(-Ecs literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00A1.lmp b/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00A1.lmp index a70dc259b7ba06bbd4d851b1e32c79e6d2014f9a..3cf2d9518edb3329f7373b55d34c51633585f79e 100644 GIT binary patch literal 205 zcmZQ)5N2Rt`1M}}NLm7M5D@1AaVrqd1>)^M%*1351RPv_NZ>ysi@kk&yS+U-PhVea zYfDRWa}yBs_5EjHv$yZ?@@j=jd3pQz`1<*wq1Ub<4Z?vjD|mtpyu%Sr@C85c3v*9cP3((g8Ha#_ zt|&kp)c7Njx~?jbM^1U#$>%k48ge^NosPL{by4hlt}I{nJ-6BJth32}WNV!xS(+hA z-@_F}o@zH931#a_%~dy;<90o17L;z?)xUCSOoFDeuJu(-&uqFG5+xEuY*pp@vR@s~ ZQ2(2sJRrLNwF7W-(Gf97?J90xZ0@voqapwR literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00C9.lmp b/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00C9.lmp new file mode 100644 index 0000000000000000000000000000000000000000..e8ad680493a1d83225a7346d11e719c0cec5ac54 GIT binary patch literal 325 zcmYk1$q~XZ3`L#9VHg&}kP|h~0tZe&7E=Kw&;l2{A; btMFAGZ?mDVd^Vq82!BT;a&KM9LzCPOK5ct) literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00CD.lmp b/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00CD.lmp new file mode 100644 index 0000000000000000000000000000000000000000..943e722a4fd0f30e0cdc1ea149ff6a85ccdc5ee0 GIT binary patch literal 206 zcmd;J5MclT4Is7#;s78{1L9gBo&v;cfcO{?v-0(!f&VN5eSPiiZEdZsEiKK>O+e7s z_n%o1sI1-1-NVz%+sDV(*Ut|m$|Tg+*NP$xR?G+z_Cgg0s%8)d8sQ04k8C(doCPS} Q+SkX*i|!N#X0XVA0KlJ4>Hq)$ literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00D1.lmp b/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00D1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..ea5258f16fda2fda04e1f8bc13e8abeb41c19798 GIT binary patch literal 421 zcmaKoyA8rH5QZ-VM8hKy6+5s54X-$9Y3b={k%;Xy_!>4~36@}lG_1e?nBPv25{jJk z+0hs4?zdx_5z)sAtOsxcS8xXp@B}aL2K|6&4i;bu_TUK4;0D4e|CjB>%tfKKQc~vm z#T9d9SL@Aomk5!jS(bI!2pyVd-O&J2a^X7EeIW@_C6cwXbrMS>FH6=K25V{TgvhaC zIyM^&%2K+o;n4r8dz?1#8$s0w=h@4esy&*AW@O5SFk314lT+6}+)Fr3?}+!>=9y(DO>=V@&j zpC%I3ZcTNU=@Mg@0`D~OenCQ7%rVWb{PvIvIr~0 zn11a z?vqzvt}3l*VDu4{Vw3s>1x6~xDjd@?R9&0S^`vujNIakqMk}?ZzXJrZC4AC{)?SLt sxl>_j(AT$z=DbL#J0J3x#IYRSC*l2nUHUWkz81X#ZzU7qCBCYC0>y}q%>V!Z literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00C1.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00C1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..4f9cee771a4bc3c14be1ade0712588a0e5beb065 GIT binary patch literal 172 zcmX|)Q4N4F3`9E!u%HG92xx);1n|#40x*C9q|y2quOs1-x8AjvY?Le_NhaPI7Fc0} z9S%6*f*Vq+q3#^{%}OA=^~)= E0_Sf$h5!Hn literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00C9.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00C9.lmp new file mode 100644 index 0000000000000000000000000000000000000000..5b484d57994f25060e780c617c35e9bc8c09ee2f GIT binary patch literal 147 zcmYj}u@QhU3q9$>=Cx>UHr^lto(_qNd3|T4zHQ literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00D3.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00D3.lmp new file mode 100644 index 0000000000000000000000000000000000000000..9aebc7b42b02edd95743214b60aefb0a3b55ce8f GIT binary patch literal 170 zcmX|)yA6Oa3`A|d5!2Ap)6p;hBQOFBumC-)Veb*1QzX)}&pGQnNfHs2nYzFVI~;Jr z1vfnKLep*KWgY0BQL>IG_o@*wWMS73eM>L1Sr~Or?qQgRnTT>0N@9d#@?Q`Bj{rE% literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00DA.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00DA.lmp new file mode 100644 index 0000000000000000000000000000000000000000..c24bc273cfee6768ee7ccdbbc2811393fd924b44 GIT binary patch literal 157 zcmd;N;9y{2U}Vq%lIB3{48;CG91X--KwJ*QEkHaGh#A?uq2NCwySMkF$B!Qa`C#@F rAOLc}Y>*ldn}HcjvqGr<3>=RiKY`0}Jb3~(0IZM$D2#3bQ0PAZcvv;x literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00C1.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00C1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..af17cf9987692a3ad03e05590d4eef1e0be23201 GIT binary patch literal 123 zcmXAgI}U&_3`30?KD`Gk%F50OVmfmI?!N}NSbC8yy{xDJ3U=K?oZ=E89`OpZ2;Qw_ iS;*epM|HZA(?qfu*>_@->_cmb8sYyKqI8@4lae3mKN+h4 literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00C9.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00C9.lmp new file mode 100644 index 0000000000000000000000000000000000000000..94aac0165a04a29e94ccfb5c7843cb640370b0b1 GIT binary patch literal 116 zcmXYnu?>JQ5CcC71hNG+jVnfAfOmcb_Fo}5f#R$?$;GOfWjnN|xWp}*ctl=FXN%~$ dd(YOC(U|JvL!3wy%6YnP#A_6thb7Lfn| literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00CD.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00CD.lmp new file mode 100644 index 0000000000000000000000000000000000000000..a695bd2a692dc740f6a30be6f4d10e0a6003915c GIT binary patch literal 76 zcmW;9u?+wr3`0>zfr1U#;7V7w!u2uize)&a>3zu!1At>zpYoQkm`U<3h1TAQ5h4DE OOn3yz)+={uc6$JgSPnt} literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00D1.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00D1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..374ae8ccbdb5c3ff39139d14bd67d33f5ecf3371 GIT binary patch literal 152 zcmYj}%ME}q3`3KCC~U$l5+krd+z!A148RIZT}-(U=~=O4dzM8+qO8=7?4*)|oa7=m yi5YOz*19TyIDOWvi@JL#W^jA2OK^UP3Vi7tfLgm2fT^+aYtgf%%5KVIg7yK`^&jB? literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00D3.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00D3.lmp new file mode 100644 index 0000000000000000000000000000000000000000..e99d8c208e82ffaf9da90db3343504d3ec5511ea GIT binary patch literal 140 zcmYj|u@QhU3