log exporters.pde @ 201:823672f83ae9

age author description
Wed, 29 Aug 2018 14:08:05 +0300 Matti Hamalainen Call PImage::updatePixels() in mpRenderToImageAt() to update the image
Thu, 23 Aug 2018 20:42:39 +0300 Matti Hamalainen Oops, wrong variable name.
Thu, 23 Aug 2018 20:24:04 +0300 Matti Hamalainen Cleanups.
Thu, 23 Aug 2018 13:11:47 +0300 Matti Hamalainen Rename global variable s/machine/g_machine/g
Thu, 23 Aug 2018 12:38:52 +0300 Matti Hamalainen Get rid of globals g_omag, g_bordh and g_bordv which set PNG/JPEG image
Thu, 23 Aug 2018 11:09:20 +0300 Matti Hamalainen Rename FLATRATIO/SQUARERATIO and gridmode OLD/NEW constants to something more sane.
Mon, 20 Aug 2018 13:04:20 +0300 Matti Hamalainen More changes integrated from v1.8.2018.
Thu, 16 Aug 2018 15:43:35 +0300 Matti Hamalainen Cleanups.
Thu, 16 Aug 2018 13:00:03 +0300 Matti Hamalainen Cleanups.
Wed, 08 Aug 2018 11:06:33 +0300 Matti Hamalainen Begin integrating more changes from Multipaint 1.8.2018.
Fri, 13 Jul 2018 02:41:27 +0300 Matti Hamalainen Cleanups.
Thu, 12 Jul 2018 22:33:07 +0300 Matti Hamalainen More work on source export.
Thu, 12 Jul 2018 14:35:42 +0300 Matti Hamalainen Cleanups.
Thu, 12 Jul 2018 14:24:53 +0300 Matti Hamalainen Rename some methods.
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: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.
Sat, 07 Jul 2018 03:22:38 +0300 Matti Hamalainen Rename 'bool' -> 'boolean'.
Fri, 06 Jul 2018 02:10:59 +0300 Matti Hamalainen More work on mpExportMachinePRG().
Fri, 06 Jul 2018 01:05:31 +0300 Matti Hamalainen More work towards jpeg/png image export/import.
Fri, 06 Jul 2018 00:43:19 +0300 Matti Hamalainen Clean up/refactor image (jpeg/png) importing a bit and rename function.
Fri, 06 Jul 2018 00:42:06 +0300 Matti Hamalainen Refactor machine program and source exporting.
Fri, 06 Jul 2018 00:39:41 +0300 Matti Hamalainen Refactor mpExportFormat() a bit.
Fri, 06 Jul 2018 00:23:23 +0300 Matti Hamalainen Refactor export_image() and export_image_sans_border() to use common code,
Fri, 06 Jul 2018 00:19:38 +0300 Matti Hamalainen Indentation cleanups.
Thu, 05 Jul 2018 23:58:43 +0300 Matti Hamalainen Rename two more functions.
Thu, 05 Jul 2018 23:55:18 +0300 Matti Hamalainen Clean up mpImportFormat() a bit.
Thu, 05 Jul 2018 23:43:28 +0300 Matti Hamalainen Rename few functions and a variable.
Thu, 05 Jul 2018 21:52:39 +0300 Matti Hamalainen Clean set_machine() and rename to mpSetupMachine()
Thu, 05 Jul 2018 20:41:12 +0300 Matti Hamalainen Get rid of some unused code.
Wed, 04 Jul 2018 23:41:51 +0300 Matti Hamalainen Remove dots from format exts.
Wed, 04 Jul 2018 20:57:44 +0300 Matti Hamalainen Fix AAS extension, until we can figure out a better system for these.
Wed, 04 Jul 2018 18:55:47 +0300 Matti Hamalainen Define g_exportname for name of the format that the export is done in.
Wed, 04 Jul 2018 18:45:46 +0300 Matti Hamalainen Rename some variables.
Wed, 04 Jul 2018 18:44:11 +0300 Matti Hamalainen Random cleanups.
Wed, 04 Jul 2018 10:36:43 +0300 Matti Hamalainen Refactor the import/export stuff a bit and the GUI bits for JS.
Wed, 04 Jul 2018 09:48:33 +0300 Matti Hamalainen Remove unused code and variables.
Wed, 04 Jul 2018 09:07:25 +0300 Matti Hamalainen Make the machine setup sections a bit more uniform in order.
Wed, 04 Jul 2018 09:03:08 +0300 Matti Hamalainen Cosmetics and indentation.
Wed, 04 Jul 2018 08:51:19 +0300 Matti Hamalainen Various minor code cleanups.
Tue, 03 Jul 2018 22:17:48 +0300 Matti Hamalainen Fix many calculations (divisions) that assume integer variable division
Tue, 03 Jul 2018 21:27:18 +0300 Matti Hamalainen Cast char to int where needed and other related operations.
Tue, 03 Jul 2018 21:22:49 +0300 Matti Hamalainen Regreplace s/ & 15/ & 0x0f/g; s/ & 240/ & 0xf0/g
Tue, 03 Jul 2018 21:02:33 +0300 Matti Hamalainen Run everything through JS-beautifier and remove trailing whitespace.
Tue, 03 Jul 2018 20:58:46 +0300 Matti Hamalainen Change #RRGGBB style colour constants to 0xFFrrggbb.
Tue, 03 Jul 2018 20:56:55 +0300 Tero Heikkinen Initial import of Multipaint sketch version 22.5.2017.