log

age author description
Wed, 04 Jul 2018 14:55:46 +0300 Matti Hamalainen Cleanups.
Wed, 04 Jul 2018 14:50:11 +0300 Matti Hamalainen Clean up g_spare related things.
Wed, 04 Jul 2018 14:42:03 +0300 Matti Hamalainen Cosmetics.
Wed, 04 Jul 2018 13:56:13 +0300 Matti Hamalainen Cleanups.
Wed, 04 Jul 2018 13:39:11 +0300 Matti Hamalainen Cleanups.
Wed, 04 Jul 2018 12:10:35 +0300 Matti Hamalainen Cleanup.
Wed, 04 Jul 2018 11:55:02 +0300 Matti Hamalainen Oops, remove prefread.js from the sources list as well.
Wed, 04 Jul 2018 11:19:45 +0300 Matti Hamalainen Move note to javascript.
Wed, 04 Jul 2018 10:50:42 +0300 Matti Hamalainen Add some comments.
Wed, 04 Jul 2018 10:49:16 +0300 Matti Hamalainen Update author blurb.
Wed, 04 Jul 2018 10:47:00 +0300 Matti Hamalainen Remove prefread.pde, it's not used either.
Wed, 04 Jul 2018 10:46:00 +0300 Matti Hamalainen Delete java.pde, it is not used obviously.
Wed, 04 Jul 2018 10:39:23 +0300 Matti Hamalainen Add .hgignore.
Wed, 04 Jul 2018 10:38:29 +0300 Matti Hamalainen Initialize g_data, to be sure ..
Wed, 04 Jul 2018 10:38:13 +0300 Matti Hamalainen Remove dead code.
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 10:34:12 +0300 Matti Hamalainen Add several new helper functions for loading and saving formats using Javascript facilities.
Wed, 04 Jul 2018 10:33:42 +0300 Matti Hamalainen Make fexists() return always true.
Wed, 04 Jul 2018 10:28:01 +0300 Matti Hamalainen Add missing Multipaint data files - icons.bin and templates.
Wed, 04 Jul 2018 10:27:30 +0300 Matti Hamalainen As we launch from a browser now, include the HTML and necessary Javascript
Wed, 04 Jul 2018 10:12:16 +0300 Matti Hamalainen Delete Processing 3 related (commented out) things.
Wed, 04 Jul 2018 10:11:50 +0300 Matti Hamalainen Remove dead code.
Wed, 04 Jul 2018 10:11:12 +0300 Matti Hamalainen Attempt to limit CPU usage by using frameRate().
Wed, 04 Jul 2018 10:10:46 +0300 Matti Hamalainen The delay() function does not exist in ProcessingJS, so don't use it.
Wed, 04 Jul 2018 10:08:35 +0300 Matti Hamalainen Cleanup / optimize.
Wed, 04 Jul 2018 10:06:10 +0300 Matti Hamalainen Use console.log() to log message() things in browser console.
Wed, 04 Jul 2018 10:05:42 +0300 Matti Hamalainen Missed one char -> int() cast.
Wed, 04 Jul 2018 10:03:14 +0300 Matti Hamalainen Remove the use of 'gui' variable.
Wed, 04 Jul 2018 10:01:05 +0300 Matti Hamalainen ProcessingJS does not provide "platform" variables, we need to define them ourselves.
Wed, 04 Jul 2018 09:55:10 +0300 Matti Hamalainen Remove the use of 'debugger' variable, as it is reserved in Javascript.