Commit Graph

27 Commits

Author SHA1 Message Date
oskar.wiksten
ebc9c9998b Major refactoring of resourceloader. This version loads graphical resources when they are first required, instead of loading them all when the game starts. Resources are cached using SoftReference<> and reclaimed by the Android OS whenever needed.
Refactored resourceloader of conversationcollection. Now the game only loads conversations when they are used in the ConversationActivity, instead of loading them all when the game starts.
These two changes drastically reduces the memory footprint of the game, thus allowing devices with lower maximum heap size to run the game.

Changed link to forums (http://andorstrail.com/)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@181 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-16 07:08:52 +00:00
oskar.wiksten@gmail.com
6aedc946c5 Updated to version v0.6.10a3.
Updated dialog of Oluag, Unnmir and Gaela for when the player has already talked to them.
Updated conversation of guard in Prim main hall.
Sort skills according to id.
Renamed old healing potions to differentiate them from the new healing potions.
Spelling corrections to v0.6.10 conversation content.
Removed overScrollFooter for conversation listview (for issue 205)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@173 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-09 11:14:38 +00:00
oskar.wiksten@gmail.com
d20f9ccccc Re-worked shop droplists to reflect the merchant's position in the item quality available.
Updated French translation (thanks Misty Soul)
Removed unused items and monsters.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@167 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-06 21:28:02 +00:00
oskar.wiksten
ba2cd2a8b4 275 new lines of dialogue for the new Loneford quest. The Loneford quest is now completable.
Populated most of the quest droplists (shop droplists still left to do).
Fixed issues with the Prim and Blackwater quests, that were never marked as completed under some circumstances in v0.6.9.
Moved tiles on a lot of maps to their correct layer (from "Objects" to "Above" for example)
Added deterministic sort order to quest list.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@164 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-02 19:27:46 +00:00
oskar.wiksten
bedc7df087 Refactor: Moved all code that does parsing of resource files into separate namespace, and into specialized reusable parser classes.
Refactor: Changed property "searchTag" if objects of type ItemType into property "id", because that is what it is used for.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@159 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-14 17:20:45 +00:00
oskar.wiksten
0bc622b7a3 Refactor: removed integer id from item types (should use the real string id instead).
Changed some ArrayList:s in the maploader into using HashMap:s (should speed up the loading process).
Added graphical tiles for more weapons, armours, rings and amulets.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@156 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-12 15:22:26 +00:00
oskar.wiksten
d83a420be2 Added "clear" button to content editor.
Added accordion to import/export dialogs in content editor.
Fixed bug in content editor when changing an id of a phrase.
Made editor tabs closable with escape key.
Split the item tileset image into several smaller parts.
Added more images for some armours, weapons and monsters.


git-svn-id: https://andors-trail.googlecode.com/svn/trunk@155 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-12 12:23:29 +00:00
oskar.wiksten
2e7b49c2b4 Fixed monster info HP bug (issue 117) - thanks Scott Lund.
Added items for v0.6.10, changed stats for a lot of items.
Smaller changes to maps in preparation for v0.6.10.
Added selftests to find items and droplists that are not used.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@147 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-08-30 20:58:51 +00:00
oskar.wiksten
bebabbb2aa 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
2011-07-30 19:50:53 +00:00
oskar.wiksten
8f907ac3fa Added automatic price calculation (issue 38)
Updated Italian translation (thanks k6blue)
Added confirmation dialog box when selling non-ordinary items (thanks ejwessel).

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@144 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-30 12:12:58 +00:00
oskar.wiksten
d5f75659f8 Updated French translation by Misty Soul.
Updated Italian translation by Joker.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@143 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-26 15:18:48 +00:00
oskar.wiksten
38df2875bb Introduce categories on actor conditions.
Display text about debug resources on startscreen.
Sort savegame slots (thanks Samuel)
Display confirmation box when overwriting savegame with different player name (thanks ejwessel) (issue 215).
Show skill max level even if player does not have skill point (thanks Samuel)
Hide skill requirements if max level reached (thanks Samuel)
Enable attack button even when fleeing (thanks Samuel)
Display negative combat traits, for example when viewing a condition effect (issue 217).


git-svn-id: https://andors-trail.googlecode.com/svn/trunk@140 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-23 12:42:52 +00:00
oskar.wiksten
aeb652b1ec Added requirements to skills (other skills, stats or levels)
Unlimited number of savegame slots.
Added "quests" as tab to character screen.
Added display type string to item info page (Quest item/Rare/Exceptional/Legendary).
Bugfixes (thanks Samuel)
Updated French translation (thanks Misty Soul)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@137 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-20 11:48:52 +00:00
oskar.wiksten
b5644f6730 Display legendary, extraordinary and quest items with a background color to distinguish them from other items.
Updated bulk selection interface (thanks to ejwessel).
Added more selftests for quests that require items.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@132 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-16 10:06:02 +00:00
oskar.wiksten
e6be7c2010 Corrected resource files that had different content than the default resource file.
Added parcelable support for conversationactivity (should prevent FC on some devices in the conversation)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@123 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-14 15:15:34 +00:00
oskar.wiksten
4a1fdd6c77 Moved keyboard- and touch input code to a seaprate inputcontroller instead of in the mainview.
Updated French translation by Misty Soul.
Calculate cached stats from worn items when loading savegames.
Allow movement by WASD keys (thanks Samuel)
Enable attacking from dpad
Moved debug content into a separate file (does not need translation)
Updated dialogue for Fulus (issue 216)
Updated dialogue for Throdna (issue 208)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@122 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-13 20:13:51 +00:00
oskar.wiksten
83f0834c93 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
2011-07-08 12:31:21 +00:00
oskar.wiksten
1513337329 Updated for v0.6.9b1.
Changed backgound of exp bar to darker shade of yellow.
Added scrollbar to monster info dialog,
Vertically centered hp and exp bars.
Item "Shadow of the slayer" now has a "on kill" effect insetad of a "on hit" effect.
Corrected walkable tiles on blackwater_mountain16.
Corrected conversation for Bjorgur.
Bug: fixed conditions that are removed when equipping items without conditions.
Bug: fixed items that raise max HP and AP.
Added fixed 50 exp reward for monsters that have attack effects.
Regeneration effect has slightly lighter shade of blue for the amount of healed HP.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@116 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-25 16:15:59 +00:00
oskar.wiksten
196e507e01 Updated quests for Blackwater mountain.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@106 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-15 22:00:56 +00:00
oskar.wiksten
5815da0141 Updated French translation by Misty Soul.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@105 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-14 21:12:43 +00:00
oskar.wiksten
40776bc938 First version of quests for Blackwater mountain.
Updated French translation by Misty Soul.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@101 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-09 21:10:52 +00:00
oskar.wiksten@gmail.com
f1bdd640b0 Updated French translation by Misty Soul.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@100 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-27 15:56:45 +00:00
oskar.wiksten
8a6d33d25a Updated French translation by Misty Soul.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@98 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-25 19:53:12 +00:00
oskar.wiksten
307ff8e14a New monster images for v0.6.9.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@91 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-15 13:14:31 +00:00
oskar.wiksten
b56ee0aac1 Quickitem patch by Oli Samyn (issue 6).
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@90 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-15 08:45:49 +00:00
oskar.wiksten
3b5da34885 Updated French translation by LeSanglier. Updated Italian translation by Giulio.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@89 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-15 08:08:06 +00:00
oskar.wiksten@gmail.com
2f072d6787 Updated Italian translation by liogiu. Started French translation by LeSanglier. Updated credits list.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@87 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-11 19:45:25 +00:00