Commit Graph

45 Commits

Author SHA1 Message Date
oskar.wiksten@gmail.com
58c89023de Update monster HP before running the attack animation.
Spelling corrections to conversations.
Prevent FC when running maploader on maps that have exits that do not specify a destination map (such as south of Prim).
Reuse loaded graphics tiles in shopactivity.
Do not use android.util.Pair (since it's not available in Android v1.6)
Updated German translation (thanks Samuel)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@186 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-18 18:02:21 +00:00
oskar.wiksten
5c6d69b895 Added setting "Optimized drawing" to change the behaviour of how the map is redrawn (redraw everything vs. redraw only changed tiles).
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@180 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-14 17:24:24 +00:00
oskar.wiksten@gmail.com
8cab1ecdda Fixed tileset naming on waterway- and pwcave maps.
Applied patch from issue 246. (Thanks Samuel)
Added start of Hebrew translation. (Thanks eitanbm)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@168 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-10-07 20:52:12 +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
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
dd3f53bbaa Start of 3 new quests for Crossroads and Loneford.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@162 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-19 22:42:16 +00:00
oskar.wiksten
8fdc8b41df Bugfixes to the 4 new quests in crossroads- and fields maps.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@161 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-19 17:52:06 +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
65664d5c47 Corrections to horizontal alignment issues on Samsung Galaxy S2. (Issue 242)
Updated authors list.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@154 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-09 19:03:27 +00:00
oskar.wiksten
e4f7797dca Populated crossroads indoor maps with NPCs (though not defined yet).
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@152 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-06 19:19:53 +00:00
oskar.wiksten
941208377a Added the first waterway maps, including pwcave.
Added monsters to fields* and loneford* maps (monsters not defined yet).

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@149 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-05 19:43:46 +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
9730afade8 Display unequipped base stats on player info screen.
Add "All" button to bulk selection interface.
Do not show bulk selection interface when dropping just one item.
Confirmation dialog when overwriting savegames with a new player name (thanks ejwessel)
Hide critical multiplier if equal to 0 or 1.
Do not trigger map events if the player moves to another tile on the same mapevent.
Add LayoutParams to all dynamically generated views (reduces graphical artifacts on Motorola devices)
Use wrap_content instead of match_parent as height on listviews (reduces graphical artifacts on Motorola devices)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@142 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-24 11:24:45 +00:00
oskar.wiksten
c0fc4d16e3 Update combat bar info on monster attacks.
Force black background on conversation scroll list.
Corrected tile in Prim main hall.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@121 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-08 15:48:31 +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
50477db962 Corrected naming of tileset "tiles_1_8" in all maps.
Corrected transparent tiles.
Corrected conversation "guthbered_lookforsigns_1" to require "prim_hunt:60".

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@119 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-03 12:38:37 +00:00
oskar.wiksten
db7d65c355 - Added scrollbar to item info dialog (thanks ctnbeh13)
- Changed the color of the exp bar yet again (thanks Samuel)
- Update HP-bar graphics when player gets "Minor berserker rage" condition (thanks kabbie1882)
- Fixed walkable crosses near "Blackwater Border Patrol" (thanks ctnbeh13)
- Fixed walkable pile of armour near Waeges (thanks ctnbeh13)
- Fixed walkable chair near Harlenn's bodyguard (thanks ctnbeh13)
- Fixed walkable signs on west side of Prim (thanks ctnbeh13)
- Fixed walkable plant in Prim inn (thanks ctnbeh13)
- Changed sign into fence tile outside Elm mine near Prim (thanks ctnbeh13)
- Changed walkable grass tiles outside Elm mine near Prim (thanks ctnbeh13)
- Updated authors list

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@117 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-28 20:04:51 +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
b81875886f Updated for v0.6.9a2
Corrected actor conditions that are applied when hit by monsters.
Corrected quests that were unsolvable.
Corrected walkable-layers and "above"-layers maps for Blackwater Mountain.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@114 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-23 18:02:18 +00:00
oskar.wiksten
79ea454ce0 Completed droplists for Blackwater Mountain monsters and NPCs.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@112 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-22 19:52:39 +00:00
oskar.wiksten
c950630d00 Updated monsters to use an internal string as id instead of an integer.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@110 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-22 16:42:19 +00:00
oskar.wiksten
3227fa3471 Updated quests for Blackwater Mountain.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@107 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-20 22:27:15 +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
e81beaaa90 Continued update on the Blackwater Mountain quests. (not finished yet)
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@104 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-14 20:16:56 +00:00
oskar.wiksten
b971430a6d Updated Authros list.
Slightly modified crossroads map.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@102 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-09 22:12:13 +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
1e9bf0ce83 Updated quickitem patch by Olivier Samyn (issue 6).
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@97 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-19 19:56:52 +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
50895206f2 Added gapfiller maps to make the worldmap fit together
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@94 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-16 18:21:02 +00:00
oskar.wiksten
19e0f4f71d Populated Blackwater maps with monsters.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@93 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-15 20:13:47 +00:00
oskar.wiksten
419bfa72ae Added German translation by Bomber. Added 2 maps before Blackwater mountain.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@88 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-05-13 17:03:48 +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
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
e9a5feb106 Map layers are now only loaded for the current map. The TMX map loader is now run every time the player enters a new map. This should resolve issue 171.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@61 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-03-23 19:06:27 +00:00
oskar.wiksten@gmail.com
0025a448ac 30 new maps (Crossroads, Loneford) from michischmid.
Fixed flagstone0 diagonal movement restriction (issue 170)
Corrected some mapchange areas in Blackwater Mountain.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@60 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-03-22 21:27:11 +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@gmail.com
3c7e67b59b Player respawns on last place of rest. Resting resets respawn place.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@58 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-03-15 20:07:47 +00:00
oskar.wiksten
71714bb2af Added preference setting for display size. (normal/x1.5/double). Will be usable for the players using tablets.
Reworked scaling of bitmaps to always scale internally to the size preferred by the device, but scale them up according to scale preference when displaying instead.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@55 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-03-09 19:19:51 +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
oskar.wiksten
c89d0b1d9e Version 0.6.7 . Merged from local r76 .
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@21 08aca716-68be-ccc6-4d58-36f5abd142ac
2010-12-20 20:50:01 +00:00
oskar.wiksten
a600d523a6 Version 0.6.6 . Merged from local r48 .
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@20 08aca716-68be-ccc6-4d58-36f5abd142ac
2010-11-29 21:48:07 +00:00
oskar.wiksten
c5c9a064fd Release v0.6.1 .
Branched from r25




git-svn-id: https://andors-trail.googlecode.com/svn/trunk@3 08aca716-68be-ccc6-4d58-36f5abd142ac
2010-11-14 15:12:42 +00:00
oskar.wiksten
107a8543f1 initial release
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@2 08aca716-68be-ccc6-4d58-36f5abd142ac
2010-11-04 21:10:57 +00:00