File OpenTESArena.changes of Package OpenTESArena
-------------------------------------------------------------------
Wed Mar 20 12:21:49 UTC 2024 - Imo Hester <vortex@z-ray.de>
- Fix building for Tumbleweed 
-------------------------------------------------------------------
Wed Dec  1 18:38:21 UTC 2021 - Imo Hester <vortex@z-ray.de>
- Update to 0.14.0
  * Weather effects (rain, snow, thunderstorms)
    + Screen-space fog is unfinished and should be in a future release.
  * UI system redesign (model-view-controller pattern, text rendering redesign, texture allocation redesign)
  * Input system redesign (generic input action listeners; easier to add key bindings and more input methods later)
  * Updated in-game debug profiler
  * DPI-awareness on Windows (allows for native window resolutions on high-DPI monitors)
  * CMake build configuration improvements (replaced Debug/Release/RelWithDebInfo/MinSizeRel with Debug/DebugFast/ReleaseGeneric/ReleaseNative)
  * Updated OpenAL Soft version to 1.19.1
  * Updated SDL version to 2.0.9
  * Updated WildMIDI version to 0.4.4
  * Fixed "Some intro screens might be using an incorrect palette"
  * Fixed "The game will crash during the Ria Silmane cinematic in the CD version if it reaches the end without being skipped (related to chunk system)"
  * Fixed "The automap colors voxels outside of city bounds that should not be considered part of the automap"
  * Revised release build naming convention
- Patches custom data and configuration directories
  * Allows installing into standard locations
  * Done with custom-paths-0.14.0.patch
- If music is enabled, patch config to use timidity GUS patches,
  they are not great, but better then nothing. (eawpats linked
  by upstream are not distributable as their license is not clear,
  users might download them manually and enable them).
  * Done with use-timidity-0.14.0.patch
-------------------------------------------------------------------
Tue Apr 13 01:00:42 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Added simple helper script for downloading needed gamedata
- Patches custom data and configuration directories
  * Allows installing into standard locations
  * Done with custom-paths.patch
- If music is enabled, patch config to use timidity GUS patches,
  they are not great, but better then nothing. (eawpats linked
  by upstream are not distributable as their license is not clear,
  users might download them manually and enable them).
  * Done with use-timidity.patch
- Some cleanup and work on the SPEC file
  * Use SourceURLs, see https://en.opensuse.org/SourceUrls
  * Use conditional for wildmidi
  * Dropped data subpackage as there is no real data provided
    (data is provided by non-OSS data files from Bethesda)
-------------------------------------------------------------------
Mon Apr 12 15:39:50 UTC 2021 - Imo Hester <vortex@z-ray.de>
- Used pkgconfigs where possible
- Fixed version macros
- Removed OpenTESArena-data as build requirement
- Try fixing version toggles
- improvements to spec file
- Fixed rmp lint for package summary
- Toggled wildmidi for leap releases
- Updated package summary
- Moved TESArena to /usr/lib:lib64/OpenTESArena/TESArena
- Created symlink from /usr/lib:lib64/OpenTESArena/options/ -> /usr/share/OpenTESArena/options/
- Creaded symlink from /usr/lib:lib64/OpenTESArena/data/ -> /usr/share/OpenTESArena/data/
- Created symlink /usr/bin/TESArena -> /usr/lib:lib64/OpenTESArena/TESArena
-------------------------------------------------------------------
Sun Apr 11 22:27:07 UTC 2021 - Imo Hester <vortex@z-ray.de>
- Added .desktop file
- Removed wrapper
- Changed data folder from opentesarena-data to OpenTESArena
- added application icon
- added desktop entry
- made use of pkgconfig where possible
- Added OpenTESArena-data as Required package
- exorcised the evil wrapper
- added data sub package
-------------------------------------------------------------------
Sun Apr  4 16:28:25 UTC 2021 - Imo Hester <vortex@z-ray.de>
- Switched %make with %cmake
- Fixed not using make and cmake macros
-------------------------------------------------------------------
Mon Mar 29 21:57:23 UTC 2021 - Imo Hester <vortex@z-ray.de>
- Removed wildmidi-devel toggle. Fixed by providing wildmidi in this repo
- toggled wildmidi-devel for non Tumbleweed distros
-------------------------------------------------------------------
Mon Mar 29 20:35:01 UTC 2021 - Imo Hester <vortex@z-ray.de>
- Initial packaging
- This release focuses on improving how the game world is simulated 
  in order to more closely match the original game.