Feature list : Miscellaneous
From Sokoban Wiki
Revision as of 18:57, 17 July 2024 by Matthias Meger (Talk | contribs)
[show all]
2. Game Play 7. Moves Management |
Miscellaneous
Last change: 2024/07/17 18:57:50
Miscellaneous | Miscellaneous
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||
builtin help and program information | yes rich text document (rtf) | yes html pages (html) | yes Java help | yes html pages (htm) | yes ascii text document | yes html page (html) | |||||||||||||||||||||||||||||||||||||||||||||||||
context sensitive help | no | yes | yes Pressing the help key (F1) opens the help | no however, the web-page says otherwise | no | no | |||||||||||||||||||||||||||||||||||||||||||||||||
customizable language | no | yes | yes | no | no | no | |||||||||||||||||||||||||||||||||||||||||||||||||
languages | English | English, Afrikaans, Danish (embarrassing), Dutch, German, Greek, Finnish, French, Italian, Polish, Portugese, Russian, Spanish (Spain, Argentina), Turkish, Slovenian, Swedish | English, German, Chinese (Simplified), Spanish, Dutch | English | English, Bulgarian, Chinese (Simplified, Traditional), German, Spanish | English | |||||||||||||||||||||||||||||||||||||||||||||||||
builtin solutions | yes all levels ship with builtin solutions | yes not all levels ship with builtin solutions | yes not all levels ship with builtin solutions | yes not all levels ship with builtin solutions | no | no | |||||||||||||||||||||||||||||||||||||||||||||||||
file type associations (optional) | no | yes .sls, .pak, .rdf, .lp0, .xsb, .sok, .sxl, .slc | no | no | no | yes .sokomaze, .xsb, .sokohex, .hsb, .sokotri, .tsb, .sokosave Windows, Mac OS X | |||||||||||||||||||||||||||||||||||||||||||||||||
accessibility for portable version | no | no | no | no | yescompatible installation: yes system modification: no generated data: saves the files created in the removable device. additional: edition for mobile phone, java MIDP 2.0 only. | no | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Info
Portable software
From Wikipedia, the free encyclopedia
To be considered truly portable, a software program must:
- Not require any form of formal installation to be carried out on any computer before it can be used, with the release package only needing to be decompressed directly to removable media before use (if it has to be installed first, and requires it's files to be manually copied to removable media, it's clearly not designed to be portable!).
For example, software which is supplied as an InstallShield package could not be considered portable, though a ZIP archives containing an executable would be. - Settings are stored with, and can be carried around with, the software (i.e. they are written to the USB drive).
If the registry is used to store settings; the application's configuration isn't portable, and must be set up on every PC it is used on - Leaves a zero (or near-zero) "footprint" on any PC it's run on after being used.
i.e. All temporary files/registry settings should be removed once the program has exited, and files created by the user can be saved directly to the same removable media as the application is stored on.
Generally, smaller utility/toolkit software is inherently fairly portable; though larger applications are sometimes changed in order to allow a portable versions to be released (e.g. FirefoxPortable)