Skip to content

EEex v0.9.20-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@Bubb13 Bubb13 released this 07 Jun 19:45
· 89 commits to master since this release
  • Added:
    • Opcode 409 (EnableActionListener):
      • Enables an action listener previously registered via EEex_Action_AddEnabledSpriteStartedActionListener(funcName, func) where <resource field> == funcName.
    • Key pressed / released listeners can now consume the event by returning true. This stops the engine and any remaining listeners from processing the event.
  • Reimplemented:
    • Opcode 280 (Wild Magic) hooks:
      • param1 != 0 => Force wild surge number param1.
      • special != 0 => Suppress wild surge feedback string and visuals.
  • Fixed:
    • EEex_Menu_AddBeforeMainFileReloadedListener() now correctly registers listeners.
    • The EEex_Actionbar_Hook_HasFullThieving() hook can now correctly allow non party members to use full thieving abilities.