Bug#776262: tecnoballz: Bouncer position restricted in boss levels

2015-03-21 Thread Markus Koschany
Control: tags -1 pending patch

On 21.03.2015 15:49, Bruno Ethvignot wrote:
> Hello Markus,
> 
> On 26.01.2015 16:28, Markus Koschany wrote:
>> On 26.01.2015 02:46, Celelibi wrote:
>>> It looks like in the boss levels the position of the bouncer cannot
>>> reach the side walls allowing the balls to fall without any way to catch
>>> them.
>>> The minimum distance from the bouncer to the wall looks like the size of
>>> the "corner relaunchers" in the normal levels.
>>> This may be on purpose. But in doubt, I sumbit this bug. :)
>>>
>>
>> Hi again,
>> beats me. Bruno, is this an intended feature or a bug?
> 
> This is a bug not a feature. :-)
> 
> This patch fixes Bug #776262.

Hello Bruno,

thank you, I have already applied your patch.

Regards,

Markus








signature.asc
Description: OpenPGP digital signature


Bug#776262: tecnoballz: Bouncer position restricted in boss levels

2015-03-21 Thread Bruno Ethvignot

Hello Markus,

On 26.01.2015 16:28, Markus Koschany wrote:

On 26.01.2015 02:46, Celelibi wrote:

It looks like in the boss levels the position of the bouncer cannot
reach the side walls allowing the balls to fall without any way to catch
them.
The minimum distance from the bouncer to the wall looks like the size of
the "corner relaunchers" in the normal levels.
This may be on purpose. But in doubt, I sumbit this bug. :)



Hi again,
beats me. Bruno, is this an intended feature or a bug?


This is a bug not a feature. :-)

This patch fixes Bug #776262.

Best Regards,
--
Bruno



--- controller_paddles.cc.original	2015-03-21 14:49:59.494501034 +0100
+++ controller_paddles.cc	2015-03-21 14:51:00.764083057 +0100
@@ -57,8 +57,15 @@
   width_maxi = 32 * resolution;
   width_mini = 32 * resolution;
   bottom_y_coord = (232 - 8) * resolution;
-  min_coordinate = 16 * resolution;
-  max_coordinate = 300 * resolution;
+  min_coordinate = 16;
+  if (resolution == 1)
+{
+  max_coordinate = 303; 
+}
+  else 
+{
+  max_coordinate = 622; 
+}
 }
  else
 {


Bug#776262: tecnoballz: Bouncer position restricted in boss levels

2015-01-26 Thread Markus Koschany
On 26.01.2015 02:46, Celelibi wrote:
> Package: tecnoballz
> Version: 0.93.1-2
> Severity: normal
> 
> Hello,
> 
> It looks like in the boss levels the position of the bouncer cannot
> reach the side walls allowing the balls to fall without any way to catch
> them.
> 
> The minimum distance from the bouncer to the wall looks like the size of
> the "corner relaunchers" in the normal levels.
> 
> This may be on purpose. But in doubt, I sumbit this bug. :)
> 
> Best regards,
> Celelibi

Hi again,

beats me. Bruno, is this an intended feature or a bug?

Thanks,

Markus




signature.asc
Description: OpenPGP digital signature


Bug#776262: tecnoballz: Bouncer position restricted in boss levels

2015-01-25 Thread Celelibi
Package: tecnoballz
Version: 0.93.1-2
Severity: normal

Hello,

It looks like in the boss levels the position of the bouncer cannot
reach the side walls allowing the balls to fall without any way to catch
them.

The minimum distance from the bouncer to the wall looks like the size of
the "corner relaunchers" in the normal levels.

This may be on purpose. But in doubt, I sumbit this bug. :)

Best regards,
Celelibi

-- System Information:
Debian Release: 8.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.10.11 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages tecnoballz depends on:
ii  libc62.19-13
ii  libgcc1  1:4.9.1-19
ii  libmikmod3   3.3.7-1
ii  libsdl-image1.2  1.2.12-5+b5
ii  libsdl-mixer1.2  1.2.12-11+b1
ii  libsdl1.2debian  1.2.15-10+b1
ii  libstdc++6   4.9.1-19
ii  libtinyxml2.6.2  2.6.2-2
ii  tecnoballz-data  0.93.1-2

tecnoballz recommends no packages.

tecnoballz suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org