Author Topic: Incursion (open source) 0.6.9Y14  (Read 4440 times)

chooseusername

  • Rogueliker
  • ***
  • Posts: 329
  • Karma: +0/-0
    • View Profile
    • Email
Incursion (open source) 0.6.9Y14
« on: November 15, 2014, 06:49:17 AM »
An updated download is available on bitbucket: 0.6.9Y14.

There are no new features being added to releases. This is the first "stable" release after a series of changes to improve the code base. It includes bug fixes to gameplay, both new ones, and others included in the unstable releases Y12/Y13.

Changes:
  • Issue 129: Journal entries are now listed in order of most recent to oldest.  Level stats are put first, instead of last.  This is to put the most relevant information in the most accessible place.  Reported by golgepapaz, with patch.
  • Issue 135: Lost symbols for wrapped messages.  This was observable through looking at monsters with lifesight cast.  Any wrapped text in the generated description would be overwritten in some cases.  Reported by Karagy.
  • Issue 150: Making a chi strike did not explicitly take mana from the victim, and likely took it from the actor.  Reported by dck k.
  • Issue 155: Gauntlets of Rust can be activated from the 'a'ctivate menu.  The description only addressed protection from rust, and not the 3x per day rusting grasp they can be used for.  The description has been amended.  Reported by dck k.
  • Issue 167: More level generation fixes related to room weights.  If comparing a signed value stored in an unsigned variable, cast it before comparison, not after.  Also, if all room types were flagged as already used, they would then all be unflagged for reuse - however it was also necessary to reset the room weights and more.
  • Issue 173: Knowledge domain does not grant scribe scroll spell as described.  Reported by Brett Olsen, with patch.
  • Issue 176: Compilation warning fixes broke alignment checks, resulting in penalties and restrictions for the wrong alignments.  Reported by John Olender, with patch.
  • Issue 177: Use menu was enacting the wrong effect, for selected innate abilities.  This was due to Y12 compiler warning fixes, where an argument to UseAbility was cast to uint8, and UseAbility had it typed as int16.  Reported by S M.

getter77

  • Protector of the Temple
  • Global Moderator
  • Rogueliker
  • *****
  • Posts: 4957
  • Karma: +4/-1
    • View Profile
Re: Incursion (open source) 0.6.9Y14
« Reply #1 on: November 15, 2014, 01:00:04 PM »
Nice job and congrats to all on reporting and wrangling issue after issue---keep at that fine work!   8)
Brian Emre Jeffears
Aspiring Designer/Programmer/Composer
In Training