Merge branch 'master' of git://git.xonotic.org/xonotic/xonotic

This commit is contained in:
Rudolf Polzer 2011-01-23 19:33:52 +01:00
commit 1b2c9a2d1c
2 changed files with 42 additions and 18 deletions

10
all
View File

@ -1683,10 +1683,9 @@ case "$cmd" in
verbose cd "$dir"
# texture: convert to jpeg and dds
verbose export do_jpeg=true
verbose export jpeg_qual_rgb=95
verbose export jpeg_qual_rgb=97
verbose export jpeg_qual_a=99
verbose export do_dds=true
verbose export dds_flags=
verbose export do_dds=false
verbose export do_ogg=false
verbose export del_src=true
find . -type f -print0 | verbose xargs -0 "$d0"/misc/tools/cached-converter.sh
@ -1828,10 +1827,11 @@ case "$cmd" in
;;
release-pack)
verbose "$SELF" release-buildpk3s data/font-nimbussansl.pk3dir raw ''
verbose "$SELF" release-buildpk3s data/font-xolonium.pk3dir raw ''
verbose "$SELF" release-buildpk3s data/xonotic-data.pk3dir normal '-high' low '-low' normaldds ''
verbose "$SELF" release-buildpk3s data/xonotic-maps.pk3dir normal '-high' low '-low' normaldds ''
verbose "$SELF" release-buildpk3s data/xonotic-music.pk3dir raw '' low '-low'
verbose "$SELF" release-buildpk3s data/xonotic-nexcompat.pk3dir low ''
verbose "$SELF" release-buildpk3s data/xonotic-nexcompat.pk3dir normal '-high' normaldds ''
;;
release-pack-needsx11)
case "$DISPLAY" in
@ -1888,7 +1888,7 @@ case "$cmd" in
Xonotic/data/xonotic-$stamp-data-high.pk3 \
Xonotic/data/xonotic-$stamp-maps-high.pk3 \
Xonotic/data/xonotic-$stamp-music.pk3 \
Xonotic/data/xonotic-$stamp-nexcompat.pk3
Xonotic/data/xonotic-$stamp-nexcompat-high.pk3
;;
release)
verbose "$SELF" release-prepare

View File

@ -36,26 +36,50 @@ along with this font. If not, see <http://www.gnu.org/licenses/>.
-----------------------------
Fully covered character sets:
ASCII
ISO 8859-1
ISO 8859-15
ASCII (Basic modern Latin)
ISO 8859-1 (Western European)
ISO 8859-2 (Central European)
ISO 8859-3 (South European, Esperanto)
ISO 8859-4 (North European)
ISO 8859-5 (Cyrillic)
ISO 8859-9 (Turkish)
ISO 8859-10 (Nordic)
ISO 8859-13 (Baltic Rim)
ISO 8859-14 (Celtic)
ISO 8859-15 (Western European)
ISO 8859-16 (South-Eastern European)
Additionally included characters:
Dotless i: U+0131
Diacritical marks: U+02C6 U+02C7 U+02D9 U+02DA U+02DB U+02DC
Polish characters: U+0104 U+0106 U+0118 U+0141 U+0143 U+015A U+0179
U+017B U+0105 U+0107 U+0119 U+0142 U+0144 U+00F3
U+015B U+017A U+017C
Cyrillic characters U+0400, U+040D, U+0450, U+045D
Diacritical marks U+02BC, U+02C6, U+02DA, U+02DC, U+0312
Dotless j U+0237
Dashes U+2012-U+2014
Quotation marks U+2018-U+201F, U+2039, U+203A
-----------------------------
ChangeLog
2011-01-17 Severin Meyer <sev.ch@web.de> v1.1
Added characters to complete ISO 8859 sets 2,3,4,5,9,10,13,14,16
Added additional characters:
Cyrillic U+0400, U+040D, U+0450, U+045D
Diacritical marks U+02BC, U+0312
Dotlessj U+0237
Dashes U+2012-U+2014
Quotation marks U+2018-U+201F, U+2039, U+203A
Adjusted placement of cedilla and ogonek in composite characters
Revised characters (references are not listed):
U+002C (,) U+003B (;)
U+0044 (D) U+004B (K) U+0054 (T)
U+006A (j) U+006B (k) U+0076 (v) U+0077 (w) U+0078 (x) U+0079 (y)
U+00A5 (yen) U+00A7 (section) U+00D0 (Eth) U+02DB (ogonek) U+20AC (euro)
2011-01-04 Severin Meyer <sev.ch@web.de> v1.0
Initial release. Includes:
Complete character sets: ISO 8859-1, ISO 8859-15
Additional characters: U+0131 U+02C6 U+02C7 U+02D9 U+02DA U+02DB U+02DC
All 16 additional Polish characters beyond ISO 8859-1
Initial release. Includes:
Complete character sets: ISO 8859-1, ISO 8859-15
Additional characters: U+0131 U+02C6 U+02C7 U+02D9 U+02DA U+02DB U+02DC
All 16 additional Polish characters beyond ISO 8859-1
YYYY-MM-DD name <email> font-version
Description
Description