Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Game Launcher v0.9.8 Released  (Read 3939 times)

0 Members and 1 Guest are viewing this topic.

Dave Dribin

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:May 26, 2007, 11:17:39 pm
  • ugh... yeah
    • Dave Dribin's Home Page
Game Launcher v0.9.8 Released
« on: May 14, 2002, 11:23:36 pm »
Game Launcher version 0.9.8 has been released.  Here are the changes:
  • Ported to Win32 and Unix.
  • Created rudimentary screen saver.
  • Added keys to restart and skip current MP3.
  • Added pre-/post-commands that are run before/after a game is run.
  • Added mouse (trackball and trackwheel) support.
Get it from here:

http://www.dribin.org/dave/game_launcher/

Please direct any support questions to the mailing list.

-Dave

Curbob

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 3
  • Last login:August 14, 2002, 10:23:09 am
Re: Game Launcher v0.9.8 Released
« Reply #1 on: May 15, 2002, 04:05:44 am »
Let me be the first on here to say WOOHOO! Windows and GL !

;D
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19400
  • Last login:April 21, 2024, 11:59:54 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Game Launcher v0.9.8 Released
« Reply #2 on: May 15, 2002, 03:32:20 pm »
Looks great man!   ;D Near perfect port.  I got some wierd artifacting at one point though when I was scrolling through the list.  My machine is still being re-built though, so I'll check out everything on my end before I send in a snap though, might be some wierd driver issues.  

Finally some similar competition on a level playfield. :)

This summer is gonna be fun.
he he

« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Dave Dribin

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:May 26, 2007, 11:17:39 pm
  • ugh... yeah
    • Dave Dribin's Home Page
Re: Game Launcher v0.9.8 Released
« Reply #3 on: May 16, 2002, 10:00:42 am »
Thanks!  For the record, all the graphics and sound code worked just by recompiling, thanks to the great Allegro library and the hard work of its developers:

http://alleg.sourceforge.net/

It doesn't get as much press as SDL, but it is very stable and complete for 2D graphics.  The hardest part of the port was learning how to spawn a program with the Win32 API (I already knew how to do it under Unix).

I am very interested in feedback on the Windows version.  I've had good luck with it on my Win98 machine, but being the first release, I expect some problems.

-Dave
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

mrhowell

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 201
  • Last login:April 20, 2024, 12:45:21 pm
Re: Game Launcher v0.9.8 Released
« Reply #4 on: May 16, 2002, 10:56:51 am »
Best frontend out there, IMHO.  Easy to setup and configure.  
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »
What is that pappy?

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19400
  • Last login:April 21, 2024, 11:59:54 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Game Launcher v0.9.8 Released
« Reply #5 on: May 17, 2002, 07:32:08 pm »
yeah allegro rocks!  I use modded graphics libraries from it in mine now.  That artifacting thing I mentioned before was on my end.  I had an outdated vid card driver that gave me heck...

anyway, keep up the good work!

Btw do you mind if i ripp-off your font style for a skin I'm working on?  :)
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Dustin

  • Guest
  • Trade Count: (0)
Re: Game Launcher v0.9.8 Released
« Reply #6 on: May 18, 2002, 06:13:01 am »
thanks for the Unix port.  That is music to my ears.  Will have to try to compile this afternoon.

Dustin.
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Dave Dribin

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:May 26, 2007, 11:17:39 pm
  • ugh... yeah
    • Dave Dribin's Home Page
Re: Game Launcher v0.9.8 Released
« Reply #7 on: May 19, 2002, 11:46:06 am »
Quote
Btw do you mind if i ripp-off your font style for a skin I'm working on?  :)

Nope.  If you use the font, check with Doug Eleveld as I got slicker.ttf from this distribution:

http://huizen.dds.nl/~deleveld/allegttf.htm

-Dave
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Dave Dribin

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:May 26, 2007, 11:17:39 pm
  • ugh... yeah
    • Dave Dribin's Home Page
Re: Game Launcher v0.9.8 Released
« Reply #8 on: May 19, 2002, 11:49:58 am »
Quote
thanks for the Unix port.  That is music to my ears.  Will have to try to compile this afternoon.

Some of the external libs can be a PITA to compile, so be prepared for a bumpy ride.  I'm working on an autoconf (configure script) version so it will hopefully be a little easier to compile GL itself, too.

-Dave
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Jakobud

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1940
  • Last login:March 11, 2024, 04:45:38 am
Re: Game Launcher v0.9.8 Released
« Reply #9 on: May 20, 2002, 12:20:23 am »
Windows Port and a screensaver! Dave you are the man!  You really do have THE BEST frontend for arcade cabinets.  I love it because it's simple, yet configurable.  I have been wishing for this win port for a while :)  Keep up the EXCELLENT work.

Jakobud
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

richattri

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:Never
  • In the words of Socrates, "I drank what!?"
Re: Game Launcher v0.9.8 Released
« Reply #10 on: May 23, 2002, 11:02:13 am »
Dave -- just tried your frontend for the first time. It is EXACTLY what I've been looking for! Too many I've tried are not only overly complicated, but simply not attractive as a frontend for a cab. Thanks for the vertical support as well.

If you are open to feedback, I've read your notes and I don't feel that you should knock yourself out adding a setup/config interface. The files are very well documented and easy to use. My only suggestion would be somehow capturing and reporting any output from MAME/emu itself. Some of my games were reporting errors, and the only way to figure out why they weren't running was to run them by hand on the command line to get the output. If there is any way you can redirect and capture output from a sublaunch, that would be nice (maybe just add a key to show the last command line output).

Rich
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »

Dave Dribin

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:May 26, 2007, 11:17:39 pm
  • ugh... yeah
    • Dave Dribin's Home Page
Re: Game Launcher v0.9.8 Released
« Reply #11 on: May 23, 2002, 05:16:22 pm »
Quote
If you are open to feedback, I've read your notes and I don't feel that you should knock yourself out adding a setup/config interface. The files are very well documented and easy to use.

Yeah, I pretty much feel the same way.  There's little benefit to the amount of work it would take to implement a GUI.
Quote
My only suggestion would be somehow capturing and reporting any output from MAME/emu itself. Some of my games were reporting errors, and the only way to figure out why they weren't running was to run them by hand on the command line to get the output. If there is any way you can redirect and capture output from a sublaunch, that would be nice (maybe just add a key to show the last command line output).

First off, check the "runit.log" file in the "logs/" directory.  That should contain the output of the last command run.  An even better way is to turn on debug mode in "glaunch.cfg".  That should show you exactly what is going on as the game is being launched.  I would like to add a new key binding that will launch the selected game in debug mode regardless of the setting in "glaunch.cfg", too.

-Dave
« Last Edit: December 31, 1969, 07:00:00 pm by 1026619200 »