log exporters.pde @ 91:892a06169bb5

age author description
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.