Skip to content

Commit

Permalink
v1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1oom-fork committed Aug 6, 2024
1 parent 55c89f7 commit bbff828
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
1oom-v1.10.3
------------

This release is a general cleanup and improvement to the
game_update_eco_on_waste code:

- The old implementation of waste_adjust_fix has been replaced
with a simpler and clearer one, based on the original code
- Added slider_respects_locks rule, which prevents the functions
above from changing locked sliders

The changes above are in preparation for the introduction of
more extensive game controls. Bug reports are welcome.

1oom-v1.10.2
------------

Expand Down
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], [1.10.2])
VERSION_1OOM=v1.10.2
AC_INIT([1oom], [1.10.3])
VERSION_1OOM=v1.10.3

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 bbff828

Please sign in to comment.