From: "Arttu V." <arttuv69@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] danger-deep
Date: Thu, 27 May 2010 14:18:23 +0300 [thread overview]
Message-ID: <AANLkTikoH4Mukb2w5XywRalhCoL4bSeDU_QQPyaonmr9@mail.gmail.com> (raw)
In-Reply-To: <1274921410.5721.5.camel@localhost>
On 5/27/10, Iain Buchanan <iaindb@netspace.net.au> wrote:
> On Wed, 2010-05-26 at 17:45 +0000, James wrote:
>> Folks,
>>
>> I just had to share this.....
>>
>> So I read the Linux journal, mostly to do my
>> part to keep publications about Linux alive.
>> Occationally they write about something cool,
>> though rarely related to Gentoo....
>
> FTA:
> The Web site provides a lovely binary installer that feels much
> like that of a commercial game. You can compile the game from
> source if you want, but would you really do that when you can
> simply click Next, Next, Next?
> *sigh*
>
>> So I read about a very cool submarine game today
>> on LJ:
>> http://www.linuxjournal.com/content/danger-deep
>>
>> Only to discover it's already in portage.
>> KUDOS to the Gentoo game devs for being
>> on top of this one........
>
> Doesn't run here. Something to do with getting the available
> resolutions:
>
> SDL_Rect** modes = SDL_ListModes(NULL, SDL_FULLSCREEN|SDL_HWSURFACE);
>
> must be returning nothing, because later when it tests the resolution it
> wants to use against the resolutions available:
>
> for (list<vector2i>::const_iterator it = available_resolutions.begin(); it
> != available_resolutions.end(); ++it) {
> if (*it == vector2i(res_x_, res_y_)) {
> ok = true;
> break;
> }
> }
> if (!ok)
> throw invalid_argument("invalid resolution requested!");
>
> I get the exception. No matter what res I specify on the command
> line :(
>
> $ dangerdeep
> Caught exception: invalid resolution requested!
>
> Anyone know about SDL?
I really don't, but I'm just wondering if you are looking at the 0.3.0
source tarball code or their svn trunk? system.cpp is quite different
in the trunk, including changes which probably should add support for
"less common" screen sizes and modes.
--
Arttu V.
next prev parent reply other threads:[~2010-05-27 11:19 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-26 17:45 [gentoo-user] Lov'n Gentoo James
2010-05-26 23:23 ` Peter Humphrey
2010-05-27 0:50 ` [gentoo-user] danger-deep Iain Buchanan
2010-05-27 11:18 ` Arttu V. [this message]
2010-05-28 0:56 ` Iain Buchanan
2010-05-27 13:38 ` [gentoo-user] danger-deep Grant Edwards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AANLkTikoH4Mukb2w5XywRalhCoL4bSeDU_QQPyaonmr9@mail.gmail.com \
--to=arttuv69@gmail.com \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox