Skip to content

Commit 80a2b13

Browse files
committed
Release 0.95.265
1 parent 587738b commit 80a2b13

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

install/open-ig-0.95.265.jar

3.49 MB
Binary file not shown.

src/hu/openig/model/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
public class Configuration {
3737
/** The version string. */
38-
public static final String VERSION = "0.95.264";
38+
public static final String VERSION = "0.95.265";
3939
/** Annotation for indicating load/save a field. */
4040
@Retention(RetentionPolicy.RUNTIME)
4141
@interface LoadSave { }

update.xml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<desc lang='en'>The launcher&#39;s main file</desc>
2424
</file>
2525
</module>
26-
<module id='Game' version='0.95.264'>
26+
<module id='Game' version='0.95.265'>
2727
<general url='https://github.com/akarnokd/open-ig'>
2828
<desc lang='hu'>
2929
Az Open Imperium Galactica játék.
@@ -42,6 +42,9 @@
4242
<desc lang='es'>Bugfixes</desc>
4343
</notes>
4444
<release-details>
45+
<entry version='0.95.265' date='2026-06-17'>
46+
<item category='Spacewar' issue='1249'>Fix for a spacewar race condition crash due to uninitialized movement handlers by @hemoridos</item>
47+
</entry>
4548
<entry version='0.95.264' date='2026-03-31'>
4649
<item category='Music'>Added music from the unreleased IG:Stargazer game, donated by Tamas Kreiner, the musig and audio designer of the games.</item>
4750
<item category='Graphics' issue='1234'>Improved the rectangular transformation of the surface radar by @hemoridos</item>
@@ -362,7 +365,7 @@
362365
<item category='AI'>Fixed AI unable to build a power plant if the missing energy was above the capacity of available power plant types.</item>
363366
</entry>
364367
</release-details>
365-
<file url='https://github.com/akarnokd/open-ig/raw/master/install/open-ig-0.95.264.jar' sha1='A0659666F5C2C26527BB8C7899A201BD94C75CCB'/>
368+
<file url='https://github.com/akarnokd/open-ig/raw/master/install/open-ig-0.95.265.jar' sha1='7F43074B3CEA7B33FAF572635EAE45767406660F'/>
366369
<file url='https://github.com/akarnokd/open-ig/raw/master/install/open-ig-upgrade-20260331a2.zip' sha1='0D0E36F31336B58712B3AE24C4AF2B3ED0C7A86A'/>
367370
<file url='https://github.com/akarnokd/open-ig/raw/master/install/open-ig-images-20240930a.zip' sha1='09EA802D35E9A124B1A1761CBBB8D8F8C8D06E77'/>
368371
<file url='https://github.com/akarnokd/open-ig/raw/master/open-ig-splash.png' sha1='52b83dbe118575c7dd3dd6c8c41d0446c32dee45'/>

0 commit comments

Comments
 (0)