(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

@@ -234,6 +234,9 @@
<File
RelativePath=".\fios.c">
</File>
<File
RelativePath=".\fontcache.c">
</File>
<File
RelativePath=".\genworld.c">
</File>
@@ -478,6 +481,9 @@
<File
RelativePath=".\fileio.h">
</File>
<File
RelativePath=".\fontcache.h">
</File>
<File
RelativePath=".\functions.h">
</File>
@@ -853,6 +859,9 @@
<File
RelativePath=".\table\clear_land.h">
</File>
<File
RelativePath=".\table\control_codes.h">
</File>
<File
RelativePath=".\table\elrail_data.h">
</File>
@@ -910,6 +919,9 @@
<File
RelativePath=".\table\tunnel_land.h">
</File>
<File
RelativePath=".\table\unicode.h">
</File>
<File
RelativePath=".\table\unmovable_land.h">
</File>