Skip to content

Releases: num0005/Osoyoos-Launcher

9734229711

30 Jun 18:56
81ecf91
Compare
Choose a tag to compare
9734229711 Pre-release
Pre-release
Get started on more logging levels for lightmapping.

9733023286

30 Jun 15:21
49a5918
Compare
Choose a tag to compare
9733023286 Pre-release
Pre-release
[AutoShaders] Fix shader write path.

9688317875

26 Jun 23:54
b59b9c6
Compare
Choose a tag to compare
9688317875 Pre-release
Pre-release
Eliminate all instances of `Path.Combine`.

Use of `Path.Combine` is now banned.

9663807616

25 Jun 13:57
ff30832
Compare
Choose a tag to compare
9663807616 Pre-release
Pre-release
Merge remote-tracking branch 'origin/master'

9663703605

25 Jun 13:50
68e3394
Compare
Choose a tag to compare
9663703605 Pre-release
Pre-release
Merge pull request #57 from Pepper-Man/master

Create dummy bitmap files if none exist, so that "tool bitmaps" only needs to be run once

9663633891

25 Jun 13:45
7017e64
Compare
Choose a tag to compare
9663633891 Pre-release
Pre-release
`IsAnyInEnableListValid` short circuit evaluation.

9655642283

25 Jun 02:49
e619561
Compare
Choose a tag to compare
9655642283 Pre-release
Pre-release
Remove and sort usings.

9655474005

25 Jun 02:30
03b5a62
Compare
Choose a tag to compare
9655474005 Pre-release
Pre-release
Make `ProfiletoVisibility` slightly less bad.

ProfiletoVisibility:
0 = CommunityBuild
1 = mcc
2 = h1
3 = h1|mcc
4 = h2
5 = h2|h2codez
6 = h2|mcc
7 = h2|mcc + h2|h2codez + h3 + hr
8 = mcc
9 = checks if the text doesn't ends with .scenario, use a new binding for this todo
10 = checks if the text does ends with .scenario, use a new binding for this todo
11 = h3 + hr + h4
12 = h2|mcc + h3 + hr + h4
13 = bool to visiblty custom converter, change to BooleanToVisiblity
15 = h3 + hr + h4
16 = h1|mcc + h2|mcc
17 = h2|h2codez + h3
18 = h3|odst
19 = h1 + h2 + h3 + h4
20 = h3 + h2|mcc + h1|mcc
21 = hr
22 = h4
23 = h2 + h3 + hr
24 = hr + h4
25 = h3
26 = h3 + hr

9655172859

25 Jun 01:56
bdb9b19
Compare
Choose a tag to compare
9655172859 Pre-release
Pre-release
Make `ToolkitToSpaceConverter` more flexible.

9654929989

25 Jun 01:29
ac49961
Compare
Choose a tag to compare
9654929989 Pre-release
Pre-release
[UI] Make `ToolkitToSpaceConverter` more flexible.

The old implementation is next to impossible to understand when looking at XAML.

ToolkitToSpaceConverter:

0 = (h1|mcc + h2|h2codez, 8, 0)
1 = (h1|mcc, 8, 0)
2 = (h2|h2codez, 8, 0)
3 = (mcc, 8, 0)
4 = (h2codez + mcc, 8, 0)
5 = (h1 + h2, 8, 0)
6 = (h2|mcc + h3, 8, 0)
7 = (h2|mcc, 8, 0)
8 = value cast to bool, use a new binding for this todo
9 = (h2|mcc, star, auto)
10 = (h1|mcc, star, auto)
11 = (h2|mcc + h3 + hr + h4, star, auto)
12 = (h2|mcc + h2|h2codez + h3 + hr, star, auto)
13 = (h3, star, auto)
14 = (mcc, star, auto)
15 = (h3 + hr + h4, star, auto)
16 = (h1|mcc + h2|mcc + h3, star, auto)
17 = (h3, star, auto)
18 = (h3, star, auto)
19 = (h1, star, auto)
20 = (h2 + h3 + hr, star, auto)
21 = (h4, star, auto)
22 = (hr + h4, star, auto)
23 = (h3 + hr, 8, 0)