[Hopefully you're accepting bug reports, this seems to
be the first one...ever]
I've noticed there seems to be an imaginary line that
my mouse pointer can't cross over without being
instantly placed back at the left edge of the missle
window.
The line is about 3/4 of the way across, going towards
the right edge of the missle window.
I'm using fully updated RHL 7.2 on a Dell Latitude CPx
with an external Logitech Intellimouse. I'm using the
MS Intellimouse mouse driver standard in 7.2, along
with imwheel-0.9.6-9.
Other info:
missile-0.99.7-1
SDL-1.2.2-3
SDL_image-1.2.0-3
Using version 1.2 of the SDL packages introduce a
dependancy problem that required me to link:
/usr/lib/libSDL-1.0.so.0 -> libSDL-1.2.so.0.0.2
/usr/lib/libSDL_image-1.0.so.0 -> libSDL_image-1.2.so.0.0.0
Perhaps this is the root cause, I'm not sure.
Logged In: YES
user_id=6445
Boy, I haven't touched this project for a while... sorry for
the very slow reply.
That is a curious problem.
As a first stab, try downloadng the .src.rpm
You can then build a binary linked to the libraries you have
with:
rpm --rebuild missile-0.99.7-1.src.rpm
It'll put the created rpm in /usr/src/RedHat/RPMS/i386 (I
think, I'm doing this from memory =), which you can then
install.
I know the game compiles against the newer versions of SDL
(1.2.4) fine, so that may fix the problem.