User Tag List

Page 8 of 8 FirstFirst ... 6 7 8
Results 71 to 72 of 72

Thread: SDL Joystick Object release

  1. #71
    Clicker Fusion 2.5 Developer
    Fusion 2.5 (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    58
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    I updated the original version of the extension, which you can download here: https://github.com/PiKeyAr/SDLJoystick/releases
    Help wiki: https://github.com/PiKeyAr/SDLJoystick/wiki/

    Changelog:
    -Rewritten with Fusion 2.5 SDK.
    -The extension is now built for Unicode.
    -Added support for basic rumble.
    -Added debugger functionality (it's like a limited version of the example but available straight in the debugger).
    -The SDL library stays in memory when the object is destroyed, and is unloaded only when the application ends. This allows for better input detection across frames.
    -Added support for the GameController interface, a Game Controller check condition and an action to load controller mappings from a file. See the wiki for more information.
    -The project is now compiled as Multi-Threaded by default. This allows for the extension to run without Visual C++ runtimes installed at the cost of a larger .mfx file.
    -SDL2.dll is now registered as the extension's dependency. As a result, you don't need to worry about loading it manually, but you have to put SDL2.dll in Clickteam Fusion's main folder and in the Data\Runtime\Unicode folder. This should hopefully fix all the instability issues that affected earlier versions of this extension. When you build the application, SDL2.dll will be included in its executable automatically (you can use "Unpacked EXE" in application properties to have the DLL separately).
    -Fixed broken conditions related to pushed and released buttons.
    -Some failchecks have been added to prevent potential crashes.
    -The object can now have Alterable Values, Flags and Alterable Strings.
    -Updated documentation and example. Replaced the .chm file with a link to the wiki on GitHub.

    If you run into any bugs please let me know.

  2. #72
    Clicker

    Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleiOS Export ModuleInstall Creator
    SirEatAlot's Avatar
    Join Date
    Oct 2010
    Location
    Stockholm, Sweden
    Posts
    464
    Mentioned
    5 Post(s)
    Tagged
    0 Thread(s)
    Thanks for the update!

    Testing feedback:
    The ps4 controller touchpad pressed state is not recognized, cant tell if problem is in sdl itself or the extension but thought I'd let you know. It worked in previous versions.
    Also for ps4 controller, hat0 (dpad) is not recognized, the dpad button IDs work, but hat0 does not.


    Some questions:
    Is loading a game controller database file needed on every frame, or is it enough to do once and it will keep in memory over frames?
    Also is loading a game controller database file needed to recognize most common controller types or will they be recognized by sdl framework anyway?

Page 8 of 8 FirstFirst ... 6 7 8

Similar Threads

  1. Joystick 2 object
    By z33z in forum Released Extensions
    Replies: 26
    Last Post: 10th October 2019, 01:39 PM
  2. Replies: 0
    Last Post: 14th June 2015, 08:54 AM
  3. Joystick 2 object
    By kromblite in forum Fusion 2.5
    Replies: 4
    Last Post: 25th January 2014, 03:28 AM
  4. [RC6/release] Joystick causes objects to disappear
    By Koji_Kabuto in forum Android Export Module Version 2.0
    Replies: 6
    Last Post: 20th March 2013, 01:10 PM
  5. Joystick object 2
    By z33z in forum File Archive
    Replies: 1
    Last Post: 11th February 2008, 09:27 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •