Skip to content

Releases: Spore-Community/Spore-ModAPI

ModAPI SDK v2.5.364

10 Oct 20:48
e42b236

Choose a tag to compare

fix HandheldItem enum duplicates (#74)

ModAPI SDK v2.5.362

10 Oct 17:22

Choose a tag to compare

Merge branch 'master' of github.com:emd4600/Spore-ModAPI

# Conflicts:
#	Spore ModAPI/Spore/Simulator/cTribe.h

ModAPI SDK v2.5.359

10 Oct 16:50
4a4e52a

Choose a tag to compare

Simulator Messages, Typo fixes, Tribe documentation, button funcs (#73)

* add function definition for AddCreature

* Add MouthTypes to CommonIDs.h

* Add name for Unk10 in enum CreaturePersonality

* Add definitions to Cursors.h

* Fix typo, remove duplicate of auto_METHOD(cEditor, bool, AddCreature, add comment to funcC0h in cTribe.h

* Add enum of identity colors to cIdentityColorable

* Add several more cursors

* ammend comment

* remove mouthtypes commit

* Add space game cursors

* fix compile error in cursors.h

* remove erroneous comment

* change mIDColorID to use IdentityColors

* Add 2 new dev cheats (devEffectLog & PrintCursor), add support for palette subcategories in part icon capture.

NOTE:  UNTESTED!
For those who can, please compile this and test it ingame before accepting/rejecting PR.

* fix improper effects detour

* document several part unlocking related fields

* add comment to cCollectibleItems::sub_597BC0

* Add cursors, Document string format for CursorManager::Load

* fix typo

* Add Math::GetDistance

* Revert "Add Math::GetDistance"

This reverts commit cc145adc60fd44f4152fc10adb26073bd5a0e30e.

* Begin redoing EP1 object system

* Revert "change mIDColorID to use IdentityColors"

This reverts commit 489f3ad9e1a5f1c6d2c9c2d1bf8a8757d2179e23.

* Update cIdentityColorable.h

* cTribeHut - Document field_218

* cTribeHut - document field_21C

* Resolve 4/5 PR change requests

* add 'class' to identitycolor enum

* SpawnNpcTribe's 4rd interger arg = foodAmount

* fix typo

* fix typo in LoadBackgroundFiles

* Add message enums to SimulatorMessages.h, organize by stage

* fix typo

* Clarify new simulator messages

* Clarify more messages

* Add messages, change 1 type

* Update SimulatorMessages.h

* Update SimulatorMessages.h

* fix typo

* Document tribe vars

* Document cTribe.mbMembersFlee, add Button funcs, fix documentation comments

* Annotate unknown func

* Resolve PR issues

* Revert cTribeTool temp fix

ModAPI SDK v2.5.358

09 Oct 17:12

Choose a tag to compare

- Add UI::SimulatorRollover class, with GetRolloverIdForObject() and …

ModAPI SDK v2.5.357

07 Oct 20:25

Choose a tag to compare

Fix compilation bugs

ModAPI SDK v2.5.355

28 Sep 11:15

Choose a tag to compare

Added missing cinematic-related functions

ModAPI SDK v2.5.354

28 Sep 11:06

Choose a tag to compare

Add CinematicManager, DoCinematicActionMessage, CinematicVignetteAction

ModAPI SDK v2.5.353

21 Sep 20:41

Choose a tag to compare

Merge branch 'master' of github.com:emd4600/Spore-ModAPI

ModAPI SDK v2.5.351

21 Sep 08:56
42a2f67

Choose a tag to compare

Experimental PR to add new dev cheats and various edits (#69)

* add function definition for AddCreature

* Add MouthTypes to CommonIDs.h

* Add name for Unk10 in enum CreaturePersonality

* Add definitions to Cursors.h

* Fix typo, remove duplicate of auto_METHOD(cEditor, bool, AddCreature, add comment to funcC0h in cTribe.h

* Add enum of identity colors to cIdentityColorable

* Add several more cursors

* ammend comment

* remove mouthtypes commit

* Add space game cursors

* fix compile error in cursors.h

* remove erroneous comment

* change mIDColorID to use IdentityColors

* Add 2 new dev cheats (devEffectLog & PrintCursor), add support for palette subcategories in part icon capture.

NOTE:  UNTESTED!
For those who can, please compile this and test it ingame before accepting/rejecting PR.

* fix improper effects detour

* document several part unlocking related fields

* add comment to cCollectibleItems::sub_597BC0

* Add cursors, Document string format for CursorManager::Load

* fix typo

* Add Math::GetDistance

* Revert "Add Math::GetDistance"

This reverts commit cc145adc60fd44f4152fc10adb26073bd5a0e30e.

* Begin redoing EP1 object system

* Revert "change mIDColorID to use IdentityColors"

This reverts commit 489f3ad9e1a5f1c6d2c9c2d1bf8a8757d2179e23.

* Update cIdentityColorable.h

* cTribeHut - Document field_218

* cTribeHut - document field_21C

* Resolve 4/5 PR change requests

* add 'class' to identitycolor enum

* SpawnNpcTribe's 4rd interger arg = foodAmount

ModAPI SDK v2.5.350

19 Sep 20:59

Choose a tag to compare

Fix GetTerrainScriptSource() bug