Skip to content

MWSE v0.9.5-alpha.20150630

Pre-release
Pre-release
Compare
Choose a tag to compare
@Merzasphor Merzasphor released this 30 Jun 05:39
· 152 commits to master since this release

New in this version:

  • Reverted xGetOwner update to maintain compatibility with old mods. It should be considered deprecated. Use the new xGetOwnerInfo function instead.
  • Added a function to return all ownership information about a reference. (xGetOwnerInfo)
  • Added a function to compute exponentiation. (xPow)
  • Added functions to perform bitwise operations on longs. (xShift, xBitAnd, xBitOr, xBitXor, xBitNot)
  • Added functions to perform boolean logic. (xAnd, xOr, xXor, xNot)
  • Added functions to manipulate global variables based on their string representation. (xGetGlobal, xSetGlobal)
  • Skill progress functions now support normalized progress values and invoke the game's native skill-up function. (xGetProgressSkill, xSetProgressSkill, xModProgressSkill)
  • Level progress functions now invoke the game's native level-up message function. (xSetProgressLevel, xModProgressLevel)
  • Added a function to get effect info from spells and enchantments. (xGetEffectInfo)
  • Added functions to modify spell and enchantment properties. (xSetSpellInfo, xSetEnchantInfo, xSetEffectInfo, xDeleteEffect, xAddEffect)
  • Added a function to return the type and id of the player's currently readied magic. (xGetMagic)