Introduced a setting for whether d-pad should be minimizable or not.

Added skills for resistance of actor conditions. (thanks Samuel)
Remove duplicate items (but give back gold) whose store price has increased, to prevent exploiting the newer item prices.
Changes to code comments, display texts. (thanks Samuel)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@146 08aca716-68be-ccc6-4d58-36f5abd142ac
This commit is contained in:
oskar.wiksten
2011-07-30 19:50:53 +00:00
parent c15fc2a5ff
commit bebabbb2aa
24 changed files with 280 additions and 154 deletions

View File

@@ -61,5 +61,10 @@
android:defaultValue="0"
android:entries="@array/preferences_movement_dpad_positions"
android:entryValues="@array/preferences_movement_dpad_positions_values" />
<CheckBoxPreference
android:title="@string/preferences_movement_dpad_minimizeable_title"
android:defaultValue="true"
android:summary="@string/preferences_movement_dpad_minimizeable"
android:key="dpadMinimizeable" />
</PreferenceCategory>
</PreferenceScreen>