Skip to content

Commit

Permalink
5.8 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeG621 committed Aug 4, 2023
1 parent e70e8f9 commit 75ed723
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
3 changes: 2 additions & 1 deletion BaseBriefing.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
* Licensed under the MPL v2.0 or later
*
* Full notice in ../help/Idmr.Platform.chm
* Version: 3.0+
* Version: 5.8
*/

/* CHANGELOG
* v5.8, 230804
* [NEW] SkipMarker command
* v3.0, 180309
* [UPD] EventParameterCount changed to function, made virtual [JB]
Expand Down
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("5.7.5.*")]
[assembly: AssemblyFileVersion("5.7.5.0")]
[assembly: AssemblyInformationalVersion("5.7.5 final")]
[assembly: AssemblyVersion("5.8.0.*")]
[assembly: AssemblyFileVersion("5.8.0.0")]
[assembly: AssemblyInformationalVersion("5.8 final")]
7 changes: 4 additions & 3 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ Idmr.Platform.dll

Author: Michael Gaisser ([email protected])
Contributors: Random Starfighter (JB)
Version: 5.7.5
Date: 2023.01.16
Version: 5.8
Date: 2023.08.04

Library for editing LucasArts *.XWI and *.TIE mission files for Xwing95, TIE95, XvT and XWA

=========
Version History

v5.8, 04 Aug 2023
- (BaseBriefing) New "Skip Marker" event, for TIE and XvT
- (XWA) Region references in Triggers and Orders prepped for string replacement similar to FGs and Teams [Issue #82]
- (XWA) Region references in Triggers and Orders prepped for string replacement similar to FGs and Teams [YOGEME#82]

v5.7.5, 16 Jan 2023
- (XWA) Fixed Message reading after length increased in 5.7.3
Expand Down
3 changes: 2 additions & 1 deletion Xwa/FlightGroup.Order.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
* Licensed under the MPL v2.0 or later
*
* Full notice in ../help/Idmr.Platform.chm
* Version: 5.7+
* Version: 5.8
*/

/* CHANGELOG
* v5.8, 230804
* [UPD] Region references fixed
* v5.7, 220127
* [NEW] cloning ctor [JB]
Expand Down
3 changes: 2 additions & 1 deletion Xwa/Mission.Trigger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
* Licensed under the MPL v2.0 or later
*
* Full notice in ../help/Idmr.Platform.chm
* Version: 5.7+
* Version: 5.8
*/

/* CHANGELOG
* v5.8, 230804
* [NEW] Region references prepped for string replacement
* v5.7, 220127
* [NEW] cloning ctor [JB]
Expand Down
Binary file modified help/Idmr.Platform.chm
Binary file not shown.

0 comments on commit 75ed723

Please sign in to comment.