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 zcmd;P5M%%W69xtbdjWdR&1)cuYu9ev;AgsVeU-JSa`2qy$%95u3x_nww9IW>eXx4K+Nmcu3x=!uU`Gn%5&}7t(!M*-n?<+ z=8c=TZvAIuzH;T-wQH({P>z<&mot5>gGzjB3@=jP2D*C2w|uV1_N upMm+xl^Y-pH*Q?N1_D>FU%Pho>VF2Nt5W#uiw0W?b@~LU@j~7wQDy) zs;*wUe(mbj|17K^ZPzYe=3%`G61sBbKO@JLE7z{wxN-gJ<;%P*SFc{be&x!422POl z6_5=e(JNQ3U%z_wKLhiXD>trPV`05=1#BB1^Nkx|)l65f-nhZadhHt6MSM&*Zd|+e zpOx(j*nlfnc$u$Uxq0>Ke>N_#$hB+NZ-U&)&H=LR`t=(i4hQSy%U7;my?XUO0QfDP AEC2ui literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00DA.lmp b/wadsrc_extra/static/filter/game-heretic/fonts/defbigfont/00DA.lmp new file mode 100644 index 0000000000000000000000000000000000000000..65f1b574beab978c005d8fc7689210dc770e40b7 GIT binary patch literal 257 zcmd;K5M%%W3kC)TcLoNAa0Uj3Oa=yqY6b>|9tH-6*$fN}s~H#=4lyt=++<*2c*VfL z@QZ^(zo?{mPa9tlZbG-M)GQ1a4lxdi6gG@71f2XPr#u3o)%{mKo*{#-@bkAI#}d7$f^HXxvyWp0<-YSmH&K9 IAm{%F01y?ITL1t6 literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00C1.lmp b/wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00C1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..fac1223fe7a32c1a067487157ccf68d059c56c79 GIT binary patch literal 163 zcmd;N;9_84U}Vr?U|=v|U|_IgU|{fKU|@%e-R#qui*8hyGtgMRcvaGD^%&e?p ztgQbTIN8}1#aN{zSS3I_E>>0{byik+MR|}h3``(%L57J*NJ)T{gV?OB?5ymptp5S< Cnh^Q` literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00CD.lmp b/wadsrc_extra/static/filter/game-heretic/fonts/defsmallfont/00CD.lmp new file mode 100644 index 0000000000000000000000000000000000000000..19abaaea45e6dd93536b9495de536886a62655ab GIT binary patch literal 109 zcmZQ$;9_84U}R8WU|`T?U|_IfU|{fIU|jNU|?WjVr6Az;(- zLHIu-Co8KWtD?NDydpdMe+Djgc11B(eocNM5mwg!3|y?NLh7un>|petfr*uso&7%m DyTb~H 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 zcmd;N;9_84U}Vr?U|=v|U|_IgU|{fKU|; ztgQbTxY*eh#aP8ySy{!{+5a6B0F`8e!T(;GV1p+JAtXj2l<$ngIl`Ge+W93-^0?R(;GXvueeP|7=`q)@)d_YSpSWU@j~7s#P06 zs#dOAvufqa|17K^ZL5|o<6&J15?Zn1KO@JA6{}XQTeoKAvSqw1D_5>rvtq@622POl z3XlyT(G@G!tXaA8KLhiM73)^5Vqsme0&E)}^SX6l)l4f_u3N{-x@r~JMSM)_)~#Cg zpOtL|*nkx)c$rtM*syZte>N_#$f{LqHh|p9&H=J*&6;%}4hQS9Wh+*$T)FZ;0O(AC AO8@`> 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 zcmd;K5M%%W3kC)TcLoNAa0Uj3Oa=yqY6b>|9tH-6*$fN}s~H#=4lyt=++<*2c*VfL z@QZY5ASG+o zfYh+^tb~JA>sGD$&&a%D#i~`S_?XwM0dW~vR<2yNX2l9V<_%yo8JJhBShs2wEBA&C z>o!2Z##O8SGcc`Oxo#aR&&G|b)~o`7HR~XzZ`!nK4OnCi$f^HXx!0^&0kd$$ivN5} IAm{%F0EH5K*Z=?k literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00C1.lmp b/wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00C1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..db46a47303af7795d5b2df8a7611f42584cbd578 GIT binary patch literal 163 zcmd;N;9_84U}Vr?U|=v|U|_IgU|{fKU|{1{e7dyKsA3M9ef;`9=1}2cXAj2f3WTZgKL2Pz*PIgXq_WuA4ZV`9@ 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 zcmZQ$;9_84U}R8WU|`T?U|_IfU|{fIU|jNU|?WjVrOS(=Kz!cnK(E(+2z^U zLHIu-Cp)_WyMnx&yaFfZe+Dj2P6bJJVGUtXad!6q3|#E&qI~S^oM7~yfr*`+lk-0S D$GHm5 literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00D3.lmp b/wadsrc_extra/static/filter/game-hexen/fonts/defsmallfont/00D3.lmp new file mode 100644 index 0000000000000000000000000000000000000000..ae6cd55addfdeda4cb8d46440cdec0187ae5bb1f GIT binary patch literal 158 zcmd;N;9_84U}Vr?U|=v|U|_IgU|{fKU|4#eYPXBXvTmse0w0BL1lVrS>%1Q{kJE-DUE4q~&jvvabuv;PMG DL(>ta 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`1N0ffq}u2fq@~2fq@~Hfq|iwfq`Kz0|Uc$1_lNuCVP8(dk(HXB=Db+ z#ooTX-QJ#^r?0QIwWX!Gxv8nCsju%p1Dm~lhnH6?RLaZS$H&*#&lfBu43+9@Z^a?* ai7XDYgN?VZuN}n_h?Cg4kzCZ*_a6WUYDcgD literal 205 zcmZQ)5M}@Y6$S7w}54v^4vIT*JiQ*VhWN!^5)`WG_gJ zQJ}A{)eB9KL8z~<-4m+R3#z^EKZ9^zUwbRaNA572z_v3mgZ<44vaziV>MpQX*?Ic< f`j8#Z$<^1_hwvXH0HEOl3ZlLyu!;N-6aNDMw0EN- 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 zcmd;M5M}@Y2L=WPUj_z-7zPH090mr4S_TG&eg+1H#S9D#I~W)k&NDDDJZE5F_|L$= zAj!zUpv}m@V8h73z{=4F2me{P`uf`2+uB-NTUz@1{-Pi1k5O0MT4Kf8T&J1=v3m;6XrKPVKY%2@IZEaxrW{}w|Y!Kh|_3<%*ME|q0 JfT+H{{{TL1dvX8( 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;J5MclT4F(1VYX$~}00stzGzJESS_TG&DGUq@YZw?9jxjJWu=4exf&VN5eSPii zZEdZsEiKK>O-)TreSQC#1^fE?+TGkeJiWYqe0+WV{6L~iLVbO$D8gXHj38kzRPnyP h{|v%?eeIsDsD^{YS^E0gTl@N0dC{H1zzi1o4*E+!5QpF1r@M-SrYxVL5QU4iP@7!qtvDn$cQXuAkM!q|DpoX;g s`1pb>Wf17?ZH4&;h42QZXVHTLHL#F_ H5f-!n06U)) literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00DA.lmp b/wadsrc_extra/static/filter/game-strife/fonts/bigfont/00DA.lmp new file mode 100644 index 0000000000000000000000000000000000000000..48ec519ae20e2a300e8418eb099ff3ca7c66fad2 GIT binary patch literal 378 zcmWe&5M}@Y4+aK?AO;481O^6%0tN<#Mg|6k$qWn(%NQ6Kb}=w8Tx4Kic*elM@Q;Ck zL5z`s!H|)G!IhDLA%c;CA&ZfLft9rn0{*jb_Vu;3wYIi^`2ShB`}*44+&w&7nw$Ij z`u?-1$YK21#^0bYcFk1tq+4`P6)m$#3PFIb3~A7ofxUtdd0Gfa$$rLPZU2`3jw zuDQwA*AJwdk+rX{)vKkikB7aludfLr$ROO;*Y4R0QV7Aw;;j(tT3VW$n_%M1U}Y@) j$Zmreg;fmXVvr{hE@lCF3ls`qQ$Y@6jNU|=X@U|^_WU|{HAU|^Waz`(Ewq>|Yi z1Xv-|e@13+??>L=Ans#t@BfVK-rkSBy&uEbj~_pN0upEQ_I~^X%wzyDAA?l=XJCK) m_z9Tl{hxv3$rJAjNU|=X_U|?uqU|{G5sbckpfd7na z-rkQMKlb+a{?Ewn?fv)(5*x(x_WsYn;qCqSu{Q{UIFBDc0WqI|Wu83oe(e1OWY&KM PHg9hzlaU!D;{6{0@V+uJ literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00CD.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00CD.lmp new file mode 100644 index 0000000000000000000000000000000000000000..4bafd8b2ecfecacfa6a74a5628dd32ecc6aee9ef GIT binary patch literal 83 zcmZQ&;9y{2U}TVCU|>*ZU|=v|U|?`$U|{eCiL!Y^!G8u0Z|}#C9zTBk*xUO*1IOdX TPrv}gVSn-ju8Psy+xtHN5X2j8 literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00D1.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont/00D1.lmp new file mode 100644 index 0000000000000000000000000000000000000000..38784b44d59cc477ac82743c7f2824ebec1f9449 GIT binary patch literal 178 zcmd;L;ACK6U}P|0U|_IiU|{fKU|@(~U|>jNU|=X>U|^_cU|{HBU|^WZz`(E!q>{rM z4*oN8czZv33+_@rLmJGjKe4;tewGF;vDIWEjXaMs|onAT0n|XG0YL 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 zcmd;L;9y{2U}P|0U|_IhU|?`zU|` zV(IIHnfgKc`uh6+85x6uf|yx?f<-hLHb~2A^#aT0|WIT9I!%teSH>IkS35m E0O~&(s{jB1 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 zcmZQ$;ACK6U}jKYU|`TiA$*=|m1qKC&g#2e_gRu1V|1&ZM u1qFfl`a$|3`uhJFI0FNN^g$5JV-F0}2lMnf81=!*_4V~xKuk6e@gD$6*cOoh 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 zcmZQ!;ACK6U}lhDU|>*ZU|=w1U|?`#U|?Wm3jKU|`5$U|^_VU|{G3sbCEX3JeMk3Hi^+ z7!(x5%m(4=>;Gq93=9lpV%OIX3e*RI{|rolf%^I^Oo4$xK@iofOhG}x!T%ZAgM##- brXcAG3J%fN|If&%udmO-3Nk@oU;jS<)%73Y 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 zcmd;J;ACK6U}n%@U|=v{U|_IfU|?`%U|jRU|=X^U|?urU|?Wj4h#$m4*t)~ z8Wa>56dV%rpP4NvNMBz+L|^|uBV$ld5Hk~q&(0JA5@BEs3=Gl_($|OaIRgXr^}#y9 W>h<;YSwKpH_4W1tvoh<0z<&T@zZ}T` literal 0 HcmV?d00001 diff --git a/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00DA.lmp b/wadsrc_extra/static/filter/game-strife/fonts/defsmallfont2/00DA.lmp new file mode 100644 index 0000000000000000000000000000000000000000..701604c3587c85280a0075f638226c833a910881 GIT binary patch literal 134 zcmd;J;ACK6U}n%@U|=w0U|_IjU|?`%U|;DG;!mk^I literal 0 HcmV?d00001