Giter Club home page Giter Club logo

gw2-addon-loader's People

Contributors

archomeda avatar imgbotapp avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

megai2

gw2-addon-loader's Issues

add support for imgui 1.80

ArcDPS is moving to imgui version 1.80 this means this current version of the addon no longer works with the latest version of arcdps

addon won't load

I have been trying to install the add on so I can use the mount wheel. It installs okay but then comes up with the box below. I don't think I am installing it wrong, because I put it on my other older computer and it worked just fine, but it doesn't want to run on this one. My video drivers are up to date and I am running directx 12. Your page gave a link for directx 9, which I tried, but it told me that it can't install it as I have 12 installed and 12 should run 9. It's my understanding that they are backwards compatible. Once I uninstall the addon, GW2 will run again but I really want the wheel as I am running out of keys. Any help will be appreciated.

Thanks
Screenshot_1

Add file hash checking for updates

This is important to make sure that the downloaded files are not corrupted somehow. I need to check if this needs to be on individual file basis, or if it's enough on zip archive basis. Because I haven't looked into this yet, this might take a while.

Use JSON for configuring the add-on settings

At first I thought that the current API would be good for configuring the optional settings window for add-ons. However, I feel that it's limited and not intuitive to work with. So I'm going to experiment to see if providing a JSON string is better instead.

This will most likely also change how the settings are stored for each add-on. Right now it's up to the add-on to store its settings (it doesn't matter if the loader is providing the GUI, or the add-on itself). But that doesn't feel intuitive either.

So the idea is to have 3 implementation options available to each add-on:

  • GUI provided by the loader, settings saved/loaded by the loader (settings definitions provided through JSON by the add-on, add-on gets callbacks when settings changes)
  • GUI provided by the add-on, settings saved/loaded by the add-on (add-on gets callback whenever the user wants to open the settings panel)
  • No add-on settings

Note that only 1 of these options can be used at one time for each add-on individually, but each add-on can choose whatever they want.

add logrotation

Pretty much the title. The log gets cleared on every gw2 start, so to be able to play right away after a crash and look at the log later, there needs to be some sort of log rotation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.