Commit Graph

33 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@gmail.com
a31a359c3e 500 more lines of dialogue for v0.6.10.
Contents of 3 new quests.
Updated monsters for v0.6.10.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@163 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-25 19:31:54 +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
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
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
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
441134f7e1 Updated Italian translation by liogiu.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@99 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-25 19:55:34 +00:00
oskar.wiksten
523c8f2530 Placed all monsters on Blackwater Mountain maps.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@96 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-18 20:07:28 +00:00
oskar.wiksten
1ce44772a4 More monsters for v0.6.9
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@92 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-15 14:33:54 +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
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
oskar.wiksten
e09a084d93 Updated Italian translation. Removed unused test map.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@81 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-07 09:14:28 +00:00
oskar.wiksten
627c94f9f9 Updated Italian conversation translation by liogiu (from issue 192).
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@80 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-07 07:26:09 +00:00
oskar.wiksten
efb795b997 Updated resource loader to use the updated conversation file format that the new editor handles.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@77 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-05 18:09:21 +00:00
oskar.wiksten
99b4f31cc1 Corrected Italian conversation translation.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@75 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-05 17:14:17 +00:00
oskar.wiksten@gmail.com
3556300034 Updated Italian translations by liogiu. (Issue 186 and Issue 187)
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@74 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-04 17:37:38 +00:00
oskar.wiksten
153b815125 Updated ResourceLoader for droplists, quests and monsters to read the extended resource files from the new editor.
Included Italian translation updates by liogiu from Issue 181, Issue 182 and Issue 183.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@70 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-14 20:09:09 +00:00
oskar.wiksten@gmail.com
858e6c186e Updated Italian translation, from issue 180.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@67 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-11 18:35:12 +00:00
oskar.wiksten@gmail.com
3bdf20e8b7 50 new maps of Blackwater Mountain by michischmid.
Updated "Authors" section.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@59 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-03-20 16:38:52 +00:00
oskar.wiksten
8b19f95e9f Internationalized strings for actor conditions and new item effect system
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@50 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-03-04 20:12:32 +00:00
oskar.wiksten
af1e94c00b Released version v0.6.8 . Merged from local r105 .
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@42 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-02-24 21:22:19 +00:00