log draw_smart.pde @ 117:44a07b1c620d

age author description
Sat, 07 Jul 2018 03:22:38 +0300 Matti Hamalainen Rename 'bool' -> 'boolean'.
Wed, 04 Jul 2018 17:34:22 +0300 Matti Hamalainen Clean up and fix the flood fill functions.
Wed, 04 Jul 2018 17:30:46 +0300 Matti Hamalainen Cosmetic cleanups.
Wed, 04 Jul 2018 14:55:46 +0300 Matti Hamalainen 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: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:02:33 +0300 Matti Hamalainen Run everything through JS-beautifier and remove trailing whitespace.
Tue, 03 Jul 2018 20:56:55 +0300 Tero Heikkinen Initial import of Multipaint sketch version 22.5.2017.