Commit Graph

55 Commits

Author SHA1 Message Date
Oskar Wiksten
bf94eee299 Changed all <string-array> into referencing @string/ values
* Will make translation easier when adding new items in existing string arrays.
2013-07-06 16:19:24 +02:00
Oskar Wiksten
a0b31542e4 Add more settings to control how loot bags are presented 2013-07-06 15:09:46 +02:00
Oskar Wiksten
a74bef815c Updated translation MO-file parser to read the MO filename from strings.xml. 2013-06-27 20:44:46 +02:00
Oskar Wiksten
52a5b8f387 Converted all resource files to json instead of our previous custom format. 2013-02-09 12:34:03 +01:00
Oskar Wiksten
4b8577e690 Increased exp reward for most quests tenfold. (Issue 283, thanks to jrozek!) 2013-02-09 11:08:27 +01:00
Oskar Wiksten
3da6d0808c Updated translations of itemlist with changes to how food is healing. 2013-02-06 07:53:37 +00:00
Oskar Wiksten
3e5f77d891 Updated copyright notice to "2010-2013". 2013-02-02 13:56:26 +01:00
Oskar Wiksten
d375c1b4d8 Added link to Andor's Trail wiki in About/Help. 2012-11-10 16:58:44 +01:00
Oskar Wiksten
3b6e98781c Added item category "drink" and "rapier" (thanks sdevaney!). Recategorized some items. 2012-10-07 16:10:39 +02:00
Oskar Wiksten
940c159ec3 Changed all two-handed swords into being longswords for the time being (until we have decided what items should be two-handed). 2012-10-07 16:10:39 +02:00
Oskar Wiksten
52e1e12cd5 Applied item categorization to translated resource files. 2012-10-07 16:10:27 +02:00
Oskar Wiksten
7c839ef3d7 Updated Italian translation. (thanks Joker!) 2012-09-09 22:09:18 +02:00
oskar.wiksten
d11f4b565c Implemented Kaverin's quest in Remgard, continuation on the Vacor/Unzel story (thanks Nyktos, sdevaney!)
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@245 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-05-14 18:49:14 +00:00
oskar.wiksten
328a2e66a6 Added boolean "isPositive" to actor conditions (currently unused though).
Made "Insect contagion" and "Blistering skin" nonstacking, and increased the magnitude of the effects instead.
Increased critical skill of some monsters.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@240 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-05-05 13:50:57 +00:00
oskar.wiksten
f883abf632 Updated quest text for "Feygard errands" (thanks fiernaq)
Fixed unresolvable quest "Missing pieces" (thanks chaosrunner87)
Adjusted descriptions of "Dark blessing of the Shadow" so that it is more apparent that it can not be upgraded more than 1 level.
Added property to maps that are considered outdoors (will be used for worldmap).
Adjusted tile-loding code so that all available graphics are actually loaded.
Changed colors of "mountain brute" (thanks ctnbeh13)
Added journal fragment in BWM cabin that gives a hint on how to get out of there.
Added sign text to woodcave that hints at a future quest (thanks ctnbeh13)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@228 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-04-17 20:42:42 +00:00
oskar.wiksten
0bf3fab678 Changes to critical hits - now based on "critical skill" that defines the effective critical chance by a nonlinear formula (sqrt).
Conversation corrections (thanks ctnbeh13)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@227 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-03-30 16:38:19 +00:00
oskar.wiksten
2e11468e9d Corrected some quest texts (thanks fiernaq).
Completed quest "A difference in opinion" for v0.6.11.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@226 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-03-25 14:34:22 +00:00
oskar.wiksten
02d5a2fac1 Fixed lots of Android lint warnings.
New graphics for red damage animation.
Added better script triggers to Mikhail's conversation while doing the bread and rats quests.
Start outline of new minor quest for v0.6.11 (sisterfight).
Re-spawn monsters that were not unique in v0.6.10 (issue 301).

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@225 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-03-24 11:28:14 +00:00
oskar.wiksten
ad5b8991bf Added support for the extended reward system to the conversation resource files and the content editor.
Added support for different types of item requirements in conversation replies. For example, requiring the player to wear a specific item instead of just having it in inventory.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@216 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-01-08 12:55:48 +00:00
oskar.wiksten
c6599a9009 Updated German translation (thanks Samuel and cngunners14)
Updated Russian translation (thanks e.solodookhin and shell.andor)
Fixed bug with Fallhaven tavern bed (issue 287) (Thanks to Grävling for finding it!)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@213 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-01-06 20:44:17 +00:00
oskar.wiksten
94c42ea716 Updated German translation (thanks Samuel & Gottkaiser)
Additional corrections to the Italian translation.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@195 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-30 13:40:25 +00:00
oskar.wiksten
0e0f90aff5 Updated Italian translation (thanks Joker and k6blue)
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@194 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-30 13:11:08 +00:00
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