- Update to version 0.67: * New Features/Enhancements - The original demo gameplay video now plays when the CorsixTH main menu is idle (this can be disabled in the configuration file) - File browser menus now have an OK button - Selecting an existing file in the Save Game/Map browsers will now update the text input box to that file name * Changes - Handymen now always stay in their assigned plots, except when going to rest - Staff members now have a maximum salary, which can be configured in custom levels - The game will now always use the GP's choice of next diagnosis room for the patient, if available - Queueing patients are now shown when hovering a door - Epidemics can no longer fail because an infected patient left before the epidemic was revealed - Balance changes to drug improvement research - Check for updates can now be disabled in Settings - Check for updates timeout duration significantly reduced - "Pause" now shows up when the "Build while paused" setting is on and the game is paused. - The gamelog file now includes a timestamp - Support for detecting Theme Hospital game files from an EA Store install - Many, many, refactors of the code to make it better to understand for future developers - Contact methods to reach the CorsixTH Team have been updated * Bug Fixes - Fixed an instance where objects could disappear from the map - Fixed a bug where the empty action queue message was prevented from happening - Fixed a bug where dying patients became undead and would have a habit of ruining everything - Fixed broken dynamic info during epidemics - Handymen will no longer try to repair machinery while a patient is using it - Psychiatrist couch has less chance of causing blocked paths - Roujin's challenge is now properly applied (read: harder) - Serious Radiation is no longer contagious - Room blueprints can no longer go beyond external walls - Fixed incorrect button sounds in the Staff Management window - Fixed back button behaviour in Font Picker - Fixed a bug where word-wrapping text on dialogs could crash the game - Fixed a rare case where the next VIP date may be scheduled in the past - Fixed a rare case where awarded research points could be negative - Fixed a rare case of the balance sheet being victim of a green highlighter * Updated Translations OBS-URL: https://build.opensuse.org/request/show/1105942 OBS-URL: https://build.opensuse.org/package/show/games/CorsixTH?expand=0&rev=34
80 lines
2.5 KiB
RPMSpec
80 lines
2.5 KiB
RPMSpec
#
|
|
# spec file for package CorsixTH
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: CorsixTH
|
|
Version: 0.67
|
|
Release: 0
|
|
Summary: Theme Hospital clone
|
|
License: MIT
|
|
Group: Amusements/Games/Strategy/Other
|
|
URL: http://corsixth.com
|
|
Source: https://github.com/CorsixTH/CorsixTH/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
BuildRequires: cmake
|
|
BuildRequires: fdupes
|
|
BuildRequires: gcc-c++
|
|
BuildRequires: hicolor-icon-theme
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: wxWidgets-devel
|
|
BuildRequires: pkgconfig(SDL2_mixer)
|
|
BuildRequires: pkgconfig(freetype2)
|
|
BuildRequires: pkgconfig(libavcodec)
|
|
BuildRequires: pkgconfig(libavdevice)
|
|
BuildRequires: pkgconfig(libavformat)
|
|
BuildRequires: pkgconfig(libavutil)
|
|
BuildRequires: pkgconfig(libpostproc)
|
|
BuildRequires: pkgconfig(libswresample)
|
|
BuildRequires: pkgconfig(libswscale)
|
|
BuildRequires: pkgconfig(lua)
|
|
BuildRequires: pkgconfig(sdl2)
|
|
Requires: lua-lpeg
|
|
Requires: lua-luafilesystem
|
|
Recommends: timidity
|
|
|
|
%description
|
|
This project aims to reimplement the game engine of Theme Hospital, and be
|
|
able to load the original game data files. This means that you will need a
|
|
purchased copy of Theme Hospital, or a copy of the demo, in order to use
|
|
CorsixTH. After most of the original engine has been reimplemented in open
|
|
source code, the project will serve as a base from which extensions and
|
|
improvements to the original game can be made.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
rm -f %{buildroot}/%{_datadir}/corsix-{th,TH}/LICENSE.txt
|
|
%fdupes %{buildroot}/%{_datadir}
|
|
|
|
%files
|
|
%license LICENSE.txt
|
|
%doc README.txt
|
|
%{_bindir}/corsix-th
|
|
%{_datadir}/corsix-th
|
|
%{_datadir}/icons/hicolor/scalable/apps/corsix-th.svg
|
|
%{_datadir}/metainfo/com.corsixth.corsixth.metainfo.xml
|
|
%{_datadir}/applications/com.corsixth.corsixth.desktop
|
|
%{_mandir}/man6/corsix-th.6%{?ext_man}
|
|
|
|
%changelog
|