Results 1 to 10 of 83

Thread: Have questions? Post them to us here!

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by WILL View Post
    Also we shouldn't have to install anything other than your game it's self to be able to play it. This last part is so that it's fair for the judges who have to play 10 or 20+ games and don't have a huge mess on our systems at the end of it. Doesn't hurt to keep the judges happy with a friendly installer or simple zip file either.
    This makes me think.

    Actually I decided to work in Windows so I'm sure the judges will be able to play my game (even Linux and MacOS can run Windows applications using WineHQ, and Allegro does work using Wine with almost no problems). So my package will include the DLL file used by Allegro, no problem about this.

    But what about Linux systems? POSIX systems "needs" to install and configure the libraries to make them available for applications. Allegro includes optimizations for a lot of different system configurations so the best is to compile and install it instead of just copy some "dot s o files".

    It isn't a real question, just a comment.
    No signature provided yet.

  2. #2
    Quote Originally Posted by ?ëu?±o Mart??nez View Post
    But what about Linux systems? POSIX systems "needs" to install and configure the libraries to make them available for applications. Allegro includes optimizations for a lot of different system configurations so the best is to compile and install it instead of just copy some "dot s o files".
    Since I'm the only judge with a Linux partition: I actually don't mind compiling a few libraries or compiling your game on Linux if needs be. (But there should be some kind of makefile or build script.)
    If you decide to package an additional Linux version I'll definitely try to run your game and "compiling something" won't be an obstacle.
    Freeze Development | Elysion Game Framework | Twitter: @Stoney_FD
    Check out my new book: Irrlicht 1.7.1 Realtime 3D Engine Beginner's Guide (It's C++ flavored though)

    Programmer: A device for converting coffein into software.

  3. #3
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Quote Originally Posted by ?ëu?±o Mart??nez View Post
    But what about Linux systems?
    I do not have Linux installed so you wouldn't get any points from me if you make it Linux only unfortunately.

    This is also part of the problem I've found with Linux, it's not very user friendly despite the Ubuntu team's best efforts it's still just a very polished version of an OS designed for programmers and network geeks. Most people will not use Linux even today because of this and I've lost interest in it since I've come to discover how nice Mac OS X is. I'm not saying that Linux is bad, just that I have no personal interest in it because of it's design issues.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  4. #4
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Ah. Hem. This is a problem: what if your game used to run on windows but now runs on anything except windows?

    A latest code hack in the engine to do with threading and arrays has had no effect on the breed of nix based operating systems Mac OS, Ubuntu etc. However windows seems to manage memory in a more illogical way and now refuses to run - gdb says nothing is wrong except for the 400 odd runtime and memory access violations per second. The worst part being GDB is anything but helpful in diagnosing anything...
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  5. #5
    Ehh, that is a rhetorical question right?

  6. #6
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Could always just install Lazarus on a Windows machine. That's what I'm practically forced to do with the poor state of Object Pascal development on the Mac.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  7. #7
    PGD Staff code_glitch's Avatar
    Join Date
    Oct 2009
    Location
    UK (England, the bigger bit)
    Posts
    933
    Blog Entries
    45
    Wait a sec there will, you do know that the largest (historically speaking) user of pascal and longest time supporter is Apple right? I mean, object pascal was their main implementation language for one very long time indeed.
    I once tried to change the world. But they wouldn't give me the source code. Damned evil cunning.

  8. #8
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25
    Yeah well look that Apple has done for Object Pascal lately?

    I agree that Apple was the mecca of all Pascal coding back in the early 80s, but things have changed. Now it's a royal pain. I'm hoping that with the announcement from Embarcadero's next Delphi version and the efforts of the Lazarus team this changes drastically in the next year or so.
    Jason McMillen
    Pascal Game Development
    Co-Founder





Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •