log

age author description
Wed, 04 Jul 2018 09:08:47 +0300 Matti Hamalainen Oops, fix the coordinate printing.
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:57:43 +0300 Matti Hamalainen Check for characters < 32 in drawchar() because 32 is deducted from the value.
Wed, 04 Jul 2018 08:55:48 +0300 Matti Hamalainen Change the help() function and its usage to have more than one parameter to
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:19:29 +0300 Matti Hamalainen Int-ize byte array index references when using character, e.g. arr['A'] -> arr[int('A')]
Tue, 03 Jul 2018 21:08:55 +0300 Matti Hamalainen Replace newArray = oldArray.clone() pattern with arrayCopy().
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.