Search results

  1. Gerix

    Need help making GUIs

    This is something I've wanted to get into, but my project hasn't been mature enough to build an editor. It sounds like you'd have to make a custom widget for that behavior. Based on the screenshots I've looked at for Might and Magic 5, it looks like the map would be two dimensional? It seems...
  2. Gerix

    Need help making GUIs

    I'm not sure how much experience you have with GUIs. But if something needs to change, at least you only need to change the interface. I'll post some quick resources. You can check out the Qt Widget Gallery. It should lay out what some of the common widgets do. The Main Window. class page...
  3. Gerix

    man pages

    You could always try locate man I thought the man pages were going to be bundled somehow, but I haven't payed much attention since I haven't received my unit yet.
  4. Gerix

    How to play a whole game franchise on your Pandora

    When I played Shining Wisdom, it felt like I was playing Legend of Zelda. But it had unique gameplay elements with the orbs and stuff, so kudos to that.
  5. Gerix

    How to play a whole game franchise on your Pandora

    I thought it would go without saying that we could only include entries up to PSX/N64. We'll consider it said now. ;) [/SPOILER] Sorry. I read the thread title and thought maybe you hadn't heard of them. After posting, I realized how ridiculous that sounded. I'll edit it when I find...
  6. Gerix

    How to play a whole game franchise on your Pandora

    Edit: Space reserved for something relevant. Original post
  7. Gerix

    New High Priority Project: PowerVR drivers

    Wow, I guess I didn't realize that the Pandora's chipset is in the same series as my netbook's.
  8. Gerix

    Need help making GUIs

    Qt has the graphical designer, but frankly, I configure everything in the source file. I used to use Visual Basic, but all of the behind-the-scenes stuff started to get to me. I'm sure that stuff can be changed if you know what you're doing, but the way I learned it was "drag and drop, double...
  9. Gerix

    New High Priority Project: PowerVR drivers

    This should help the whole GMA 500 issue, right? Not a Pandora problem, but still relevant to my interests.
  10. Gerix

    Gauging interest in chess among the Na'vi

    My dad worked on the student newspaper when he was in college. He used to play chess against the editor. My dad would be sitting at the board and the editor would be working on something else, calling out his moves. My dad said the editor still beat him regularly. Anyway, I don't see the...
  11. Gerix

    The What Music Are You Listening To Thread

    That's easily my favorite track from that soundtrack. I like to swing by the newgrounds audio portal every now and then. This made the best of the week panel: Rig - Demo Reel 2011. I've been listening to it all weekend.
  12. Gerix

    XCFE clock is losing time

    You could sync it to a time server, but I don't remember the command to do that. I've only done it once. Anyway, once you have the command, you could set up cron to run that command every now and then. If you decide to perform a web search, you'd want to look under Linux instead of Pandora...
  13. Gerix

    A little help for the Platforming Competition

    Alright, what I think is going on is Code::Blocks is trying to compile the "jnrdev #2.cpp" file by itself. This is causing trouble because it references the glx.h header but the methods are implemented in gfx.cpp. I've never used Code::Blocks before, but if you figure out how to compile the...
  14. Gerix

    A little help for the Platforming Competition

    ^I'd like to apologize beforehand if I incorrectly assume that you have no experience with SDL. I got the program to compile in Windows (I'm not in front of a Linux system ATM). I'm assuming you got a wall of text when you tried to compile it. Did you get a line near the top that said...
  15. Gerix

    NEON accelerated mplayer ???

    Hmm, good to know.
  16. Gerix

    NEON accelerated mplayer ???

    Can grub be made to work on the pandora?
  17. Gerix

    Rubbish games which you loved!

    Well everyone is entitled to their opinion, no matter how ridiculous :P But that was such a long time ago. I remember playing that on my dad's old computer, I don't know how many years ago. Yay, nostalgia.
  18. Gerix

    Rubbish games which you loved!

    What are you talking about? I remember that game being awesome. Although I have horrible taste in video games. I have a glitched out copy of Double Dragon for the Game Gear. I assumed the red background and galloping green slime meant they were in some sort of computer simulation...I need to...
  19. Gerix

    Gauging interest in chess among the Na'vi

    I like to play hexxagon. Does that count?
  20. Gerix

    Need help making GUIs

    Is it in C++? I found Qt pretty easy to use (at least, relative to what I was able to do with it). But I'm no expert in Qt. Although, one great thing about Qt is you don't need to be an expert. With the basic mindset, the documentation walks you through, IMO. I've generally just worked on...
Back
Top