Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28466 - WolfGL misses sprite rotation support and has a wrong sample rate for the audio
Summary: WolfGL misses sprite rotation support and has a wrong sample rate for the audio
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-11 12:11 UTC by Tony Vroon (RETIRED)
Modified: 2003-09-11 23:43 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
New ebuild file (wolfgl-0.93-r1.ebuild,1.38 KB, text/plain)
2003-09-11 12:11 UTC, Tony Vroon (RETIRED)
Details
Implicit declarions patch. (compile-warning-fixes.patch,5.44 KB, patch)
2003-09-11 12:12 UTC, Tony Vroon (RETIRED)
Details | Diff
Sample rate fix. (samplerate.patch,345 bytes, patch)
2003-09-11 12:12 UTC, Tony Vroon (RETIRED)
Details | Diff
Sprite rotation patch (from SF project page). (sprites.patch,2.27 KB, patch)
2003-09-11 12:13 UTC, Tony Vroon (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Vroon (RETIRED) gentoo-dev 2003-09-11 12:11:17 UTC
(Upstream seems abandoned, only filing a bug here).

WolfGL has it's sprite rotation code commented out, and therefore you see
soldiers "moonwalking" away from you, instead of properly seeing them walking
with their back towards you.
A patch for that problem has been posted on it's SF project page, but it failed
to apply to the Gentoo-specific sources, redid that.

The sound samplerate was guessed (upstream) at 11025hz. I've played the
original, the sound pitch is too high. Turned out this had to be 8000hz, patch
for that.

Furthermore, the compile spawned a lot of warnings about implicit declarations.
Patched. Besides that, there are warning messages about casts that I can't fix,
but the game runs, so I left it at that.

Included with this bug are a new ebuild file and the necessary three patch
files. (Please bump, added functionality)
Comment 1 Tony Vroon (RETIRED) gentoo-dev 2003-09-11 12:11:44 UTC
Created attachment 17518 [details]
New ebuild file
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2003-09-11 12:12:18 UTC
Created attachment 17519 [details, diff]
Implicit declarions patch.
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2003-09-11 12:12:47 UTC
Created attachment 17520 [details, diff]
Sample rate fix.
Comment 4 Tony Vroon (RETIRED) gentoo-dev 2003-09-11 12:13:21 UTC
Created attachment 17521 [details, diff]
Sprite rotation patch (from SF project page).
Comment 5 SpanKY gentoo-dev 2003-09-11 23:43:15 UTC
added to cvs as 0.93-r1, must say that you pwn ;)