OpenRCT2/src/localisation
Harry Lam 0081fb8435 Update language.cpp (CHT font)
Microsoft removed "MingLiu.ttc" in Windows 10 1511 for no reason. The alternative, "MingLiub.ttc" (which support more characters and existed since Vista (https://www.microsoft.com/typography/fonts/font.aspx?FMID=1772)) is kept instead.
2015-11-18 13:54:22 +08:00
..
LanguagePack.cpp Fix #2301 2015-11-15 09:55:01 +00:00
LanguagePack.h fix #1982 2015-09-28 18:10:41 +01:00
convert.c implement utf8, part 18 2015-08-01 10:20:59 +01:00
currency.c Use string IDs for all currencies 2015-11-08 12:41:55 +01:00
currency.h Add South Korean Won and Russian Rouble as currencies, closes #2222, also fix #2232 2015-11-08 11:46:11 +01:00
date.c add two new date formats, y/m/d and y/d/m, closes #1900 2015-09-26 14:35:26 +01:00
date.h add two new date formats, y/m/d and y/d/m, closes #1900 2015-09-26 14:35:26 +01:00
format_codes.h In C++11 use actual pointer types instead of C's defines 2015-09-10 08:22:36 +02:00
language.cpp Update language.cpp (CHT font) 2015-11-18 13:54:22 +08:00
language.h Add Czech and fix some typos 2015-11-15 12:30:13 +01:00
localisation.c Make OpenRCT2 use iconv on Linux 2015-11-15 17:12:32 +01:00
localisation.h Make OpenRCT2 use iconv on Linux 2015-11-15 17:12:32 +01:00
real_names.c In C++11 use actual pointer types instead of C's defines 2015-09-10 08:22:36 +02:00
string_ids.h Add string ids for scenario name window 2015-11-16 17:56:51 +01:00
user.c Add safe_strncpy function 2015-10-30 16:01:00 +01:00
user.h In C++11 use actual pointer types instead of C's defines 2015-09-10 08:22:36 +02:00
utf8.c assorted fixes 2015-09-07 20:51:21 +02:00