]> www.infradead.org Git - users/mchehab/andors-trail.git/log
users/mchehab/andors-trail.git
12 years agoCenter smaller maps on main view.
Oskar Wiksten [Sun, 14 Oct 2012 10:25:23 +0000 (12:25 +0200)]
Center smaller maps on main view.

12 years agoSell 50 bonemeal potions at a time, instead of 10.
Oskar Wiksten [Sat, 13 Oct 2012 22:21:15 +0000 (00:21 +0200)]
Sell 50 bonemeal potions at a time, instead of 10.

12 years agoAllow item names to contain $playername (that will be substituted for the player...
Oskar Wiksten [Sat, 13 Oct 2012 22:12:03 +0000 (00:12 +0200)]
Allow item names to contain $playername (that will be substituted for the player's name).

12 years agoAlways use confirmation dialog box when overwriting another savegame, not only when...
Oskar Wiksten [Sat, 13 Oct 2012 21:14:15 +0000 (23:14 +0200)]
Always use confirmation dialog box when overwriting another savegame, not only when saving over a different playername.

12 years agoUpdate app icon for mdpi densities (reduce blur).
Oskar Wiksten [Sat, 13 Oct 2012 21:06:01 +0000 (23:06 +0200)]
Update app icon for mdpi densities (reduce blur).

12 years agoAdded sign areas to all graves, with a short message describing each tombstone/cross.
Oskar Wiksten [Sat, 13 Oct 2012 19:39:04 +0000 (21:39 +0200)]
Added sign areas to all graves, with a short message describing each tombstone/cross.

12 years agoToolbox animations should also be affected by the "Enable animations" setting.
Oskar Wiksten [Sun, 7 Oct 2012 16:24:42 +0000 (18:24 +0200)]
Toolbox animations should also be affected by the "Enable animations" setting.

12 years agoMerge branch 'traits_refactoring'
Oskar Wiksten [Sun, 7 Oct 2012 16:19:44 +0000 (18:19 +0200)]
Merge branch 'traits_refactoring'

12 years agoMerge branch 'itemcategories'
Oskar Wiksten [Sun, 7 Oct 2012 16:18:35 +0000 (18:18 +0200)]
Merge branch 'itemcategories'

12 years agoMerge branch 'worldmap'
Oskar Wiksten [Sun, 7 Oct 2012 16:17:53 +0000 (18:17 +0200)]
Merge branch 'worldmap'

Conflicts:
AndorsTrail/res/values/strings.xml
AndorsTrail/src/com/gpl/rpg/AndorsTrail/activity/MainActivity.java
AndorsTrail/src/com/gpl/rpg/AndorsTrail/controller/CombatController.java
AndorsTrail/src/com/gpl/rpg/AndorsTrail/view/StatusView.java

12 years agoMerge branch 'conditions'
Oskar Wiksten [Sun, 7 Oct 2012 16:13:49 +0000 (18:13 +0200)]
Merge branch 'conditions'

12 years agoCreate a ".nomedia" file in the same directory as the worldmap png files, to prevent...
Oskar Wiksten [Sun, 7 Oct 2012 15:44:45 +0000 (17:44 +0200)]
Create a ".nomedia" file in the same directory as the worldmap png files, to prevent gallery apps from picking up the worldmap files.

12 years agoProvide setting to disable UI animations, such as the combat bar.
Oskar Wiksten [Sun, 7 Oct 2012 15:25:14 +0000 (17:25 +0200)]
Provide setting to disable UI animations, such as the combat bar.

12 years agoBugfix: only parse maps on worldmap that are actually present as maps.
Oskar Wiksten [Wed, 29 Aug 2012 21:12:41 +0000 (23:12 +0200)]
Bugfix: only parse maps on worldmap that are actually present as maps.

12 years agoMerge fixes from branch v0612maps.
Oskar Wiksten [Mon, 27 Aug 2012 17:44:53 +0000 (19:44 +0200)]
Merge fixes from branch v0612maps.

12 years agoMove toolbox to lower right hand corner, replaces old "toggle quickitems" button.
Oskar Wiksten [Tue, 7 Aug 2012 09:53:02 +0000 (11:53 +0200)]
Move toolbox to lower right hand corner, replaces old "toggle quickitems" button.

12 years agoAdded named areas (towns, taverns) to worldmap.
Oskar Wiksten [Mon, 30 Jul 2012 23:25:43 +0000 (23:25 +0000)]
Added named areas (towns, taverns) to worldmap.

12 years agoFirst version of replacing the hero icon with the toolbox drawer.
Oskar Wiksten [Mon, 23 Jul 2012 23:39:38 +0000 (23:39 +0000)]
First version of replacing the hero icon with the toolbox drawer.

12 years agoStyled worldmap. Default generated worldmap tilesize changed from 12 to 8 pixels.
Oskar Wiksten [Mon, 23 Jul 2012 20:32:22 +0000 (22:32 +0200)]
Styled worldmap. Default generated worldmap tilesize changed from 12 to 8 pixels.

12 years agoSeparate the worldmap into segments, so that only one segment at a time is displayed...
Oskar Wiksten [Mon, 23 Jul 2012 15:41:00 +0000 (17:41 +0200)]
Separate the worldmap into segments, so that only one segment at a time is displayed. This way, even dungeon maps can be displayed.

12 years agoWIP on displaying an actual worldmap in-game.
Oskar Wiksten [Fri, 20 Jul 2012 14:36:17 +0000 (14:36 +0000)]
WIP on displaying an actual worldmap in-game.

12 years agoAutomatically save screenshots of maps to sd-card when visiting them.
Oskar Wiksten [Sat, 14 Jul 2012 14:05:39 +0000 (16:05 +0200)]
Automatically save screenshots of maps to sd-card when visiting them.

12 years agoRefactored how item stats are applied. Changed item stats from re-using CombatTraits...
Oskar Wiksten [Sun, 30 Sep 2012 21:01:22 +0000 (23:01 +0200)]
Refactored how item stats are applied. Changed item stats from re-using CombatTraits (which is used on actors) on items, to now instead use more explicit fields on the AbilityModifierTraits object.

12 years agoUse animations when changing visibility of the combat bar.
Oskar Wiksten [Mon, 6 Aug 2012 16:35:29 +0000 (18:35 +0200)]
Use animations when changing visibility of the combat bar.

12 years agoCode cleanup for displaying magnitude on actor condition icons.
Oskar Wiksten [Sun, 29 Jul 2012 08:51:33 +0000 (10:51 +0200)]
Code cleanup for displaying magnitude on actor condition icons.

12 years agoWIP display duration & magnitude on condition icons.
Oskar Wiksten [Sat, 28 Jul 2012 19:51:35 +0000 (21:51 +0200)]
WIP display duration & magnitude on condition icons.

12 years agoAdded item category "drink" and "rapier" (thanks sdevaney!). Recategorized some items.
Oskar Wiksten [Fri, 14 Sep 2012 18:30:55 +0000 (20:30 +0200)]
Added item category "drink" and "rapier" (thanks sdevaney!). Recategorized some items.

12 years agoChanged all two-handed swords into being longswords for the time being (until we...
Oskar Wiksten [Sun, 9 Sep 2012 08:38:16 +0000 (10:38 +0200)]
Changed all two-handed swords into being longswords for the time being (until we have decided what items should be two-handed).

12 years agoBugfix: also apply inventory effects to ring in right slot.
Oskar Wiksten [Tue, 24 Jul 2012 10:46:20 +0000 (12:46 +0200)]
Bugfix: also apply inventory effects to ring in right slot.

12 years agoRefactored how item stats are applied to actors, in preparation of fighting style...
Oskar Wiksten [Sun, 9 Sep 2012 08:26:28 +0000 (10:26 +0200)]
Refactored how item stats are applied to actors, in preparation of fighting style skills.

12 years agoUpdated content editor so that it may use the new item categories. The categories...
Oskar Wiksten [Sat, 9 Jun 2012 14:23:36 +0000 (16:23 +0200)]
Updated content editor so that it may use the new item categories. The categories are loaded from the resource file asynchronously.

12 years agoApplied item categorization to translated resource files.
Oskar Wiksten [Sat, 9 Jun 2012 13:23:23 +0000 (15:23 +0200)]
Applied item categorization to translated resource files.

12 years agoInitial work on item categorization.
Oskar Wiksten [Sat, 9 Jun 2012 13:13:52 +0000 (15:13 +0200)]
Initial work on item categorization.

12 years agoUpdated list of authors.
Oskar Wiksten [Sat, 15 Sep 2012 07:51:51 +0000 (09:51 +0200)]
Updated list of authors.

12 years agoBugfix: Make sure that all areas are respawned on the map where the player ends up...
Oskar Wiksten [Sat, 15 Sep 2012 07:28:25 +0000 (09:28 +0200)]
Bugfix: Make sure that all areas are respawned on the map where the player ends up on after getting killed.

12 years agoAdded Teledus to list of credits.
Oskar Wiksten [Fri, 14 Sep 2012 19:56:25 +0000 (21:56 +0200)]
Added Teledus to list of credits.

12 years agoBugfix: make sure that new rounds start at 6s after a combat has ended, and not somet...
Oskar Wiksten [Fri, 14 Sep 2012 19:39:09 +0000 (21:39 +0200)]
Bugfix: make sure that new rounds start at 6s after a combat has ended, and not something less than that.

12 years agoUpdated description of rejuvenation skill to indicate that it only affects temporary...
Oskar Wiksten [Fri, 14 Sep 2012 19:21:00 +0000 (21:21 +0200)]
Updated description of rejuvenation skill to indicate that it only affects temporary conditions (thanks Mad P!)

12 years agoUpdated Russian translation (issues 309, 310, 311, 312) (thanks konstmih!)
Oskar Wiksten [Fri, 14 Sep 2012 18:52:03 +0000 (20:52 +0200)]
Updated Russian translation (issues 309, 310, 311, 312) (thanks konstmih!)

12 years agoUpdated translation tool to accomodate in-place translation of strings. Major thanks...
Oskar Wiksten [Thu, 13 Sep 2012 19:10:13 +0000 (21:10 +0200)]
Updated translation tool to accomodate in-place translation of strings. Major thanks to surgecurrent for the code!

12 years agoAdded Japanese translation! (thanks surgecurrent!)
Oskar Wiksten [Thu, 13 Sep 2012 18:55:36 +0000 (20:55 +0200)]
Added Japanese translation! (thanks surgecurrent!)

12 years agoUpdated conversation text for Umar in Fallhaven (issue 316) (thanks bluers0)
Oskar Wiksten [Thu, 13 Sep 2012 17:11:11 +0000 (19:11 +0200)]
Updated conversation text for Umar in Fallhaven (issue 316) (thanks bluers0)

12 years agoMerge branch 'production'
Oskar Wiksten [Thu, 13 Sep 2012 17:09:28 +0000 (19:09 +0200)]
Merge branch 'production'

12 years agoBugfix: Only add conversation phrase to conversation dialog once. (issue 317) (Thanks... production
Oskar Wiksten [Thu, 13 Sep 2012 17:08:05 +0000 (19:08 +0200)]
Bugfix: Only add conversation phrase to conversation dialog once. (issue 317) (Thanks nether!)

12 years agoUpdated Italian translation. (thanks Joker!)
Oskar Wiksten [Sun, 9 Sep 2012 20:09:18 +0000 (22:09 +0200)]
Updated Italian translation. (thanks Joker!)

12 years agoBugfix: respawn all maps after resting. (Thanks Nyktos for finding it!)
Oskar Wiksten [Sat, 8 Sep 2012 13:46:13 +0000 (15:46 +0200)]
Bugfix: respawn all maps after resting. (Thanks Nyktos for finding it!)

12 years agoBugfix: do not reset NPCs on current map when resting.
Oskar Wiksten [Wed, 29 Aug 2012 14:52:45 +0000 (14:52 +0000)]
Bugfix: do not reset NPCs on current map when resting.

12 years agoBump version number to v0.6.12a1
Oskar Wiksten [Mon, 27 Aug 2012 18:00:51 +0000 (20:00 +0200)]
Bump version number to v0.6.12a1

12 years agoMerge updated maps from branch v0612maps.
Oskar Wiksten [Mon, 27 Aug 2012 17:42:45 +0000 (19:42 +0200)]
Merge updated maps from branch v0612maps.

12 years agoMerge branch 'production'
Oskar Wiksten [Tue, 7 Aug 2012 12:15:07 +0000 (14:15 +0200)]
Merge branch 'production'

12 years agoBugfix: do not give out rewards from conversation phrases when returning to the conve...
Oskar Wiksten [Tue, 7 Aug 2012 12:14:44 +0000 (14:14 +0200)]
Bugfix: do not give out rewards from conversation phrases when returning to the conversation activity. Rewards should only be applied when first visiting a phrase.

12 years agoBugfix: reset spawns on maps that have not been visited recently. This will shrink...
Oskar Wiksten [Tue, 7 Aug 2012 07:55:54 +0000 (09:55 +0200)]
Bugfix: reset spawns on maps that have not been visited recently. This will shrink the savegame size to about a fifth of the previous sizes.

12 years agoBugfix: more fixes to movement of blocked monsters when loading savegames.
Oskar Wiksten [Fri, 3 Aug 2012 10:30:06 +0000 (12:30 +0200)]
Bugfix: more fixes to movement of blocked monsters when loading savegames.

12 years agoBugfix: do not move monsters around unnecessarily when loading savegames.
Oskar Wiksten [Fri, 3 Aug 2012 10:24:39 +0000 (12:24 +0200)]
Bugfix: do not move monsters around unnecessarily when loading savegames.

12 years agoProvide whole stacktrace in log when a savegame fails to load.
Oskar Wiksten [Thu, 2 Aug 2012 11:44:38 +0000 (13:44 +0200)]
Provide whole stacktrace in log when a savegame fails to load.

12 years agoPersist inventories of vendors in savegame file. Restock merchants when map respawns.
Oskar Wiksten [Wed, 1 Aug 2012 20:51:02 +0000 (22:51 +0200)]
Persist inventories of vendors in savegame file. Restock merchants when map respawns.

12 years agoPersist inventories of vendors in savegame. Reset them when the map respawns.
Oskar Wiksten [Wed, 1 Aug 2012 20:16:32 +0000 (22:16 +0200)]
Persist inventories of vendors in savegame. Reset them when the map respawns.

12 years agoRegeneration skill only applies when not adjacent to a monster.
Oskar Wiksten [Mon, 30 Jul 2012 11:51:58 +0000 (13:51 +0200)]
Regeneration skill only applies when not adjacent to a monster.

12 years agoUpped version to v0.7.0dev in-game.
Oskar Wiksten [Mon, 30 Jul 2012 09:54:42 +0000 (11:54 +0200)]
Upped version to v0.7.0dev in-game.

12 years agoUpped version to v0.7.0dev. Changed default unarmed attack cost to 4AP.
Oskar Wiksten [Mon, 30 Jul 2012 09:50:12 +0000 (11:50 +0200)]
Upped version to v0.7.0dev. Changed default unarmed attack cost to 4AP.

12 years agoMerge branch 'production'
Oskar Wiksten [Wed, 25 Jul 2012 09:33:07 +0000 (11:33 +0200)]
Merge branch 'production'

12 years agoBugfix: Change places on the quest log rows for buying Lyson marrow, so that the...
Oskar Wiksten [Wed, 25 Jul 2012 09:32:52 +0000 (11:32 +0200)]
Bugfix: Change places on the quest log rows for buying Lyson marrow, so that the price is stated correctly in the quest log.

12 years agoLots of spelling corrections (thanks to Rtoo, and major thanks to Elyon!)
Oskar Wiksten [Tue, 24 Jul 2012 18:56:55 +0000 (20:56 +0200)]
Lots of spelling corrections (thanks to Rtoo, and major thanks to Elyon!)

12 years agoMerge branch 'production'
Oskar Wiksten [Tue, 24 Jul 2012 11:48:33 +0000 (13:48 +0200)]
Merge branch 'production'

Conflicts:
AndorsTrail/src/com/gpl/rpg/AndorsTrail/controller/CombatController.java

12 years agoBugfix: do not start a new player turn when returning from inventory and AP=0.
Oskar Wiksten [Tue, 24 Jul 2012 11:43:20 +0000 (13:43 +0200)]
Bugfix: do not start a new player turn when returning from inventory and AP=0.

12 years agoMerge branch 'production'
Oskar Wiksten [Tue, 24 Jul 2012 08:52:57 +0000 (10:52 +0200)]
Merge branch 'production'

12 years agoChanged some ui icons to being colorindexed png files instead of rgb. (saves some...
Oskar Wiksten [Tue, 24 Jul 2012 08:33:32 +0000 (10:33 +0200)]
Changed some ui icons to being colorindexed png files instead of rgb. (saves some bytes)

12 years agoUpdated content editor version number
Oskar Wiksten [Tue, 10 Jul 2012 17:32:09 +0000 (19:32 +0200)]
Updated content editor version number

12 years agoUpdate image icons in left list when icon changes.
Oskar Wiksten [Tue, 10 Jul 2012 17:28:00 +0000 (19:28 +0200)]
Update image icons in left list when icon changes.

12 years agoAdded missing file to last checkin
Oskar Wiksten [Tue, 10 Jul 2012 06:41:49 +0000 (08:41 +0200)]
Added missing file to last checkin

12 years agoWIP on displaying images in lists in AndorsTrailEditor.
Oskar Wiksten [Tue, 10 Jul 2012 06:40:43 +0000 (08:40 +0200)]
WIP on displaying images in lists in AndorsTrailEditor.

12 years agoSeveral conversation spelling corrections (thanks Mino, Elyon, fiernaq).
Oskar Wiksten [Sun, 1 Jul 2012 15:58:27 +0000 (17:58 +0200)]
Several conversation spelling corrections (thanks Mino, Elyon, fiernaq).

12 years agoMerge branch 'production'
Oskar Wiksten [Fri, 22 Jun 2012 14:54:42 +0000 (16:54 +0200)]
Merge branch 'production'

12 years agoEnabled debug flags.
Oskar Wiksten [Fri, 22 Jun 2012 14:52:38 +0000 (16:52 +0200)]
Enabled debug flags.

12 years agoTrigger actoreffects every combat round.
Oskar Wiksten [Fri, 22 Jun 2012 07:41:31 +0000 (09:41 +0200)]
Trigger actoreffects every combat round.

12 years agoAdded "Connections" layer to world map (thanks TheGleep!)
Oskar Wiksten [Sat, 16 Jun 2012 17:19:59 +0000 (19:19 +0200)]
Added "Connections" layer to world map (thanks TheGleep!)

12 years agoSpelling correction to Talion's dialogue. (thanks Mino!)
Oskar Wiksten [Sat, 16 Jun 2012 06:59:05 +0000 (08:59 +0200)]
Spelling correction to Talion's dialogue. (thanks Mino!)

12 years agoUpdated TMX worldmap according to new maps in v0.6.11.
Oskar Wiksten [Thu, 14 Jun 2012 19:57:59 +0000 (21:57 +0200)]
Updated TMX worldmap according to new maps in v0.6.11.

12 years agoMinor map and spelling corrections.
Oskar Wiksten [Thu, 14 Jun 2012 19:39:37 +0000 (21:39 +0200)]
Minor map and spelling corrections.

12 years agoBugfix: Populate the combat view correctly when loading games where the player has...
Oskar Wiksten [Mon, 11 Jun 2012 18:02:47 +0000 (20:02 +0200)]
Bugfix: Populate the combat view correctly when loading games where the player has selected a movement destination in battle.

12 years agoMinor spelling correction.
Oskar Wiksten [Sat, 9 Jun 2012 13:15:48 +0000 (15:15 +0200)]
Minor spelling correction.

12 years agoUpdated version numbers to v0.6.12dev
Oskar Wiksten [Sat, 9 Jun 2012 10:02:10 +0000 (12:02 +0200)]
Updated version numbers to v0.6.12dev

12 years agoAdded additional translated files to the online translation checker.
Oskar Wiksten [Sat, 9 Jun 2012 08:46:26 +0000 (10:46 +0200)]
Added additional translated files to the online translation checker.

12 years agoUpdated version number to v0.6.11
oskar.wiksten [Thu, 7 Jun 2012 20:18:26 +0000 (20:18 +0000)]
Updated version number to v0.6.11

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@254 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoMinor conversation correction (thanks tek!)
oskar.wiksten [Thu, 7 Jun 2012 20:15:49 +0000 (20:15 +0000)]
Minor conversation correction (thanks tek!)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@253 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoUpdated German translation (thanks Samuel) (issue 303).
oskar.wiksten [Wed, 30 May 2012 18:58:23 +0000 (18:58 +0000)]
Updated German translation (thanks Samuel) (issue 303).
Fixed issue with icons for actor conditions not being removed after the effect duration has passed (thanks insink71 for finding it!) (issue 304).
Bumbed version number to v0.6.11b2

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@252 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoBumped version number to v0.6.11b1.
oskar.wiksten [Sun, 27 May 2012 21:27:18 +0000 (21:27 +0000)]
Bumped version number to v0.6.11b1.
Fixed issue with actor conditions not being removed when re-equipping items.
Corrected conversations about Larni living in the northwest (he lives in the north) (thanks Sarumar!)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@251 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoRemoved lots of unncessary logging.
oskar.wiksten [Tue, 22 May 2012 20:55:51 +0000 (20:55 +0000)]
Removed lots of unncessary logging.
Added additional safeguards to the code that loads savegames, to make sure that worlds are loaded correctly. Now only one thread may load the world at a time, even if a new LoadingActivity is created, for example by rotating the device.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@250 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoMake sure that conversation phrases are not focused when using keyboard navigation...
oskar.wiksten [Tue, 22 May 2012 17:04:25 +0000 (17:04 +0000)]
Make sure that conversation phrases are not focused when using keyboard navigation, since the focus marker interferes with the reply seletion, and makes the text be displayed in the same color as the background.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@249 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoUpdated version number to v0.6.11a1.
oskar.wiksten [Wed, 16 May 2012 15:02:17 +0000 (15:02 +0000)]
Updated version number to v0.6.11a1.
Enabled all resources for v0.6.11.
Fixed issue with splatter effects not being redrawn properly when using "optimized drawing".
Fixed issue with HP bar not being updated by the regeneration skill on maps without monsters.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@248 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoSpelling corrections to conversations and questlog for v0.6.11 (thanks ctnbeh13 and...
oskar.wiksten [Tue, 15 May 2012 20:29:19 +0000 (20:29 +0000)]
Spelling corrections to conversations and questlog for v0.6.11 (thanks ctnbeh13 and Nyktos!)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@247 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoMinor bugfix for r245.
oskar.wiksten [Mon, 14 May 2012 19:04:11 +0000 (19:04 +0000)]
Minor bugfix for r245.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@246 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoImplemented Kaverin's quest in Remgard, continuation on the Vacor/Unzel story (thanks...
oskar.wiksten [Mon, 14 May 2012 18:49:14 +0000 (18:49 +0000)]
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

12 years agoMinor conversation fixes (thanks ctnbeh13 & sdevaney)
oskar.wiksten [Sun, 13 May 2012 15:58:46 +0000 (15:58 +0000)]
Minor conversation fixes (thanks ctnbeh13 & sdevaney)
Implemented actual gameplay help in the about section (thanks Nyktos & sdevaney!)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@244 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoIncreased item stats of some v0.6.11 items.
oskar.wiksten [Tue, 8 May 2012 20:18:41 +0000 (20:18 +0000)]
Increased item stats of some v0.6.11 items.
Updated French translation (issue 298) (thanks thonyc4)
Updated German Tanslation (issue 300) (thanks Samuel, Bomber, caga, buddyCasino)

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@243 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoOnly apply "Rejuvenate" to negative conditions. Do not apply "Rejuvenate" to spiritua...
oskar.wiksten [Mon, 7 May 2012 20:58:31 +0000 (20:58 +0000)]
Only apply "Rejuvenate" to negative conditions. Do not apply "Rejuvenate" to spiritual conditions.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@242 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoImplemented 3 new high-level skills (Rejuvenation, Taunt, Concussion).
oskar.wiksten [Mon, 7 May 2012 20:31:12 +0000 (20:31 +0000)]
Implemented 3 new high-level skills (Rejuvenation, Taunt, Concussion).

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@241 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoAdded boolean "isPositive" to actor conditions (currently unused though).
oskar.wiksten [Sat, 5 May 2012 13:50:57 +0000 (13:50 +0000)]
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

12 years agoUpdated lots of conversations errors (thanks ctnbeh13!).
oskar.wiksten [Wed, 2 May 2012 20:29:56 +0000 (20:29 +0000)]
Updated lots of conversations errors (thanks ctnbeh13!).

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@239 08aca716-68be-ccc6-4d58-36f5abd142ac

12 years agoRemoved uniqueness from lots of NPCs that were not respawning correctly. (thanks...
oskar.wiksten [Wed, 2 May 2012 20:02:31 +0000 (20:02 +0000)]
Removed uniqueness from lots of NPCs that were not respawning correctly. (thanks ctnbeh13 for finding it!).
As a side-effect, this also considerably reduces savegame size.

git-svn-id: https://andors-trail.googlecode.com/svn/trunk@238 08aca716-68be-ccc6-4d58-36f5abd142ac