-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGES
177 lines (136 loc) · 5.91 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
1oom-v1.11
----------
This release is almost completely identical to v1.10.6:
- lbxview: Fixed window update
- All 4 pages of the video buffer are now allocated as a solid piece of memory
similar to the original, but this version has no padding, which may lead to
rare, subtle graphic artifacts (will be fixed in future releases)
- Reverted one cumbersome fix related to video buffer overflow
- Some hidden AI fixes moved to Classic+ AI
- The Git tree has been cleaned and refined to make future changes easier
1oom-v1.10.6
------------
- Fixed a critical issue in Classic+ AI
1oom-v1.10.5
------------
- Planets UI: Added max population column as in 1.7.6
- AI: 4th colony curse fix is now a separate rule
- AI: Doom stack fix is now a separate rule and disabled by default
1oom-v1.10.4
------------
This release adds the ability to change sliders for all colonies
at once in one click:
- Added dialog box code
- Holding the Ctrl key while locking a colony slider allows you to lock sliders
for all colonies at once
- Holding the Alt or Ctrl key while clicking on the frame with the slider value
text allows you to adjust sliders for all colonies at once
- Most smart slider manipulations now depend on the slider_respects_locks rule,
with the exception of the new technologies UI
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
------------
- Added challenge mode (special difficulty map)
- Improved distance indicator
1oom-v1.10.1
------------
- Pressing g on the battlefield screen shows the grid
1oom-v1.10.0
------------
This release is the second interim release since v1.8.1, the goal
of which is to clean the code as much as possible from additions
that cause a large number of errors or are outdated.
List of positive changes:
- the RNG is non-deterministic by default
- implemented Improved Robotic Controls behavior close to OSG
- F4/F5 now cycles through enemy fleets, like in v1.7.6
- Eco slider can show "MAX", like in v1.7.6
- the map on the Map screen is now clickable
- added several vanilla rules that were "fixed" in v1.0
- more hidden rules from v1.0 have been added to the menu
- some smart features have been added/moved to cheats
- simplified implementation of the message filter
List of removed features after f1.8.1:
- governor
- extra menu (bottom-left corner)
- (Ctrl-)1-9 to tag/recall planet
- screenshot
- Game screen options overhaul
- X11 HW (unfinished)
Many simple changes of the same type or rollbacks of erroneous
changes have been grouped to simplify work with the history.
Some fixes have been confirmed by reverse engineering and are now
explicitly marked as 1oom typo fixes.
Bug reports and suggestions are welcome.
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
1oom-fork-v1.7.6
----------------
The list of changes for this version of the fork is irrelevant, since
subsequent versions reject or modify most of the changes in order to
improve the quality of the project and its compliance with the original.