Skip to content

ModAPI SDK v2.5.236

Compare
Choose a tag to compare
@emd4600 emd4600 released this 16 Dec 15:18
· 154 commits to master since this release
  • Added many classes related to the skinpaint system in the Skinner namespace.
  • Added the class Editors::cEditorAnimEvent, which allows you to make the creature play certain animations while editing (the movements it does when putting a part, applying a paint, etc).
  • Added the class Editors::cEditorAnimWorld, related to creature animations in the editor.
  • Added methods SetActiveMode(), SetCreatureToNeutralPose(), AddCreature(), HandleMessage() to the class Editors::cEditor
  • Added the method SetActiveCategory() to Palettes::PaletteUI
  • Completed the class Editors::cCreatureDataResource
  • Renamed Editors::CreatureWalkController to Editors::EditorCreatureController
  • Renamed many methods in App::IMessageManager, most importantly PostMSG() to MessageSend() (to avoid confusions with MessagePost()!)