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

Update Picturator with sliderball control #188

Merged
merged 31 commits into from
Jan 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
4d6e3b8
Add Picturator
jkeegan2 Nov 13, 2022
9f56a35
fix alpha and lighten amount to match osu! calculations
JPK314 Nov 13, 2022
ff5a960
fix crash when current beatmap doesnt exist
OliBomby Nov 13, 2022
2102526
cleaned up code
OliBomby Nov 13, 2022
8ec2413
removed CommandHandler bloat
OliBomby Nov 13, 2022
dd13e77
renamed VM to Vm
OliBomby Nov 13, 2022
c28b6a9
moved SetFile
OliBomby Nov 13, 2022
6848fba
add more JsonIgnore to fix config
OliBomby Nov 13, 2022
152225e
update description
OliBomby Nov 13, 2022
ffa0d9d
added converters to fields
OliBomby Nov 13, 2022
13cdd23
dont use memory beatmap path by default
OliBomby Nov 13, 2022
1205c8b
cleanup code
OliBomby Nov 13, 2022
2d9d7b5
change auto save path to all lowercase
OliBomby Nov 13, 2022
86f598b
fix blurry upscale
OliBomby Nov 13, 2022
2f1eb2f
fix UI margins
OliBomby Nov 13, 2022
0a728a2
Add opacity, fix gameplay distortion, fix transparent black use
JPK314 Nov 14, 2022
70f4bc8
Remove unused SNAPTOL
khang06 Nov 15, 2022
d5d0655
Big bitmap performance boost
khang06 Nov 15, 2022
ba6ae3a
Merge pull request #4 from khang06/master
JPK314 Nov 15, 2022
3aebfe1
Merge pull request #184 from OliBomby/dev
OliBomby Nov 16, 2022
ef5790d
merge from upstream
JPK314 Nov 18, 2022
af51d20
Add segment count, quality slider, preview fix
JPK314 Nov 18, 2022
432f772
Add sliderball control
JPK314 Dec 12, 2022
7510370
Add button to remove an imported slider
JPK314 Dec 15, 2022
43b9f02
Clean up SliderPicturator.cs
OliBomby Jan 4, 2023
18f2f00
Clean up SliderPicturatorView.xaml.cs
OliBomby Jan 4, 2023
2943a96
Fix rare issue with travel not being repeated correctly
JPK314 Jan 4, 2023
15b6dfd
merge
JPK314 Jan 4, 2023
6c0c398
improved UI
OliBomby Jan 4, 2023
4be79cd
Merge branch 'master' of https://github.com/JPK314/Mapping_Tools into…
OliBomby Jan 4, 2023
88f7f81
cleanup
OliBomby Jan 4, 2023
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
2 changes: 2 additions & 0 deletions Mapping_Tools.sln.DotSettings
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,14 @@
<s:Boolean x:Key="/Default/UserDictionary/Words/=Kiai/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Letterboxing/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Newgen/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Picturator/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Reconstructor/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=sampleset/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=sidedness/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=sliderated/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=Sliderator/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=sliderends/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=sliderpicturatorproject/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=taiko/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=_0020Sliderato/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/UserDictionary/Words/=_0020_0020_0020_0020_0020_0020_0020_0020_0020/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>
Loading