(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.

This commit is contained in:
peter1138
2006-11-16 22:05:33 +00:00
parent 40d647ddde
commit 1a4f1c8177
43 changed files with 1778 additions and 867 deletions

View File

@@ -560,6 +560,10 @@
RelativePath=".\fios.c"
>
</File>
<File
RelativePath=".\fontcache.c"
>
</File>
<File
RelativePath=".\genworld.c"
>
@@ -931,6 +935,10 @@
RelativePath=".\fileio.h"
>
</File>
<File
RelativePath=".\fontcache.h"
>
</File>
<File
RelativePath=".\functions.h"
>
@@ -1435,6 +1443,10 @@
RelativePath=".\table\clear_land.h"
>
</File>
<File
RelativePath=".\table\control_codes.h"
>
</File>
<File
RelativePath=".\table\elrail_data.h"
>
@@ -1511,6 +1523,10 @@
RelativePath=".\table\tunnel_land.h"
>
</File>
<File
RelativePath=".\table\unicode.h"
>
</File>
<File
RelativePath=".\table\unmovable_land.h"
>