Git Product home page Git Product logo

ezpp's People

Contributors

acrylic-style avatar djneonnight avatar frank1907 avatar hesch avatar kaisobits avatar kotoki1337 avatar kovachevbot avatar loarca avatar marki2019 avatar natsukagami avatar nekoyue avatar noirehime avatar oamaok avatar pine5508 avatar qlimq avatar stinger222 avatar thymue avatar tomokarin avatar walavouchey avatar xzoomy avatar yuminee213 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar

ezpp's Issues

For the ezpp window to not close when tabbing out

Is your feature request related to a problem? Please describe.
When you tab out and you have a ezpp window open, it closes out.

Describe the solution you'd like
A setting to disable it closing out when you tab out of the chrome window, and adds a button to close it out when you have that setting on.

Describe alternatives you've considered
Maybe just make it so it wont close out and there is a button to close it instead of a setting

Maybe create a new repo for calculating?

Currently, the taiko calculation codes are in ezpp repository, instead of its dedicated repo/package.
I think we can create another repo for these calculation codes.
If we don't publish the package to npm, then we can do yarn add oamaok/new-repo to add a package that is from a github repo.

Add bpm of maps when DT mod is on

Hello,
I have an idea of enhancement, If possible, add the bpm of the map when we select DT mod, it'd be really helpful :)

I hope it can be done :D

Thanks

E2E testing setup

Adding some basic end-to-end tests for the extension would be great.

puppeteer is usually great, but it unfortunately lacks the ability to test extension popups. It could still be usable, though, if the chrome API calls were mocked and the whole extension accessed as a standalone web page.

full taiko support

Is your feature request related to a problem? Please describe.
it's currently possible to calculate only pp, not star rating. It means we cannot get star rating for like DT, HT.

Describe the solution you'd like
Add complete support for taiko, including HR, DT, HT, EZ

Additional context
I'm currently working on it, and it has around 700+ lines of new code for now.
It might take a while to fix bugs.

Use git tags to mark versions in the history

Using git tags for new versions in the history allows users to easily identify which version of the source code is in the add-on stores and lets users check what the latest version is.

Display pp for loved and qualified maps

Displaying a calculated value instead of the 0 that's given by the website would nice. Perhaps it would be colored yellow or in parentheses or something like that to indicate that it's not an official, effective value.

Get correct star difficulty on converted maps

On converted maps, it shows the original (std) star difficulty instead of the converted map's (taiko) star difficulty. (because of this, it shows incorrect pp on most converted maps)
For the max combos, use the original one for now. (converted maps does not contain max combos in JSON, causes empty max combo field and NaNpp)

Additionally, normal taiko maps' max combo = circle count but converted maps seem to works differently.

Update ojsama version to 2.1.0

ezpp is still using ojsama 1.2.5, and so it is not showing correct pp values that correspond with the recent pp changes.

Incorrect AR displayed with DTHR and no AR changing mods

Noticed ezpp got an update with an additional number next to the BPM, which I'm assuming signifies AR.

Either way, this number seems to be accurate with AR changing mods like EZ, HR, DT, and HT, but without them, it always says the AR is 11. I tried this on multiple maps, but it always seemed to have this issue. Hopefully it will get resolved soon.

The character encoding of the HTML document is not declared

When showing the popup, this appears in the console:

The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.

The BPM isn't affected by HT

Since last update that integrated the BPM of the map, it increase when we put DT but it's not decreasing when we put HT
image

Support hotkeys from osu

When I open the browser-bar window I'd love to be able to toggle mods with the same hotkeys as ingame

Initial Mania support

Is your feature request related to a problem? Please describe.
Currently no mania support.

Describe the solution you'd like
Let's apply the initial Taiko calculator solution and use this: http://maniapp.uy.to/

use ojsama for pp calculation

The developer of oppai released a vanilla JS rewrite of oppai called ojsama which returns the same results as native C oppai.

This could be used to replace the current calculation as it's quite inaccurate.

Feature Request: Translations

I know the extension may not have too many strings to translate, but it would be nice to have the option for people that don't know much of English. Anyways, I'm available for Spanish translations if needed.

AR is displayed incorrectly

Not sure exactly what's wrong, AR is displayed as 11 without any mods and then displayed correctly with 1 mod, but not correct with multiple mods

, support in "Accuracy" field

convert , to . (comma to dot)

Also when you type slowly then it delete the dot and you need to type it again, and if you still slow and type dot again it repeats infinite.

Add title text to unlabeled indicators

Length, bpm and AR are currently unlabeled. They are only accompanied by a little icon which conveys too little info. A title="" attribute should be added to the tags. Alternatively a tooltip solution?

Empty response from content script

The bug

The extension fails to load and shows this error in console: Unchecked runtime.lastError: Could not establish connection. Receiving end does not exist.

As I wrote in index.js, it happens randomly. (no consistent reproduce steps)

// FIXME(acrylic-style): I don't know why but it happened to me multiple times

Workaround

Reload the page

Webpack builds for Firefox appear to be inconsistent

From review:

-- webpack is making it hard to review. A simple diff shows differences between the uploaded and generated xpi, I had to check the diff in detail to see that webpack was just flipping around some conditionals.

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.