Skip to content

Commit

Permalink
Merge pull request #1301 from OutpostUniverse/PrepareV0.8.7Release
Browse files Browse the repository at this point in the history
Prepare v0.8.7 release
  • Loading branch information
ldicker83 committed Apr 10, 2023
2 parents 4e75adc + 03e96bf commit 410ea59
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 8 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
# Change Log
This is the changelog for OutpostHD.

## [0.8.7] - 2023-04-09

Addresses a few bugs and provides some quality of life balancing.

### Added
- Basic cheat dialog window (can be brought up with Ctrl+Shift+F10)
- FreeBSD configuration to be able to build OPHD from source

### Changed
- Resource values won't glow on first turn
- Adjusted cost of structures
- Adjusted cost of robots
- Mine yields have been increased
- PhysFS dependency removed
- Factory list box will now only show progress bars if a factory is actually producing something
- Alerts will be pushed if there are issues with Warehouse storage and capacity
- Alerts will be pushed when tasks are completed for robots and construction
- Alerts will be pushed when robot tasks are canceled
- Factory Report now shows actual description of products instead of placeholder text
- Moved factory product descriptions out of the code and into an external definition file
- Improved exception error messages for better end-user reporting

### Fixed
- Command Center will no longer collapse if there is no maintenance facility
- Game Over dialog's "Return to Main Menu" functions properly again
- Fixed potential crashing with certain UI element event handlers not being properly disconnected
- Fixed crashing in Factory Report view
- Fixed potential crashing in event handling that could lead to memory corruption
- Crime no longer generates until population is landed on the surface
- Trying to build a tube on a non-bulldozed tile will now issue a warning


## [0.8.6] - 2022-04-25

Addresses a number of bugs and usability issues between 0.8.x and 0.9.x branches.
Expand Down
2 changes: 1 addition & 1 deletion OPHD/Constants/Strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace constants
// =====================================
// = MISCELLANEOUS
// =====================================
const std::string Version = "v0.8.6";
const std::string Version = "v0.8.7";
const std::string EmptyString = ""; /**< Used in a few places to return an empty string without having to create one. */

const std::string TileBulldozed = "Bulldozed";
Expand Down
10 changes: 5 additions & 5 deletions OPHD/ophd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ IDI_ICON1 ICON "outpost.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,8,6,0
PRODUCTVERSION 0,8,6,0
FILEVERSION 0,8,7,0
PRODUCTVERSION 0,8,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -79,12 +79,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "LairWorks Entertainment, LLC"
VALUE "FileDescription", "OutpostHD"
VALUE "FileVersion", "0.8.6.0"
VALUE "FileVersion", "0.8.7.0"
VALUE "InternalName", "OutpostHD"
VALUE "LegalCopyright", "Copyright � 2015 - 2022, Leeor Dicker"
VALUE "LegalCopyright", "Copyright � 2015 - 2023, Leeor Dicker"
VALUE "OriginalFilename", "OPHD.EXE"
VALUE "ProductName", "OutpostHD"
VALUE "ProductVersion", "0.8.6.0"
VALUE "ProductVersion", "0.8.7.0"
END
END
BLOCK "VarFileInfo"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,13 @@ I'd like to give a special thanks and shout out to the following contributors wh
- FallTime
- Goof
- havkyp
- Inglonias
- JetMech1999
- Laura Hild
- lhark
- lordpalandus
- macksting
- matt-handy
- singthemuse
- Sirbomber
- Vagabond
Expand Down
2 changes: 1 addition & 1 deletion data
Submodule data updated from d4e429 to 84e7de
78 changes: 78 additions & 0 deletions xcode/OutpostHD.xcodeproj/xcshareddata/xcschemes/Debug.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "572509DC29D66BB100A59072"
BuildableName = "OutpostHD.app"
BlueprintName = "OutpostHD"
ReferencedContainer = "container:OutpostHD.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "572509DC29D66BB100A59072"
BuildableName = "OutpostHD.app"
BlueprintName = "OutpostHD"
ReferencedContainer = "container:OutpostHD.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "572509DC29D66BB100A59072"
BuildableName = "OutpostHD.app"
BlueprintName = "OutpostHD"
ReferencedContainer = "container:OutpostHD.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>
78 changes: 78 additions & 0 deletions xcode/OutpostHD.xcodeproj/xcshareddata/xcschemes/Release.xcscheme
Original file line number Diff line number Diff line change
@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="UTF-8"?>
<Scheme
LastUpgradeVersion = "1420"
version = "1.3">
<BuildAction
parallelizeBuildables = "YES"
buildImplicitDependencies = "YES">
<BuildActionEntries>
<BuildActionEntry
buildForTesting = "YES"
buildForRunning = "YES"
buildForProfiling = "YES"
buildForArchiving = "YES"
buildForAnalyzing = "YES">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "572509DC29D66BB100A59072"
BuildableName = "OutpostHD.app"
BlueprintName = "OutpostHD"
ReferencedContainer = "container:OutpostHD.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
</BuildAction>
<TestAction
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES">
<Testables>
</Testables>
</TestAction>
<LaunchAction
buildConfiguration = "Release"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
allowLocationSimulation = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "572509DC29D66BB100A59072"
BuildableName = "OutpostHD.app"
BlueprintName = "OutpostHD"
ReferencedContainer = "container:OutpostHD.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
<ProfileAction
buildConfiguration = "Release"
shouldUseLaunchSchemeArgsEnv = "YES"
savedToolIdentifier = ""
useCustomWorkingDirectory = "NO"
debugDocumentVersioning = "YES">
<BuildableProductRunnable
runnableDebuggingMode = "0">
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "572509DC29D66BB100A59072"
BuildableName = "OutpostHD.app"
BlueprintName = "OutpostHD"
ReferencedContainer = "container:OutpostHD.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
<AnalyzeAction
buildConfiguration = "Debug">
</AnalyzeAction>
<ArchiveAction
buildConfiguration = "Release"
revealArchiveInOrganizer = "YES">
</ArchiveAction>
</Scheme>

0 comments on commit 410ea59

Please sign in to comment.