Commit Graph

40 Commits

Author SHA1 Message Date
Oskar Wiksten
6d1c5ebe9f Updated translation tool to accomodate in-place translation of strings. Major thanks to surgecurrent for the code! 2012-09-13 21:10:13 +02:00
Oskar Wiksten
af5aa14e11 Added Japanese translation! (thanks surgecurrent!) 2012-09-13 20:55:36 +02:00
Oskar Wiksten
c17b63a9a4 Updated content editor version number 2012-07-10 19:32:09 +02:00
Oskar Wiksten
cbcf97252f Update image icons in left list when icon changes. 2012-07-10 19:30:15 +02:00
Oskar Wiksten
d7064fd589 Added missing file to last checkin 2012-07-10 19:30:15 +02:00
Oskar Wiksten
33dbfca39f WIP on displaying images in lists in AndorsTrailEditor. 2012-07-10 19:30:15 +02:00
Oskar Wiksten
4998af1d13 Added additional translated files to the online translation checker. 2012-06-09 10:46:26 +02: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
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
1e507879d8 Additional graphics for new items and NPCs (thanks to DeBray Bailey).
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@220 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-02-18 09:58:03 +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
4f640f2726 Completed implementation of monster classes and factions in the monster resource file, so that these properties are read from there.
Also introduced a property of uniqueness per monster (meaning that unique monsters will not respawn). This will replace the uniqueness that was previously set on spawn areas, since it is more intuitive to define it per monster type. 

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@215 08aca716-68be-ccc6-4d58-36f5abd142ac
2012-01-08 01:10:27 +00:00
oskar.wiksten
f22822425a Updated Portugese translation (thanks Mira).
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@202 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-11-05 13:33:54 +00:00
oskar.wiksten
e54b0a3fb8 Updated Portugese translation (thanks Mira)
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@200 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-11-02 20:55:09 +00:00
oskar.wiksten
ee3b1b03f6 Updated translation validator with Portugese translation.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@197 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-30 14:01:01 +00:00
oskar.wiksten
46e15eb474 Bumped version to v0.6.11dev.
Added initial implementation of translation validator.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@193 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-30 11:56:46 +00:00
oskar.wiksten@gmail.com
1a9c903ad2 Added additional monster icons.
Populated waterway- and pwcave maps with monsters.
Added selftests to verify that all defined monsters are being used.
Disabled manual saving while in combat (issue 241).

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@165 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-05 22:08:54 +00:00
oskar.wiksten@gmail.com
7b35217f24 4 new quests for v0.6.10.
Made new weapons and armor icons slightly lighter.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@160 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-18 17:12:51 +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
972fff006a Monsters will now copy all data from the monstertype instead of directly referencing the monstertype (in preparation for personalized monsters).
Refactor: Separated debug interface to a separate class, reduces clutter in MainActivity.


git-svn-id: https://andors-trail.googlecode.com/svn/trunk@158 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-14 12:46:52 +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
c15fc2a5ff Updated content editor to display automatic price calculation.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@145 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-30 12:17:20 +00:00
oskar.wiksten
173b8cb6c5 Update content editor with actor condition categories.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@141 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-23 12:49:24 +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
76da6fc22b Updated editor to reflect monster ids as strings.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@111 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-22 17:43:36 +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
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
0165021017 Updated resource editor: Improve autocomplete. Bugfix for table editor on chrome. Decrease indentation on conversation tree. Shorten strings in conversation tree. Dynamically calculate item store prices and monster exp. Tooltip for "follow next phrase" button in conversation editor.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@83 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-07 14:42:14 +00:00
oskar.wiksten
8744c9f890 Correct mime types on all images and javascript in editor.
Added more monsters and npcs (by Karvis).
Updated some tiles on the map tilesets.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@82 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-07 11:53:36 +00:00
oskar.wiksten
d903815a69 Correct mime types for resource editor. Fix bug with imageselector not showing.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@79 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-07 07:01:18 +00:00
oskar.wiksten
b5a3f10e6d First version of threaded conversation editor in the updated resource editor.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@72 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-03 22:15:45 +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
7809e6f7cc Updated ResourceLoader fpr actorconditions and items to read the extended resource files (not done) from the new editor.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@69 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-12 22:43:44 +00:00
oskar.wiksten@gmail.com
40125054cf Initial version of updated consolidated editor.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@66 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-11 18:29:22 +00:00
oskar.wiksten
5fb6691fcc Updated for v0.6.8 release
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@41 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-02-24 21:17:44 +00:00
oskar.wiksten
881bb30f7d Version 0.6.7 . Merged from local r76 .
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@22 08aca716-68be-ccc6-4d58-36f5abd142ac
2010-12-20 20:51:42 +00:00
oskar.wiksten
84f5ae1af8 Initial version of the monster, items and dialog editors for Andor's Trail.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@18 08aca716-68be-ccc6-4d58-36f5abd142ac
2010-11-25 13:06:44 +00:00