githubEdit

mGEff

Version 1.5.0

The MiniGUI development team announces the availability of mGEff 1.5.0. All users of MiniGUI are encouraged to use this version, and report any bugs and incompatibilities on GitHub:

https://github.com/VincentWei/mgeff/tree/rel-5-0arrow-up-right

What's new in this version

  • Tune code for MiniGUI 5.0.0 or later.

  • Cleanup code for bad symbols.

Version 1.2.3

The MiniGUI development team announces the availability of mGEff 1.2.3. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:

https://github.com/VincentWei/mgeff

What's new in this version

This version mainly fixed some minor issues:

  • Tune format string for size_t values.

Version 1.2.2

The MiniGUI development team announces the availability of mGEff 1.2.2. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:

https://github.com/VincentWei/mgeff

What's new in this version

  • Tune code for MiniGUI 4.0.x.

Version 1.2.1

The MiniGUI development team announces the availability of mGEff 1.2.1. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:

https://github.com/VincentWei/mgeff

What's new in this version

  • Fix a bug which will cause SEGV on 64-bit platform.

Version 1.2.0

The MiniGUI development team announces the availability of mGEff 1.2.0. All users of MiniGUI are encouraged to test this version carefully, and report any bugs and incompatibilities on GitHub:

https://github.com/VincentWei/mgeff

What's new in this version

  • Tune code to comply with MiniGUI 3.2.x.

  • Tune code for 64-bit platform.

  • Tune code to eliminate all warnings.

API changes

We now use a intptr_t integer for the identifier of an animation. So you can pass a pointer as the identifier of the animation on 64-bit platform.

As a result, the prototype of SetProperty callback function of an animation changed from

to

The function to create an animation object changed from

to

And the following function changed from

to

Last updated