Skip to content

Releases: defisym/OpenFusionExamples

FindTheWay Ext B240827

FFMpeg Ext B240622

28 Aug 02:03
Compare
Choose a tag to compare

FFMpeg Ext B240617

17 Jun 02:29
Compare
Choose a tag to compare
FFMpeg Ext B240617 Pre-release
Pre-release

EpicOnlineServices Ext B240414

20 Apr 02:57
20351b0
Compare
Choose a tag to compare

Make it no obstacle to publish fusion games on Epic Games Store.

Features:

  • Login & Logout
  • Achievements
  • Stat
  • Rich presence

Epic is much more complex compared to Steam, so please follow the document, make sure you know the meaning of each property and what you are trying to do, to get a proper result.

Func Ext B231120

20 Nov 03:46
Compare
Choose a tag to compare

SDL_Mixer Ext B231120

20 Nov 03:11
Compare
Choose a tag to compare

FindTheWay Ext B231120

20 Nov 03:22
Compare
Choose a tag to compare

Note: this update is windows exclusive

FFMpeg Ext B230920

20 Sep 14:16
Compare
Choose a tag to compare
  • Bug fix
    • queue didn't reset finish state when flushing, which causes incorrect pause when looping

Func Ext B230712

12 Jul 08:59
Compare
Choose a tag to compare
  • Highlights
    • Experimental keep scope
      image
      image

    • global temp param
      image

    • compare expressions
      image


  • Bug fix
    • loop incompatible with recursive
  • Enhancement
    • protection: edit time protection for func param / return, pop up info if invalid, for debugging
    • optimize num->string conversion: std::format
    • optimize loop function call
    • reduce temp param check
  • New feature
    • keep scope: Experimental, keep scope when calling func, may lower performance or miss up events
    • save / restore scope: Experimental, keep scope for fastloop
    • get raw param: for the case you need to parse params manually
    • change / get alpha / RGB coef by fixed: for higher level abstraction.
    • oil has object: check if name can be created, e.g., for the case object is not created then init routine affect other instances with same qualifier.
    • toast: disabled to compatible with windows 7, add macro then re-compile to enable it.
    • in editor & sub application: let you check where app is running
    • msg box: works like assert but not edit time only
    • assert: pop up msg box if given condition doesn't meet
    • compare expression: get compare result in expression, best match with ternary, like equal, greater, etc
    • global temp param: now you can set temp params out of func
    • global has temp param: check if temp param exists
    • separate temp value for recursive func: for recursive calls
    • iterate objects & Iterate objects func: if you iterate a qualifier with fusion's build-in for-each, then you cannot select another object with this qualifier in on for-each event. note that this may not work properly when running in editor in steam version, works find in stand-along

SDL_Mixer Ext B230620

20 Jun 15:01
Compare
Choose a tag to compare
  • New feature
    • use string to set score
  • Bug fix
    • pause in debugger or using pause action won't pause audio