summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucki2015-09-22 15:06:53 +0200
committerLucki2015-09-22 15:06:53 +0200
commite3d5ee00dc514e3abe16f324986fd35dd89aabae (patch)
tree202ab5e6990c375e3ec92aab3391fadd7f1cd0cf
parent6d5a414875abcd1664cb6a2f33bea7c1526685c3 (diff)
downloadaur-e3d5ee00dc514e3abe16f324986fd35dd89aabae.tar.gz
Update to 0.12.0
-rw-r--r--.CHANGELOG105
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
3 files changed, 51 insertions, 62 deletions
diff --git a/.CHANGELOG b/.CHANGELOG
index 6ae2b0379799..e632b6bc9034 100644
--- a/.CHANGELOG
+++ b/.CHANGELOG
@@ -1,92 +1,81 @@
-* commit d360b73bf5ab9ac13576cbff9c36d6b95cc500db
+* commit ab817172e40e7c69155f43e9194ea27823cb7613
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Wed Sep 2 01:47:15 2015 -0500
+| Date: Tue Sep 22 02:38:18 2015 -0400
|
-| Specify whether Curve uses scaled or unscaled coordinates.
-| Unscaled coordinates will be used in a future commit (hopefully).
-|
-| Added a normalize() method to Vec2f.
-|
-| Throw RuntimeExceptions for any Curve initialization errors; the game would crash anyway, and this way the objects can be substituted for DummyObjects for a graceful failure.
-|
-| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
-|
-* commit 6c956e927f8fa2b704914c70bae858f103542f97
-| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Wed Sep 2 01:41:47 2015 -0500
-|
-| Beatmap parser fixes.
-| - Fixed hit object 'addition' field parsing. (Still not sure what the fields do, but the types should be correct now...)
-| - Fixed a careless error causing a potential null pointer exception. (blame: 0b33fed)
-| - Show an error if parseHitObjects() parses a different amount of objects than expected.
-|
-| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
-|
-* commit fdd70a81c4ce50a8ebeb1edc4ef2d7f64d457ea8
-| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Tue Sep 1 21:57:37 2015 -0500
-|
-| Removed leftover/unused 'color' parameter in Curve constructor.
+| Updating to 0.12.0.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit e3d8a11c39a91d926f9a4e13b1f5c150555d5480
+* commit 4acd3cda02f1ed8b62acebcf1912bec9cf5c092b
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Tue Sep 1 16:12:41 2015 -0500
+| Date: Sun Sep 20 11:38:46 2015 -0400
|
-| Updating to 0.11.0.
+| Check mouse button before firing events for kinetic scrolling.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit df3e662865532b6607713cfc83cc9a2a428e6da9
+* commit c69f34adc3f5a44239abea7b82de5d27ccc78a15
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Mon Aug 31 22:54:35 2015 -0500
+| Date: Sat Sep 19 15:30:41 2015 -0400
|
-| Marked a couple more members as 'final'. (continuation of 441bb95)
+| Don't show decimal points for CS/HP/AR/OD values unless needed.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit 769ad963e7aa636875c9ad673cb14c222a6ffb54
+* commit 5634a673bbef2846f0e94a8a1b76df9d7a5f39fa
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Mon Aug 31 22:25:28 2015 -0500
+| Date: Sat Sep 19 13:04:53 2015 -0400
|
-| Moved OszUnpacker into package 'opsu.beatmap'.
+| Fix hovering bug with < max nodes in kinetic scrolling.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
+|
+* commit 84ce2d153161f85158d91b1d4f5f9ecb49f51a8f
+|\ Merge: c58c128 b843beb
+| | Author: Jeffrey Han <itdelatrisu@users.noreply.github.com>
+| | Date: Sat Sep 19 12:32:44 2015 -0400
+| |
+| | Merge pull request #136 from fluddokt/KinecticScrolling
+| |
+| | KineticScrolling Minor fixes
+| |
+| * commit b843beb3c0d14542db892c32e19401076dee07c9
+|/ Author: fd <fd@b>
+| Date: Sat Sep 19 12:11:07 2015 -0400
+|
+| KineticScrolling Minor fixes
+| for selection in large BeatmapSets
|
-* commit c70fcb296f4524211df0bba58d60f7960be09c4d
+* commit c58c128ec8521f36d2417dc7ab2d6440551c56cc
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Mon Aug 31 17:54:32 2015 -0500
+| Date: Fri Sep 18 19:20:18 2015 -0400
|
-| Add git hash (from refs/remotes/origin/master) to error reports.
+| Minor Javadoc additions/edits.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit e535a8884081a780ff704aa5ae0d90f5392c3421
+* commit eb331360b9ceda0d76f36d8b25b0ed9a067178f5
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sun Aug 30 23:21:58 2015 -0500
+| Date: Fri Sep 18 18:49:01 2015 -0400
|
-| Stop firing BeatmapWatchService events for intended file modifications.
-| Specifically, during OSZ unpacking and for file deletion through the song menu. Triggering the beatmap reload event in these scenarios would be redundant.
+| Added scrolling animation to "random" song selection.
+| Involves temporarily changing the kinetic scrolling speed, so it's a little messy...
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
|
-* commit aed5163a832c6bdd237f65009e560d5c3dbff16d
+* commit 14496050ead706487a79e82d8a535a5fb3764124
| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sun Aug 30 23:18:46 2015 -0500
+| Date: Fri Sep 18 16:02:19 2015 -0400
|
-| Check completed download size against Content-Length header.
-| If the number of bytes received is less than the reported content length (e.g. a network timeout), mark the download with the "error" status instead of "complete". Content-Length should be reliable if reported at all, so this should be a valid approach.
-|
-| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
-|
-* commit bd8e35cb81e5fefaabf586d4193c386de9648e6e
-| Author: Jeffrey Han <itdelatrisu@gmail.com>
-| Date: Sun Aug 30 22:20:52 2015 -0500
-|
-| Added MengSky download server.
-| URL: http://osu.mengsky.net/
-|
-| Also parsing raw HTML for this one because there's no API.
+| Minor style changes from #134.
|
| Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
+|
+* commit daf3a2aad35014fd5a2cca3c8464bdbf7b69a488
+|\ Merge: fc27722 131138e
+| | Author: Jeffrey Han <itdelatrisu@users.noreply.github.com>
+| | Date: Fri Sep 18 15:27:54 2015 -0400
+| |
+| | Merge pull request #134 from Bigpet/snakeslider
+| |
+| | Snaking sliders implementation.
diff --git a/.SRCINFO b/.SRCINFO
index b1dbf72567a7..68660f04ed9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opsu-git
pkgdesc = An open source osu!-client written in Java.
- pkgver = 0.11.0.r3.gd360b73
+ pkgver = 0.12.0.r0.gab81717
pkgrel = 1
url = https://itdelatrisu.github.io/opsu/
changelog = .CHANGELOG
diff --git a/PKGBUILD b/PKGBUILD
index 248ffb09a67c..023a8ced3b8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor in comments: Misc <https://aur.archlinux.org/account/misc/>
# Maintainer: Lucki <Lucki at holarse-linuxgaming dot de>
+# Contributor in comments: Misc <https://aur.archlinux.org/account/misc/>
pkgname=opsu-git
-pkgver=0.11.0.r3.gd360b73
+pkgver=0.12.0.r0.gab81717
pkgrel=1
pkgdesc="An open source osu!-client written in Java."
arch=('any')
@@ -27,7 +27,7 @@ pkgver()
prepare()
{
# generate .desktop-file
- gendesk -n -f --pkgname ${pkgname} --pkgdesc "$pkgdesc" --name "opsu!-git" --exec "${pkgname}" --categories "Game"
+ gendesk -n -f --pkgname "${pkgname}" --pkgdesc "$pkgdesc" --name "opsu!-git" --exec "${pkgname}" --categories "Game"
# update .CHANGELOG
git -C "${srcdir}/${pkgname}" log --graph -10 > "${startdir}/.CHANGELOG"