Skip to content

Releases: 0KepOnline/Spore-ModAPI

ModAPI SDK v2.5.570

Choose a tag to compare

@github-actions github-actions released this 10 Jul 21:03
753d111
Add `IO::IniFile` stub (#107)

* Add `StreamCompressionZLib.h` include to `Spore/IO.h`

* Rename `Stream(De)CompressionZLib::Dispose` to `_dtor`

Also fix a "missing" include which broke `ASSERT_SIZE` for both while generating fully valid objects in runtime (triple-checked in x32dbg).

* Add `IO::IniFile` stub

* Add missing aliases

* Remove `IO::_stub` method, a leftover from earlier tests

ModAPI SDK v2.5.566

Choose a tag to compare

@github-actions github-actions released this 07 Jul 18:51
15c9b7a
Remove `IO::_stub` method, a leftover from earlier tests

ModAPI SDK v2.5.567

Choose a tag to compare

@github-actions github-actions released this 28 Jun 10:03
41354dc
Limited update of `Thumbnail_cImportExport`

ModAPI SDK v2.5.565

Choose a tag to compare

@github-actions github-actions released this 28 Jun 02:21
835fff6
Additional small fixes for `StreamCompressionZLib`

ModAPI SDK v2.5.564

Choose a tag to compare

@github-actions github-actions released this 28 Jun 00:18
713e39a
Add proper destructors for `StreamCompressionZLib`

ModAPI SDK v2.5.561

Choose a tag to compare

@github-actions github-actions released this 06 Jul 10:59
110a82d
Add `StreamCompressionZLib` (#106)

* Replace confusing `PNG` with `MIP` (Model-in-Picture) in `Thumbnail_cImportExport`

* Add `IO::StreamCompressionZLib` & `IO::StreamDecompressionZLib`

Destructors are still to be implemented.

* Add missing `StreamDecompressionZLibPtr` define

* Add proper destructors for `StreamCompressionZLib`

* Additional small fixes for `StreamCompressionZLib`

* Revert "Replace confusing `PNG` with `MIP` (Model-in-Picture) in `Thumbnail_cImportExport`"

This reverts commit 7345808f273139ae12c3735838474be3b667280d.

* Limited update of `Thumbnail_cImportExport`

ModAPI SDK v2.5.563

Choose a tag to compare

@github-actions github-actions released this 12 May 13:27
7d93429
Add missing `StreamDecompressionZLibPtr` define

ModAPI SDK v2.5.562

Choose a tag to compare

@github-actions github-actions released this 12 May 13:23
531e82a
Add `IO::StreamCompressionZLib` & `IO::StreamDecompressionZLib`

Destructors are still to be implemented.

ModAPI SDK v2.5.560

Choose a tag to compare

@github-actions github-actions released this 10 May 17:28
f622e35
Rename `Thumbnail_cImportExport` fields

ModAPI SDK v2.5.559

Choose a tag to compare

@github-actions github-actions released this 10 May 14:58
261a09e
Large fixes + names update (#100)

* Update SimulatorEnums.h

* change cCreatureModeStrategy pickup structs

* add kCreatureFlagIsEpic flag

* revert GetSelectableMembers to return cSpatialObjectPtr

* annotate and edit vars

* field_7BC ->mbEnableAmbientEffects

* annotate some vars

* add additional operators and funcs to Math::Color

* rename and annotate cTerrainStateMgr vars

* overhaul EditorRequest

* GameBundle related vars

* add ScheduleTaskWithArgs to IMessageManager

* fix cGameBundleGroundContainer

* rename EditorUI vars

* make ScheduleTaskWithArgs less strict with input types

* add Teleport & CreateGroundBundles helper funcs

+ fix headers for prev commit, re-add some addresses

* remove outdated comment

* fix typos

* add info to CitizenAction enum

* annotate and rename vars

* add single arg instantiators to ResourceKey and ResourceID

* annotate community plan vars

* add Vec * Vec and Vec / Vec operators to Vector2-4

* fix various typos, annotate vars

* Update AddressesSimulator.cpp

* annotate CreatureModeStrategy Pickup struct

* Update cCreatureBase.h

* add DamageType enum

* fix some issues

* add App::RenderType

* add .find() to vector<eastl::type>

* patch various function addresses

* annotate and rename vars, add to PaletteItem::ItemType enum

* Add march2017 address for cBundleManager::RemoveBundles()

---------

Co-authored-by: Rosalie Wanders <rosalie@mailbox.org>