Happy New Year everyone,
I needed to take a break from coding for a month or so, but I fired up Xcode today and had a good time, so I think I’m ready to start working again.
Sknight – Thanks for answering my questions. I never needed to fiddle with any of the other parameters myself, even on a relatively slow eMac, but I’ve decided that I definitely should add “Open With Flags” (or something similar) to access them in a future version of GUIntv.
John Tanner – Right now I'm working on a keyboard hack GUI that will let you configure the Intellivision's controllers on the fly in GUIntv. In the meantime, I've attached a simple hack file that I use on my MacBook Pro. It maps the left controller's action buttons to the left shift, control, and option keys, and the keypad buttons across four rows on the left side of the keyboard (1,2,3 q,w,e a,s,d z,x,c).
DZ-Jay – It should be very easy to add a preference that makes GUIntv’s file selector always point to the last used directory. I never really considered dealing with subdirectories, but I’ll see what I can do in the future.
As far as saving preferences goes, there are two versions of GUIntv – an Applescript and an app version – and they both handle preferences differently.
Version 1.2 is an Applescript that saves its preferences internally as persistent global variables.
Version 2.1 is a Mac app that saves its preferences in a plist file in ~/Library/Preferences.
This might be a little confusing because version 1.2 was actually made after 2.1. I wasn’t planning on updating version 1.1, but there are still a lot of people on older machines who couldn’t use the new version, so I gave the Applescript one last update to fix a few issues, including how preferences are saved.