657
edits
(Update lost issues) |
(Update examples of debugInput use) |
||
Line 3: | Line 3: | ||
* Add support for deleting and renaming of files, to enable original game's load and save system. | * Add support for deleting and renaming of files, to enable original game's load and save system. | ||
* Add support for o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used: | * Add support for o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used: | ||
** | ** To select filename after pressing '5' key in putttime or puttzoo, when the debug level is set to 1 and CameraSaveOu=1' is added to the ScummVM config file. | ||
** To select level in the Eggs Away mini game of farm, when using username of 'PORKDUDE'. | |||
** To select level in the Anteater Feeder mini game of jungle, when using username of 'XOCIPIL'. | |||
** To select level in the Things From Space mini game of spyfox2, when 'arcadecheat=1' is added to the ScummVM config file. | |||
** To select values when using the menu options of hidden editor (room 13) in water. | |||
* Add support for horizontal and vertical flipping of wizImages, using compression type 1 (For clouds in mustard) | * Add support for horizontal and vertical flipping of wizImages, using compression type 1 (For clouds in mustard) | ||
* Convert wizImage to image file (BMP?), when printing is requested, to allow printing of images by other programs. | * Convert wizImage to image file (BMP?), when printing is requested, to allow printing of images by other programs. |
edits