Updated some properties entries according to the info from AtariAge.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1073 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Since it didn't really work, it makes me wonder exactly how many people
are using these features (since they certainly aren't reporting the
bugs).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1072 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This code basically comes from z26, and is used to eliminate rapid
left/right movements which result in visual jitter.
Added 'pthresh' commandline option to set this threshold, which defaults
to 600. I haven't decided if I should add a GUI option for this yet.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1069 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
used for (de)selecting certain menu items when in different modes. But
somebody else will have to do that part, since I don't have enough experience
in OSX :)
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1068 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
OSystem-derived classes can override these methods and deal with the
changes (much more useful than having the OSystemXXX classes constantly
poll the eventstate, etc.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1067 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
of the earlier palette changes, since it turned into a can of worms
I don't want to open. I think we'll be ready for a new release soon.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1066 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
be in only one class (vs. spread over three like it is now). I'm
sure the code is broken on every platform but Linux; I'll get to it.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1065 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
During development, sometimes Stella would crash, and for some reason
take the cheatfile contents with it. Now, at least, this should
occur very rarely, since cheats won't be changed most of the time.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1062 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
is redrawn, even if it's empty in rom browse mode. Disable the 'Go Up'
buttons when there's no parent directory (wasn't absolutely necessary,
but it gives some nice visual feedback).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1059 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
scripts, since the properties are now built in, and will never need a
global storage directory.
Reworked the ROM launcher again, by moving the 'Reload' button to the
Launcher options dialog (by popular request from the GP2X forums). The
'Go Up' button is now always present on the main launcher interface, but
is disabled when not in 'rom browse' mode.
Added a button to VideoDialog for the recently added 'tiadefaults'
functionality. It defaults to off, which is the current behaviour in
Stella. (De)selecting this item will require a ROM reload.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1058 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
region of the screen in a 9x9 grid (top/middle/bottom by left/center/right),
as well as the color of the message text.
Updated some strings on the ROM launcher, since it doesn't make sense
to 'Play' a directory.
Disabled display of 'Note' while in rom browse mode in the ROM launcher.
It ends up taking too much CPU time to parse all the ROMs in a directory
each time it changes, so there are now two options: (1) don't browse the
filesystem, and precompute the folder contents/see all the ROM info
or (2) browse the filesystem, allowing selection of folders, etc, but
not seeing ROM names and notes as defined in the properties file. For
performance reasons, it's going to have to be an either/or thing.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1056 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
TIA positioning, and instead use the defaults. It seems some people
would rather see the image exactly as it was produced on the 2600,
blank space and all. It defaults to off, which is the current
behaviour. Eventually I'll add a GUI option to toggle this.
Fixed issue with built-in properties as suggested by Kostas.
Fixed bug in Settings class where certain settings weren't being
recognized from the commandline.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1055 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
functionality. The new scheme is as follows:
- Per-user properties are stored in stella.pro, which is located in
system-specific directories (homedir for UNIX/POSIX systems, currentdir
for Win32 systems).
- Completely removed concept of a global properties file, since that
functionality is now included in Stella directly.
- Retained the ability to use an alternative properties file, in which
case the per-user one isn't used at all, and any entries in it override
the built-in defaults.
Removed all reference to 'system' vs. 'user' config files, for much the
same reasons as above. As above, config files are stored in
user-specific places depending on platform. There is no longer a
system-wide config file. This made sense when Stella didn't have built-in
defaults and relied on such a file, but that's no longer the case.
Sorry for any confusion this causes, but it was causing even more confusion
for users. And now we can distribute Stella has a single binary which
doesn't depend on any external files (but will still use them if they're
present).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1050 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Temporarily changed colour of hightlighted text from pure green to
pure blue for the GP2X port. The next major release (2.2) will have
a GUI palette selector for this.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1049 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
dimensions are larger than the current screen. In the process, this
restructuring will allow messages to be shown in states other than
emulation mode.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1047 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
for installation (it should no longer be included with release packages).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1039 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
Cleaned up some errors in unzip code.
Removed some OSX stuff that didn't need to be in CVS.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1037 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
from within the Launcher options. The previous 'Reload' button now
serves a dual role. While in browse mode, the button is renamed as
'Go Up' and serves as a previous directory command. While not in browse
mode, it's renamed as 'Reload' and reloads the current file-to-propname
mapping.
Also added 'rombrowse' commandline argument (true/false) to select either
browse mode (true) or not (false).
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@1031 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba