summarylogtreecommitdiffstats
path: root/.CHANGELOG
blob: b9debe21c642048d9b2780da9a6902903d1be215 (plain)
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
* commit ab5d50a02aaec5618be81e34051fb3f6b71cb789
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Tue Dec 27 00:02:27 2016 -0500
| 
|     Updating to 0.13.0.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
| 
* commit f0c4cd3795983b57a4a1fb382e6c0d6adcca66c8
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Tue Dec 27 00:02:03 2016 -0500
| 
|     Minor dropdown menu rendering fixes in the song menu.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
| 
* commit 3bc8319ba6c9741151922b7ae3a051faeb310d4e
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 23:14:08 2016 -0500
| 
|     Catch all beatmap parsing exceptions. (yugecin/opsu-dance/@d9669dd)
| 
* commit 69a7c7bdd5e8a4038df9487638d5b1ff00f2a9f8
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 20:25:32 2016 -0500
| 
|     Beatmap parser optimization: cache non-standard maps and skip them.
|     Previously, non-standard (Taiko/CTB/Mania) beatmaps would always get parsed, then discarded after parsing the mode. With this change, all beatmaps get parsed once and cached, then skipped without parsing.
|     
|     With ~1000 standard maps and ~100 non-standard maps, this cuts my total loading time by ~25%.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
| 
* commit 4970f561b4a9c109340c1b1a3f8a61560ccf486a
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 19:14:52 2016 -0500
| 
|     Exclude jnlp from slick2d dependencies.
|     JNLP doesn't ship with openjdk, and we don't use it anyway.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
| 
* commit cab2183a6e38948beae872c5f8f8b7c3b157dadf
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 18:24:19 2016 -0500
| 
|     Handle JSON exceptions in DownloadServer implementations.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
| 
* commit fc7aa9aaa8bb0cf7574b55022ba25cdccdc2f3b2
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 15:58:30 2016 -0500
| 
|     Follow-up to 6373b36: missed a case.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
| 
* commit a7334626420ad566dae1c3e02199dd1ad8376f33
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 15:53:10 2016 -0500
| 
|     Enable fullscreen mode.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
| 
* commit 97425aef198e60ff318c1cee42cf95b9b0a310b4
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 14:37:32 2016 -0500
| 
|     Updated license headers and added missing ones.
| 
* commit 52afe938cef4f2ce54a92864a23643b388d0ffc9
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Mon Dec 26 03:23:22 2016 -0500
| 
|     Use kinetic scrolling in the new options menu.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>