Slashdot Mirror


User: MichaelKVance

MichaelKVance's activity in the archive.

Stories
0
Comments
81
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 81

  1. Re:A first look on OpenAL Audio Library Released · · Score: 2

    Actually, that file is out of date, and you'll notice not on the web page :). I'm going to be updating it today.

    The material/geometry stuff is not in the spec right now, because we're still discussing the issue of a canonical filter representation for surfaces, etc.

    Feel free to mail me any specific questions (briareos@lokigames.com).

    m.

  2. Re:Treacle on X-Files FPS Episode · · Score: 1

    > Um, didn't Gibson write the screenplay to
    > Johnny Mnemonic?

    Right, except that I thought the deal was that it was butchered by some people associated with the project to the point where Gibson's original writing wasn't really represented by the final screenplay.

    Like one would hope happenned last night...

    m.
    Programmer, Loki Software

  3. Treacle on X-Files FPS Episode · · Score: 1

    Complete trash. The only hope is that Gibson *had* written an excellent story and it was torn apart by the show's writers. Shades of 'Johnny Mnemonic'.

    They couldn't just pull the power cord? "We need to download her from the game!" What?

    m.
    Programmer, Loki Software

  4. Re:Phew! on Interview: Dr. Leon Lederman Answers · · Score: 1

    That's really odd. I caught a snippet of 60 minutes this weekend (the segment on Yeltsin) and was horrified by the shoddy opinion piece they passed off as reportage.

    For that matter, I don't think I've ever found a television news program on any of the big networks that gave me a sense of rigorous journalism. And while /. certainly doesn't, either, it feels much less edited and forced, closer to a true presentation of an interview or the facts of a situation.

    Etc....

    m.
    Programmer, Loki Entertainment

  5. Re:SuSE 6.3 not included on Q3A for Linux Hitting Stores Today · · Score: 2

    Unfortunately, SuSE couldn't get us disks in time for the initial pressing. I believe the first 3000 copies went out without SuSE 6.3 CDs.

    m.
    Programmer, Loki

  6. Re:Got Mine today from my local EB on Q3A for Linux Hitting Stores Today · · Score: 1

    cd /usr/local/games/quake3
    ./quake3 or ./quake.bin

    Or wherever you installed Quake3. I think this is a stupid bugaboo in an installed script (~ got expanded to /root/ somehow). I believe it was fixed in a later pressing.

    m.
    Programmer, Loki

  7. Re:Shipping Info on Loki to Distribute Quake III Arena · · Score: 1

    63.80.144.66

    is the IP of the web server. I don't know why you can't view it, though. The DNS changed about 4 weeks ago, so it should have propagated. You can email info@lokigames.com to get in touch with someone who can take your order over email.

    m.
    Programmer, Loki Entertainment

  8. Re:Shipping Info on Loki to Distribute Quake III Arena · · Score: 1

    I just asked Scott (CEO) about this. He says that we're shipping just the CD to you, but that we are printing the CD key on a label that is affixed to the CD mailer. In order to avoid sending you a mixed CD key on the jewel case/packaging/whatever we'll set aside the boxes for pre-orders and then handle them specially.

    Hope this answers your question.

    m.
    Programmer, Loki Entertainment

  9. Re:Wow on Loki to Distribute Quake III Arena · · Score: 1

    Have you recompiled Mesa for you Voodoo2? Have you done a:

    export MESA_GLX_FX="fullscreen" to enable hardware acceleration after you build the 3Dfx Mesa?

    Etc.,

    m.

  10. Shipping Info on Loki to Distribute Quake III Arena · · Score: 5

    The game will be in *stores* on the 27th, but we're shipping CDs as soon as we possibly can, by 2nd day Fed-Ex. You'll get your box later. See

    http://quake3.lokigames.com/ship.html

    m.
    Programmer, Loki Entertainment

  11. Re:Demo! Demo! Demo! We want the Demo! on Review: Railroad Tycoon II Gold for Linux · · Score: 3

    ftp://ftp.lokigames.com/pub/demos/rt2/

    I don't know if we ever announced this... but the tarball should work.

    m. vance
    programmer, loki

  12. Re:Missing the focus... on Games Drive Wider Linux Adoption · · Score: 2

    We (co-)developed a new video format based on motion JPEG compression. It's got a bunch of tradeoffs plus/minus associated with MPEG video, the most important plus being no patent issues. More about MJPEG on our webpage.

    m.
    --
    Programmer, Loki Entertainment Software

  13. Re:Same strategy? on Writing Apps for GNOME *and* KDE? · · Score: 1

    Obviously they're both event driven systems (hey, they're GUI apps), but two issues come to mind immediately:

    1) Qt is C++-based, Gtk+ is of course a C-based toolkit. Consequently, unless you do some spiffy stuff with opaque data structures, you'll have to expose C++ in the headers of your cross UI toolkit.
    2) Gtk+ is *completely* callback driven--there are no blocking calls for UI stuff--this boggles the minds of people who want to do MessagBox() style calls. If Qt has blocking calls like that, you'll have to hack fun stuff like GnomeDialog blocking calls into your UI toolkit for Gtk.

    Also worth mentioning is UI bindings... does Qt have anything other than C++ support? With Gtk+, you get Ada, Perl, Python, etc..., so I assume this would be a C++ only toolkit.

    Etc., I'm rambling at this point...

  14. Re:Q3 on TNT? on Brian Paul to join Precision Insight · · Score: 1

    I talked to Frank and he said that q3a was peaking at around 100+ fps with steady rendering rates in the high 40s. Sounds nice ;).

  15. Re:Q3 on TNT? on Brian Paul to join Precision Insight · · Score: 1

    They're waiting for the DRI. Nobody going through a wire protocol encode/decode is going to be very fast until it hits (my Voodoo 3k chunks on my dual P3/450 occasionally :( ).

  16. Re:I wonder what his handle was.... on I Was a Teenage Hacker · · Score: 1

    I'm from the ABE area, too (though now I'm in California, of course) and I was really amused to see he went to Dieruff. I used to live on Market St. in Bethlehem...

    I was a huge BBSer, but after his time. Went by JohnGalt (yes, my Ayn Rand phase) at the time, and ran a BBS, Ragnarok, back then. I still know some people from teh BBS scene.

    0-7 day, baby! ;)

    m.

  17. Re:Non-trivial? on Loki Games for PPC · · Score: 2

    This isn't really true. With newer 3D games, yes, you have a very few routines written in assembly, specifically for vector routines (ie, you want fast matrix inversions or something), but for 2D games and most recent 3D games, almost everything is written in C/C++.

    PPC issues are usually pretty typical: insidious endian issues affecting network gameplay, kernel/driver issues for LinuxPPC, etc.

    M. Vance
    Programmer
    Loki Entertainment

  18. Re:3D hardware required? on Myth 2: Soulblighter Review · · Score: 2

    Yes, it does software rendering through SDL.

    Michael Vance
    Programmer
    Loki Entertainment

  19. Re:Games... on Myth 2: Soulblighter Review · · Score: 1

    This isn't true, insofar as you assert that there is full 3D acceleration for these drivers. The NVidia drivers are very limited feature and performance wise (ie, the z-buffer depth is fixed, and Q3:A performance is terrible, etc.), and the G400 driver is just coming into its own.

    Glide, however, has mature support on Linux thanks to Daryll Strauss, and a very nice OpenGL/Mesa driver thanks to David Bucciarelli.

  20. Re:Fear and Loathing on Myth 2: Soulblighter Review · · Score: 1

    Yes, Fear and Loathing will be ported. They both use Gtk+ for their user interface, and Loathing uses the game engine itself for the level rendering.

    Michael Vance
    Programmer
    Loki Entertainment

  21. Re:Written in Java? on Browser news · · Score: 1

    I'm a big Java fan myself, but if it *is* written in Java, why are there different platform downloads (and esp. not one for *nix)?

    Blech.

    m.

  22. For anyone who wants the right URL on Loki Entertainment at LinuxToday · · Score: 2

    It's http://www.gamecellar.com . The article has it botched.

    M. Vance
    Loki Entertainment

  23. MWPL looks great! on Metroworks release Cross Platform Game Framework · · Score: 2

    Amen. This license explosion has gotten pretty old. As if GPL is the only alternative to writing your own license for software.

    If it's so close to Mozilla (as they put it), why don't the use the Mozilla license?

    MetroWerks is already on the thin line for announcing support for "Red Hat Linux" for their next-gen compilers.

  24. Alternatives on Metroworks release Cross Platform Game Framework · · Score: 3

    SDL is a GPLed cross platform development library, developed by Sam Lantinga @ Loki.

    http://www.devolution.com/~slouken/SDL/

    It runs on Linux, Windows, Solaris, and BeOS, with Mac support in the works.

    m.

  25. Agreed on RMS Immature, Slashdot and Community Arrogant? · · Score: 1

    I found little interesting or newsworthy in either of these links. Surprise! Someone thinks RMS is a little kooky. Surprise! Many people getting involved in a rapidly mainstreaming technology can be arrogant and childish!

    What we need are better ways to transform that arrogance into something that is less combative and more helpful. Obviously these people have time and energy, let's use that to continue the "revolution".