Skip to content

Releases: Spore-Community/Spore-ModAPI

ModAPI SDK v2.5.572

Choose a tag to compare

@github-actions github-actions released this 23 Sep 12:43
e146a37
Finalize MovieSystem stub using existing headers (#120)

ModAPI SDK v2.5.571

Choose a tag to compare

@github-actions github-actions released this 22 Sep 16:44
c4791da
Add `Movie::MovieSystem` stub (#119)

ModAPI SDK v2.5.570

Choose a tag to compare

@github-actions github-actions released this 22 Sep 15:52
1a110de
Fix padding size in cSimulatorSpaceGame.h (#118)

ModAPI SDK v2.5.569

Choose a tag to compare

@github-actions github-actions released this 21 Sep 05:37
a726a7e
Add food web related methods to cStarManager, relationship methods to…

ModAPI SDK v2.5.568

Choose a tag to compare

@github-actions github-actions released this 11 Aug 12:21
cbf9206
Add `UI::ScrollFrameVertical::Update` static method (#114)

ModAPI SDK v2.5.567

Choose a tag to compare

@github-actions github-actions released this 26 Jul 07:03
a3e4b81
Make `cPlanetModel` actually usable (#113)

* Improve terrain-related class fields, add `cTerrainSphereDecal`

* Add `cTerrainSphereDecal` to `Terrain.h`

* Minor field renames

* Fix includes in `cTerrainSphereDecal.h`

* Minor field fix for `cTerrainDecal` (68h is some float value)

Also rename some fields in `cPlanetModel`.

* Rename fields of `TerrainModification` (a.k.a. `cRelevel`)

* Describe most `cPlanetModel` fieldss, fix alignment

ModAPI SDK v2.5.566

Choose a tag to compare

@github-actions github-actions released this 24 Jul 12:17
9281e1b
Terrain-related improvements: add `cTerrainSphereDecal` and rename ma…

ModAPI SDK v2.5.565

Choose a tag to compare

@github-actions github-actions released this 18 Jul 21:02
d16b88c
Add `GetThumbnail()` for `cScenarioAsset` (#111)

* Add `GetThumbnail()` for `cScenarioAsset`

* Rename fields in `Canvas.h` and `IDGenerator.h`

* Typo fix

ModAPI SDK v2.5.564

Choose a tag to compare

@github-actions github-actions released this 12 Jul 18:28
9f5f558
Add more serialization-related classes (#110)

* Cleanup `IniFile.h`

* Add `ReadImageData` function to `PngEncoder`

* Side improvements

* Add `Simulator::COMSerializer` & `Simulator::SerializerDatabase`

* Improve serialization (not tested much yet)

ModAPI SDK v2.5.563

Choose a tag to compare

@github-actions github-actions released this 12 Jul 09:43
1f69873
Document some flags in cEmpire, cPlanetRecord and cStarRecord, change…