-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
66 lines (41 loc) · 1.77 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---------- CHANGELOG VERSION 2.0.15 ----------
- Emergency hotfix
---------- CHANGELOG VERSION 2.0.14 ----------
- Lots of bugfixes
---------- CHANGELOG VERSION 2.0.13 ----------
- Fix TextureHandle download/uploads deadlocking
- Minor other bugfixes
---------- CHANGELOG VERSION 2.0.12 ----------
- Fix TextureHandle.GetData edge cases, resulting in error textures
- Fix TextureHandle.CachePinHandle force disposal not being registered
---------- CHANGELOG VERSION 2.0.11 ----------
- Fix duplicate hooks when shutting down (can cause a crash)
---------- CHANGELOG VERSION 2.0.10 ----------
- Add TextureData debug access checks
- Remove IEnumerable.Prepend call (fixes a crash on some Windows machines)
---------- CHANGELOG VERSION 2.0.9 ----------
- Fix deadlock when disposing texture CachePinHandles
---------- CHANGELOG VERSION 2.0.8 ----------
- Clean up player animation metadata handling
---------- CHANGELOG VERSION 2.0.7 ----------
- Fix a desync of the FW TAS because of missing CarryYOffset scaling
---------- CHANGELOG VERSION 2.0.6 ----------
- Fix crash on exit because of TextureData leak logging
- Fix zero frame animation crashes
- Fix OOM exception detection
- Remove VirtualTexture unload / reload hooks
---------- CHANGELOG VERSION 2.0.5 ----------
- Fix demo map stil showing in the chapter select
- Fix crash when SpriteBank sprite creation fails
- Small tweaks to OOM behaviour
---------- CHANGELOG VERSION 2.0.3 ----------
- Fix crashes because of uninitialized disposable pool
- Fix custom booster particles
---------- CHANGELOG VERSION 2.0.2 ----------
- Add IPlayerSpriteAnimation
- Small fixes and cleanup
---------- CHANGELOG VERSION 2.0.1 ----------
- Add ScaledMTextures
- Small bugfixes
---------- CHANGELOG VERSION 2.0 ----------
- Base v2.0 release