From 790278ec2ba4b3795e8159ba0b478da2c4dfb294 Mon Sep 17 00:00:00 2001 From: MyName Date: Mon, 10 Jun 2024 16:42:41 +0300 Subject: [PATCH] v1.9 --- CHANGES | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 +-- 2 files changed, 74 insertions(+), 2 deletions(-) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000000..aab6baa6fec --- /dev/null +++ b/CHANGES @@ -0,0 +1,72 @@ +1oom-v1.9 +--------- + +This release by default uses the original rules of the game as much +as 1oom v1.0 allowed and even better. + +Summary: +- Fixed several cosmetic differences +- Fixed broken rebellions +- Rules settings menu options have been improved +- The bug that causes AI to build an obscenely large fleet is now + a separate rule +- Added a few minor interface features +- Removed several minor 1oom interface features that were outdated, + conflicted, or interfered with the development of the project +- A significant amount of useless 1oom code has been removed + +Bug reports are welcome. + + +1oom-f1.8.1 +----------- + +This release is special. For the first time since the release of v1.0, +a large number of corrections have been verified with the original. +In addition, some fundamental new improvements have been made. + +Summary: +- Classic AI is now competitive and selected by default +- Restored vanilla Tutor map +- Random number generator changed to vanilla +- Fixed the chances of rich/poor planets when creating a galaxy +- Fixed autoretreat behavior +- The vanilla copy protection dialog has been restored +- Added optional fix for scanners on ships +- Fixed numerous visual differences from vanilla +- Fixed several minor bugs + +The main goal of the project is now explicitly stated on the main page. +Bug reports are welcome. + + +1oom-fork-v1.8.0 +---------------- + +Disclaimer: +This release is an interim release. +I'm posting this to give people the opportunity to enjoy a relatively +high quality build that still contains many bugs inherited from v1.0. +Previous 1oom-fork versions are now considered defective. +It is recommended to close the old version of 1oom-fork and delete +config file if you want to run this version. +Saved games from an older version of 1oom-fork may not work or refuse to load +if you try them from this version. + +This (v1.8.0) version of fork does not change save game format compared to the +point when it's forked from Tapani-fork (9b9cf63...) +This version of fork is based on reworked version of Tapani-fork mixed with +reworked and filtered version of 1oom-fork-v1.7.6 (1oom-v1.0-rev-5) +The commit history is now can be used as detailed changelog + +Summary: +- most of the 1oom-fork commits were rewritten from scratch with improvements +- removed or rewrote most of the later commits from the Tapani branch, + with special attention to those that added bugs or problems for developers +- it is now possible to use absolute mouse in DOSBox on Andriod by enabling + absolute mouse in both the game and DOSBox configurations +- most rule bug fixes is enabled and can only be disabled via PBX +- added UI Presets +This is not a complete list of changes + +Bug reports are welcome diff --git a/configure.ac b/configure.ac index 12ee5dd39c2..49c301aaf9c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([1oom], [0.5]) -VERSION_1OOM=v0.5 +AC_INIT([1oom], [1.9]) +VERSION_1OOM=v1.9 AC_ARG_ENABLE(static, AS_HELP_STRING([--enable-static], [enable static builds])) AC_ARG_ENABLE(modebug, AS_HELP_STRING([--enable-modebug], [add debugging options]))