-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
</head> | ||
|
||
<body> | ||
<h1>WTP Familiars v2.5</h1> | ||
<h1>WTP Familiars v2.6</h1> | ||
<div class="section"> | ||
<p><strong>Authors: Rabain & <a href="mailto:[email protected]">Salk</a> & <a | ||
href="https://github.com/flamewing/WTPFamiliars">flamewing</a><br /> | ||
|
@@ -384,6 +384,13 @@ <h2>Version History</h2> | |
<li>The level up process now shows the amount of XP the familiar has gained</li> | ||
<li>Updated WeiDU to version 246</li> | ||
</ul> | ||
<p><strong>Version 2.6</strong></p> | ||
<ul> | ||
<li>Added support for Linux and OSX by lowercasing all file names and using WeiDU's HANDLE_AUDIO for ogg | ||
conversion</li> | ||
<li>Enabling experimental IWDEE support</li> | ||
<li>A few script improvements</li> | ||
</ul> | ||
</div> | ||
</body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
TODO | ||
==== | ||
[ ] Finalize support for IWDEE (requires IWDEE 2.5+) | ||
[ ] Add continuous integration with Golem/BGForge | ||
[ ] Support for IWD spells: IWDEE | ||
[ ] Support for IWD spells: IWDification mod | ||
[ ] Fix pseudo-dragon/imp magic resistance glitch if summoned by character with nonzero magic resistance | ||
|