Debian Bug report logs -
#602808
torus-trooper: Level display disappears at screen bottom
Reported by: Nicolas Pelletier <nicolas.pelletier3@gmail.com>
Date: Mon, 8 Nov 2010 11:39:01 UTC
Severity: minor
Tags: patch
Found in version torus-trooper/0.22.dfsg1-6
Fixed in version torus-trooper/0.22.dfsg1-9
Done: Peter De Wachter <pdewacht@gmail.com>
Bug is archived. No further changes may be made.
Forwarded to cs8k-cyu@asahi-net.or.jp
Toggle useless messages
Report forwarded
to debian-bugs-dist@lists.debian.org, nicolas.pelletier3@gmail.com, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#602808; Package torus-trooper.
(Mon, 08 Nov 2010 11:39:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Nicolas Pelletier <nicolas.pelletier3@gmail.com>:
New Bug report received and forwarded. Copy sent to nicolas.pelletier3@gmail.com, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Mon, 08 Nov 2010 11:39:04 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: torus-trooper
Version: 0.22.dfsg1-6
Severity: minor
Play torus-trooper in normal mode (windowed, on a 1280x1024 display) until
reaching around level 355. At the title screen, the display for the maximum
level reached in normal mode starts to disappear below the bottom of the
screen.
-- System Information:
Debian Release: squeeze/sid
APT prefers proposed-updates
APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to ja_JP.utf8)
Shell: /bin/sh linked to /bin/bash
Versions of packages torus-trooper depends on:
ii libbulletml0d2 0.0.6-4 C++ library to handle BulletML eas
ii libc6 2.11.2-7 Embedded GNU C Library: Shared lib
ii libgcc1 1:4.4.5-4 GCC support library
ii libgl1-mesa-glx [libgl1 7.7.1-4 A free implementation of the OpenG
ii libglu1-mesa [libglu1] 7.7.1-4 The OpenGL utility library (GLU)
ii libsdl-mixer1.2 1.2.8-6+b1 mixer library for Simple DirectMed
ii libsdl1.2debian 1.2.14-6.1 Simple DirectMedia Layer
ii torus-trooper-data 0.22.dfsg1-6 speeding ship sailing through barr
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
torus-trooper recommends no packages.
torus-trooper suggests no packages.
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#602808; Package torus-trooper.
(Sat, 16 Jun 2012 13:15:18 GMT) (full text, mbox, link).
Acknowledgement sent
to "Thomas Preud'homme" <robotux@celest.fr>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Sat, 16 Jun 2012 13:15:19 GMT) (full text, mbox, link).
Message #10 received at 602808@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
tags 602808 + patch
Here's a patch.
Best regards,
Thomas Preud'homme
[lowest-level-position-602808.debdiff (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]
Added tag(s) patch.
Request was from "Thomas Preud'homme" <robotux@celest.fr>
to control@bugs.debian.org.
(Sat, 16 Jun 2012 13:15:25 GMT) (full text, mbox, link).
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#602808; Package torus-trooper.
(Sun, 17 Jun 2012 19:54:03 GMT) (full text, mbox, link).
Acknowledgement sent
to "Thomas Preud'homme" <robotux@celest.fr>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Sun, 17 Jun 2012 19:54:03 GMT) (full text, mbox, link).
Message #17 received at 602808@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Sorry, this patch should work better
Regards.
[lowest-level-position-602808.debdiff (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#602808; Package torus-trooper.
(Sun, 17 Jun 2012 21:39:03 GMT) (full text, mbox, link).
Acknowledgement sent
to "Thomas Preud'homme" <robotux@celest.fr>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Sun, 17 Jun 2012 21:39:03 GMT) (full text, mbox, link).
Message #22 received at 602808@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Greetings,
I discovered torus-trooper recently and I really loved it. Since I enjoyed it,
I went on Debian bug tracker to see if there was any bug open so that I can
contribute back a bit. I then stumbled accross [1] about the visibility of the
level display in the title screen. Indeed, the position of the level display
is function of the value of the level itself. It seems this was done in order
for the cursor to have a movement when changing the level of a given
difficulty (by hitting the up/down arrows). Unfortunetely, this means when the
score is too big the level is displayed in an area outside of the windew.
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602808
I thus decided to make a patch for this which I attach to this email. The
patch is very simple, it restrict the display to the visible area by
pretending the level is never higher than 180. By this I mean a level greater
than 180 is displayed as if it's 180, without changing the actual level. As a
side effect, when such a situation happen, the cursor will then remain static
when trying to select a level between 180 and the current level.
Anyway, I thought you might consider applying this patch, or maybe rework it.
Best regards,
Thomas Preud'homme
[lowest-level-position-602808.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian Games Team <pkg-games-devel@lists.alioth.debian.org>:
Bug#602808; Package torus-trooper.
(Sun, 17 Jun 2012 21:45:03 GMT) (full text, mbox, link).
Acknowledgement sent
to "Thomas Preud'homme" <robotux@celest.fr>:
Extra info received and forwarded to list. Copy sent to Debian Games Team <pkg-games-devel@lists.alioth.debian.org>.
(Sun, 17 Jun 2012 21:45:03 GMT) (full text, mbox, link).
Message #27 received at 602808@bugs.debian.org (full text, mbox, reply):
[Message part 1 (text/plain, inline)]
Le dimanche 17 juin 2012 23:37:58, Thomas Preud'homme a écrit :
> Greetings,
>
[SNIP]
>
> I thus decided to make a patch for this which I attach to this email. The
> patch is very simple, it restrict the display to the visible area by
> pretending the level is never higher than 180. By this I mean a level
> greater than 180 is displayed as if it's 180, without changing the actual
> level. As a side effect, when such a situation happen, the cursor will
> then remain static when trying to select a level between 180 and the
> current level.
I'm sorry, I made a mistake in the previous email. I attached the wrong patch.
Here is the good one.
Best regards,
Thomas Preud'homme
[lowest-level-position-602808.patch (text/x-patch, attachment)]
[signature.asc (application/pgp-signature, inline)]
Set Bug forwarded-to-address to 'cs8k-cyu@asahi-net.or.jp'.
Request was from Thomas Preud'homme <robotux@celest.fr>
to control@bugs.debian.org.
(Sun, 17 Jun 2012 21:45:05 GMT) (full text, mbox, link).
Added tag(s) pending.
Request was from Peter De Wachter <pdewacht@gmail.com>
to control@bugs.debian.org.
(Sun, 26 May 2013 21:18:47 GMT) (full text, mbox, link).
Reply sent
to Peter De Wachter <pdewacht@gmail.com>:
You have taken responsibility.
(Sun, 30 Jun 2013 19:21:12 GMT) (full text, mbox, link).
Notification sent
to Nicolas Pelletier <nicolas.pelletier3@gmail.com>:
Bug acknowledged by developer.
(Sun, 30 Jun 2013 19:21:12 GMT) (full text, mbox, link).
Message #36 received at 602808-close@bugs.debian.org (full text, mbox, reply):
Source: torus-trooper
Source-Version: 0.22.dfsg1-9
We believe that the bug you reported is fixed in the latest version of
torus-trooper, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 602808@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Peter De Wachter <pdewacht@gmail.com> (supplier of updated torus-trooper package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 30 Jun 2013 13:09:09 +0200
Source: torus-trooper
Binary: torus-trooper torus-trooper-data
Architecture: source i386 all
Version: 0.22.dfsg1-9
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Changed-By: Peter De Wachter <pdewacht@gmail.com>
Description:
torus-trooper - speeding ship sailing through barrage
torus-trooper-data - speeding ship sailing through barrage - game data
Closes: 602808 707272
Changes:
torus-trooper (0.22.dfsg1-9) unstable; urgency=low
.
* Ported to D language version 2 (closes: #707272)
- Dropped the torus-trooper-pure variant
* Added build-depends on libphobos-dev
* Keep level display visible in title screen (closes: #602808)
- Thanks to Thomas Preud'homme
* Switch dh-style minimal rules file
* Mark -data package as Multi-Arch: foreign
* Conforms to standards 3.9.4
Checksums-Sha1:
b6b8f13f901d852486f3b937cd98f7b0fc512dff 1678 torus-trooper_0.22.dfsg1-9.dsc
8490f89e283bdd48c937fd1e685efd780cfc0e96 34925 torus-trooper_0.22.dfsg1-9.debian.tar.gz
cf7de8f044f95675cc75f8a06c316044eed4054f 410896 torus-trooper_0.22.dfsg1-9_i386.deb
8fd9dc9a2d3ef63f0ba0799f18d7b76b5ab37ea6 5660254 torus-trooper-data_0.22.dfsg1-9_all.deb
Checksums-Sha256:
4acd625a359e29e2c76f2cf52d5fc6fa761717cb3ff1aa54a28e8177c591416f 1678 torus-trooper_0.22.dfsg1-9.dsc
ab4c8dec401cb1a437367ceb87d30358c1ce94548095910cee2cf5278b0e1e92 34925 torus-trooper_0.22.dfsg1-9.debian.tar.gz
0413f0c673ec804071de459b510552a72df2453c8453ed182ce08674f4872f00 410896 torus-trooper_0.22.dfsg1-9_i386.deb
d9b4ab0e131ed0a4e82dc3b1eeee42ea55388e3dae4cc2ea1959fd2e7f269ad5 5660254 torus-trooper-data_0.22.dfsg1-9_all.deb
Files:
c5ca8fdd769a59d0411e5d5e401d6d1b 1678 games extra torus-trooper_0.22.dfsg1-9.dsc
1c5c7159935e5b107878a9337b0098c2 34925 games extra torus-trooper_0.22.dfsg1-9.debian.tar.gz
d11ce4662ae01f867f7d5c0681a4f092 410896 games extra torus-trooper_0.22.dfsg1-9_i386.deb
edd0a836034c43ac73052bd72a9d9d97 5660254 games extra torus-trooper-data_0.22.dfsg1-9_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iEYEARECAAYFAlHQSwEACgkQ5ItltUs5T34a2ACfbvnPXG8Io4jkozGuwRgq/zkV
ycQAn2HBnAI+YHczwV1VNHFeaemgrj7l
=cDPq
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 09 Aug 2013 07:25:53 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debian bug tracking system administrator <owner@bugs.debian.org>.
Last modified:
Sun Jul 2 12:48:14 2023;
Machine Name:
bembo
Debian Bug tracking system
Debbugs is free software and licensed under the terms of the GNU
Public License version 2. The current version can be obtained
from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.