Virtual D-pad (thanks to Samuel)

Movement even when holding the same spot (thanks to Samuel)
Movement aggressiveness, not enabled yet (thanks to Samuel)
Restructured resourceloader to use external file as list of what resources to load
Renamed resource files to indicate what files can be translated
Updated German translation (thanks to Samuel)
Updated French translation (thanks to Misty Soul)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@120 08aca716-68be-ccc6-4d58-36f5abd142ac
This commit is contained in:
oskar.wiksten
2011-07-08 12:31:21 +00:00
parent 50477db962
commit 83f0834c93
47 changed files with 1503 additions and 1093 deletions

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="loadresource_items_debug">
<item>@string/itemlist_money</item>
<item>@string/itemlist_weapons</item>
<item>@string/itemlist_armour</item>
<item>@string/itemlist_debug</item>
</array>
<array name="loadresource_droplists_debug">
<item>@string/droplists_debug</item>
</array>
<array name="loadresource_quests_debug">
<item>@string/questlist_debug</item>
</array>
<array name="loadresource_conversationlists_debug">
<item>@string/conversationlist_debug</item>
</array>
<array name="loadresource_monsters_debug">
<item>@string/monsterlist_debug</item>
</array>
<array name="loadresource_maps_debug">
<item>@xml/debugmap</item>
</array>
</resources>