Skip to content

Commit

Permalink
v1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
1oom-fork committed Jun 10, 2024
1 parent feb6ee7 commit 790278e
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 2 deletions.
72 changes: 72 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -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]))
Expand Down

0 comments on commit 790278e

Please sign in to comment.