Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove some Async & While loops + editor pp #88

Merged
merged 33 commits into from
Mar 8, 2024
Merged
Changes from 1 commit
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
1b9c269
fix: Remove unnecessary async
cyperdark Mar 4, 2024
b46306d
fix: Open beatmap file only once
cyperdark Mar 4, 2024
f090298
fix: Remove some while loops
cyperdark Mar 4, 2024
182bd8e
feat: Add current pp for editor
cyperdark Mar 4, 2024
e9c8f97
fix: Remove errors spam, if they aren't constant
cyperdark Mar 4, 2024
8ce3992
fix: Move dependecies to dev
cyperdark Mar 4, 2024
971f77e
oops ))
cyperdark Mar 4, 2024
74c44ee
oops
cyperdark Mar 6, 2024
74c22da
fix: Remove useless(?) timeout
cyperdark Mar 6, 2024
86eb7ed
feat: Make enabling ingame overlay a little bit better
cyperdark Mar 6, 2024
984c3a4
fix: use boolean for checkGosuConfig
cyperdark Mar 7, 2024
ae1a94a
^$
cyperdark Mar 7, 2024
9a320a0
remove field
cyperdark Mar 7, 2024
5b73058
go back
cyperdark Mar 7, 2024
861e619
fix: wrong variable
cyperdark Mar 7, 2024
49f1ede
fix: unknown bancho statuses
cyperdark Mar 7, 2024
2a6a30f
fix: FIx broken bpm
cyperdark Mar 7, 2024
505c21e
BREAKING CHANGE: v2 `state` & `progressBar` updated
cyperdark Mar 7, 2024
f543aff
fix: Updating keyoverlay until process is dead
cyperdark Mar 7, 2024
4df0c9c
fix: reuse cached beatmap
cyperdark Mar 7, 2024
8623313
fix order
cyperdark Mar 7, 2024
41a54d8
fix: Move detailed errors to debug
cyperdark Mar 7, 2024
99f9dc2
update error messages
cyperdark Mar 8, 2024
06cee1b
fix you
cyperdark Mar 8, 2024
06e0c51
Feat: Add process id and patterns scan progress
cyperdark Mar 8, 2024
4f703f8
fix: More detailed errors
cyperdark Mar 8, 2024
ce1b0be
fix: cache beatmap for editor
cyperdark Mar 8, 2024
b8bbc5a
hide updateBindingState too
cyperdark Mar 8, 2024
cd96e32
cleanup
cyperdark Mar 8, 2024
1fee3da
cleanup
cyperdark Mar 8, 2024
4b6dd42
fix: return reading interface visible from settingsClassAddr
cyperdark Mar 8, 2024
eb5eb5d
reduce error spam
cyperdark Mar 8, 2024
721152e
to private
cyperdark Mar 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
oops
cyperdark committed Mar 8, 2024
commit 74c44eedc7f9444c1e5b44442f0c64c691ec00f4
1 change: 0 additions & 1 deletion packages/tosu/src/entities/BeatmapPpData/index.ts
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ import fs from 'fs';
import { Beatmap as ParsedBeatmap } from 'osu-classes';
import { BeatmapDecoder } from 'osu-parsers';
import path from 'path';
import fs from 'fs';

import { BeatmapStrains } from '@/api/types/v1';
import { DataRepo } from '@/entities/DataRepoList';