summarylogtreecommitdiffstats
path: root/.CHANGELOG
blob: 3974aecd226ca245454e842dd6c232e1f51b142f (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
80
81
82
83
84
85
86
87
88
* commit 31d0c237dffee5aa586fdda49a08e2e75d03a8d2
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Sun Aug 30 14:31:01 2015 -0500
| 
|     Create Natives dir in XDG_CACHE_HOME, not the working dir. (fixes #129)
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|  
* commit 9fc00fc3c383ec23842dc76869033da4af041fc2
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Sat Aug 29 09:51:10 2015 -0500
| 
|     Follow-up to #128: add XDG info to readme, rename the Maven property.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|    
*   commit 331865c437b72d819455605cbfd381abc7af5755
|\  Merge: c283975 fad4435
| | Author: Jeffrey Han <itdelatrisu@users.noreply.github.com>
| | Date:   Sat Aug 29 09:28:28 2015 -0500
| | 
| |     Merge pull request #128 from Lucki/patch-1
| |     
| |     Make the XDG-option available from command line with Gradle
| |   
| * commit fad44356e621c3f5d5a3b9b8b1b60a22f4eec7c3
|/  Author: Lucki <Lucki@users.noreply.github.com>
|   Date:   Sat Aug 29 13:05:24 2015 +0200
|   
|       Make the XDG-option available from command line
|       
|       I've found no way to access it without this workaround: https://discuss.gradle.org/t/can-i-override-the-group-property-from-the-command-line/5294
|       It's now possible to build with `gradle jar -PXDG=true`.
|  
* commit c2839759b3e3bf300f7f3ff9ada017e8a4cb6462
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Sat Aug 29 00:46:39 2015 -0500
| 
|     Follow-up to 2d83c3a: forgot to include a description of .opsu.log.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|  
* commit 2d83c3a3485bb6dfdc936d9767076f0c95e40e4f
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Sat Aug 29 00:32:08 2015 -0500
| 
|     Added "Directory Structure" section to the readme, with other changes.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|  
* commit 6d284cdd80a8bb1a4b57679e9c1a001527d9fc3f
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Fri Aug 28 21:29:21 2015 -0500
| 
|     Organize imports.
|     Some of these got re-ordered when I updated Eclipse -- resetting to the original sort order.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|  
* commit 34c7942f4bd3e70a80890e4b3d1176939ddfbd8f
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Fri Aug 28 21:12:47 2015 -0500
| 
|     Fixed "Hidden" mod timing issues. (fixes #121)
|     This introduces more accurate timing formulas associated with the "Hidden" mod (previously, in #115, these values were hardcoded).  The values seem somewhat close to the values in osu!, but were not extensively tested.
|     
|     Also set an upper bound on the fade in time for hit objects proportional to the approach time, or else the timing values in the "Hidden" mod would be too inconsistent.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|  
* commit c4f54ecc0594cb867d24dde4386d768133b3ff1d
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Fri Aug 28 19:41:02 2015 -0500
| 
|     Hitting the "f" key during a replay changes the playback speed.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|  
* commit f773a8ecf8a2b02c444b9326972047124b07e892
| Author: Jeffrey Han <itdelatrisu@gmail.com>
| Date:   Fri Aug 28 11:07:03 2015 -0500
| 
|     Remove jinput dependency since controllers aren't used.
|     jinput natives are no longer loaded or packaged in the jar.
|     
|     Excluded the lwjgl dependency within the slick2d package since it depends on an older version (2.9.1) of lwjgl.
|     
|     Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>