log

age author description
Mon, 09 Jul 2018 19:34:36 +0300 Matti Hamalainen Get rid of unused variables and clean up the logic slightly in mpExportColorData()
Mon, 09 Jul 2018 18:52:27 +0300 Matti Hamalainen Quick fix for using correct filename extension in format import file selector.
Mon, 09 Jul 2018 18:08:06 +0300 Matti Hamalainen Use the MPWriteCtx class. However, due to this refactoring, there are
Mon, 09 Jul 2018 18:07:04 +0300 Matti Hamalainen Add helper class MPWriteCtx for exporting data and source code.
Mon, 09 Jul 2018 17:44:47 +0300 Matti Hamalainen Clean up the format import code a bit.
Mon, 09 Jul 2018 11:30:01 +0300 Matti Hamalainen Update notes.
Sat, 07 Jul 2018 16:02:48 +0300 Matti Hamalainen Cleanups.
Sat, 07 Jul 2018 03:22:38 +0300 Matti Hamalainen Rename 'bool' -> 'boolean'.
Fri, 06 Jul 2018 19:43:56 +0300 Matti Hamalainen Add some comments to the postprocess script.
Fri, 06 Jul 2018 18:58:28 +0300 Matti Hamalainen Improve error handling of local storage saving/loading.
Fri, 06 Jul 2018 18:44:19 +0300 Matti Hamalainen Oops, g_dirty should've been boolean all the time.
Fri, 06 Jul 2018 18:42:31 +0300 Matti Hamalainen Cleanups and few comments added.
Fri, 06 Jul 2018 18:40:11 +0300 Matti Hamalainen Move file operations from draw function to events handling.
Fri, 06 Jul 2018 18:20:28 +0300 Matti Hamalainen Do store_undo() in mpSetNativeImage() when supposedly successfully loading
Fri, 06 Jul 2018 18:16:26 +0300 Matti Hamalainen Remove some unused globals.
Fri, 06 Jul 2018 06:41:04 +0300 Matti Hamalainen Make right-clicking work on the Load icon.
Fri, 06 Jul 2018 06:40:43 +0300 Matti Hamalainen Use the constant for RIGHT mouse button instead of magic number.
Fri, 06 Jul 2018 06:22:21 +0300 Matti Hamalainen Update notes.
Fri, 06 Jul 2018 06:22:10 +0300 Matti Hamalainen Change it so that each "machine type" uses separate local storage variable.
Fri, 06 Jul 2018 06:14:27 +0300 Matti Hamalainen Implement quick save/load ("S"/"L") via browser local storage.
Fri, 06 Jul 2018 05:29:26 +0300 Matti Hamalainen Change mpSaveNativeImage() to mpGetNativeImage().
Fri, 06 Jul 2018 05:28:15 +0300 Matti Hamalainen Split Blob creation to mpMakeBinaryBlob().
Fri, 06 Jul 2018 05:27:49 +0300 Matti Hamalainen Add function for checking availability of browser local storage.
Fri, 06 Jul 2018 05:26:59 +0300 Matti Hamalainen Remove fexists(), it's not in use.
Fri, 06 Jul 2018 03:19:00 +0300 Matti Hamalainen PRG export works now.
Fri, 06 Jul 2018 03:18:53 +0300 Matti Hamalainen Cleanups.
Fri, 06 Jul 2018 02:59:47 +0300 Matti Hamalainen Change "Export TXT" icon to "export SRC".
Fri, 06 Jul 2018 02:59:25 +0300 Matti Hamalainen Make PRG export work. Also some improvements in overall error handling.
Fri, 06 Jul 2018 02:58:28 +0300 Matti Hamalainen Improve mpSaveBinaryFile() to also handle string format data. Also improve
Fri, 06 Jul 2018 02:10:59 +0300 Matti Hamalainen More work on mpExportMachinePRG().