Commit Graph

28 Commits

Author SHA1 Message Date
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
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@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
6f4f466c1f Refactor: Made sure that IDs are used where applicable, instead of names (in particular with regards to MonsterType)
Refactor: Reduce dependencies from Phrase object (changed Droplist property into id instead of actual object)
Refactor: Renamed some images to maintain filename naming scheme.
Bugfix: Conversation editor did not guess new phrase ids correctly.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@157 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-09-14 11:52:19 +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
585025f8d3 Display list of skills that the player has.
Leveling up gives a new skillpoint to distribute.
GUI for selecting what skill to increase.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@135 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-07-17 16:53:20 +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
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
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
45ffc6f137 Revert tile texture change from r102.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@103 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-06-09 22:12:51 +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
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
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
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
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
02454b5a78 Updated combat interface by Uwe Jugel.
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@71 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-04-14 20:33:20 +00:00
oskar.wiksten
39ed63ad31 Visual effects for poison and regeneration
git-svn-id: https://andors-trail.googlecode.com/svn/trunk@47 08aca716-68be-ccc6-4d58-36f5abd142ac
2011-02-28 19:18:48 +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