Skip to content

Commit 5b422f1

Browse files
Astrylian_cpAstrylian_cp
Astrylian_cp
authored and
Astrylian_cp
committed
RELEASE v2.3.23 - Assembly versions and readme updates
git-tfs-id: [https://tfs.codeplex.com/tfs/TFS03]$/Rawr;C53851
1 parent 53a5885 commit 5b422f1

File tree

24 files changed

+86
-74
lines changed

24 files changed

+86
-74
lines changed

Diff for: FormStart.cs

+12-14
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,18 @@ public partial class FormStart : Form
1818
public FormStart(FormMain formMain)
1919
{
2020
InitializeComponent();
21-
labelVersionHistory.Text = @"v2.3.22.0
22-
-Fix for the stats of Imp Lay on Hands.
23-
-Fixes to a couple item stats.
24-
-Rawr.Bear: Fix for resistance calculations being slightly off.
25-
-Rawr.Cat: Fix for combo point generation rate being slightly off due to avoidance. Fix for bite damage being doublely reduced by combo points. Improved default gemming templates. Improved relevancy checking by ignoring items with spellpower. Fix for Idol of the Crying Moon calculations when it was the only crit-affecting special effect.
26-
-Rawr.Rogue: Fix for the amount of CPs generated per CPG. Fix for Mutilate being usable with all weapons, and tweak to damage. Fix for the value of 3 points of Vile Poisons. Fix for base offhand damage. Fix for Crit double dipping with Master Poisoner. Fix for Haste calculation.
27-
-Rawr.RestoSham: Fix for the duration of GCDs.
28-
-Rawr.DPSDK: Slight fix for Glyph of Scourge Strike. Fixed the text of Glyph of Unholy Blight. Better detection of rotation without relying on single key talents.
29-
-Rawr.TankDK: Fix for Abom's Might calculation. Fix for a few buffs/procs having no value. Fix for damage taken in Frost Presence.
30-
-Rawr.Moonkin: Fix a display issue where spells that are not present in a given rotation would show NaN in the detailed spell breakdown rather than 0.
31-
-Rawr.DPSWarr: Tweaks for Sudden Death and the 4T10 for Arms.
32-
-Rawr.Elemental: Implemented Fire Elemental modeling.
33-
-Rawr.HealPriest: Fix for not being able to load some older character files.
34-
-Rawr.Warlock: Fix for not being able to load some older character files.";
21+
labelVersionHistory.Text = @"v2.3.23.0
22+
- Fix for default data of a few items.
23+
- Added a few buffs and reorganized the grouping of several buffs.
24+
- Fix for base agility on taurens being off by 1.
25+
- The optimizer will now consider items which have been marked available and are equippable, even if their item type is filtered out.
26+
- Rawr.Hunter: Fix for the ability to select Hunter's Mark. Fix for a crash with Pet buffs and talents.
27+
- Rawr.ShadowPriest: Fix for the bug with +hit calculations.
28+
- Rawr.Elemental: Fix for a bug involving DPS Fire Totems without 4T10.
29+
- Rawr.DPSDK: Added some ArPen-based default gemming templates. Improvements to the way the optimal rotation is detected. Fix for nested special effects producing inflated DPS. Added Resilience and Spell Penetration as optimizable stats. Fix for Cinderglacier being overvalued.
30+
- Rawr.TankDK: Improvements to the way the optimal rotation is detected. Added Resilience and Spell Penetration as optimizable stats.
31+
- Rawr.Moonkin: Fix for 2T10 having value without Omen of Clarity.
32+
- Rawr.Rogue: Added an option to only use the Custom Rotation when optiming. This greatly speeds up the optimization for those who know the best rotation.";
3533
labelVersionHistory.Height = 460;
3634

3735
this.DoubleBuffered = true;

Diff for: Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
// Build Number
2828
// Revision
2929
//
30-
[assembly: AssemblyVersion("2.3.22.0")]
31-
[assembly: AssemblyFileVersion("2.3.22.0")]
30+
[assembly: AssemblyVersion("2.3.23.0")]
31+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Base/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Bear/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Cat/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.DPSDK/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.DPSWarr/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Elemental/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Enhance/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.HealPriest/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Healadin/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Hunter/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Mage/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Moonkin/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.ProtPaladin/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.ProtWarr/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.RestoSham/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]
3737

3838
// Unit Testing visibility
3939
[assembly: InternalsVisibleTo("Rawr.UnitTests")]

Diff for: Rawr.Retribution/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Rogue/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.ShadowPriest/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.TankDK/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// Sie können alle Werte angeben oder die standardmäßigen Build- und Revisionsnummern
3333
// übernehmen, indem Sie "*" eingeben:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]
3737

3838
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("Rawr.UnitTests")]

Diff for: Rawr.Tree/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: Rawr.Warlock/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("2.3.22.0")]
36-
[assembly: AssemblyFileVersion("2.3.22.0")]
35+
[assembly: AssemblyVersion("2.3.23.0")]
36+
[assembly: AssemblyFileVersion("2.3.23.0")]

Diff for: ReadMe.txt

+30-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Rawr v2.3.22.0
1+
Rawr v2.3.23.0
22
------------
33

44
We're pleased to announce that, after long last, Rawr3 has entered public beta. You're still welcome to continue using Rawr2 (that's what you're reading the readme for), but we urge you to try out Rawr3, and enjoy all the new features and benefits. Rawr3 is a port of Rawr to Silverlight, which means:
@@ -13,22 +13,21 @@ We're pleased to announce that, after long last, Rawr3 has entered public beta.
1313
Please remember that it's still a beta, though, so lots of things are likely to be buggy or incomplete!
1414

1515

16-
And now back to Rawr v2.3.22.0.
17-
16+
And now back to Rawr v2.3.23.0.
17+
- Fix for default data of a few items.
18+
- Added a few buffs and reorganized the grouping of several buffs.
19+
- Fix for base agility on taurens being off by 1.
20+
- The optimizer will now consider items which have been marked available and are equippable, even if their item type is filtered out.
21+
- Rawr.Hunter: Fix for the ability to select Hunter's Mark. Fix for a crash with Pet buffs and talents.
22+
- Rawr.ShadowPriest: Fix for the bug with +hit calculations.
23+
- Rawr.Elemental: Fix for a bug involving DPS Fire Totems without 4T10.
24+
- Rawr.DPSDK: Added some ArPen-based default gemming templates. Improvements to the way the optimal rotation is detected. Fix for nested special effects producing inflated DPS. Added Resilience and Spell Penetration as optimizable stats. Fix for Cinderglacier being overvalued.
25+
- Rawr.TankDK: Improvements to the way the optimal rotation is detected. Added Resilience and Spell Penetration as optimizable stats.
26+
- Rawr.Moonkin: Fix for 2T10 having value without Omen of Clarity.
27+
- Rawr.Rogue: Added an option to only use the Custom Rotation when optiming. This greatly speeds up the optimization for those who know the best rotation.
28+
29+
1830
Recent Changes:
19-
-Fix for the stats of Imp Lay on Hands.
20-
-Fixes to a couple item stats.
21-
-Rawr.Bear: Fix for resistance calculations being slightly off.
22-
-Rawr.Cat: Fix for combo point generation rate being slightly off due to avoidance. Fix for bite damage being doublely reduced by combo points. Improved default gemming templates. Improved relevancy checking by ignoring items with spellpower. Fix for Idol of the Crying Moon calculations when it was the only crit-affecting special effect.
23-
-Rawr.Rogue: Fix for the amount of CPs generated per CPG. Fix for Mutilate being usable with all weapons, and tweak to damage. Fix for the value of 3 points of Vile Poisons. Fix for base offhand damage. Fix for Crit double dipping with Master Poisoner. Fix for Haste calculation.
24-
-Rawr.RestoSham: Fix for the duration of GCDs.
25-
-Rawr.DPSDK: Slight fix for Glyph of Scourge Strike. Fixed the text of Glyph of Unholy Blight. Better detection of rotation without relying on single key talents.
26-
-Rawr.TankDK: Fix for Abom's Might calculation. Fix for a few buffs/procs having no value. Fix for damage taken in Frost Presence.
27-
-Rawr.Moonkin: Fix a display issue where spells that are not present in a given rotation would show NaN in the detailed spell breakdown rather than 0.
28-
-Rawr.DPSWarr: Tweaks for Sudden Death and the 4T10 for Arms.
29-
-Rawr.Elemental: Implemented Fire Elemental modeling.
30-
-Rawr.HealPriest: Fix for not being able to load some older character files.
31-
-Rawr.Warlock: Fix for not being able to load some older character files.
3231

3332
Instructions
3433
------------
@@ -131,6 +130,21 @@ Known Issues:
131130

132131
OLDER VERSION HISTORY
133132
---------------------
133+
v2.3.22.0
134+
-Fix for the stats of Imp Lay on Hands.
135+
-Fixes to a couple item stats.
136+
-Rawr.Bear: Fix for resistance calculations being slightly off.
137+
-Rawr.Cat: Fix for combo point generation rate being slightly off due to avoidance. Fix for bite damage being doublely reduced by combo points. Improved default gemming templates. Improved relevancy checking by ignoring items with spellpower. Fix for Idol of the Crying Moon calculations when it was the only crit-affecting special effect.
138+
-Rawr.Rogue: Fix for the amount of CPs generated per CPG. Fix for Mutilate being usable with all weapons, and tweak to damage. Fix for the value of 3 points of Vile Poisons. Fix for base offhand damage. Fix for Crit double dipping with Master Poisoner. Fix for Haste calculation.
139+
-Rawr.RestoSham: Fix for the duration of GCDs.
140+
-Rawr.DPSDK: Slight fix for Glyph of Scourge Strike. Fixed the text of Glyph of Unholy Blight. Better detection of rotation without relying on single key talents.
141+
-Rawr.TankDK: Fix for Abom's Might calculation. Fix for a few buffs/procs having no value. Fix for damage taken in Frost Presence.
142+
-Rawr.Moonkin: Fix a display issue where spells that are not present in a given rotation would show NaN in the detailed spell breakdown rather than 0.
143+
-Rawr.DPSWarr: Tweaks for Sudden Death and the 4T10 for Arms.
144+
-Rawr.Elemental: Implemented Fire Elemental modeling.
145+
-Rawr.HealPriest: Fix for not being able to load some older character files.
146+
-Rawr.Warlock: Fix for not being able to load some older character files.
147+
134148
v2.3.21.0
135149
- Rawr E-mail: I get a lot of e-mail about Rawr, and occasionally some of it falls through the cracks. In order to separate it from my personal e-mail, and more importantly to get more eyes involved, I've setup a new e-mail account for the Rawr Dev Team: [email protected]. Everyone, please use that e-mail for Rawr related e-mails now. Myself, and several of the other devs have access to it, so you're more likely to get a quick response. Additionally, if you've sent me anything in the last few weeks and haven't gotten a response, go ahead and resend it to [email protected].
136150
- Significant performance improvements to many models. Some of them *extremely* significant.

0 commit comments

Comments
 (0)