log

age author description
Tue, 23 Oct 2018 11:34:25 +0300 Matti Hamalainen Update notes. default tip
Tue, 23 Oct 2018 11:33:07 +0300 Matti Hamalainen Use processing.js for docompile.html as well.
Tue, 23 Oct 2018 11:29:45 +0300 Matti Hamalainen Integrate the minor changes from Multipaint 2018b (v18.10.2018).
Tue, 11 Sep 2018 12:36:19 +0300 Matti Hamalainen Cleanup.
Mon, 10 Sep 2018 11:51:40 +0300 Matti Hamalainen Cleanup.
Mon, 10 Sep 2018 11:31:44 +0300 Matti Hamalainen Oops, fix C64 multicolor Advanced Art Studio import.
Mon, 10 Sep 2018 11:23:17 +0300 Matti Hamalainen Cleanups.
Mon, 10 Sep 2018 11:10:19 +0300 Matti Hamalainen Cleanups.
Mon, 10 Sep 2018 08:10:11 +0300 Matti Hamalainen Check for sargs.length >= 1.
Thu, 06 Sep 2018 15:42:31 +0300 Matti Hamalainen Cleanups.
Thu, 06 Sep 2018 13:27:04 +0300 Matti Hamalainen Add load address check to FBI FLI Designer import.
Thu, 06 Sep 2018 13:25:15 +0300 Matti Hamalainen Fixes to multicolor/pixelw==2 flood fill.
Thu, 06 Sep 2018 12:58:41 +0300 Matti Hamalainen Cleanups.
Thu, 06 Sep 2018 01:15:29 +0300 Matti Hamalainen Clean up the quantization code slightly.
Wed, 05 Sep 2018 22:36:20 +0300 Matti Hamalainen Add message.
Wed, 05 Sep 2018 22:32:45 +0300 Matti Hamalainen Implement freeform image import, key ctrl+e. PNG export is now 'e'.
Wed, 05 Sep 2018 22:28:15 +0300 Matti Hamalainen Cleanup.
Wed, 05 Sep 2018 22:21:18 +0300 Matti Hamalainen Fix mpImportFromImage() to return true when successful.
Wed, 05 Sep 2018 20:40:57 +0300 Matti Hamalainen Set g_dirty flag in keyReleased event as well.
Wed, 05 Sep 2018 20:28:23 +0300 Matti Hamalainen Cleanups.
Wed, 05 Sep 2018 20:08:57 +0300 Matti Hamalainen Cleanups.
Wed, 05 Sep 2018 13:12:24 +0300 Matti Hamalainen Remove icons.bin 'export', as it can be done via normal export.
Wed, 05 Sep 2018 12:57:46 +0300 Matti Hamalainen Preliminary work for implementing C64 FLI multicolor import/export (does not work yet)
Wed, 05 Sep 2018 12:30:41 +0300 Matti Hamalainen Merge.
Tue, 04 Sep 2018 15:44:13 +0300 Matti Hamalainen Fix docompile.html.
Tue, 04 Sep 2018 15:43:05 +0300 Matti Hamalainen Update notes.
Tue, 04 Sep 2018 19:24:59 +0300 Matti Hamalainen Cleanups.
Tue, 04 Sep 2018 19:17:52 +0300 Matti Hamalainen Add external palette files.
Tue, 04 Sep 2018 15:29:10 +0300 Matti Hamalainen Some launcher / UI improvements.
Mon, 03 Sep 2018 14:33:14 +0300 Matti Hamalainen Update notes.
Mon, 03 Sep 2018 14:32:03 +0300 Matti Hamalainen Minor fix, avoid generating "undefined" text in the URLs.
Mon, 03 Sep 2018 14:28:58 +0300 Matti Hamalainen Fix palette support in the launcher.
Mon, 03 Sep 2018 14:22:20 +0300 Matti Hamalainen Implement rest of the stuff needed for selecting external palettes in the
Wed, 29 Aug 2018 20:27:00 +0300 Matti Hamalainen Cleanups.
Wed, 29 Aug 2018 15:37:37 +0300 Matti Hamalainen More work towards user-selectable palettes.
Wed, 29 Aug 2018 15:20:45 +0300 Matti Hamalainen Oops, committed line that should not have been.
Wed, 29 Aug 2018 15:17:55 +0300 Matti Hamalainen Some work towards user-selectable alternate palettes in the launcher.
Wed, 29 Aug 2018 15:16:54 +0300 Matti Hamalainen Add note about PNG export working now.
Wed, 29 Aug 2018 15:13:13 +0300 Matti Hamalainen Change PNG export to be triggered via alt+shift+W.
Wed, 29 Aug 2018 15:12:44 +0300 Matti Hamalainen Clean up key event handling and add support for g_alt.
Wed, 29 Aug 2018 15:06:07 +0300 Matti Hamalainen Fix shift handling.
Wed, 29 Aug 2018 14:19:27 +0300 Matti Hamalainen Improve save/load help texts.
Wed, 29 Aug 2018 14:10:11 +0300 Matti Hamalainen Implement PNG export, via Ctrl + click on (format) export icon.
Wed, 29 Aug 2018 14:08:05 +0300 Matti Hamalainen Call PImage::updatePixels() in mpRenderToImageAt() to update the image
Wed, 29 Aug 2018 14:06:55 +0300 Matti Hamalainen Split mpSaveBinaryFile() into mpSaveBinaryBlob() for saving JavaScript
Mon, 27 Aug 2018 14:22:51 +0300 Matti Hamalainen Move function.
Thu, 23 Aug 2018 21:24:22 +0300 Matti Hamalainen Adjust launcher text.
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 20:23:46 +0300 Matti Hamalainen Move file related functions to files.pde
Thu, 23 Aug 2018 18:35:13 +0300 Matti Hamalainen Add CSS stylesheet.
Thu, 23 Aug 2018 18:01:16 +0300 Matti Hamalainen Use dst = src.slice(0) instead of Processing arrayCopy(src, dst) for cloning arrays. Should be faster, but if not, this can be reverted later.
Thu, 23 Aug 2018 17:27:50 +0300 Matti Hamalainen Mark "C64 no limit" mode buggy.
Thu, 23 Aug 2018 16:52:24 +0300 Matti Hamalainen More work on the launcher.
Thu, 23 Aug 2018 16:38:52 +0300 Matti Hamalainen Oops, forgot to s/mpDimensions/mpUIDimensions/g in few places.
Thu, 23 Aug 2018 16:35:17 +0300 Matti Hamalainen Move note about v1.8.2018 from notes to "existing problems", as it is more related to problems.
Thu, 23 Aug 2018 16:32:10 +0300 Matti Hamalainen More work on the MP.JS launcher.
Thu, 23 Aug 2018 14:35:08 +0300 Matti Hamalainen Clarify what mpui.js is.
Thu, 23 Aug 2018 14:27:28 +0300 Matti Hamalainen Micro-optimize draw().
Thu, 23 Aug 2018 14:22:36 +0300 Matti Hamalainen Update notes.
Thu, 23 Aug 2018 14:16:46 +0300 Matti Hamalainen Implement UI scale in launcher parameters (no UI widget yet).
Thu, 23 Aug 2018 14:11:32 +0300 Matti Hamalainen Rename global variable g_uizoom to g_uiscale and mpUIZoom -> mpUIScale.
Thu, 23 Aug 2018 14:10:22 +0300 Matti Hamalainen Implement UI resolution changer.
Thu, 23 Aug 2018 13:36:15 +0300 Matti Hamalainen Fix indentation.
Thu, 23 Aug 2018 13:12:19 +0300 Matti Hamalainen int() fix.
Thu, 23 Aug 2018 13:11:47 +0300 Matti Hamalainen Rename global variable s/machine/g_machine/g
Thu, 23 Aug 2018 13:08:34 +0300 Matti Hamalainen This code does nothing.
Thu, 23 Aug 2018 13:02:14 +0300 Matti Hamalainen Cleanup and add a comment about sanity of one if() check.
Thu, 23 Aug 2018 12:47:11 +0300 Matti Hamalainen Cleanups.
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:32:38 +0300 Matti Hamalainen Fix flood fill. During v1.8.2018 reworks, a boolean check was accidentally reversed.
Thu, 23 Aug 2018 11:10:25 +0300 Matti Hamalainen Cleanups.
Thu, 23 Aug 2018 11:09:20 +0300 Matti Hamalainen Rename FLATRATIO/SQUARERATIO and gridmode OLD/NEW constants to something more sane.
Wed, 22 Aug 2018 21:38:20 +0300 Matti Hamalainen Rename Interface.pde to interface.pde
Wed, 22 Aug 2018 21:13:43 +0300 Matti Hamalainen Add missing 'the'.
Wed, 22 Aug 2018 16:34:47 +0300 Matti Hamalainen Update notes.
Wed, 22 Aug 2018 16:00:50 +0300 Matti Hamalainen Delete dead code.
Mon, 20 Aug 2018 15:56:33 +0300 Matti Hamalainen Cleanups.
Mon, 20 Aug 2018 14:14:20 +0300 Matti Hamalainen Improve note about v1.8.2018.
Mon, 20 Aug 2018 14:12:16 +0300 Matti Hamalainen Note that that the source code export is now enabled, though it may not work
Mon, 20 Aug 2018 14:10:26 +0300 Matti Hamalainen Update repo URL.
Mon, 20 Aug 2018 14:09:33 +0300 Matti Hamalainen Add copyright blurb to mpui.js
Mon, 20 Aug 2018 13:16:28 +0300 Matti Hamalainen Cleanups.
Mon, 20 Aug 2018 13:12:50 +0300 Matti Hamalainen Add note about MP2018 changes having been integrated.
Mon, 20 Aug 2018 13:04:20 +0300 Matti Hamalainen More changes integrated from v1.8.2018.
Thu, 16 Aug 2018 15:53:13 +0300 Matti Hamalainen Change version.
Thu, 16 Aug 2018 15:43:35 +0300 Matti Hamalainen Cleanups.
Thu, 16 Aug 2018 15:29:01 +0300 Matti Hamalainen Integrate changes from v1.8.2018.
Thu, 16 Aug 2018 15:04:39 +0300 Matti Hamalainen Cleanups.
Thu, 16 Aug 2018 14:33:36 +0300 Matti Hamalainen Integrate more 1.8.2018 changes.
Thu, 16 Aug 2018 13:00:03 +0300 Matti Hamalainen Cleanups.
Wed, 15 Aug 2018 15:55:14 +0300 Matti Hamalainen Integrate more changes from v1.8.2018.
Wed, 15 Aug 2018 15:54:47 +0300 Matti Hamalainen Cosmetics.
Wed, 15 Aug 2018 13:57:50 +0300 Matti Hamalainen Cleanup.
Tue, 14 Aug 2018 15:50:15 +0300 Matti Hamalainen Cleanups.
Tue, 14 Aug 2018 14:58:32 +0300 Matti Hamalainen Improve machine selector.
Tue, 14 Aug 2018 13:56:18 +0300 Matti Hamalainen More change integration.
Tue, 14 Aug 2018 13:41:06 +0300 Matti Hamalainen Cleanups.
Tue, 14 Aug 2018 13:34:54 +0300 Matti Hamalainen Add helper function chopv() and use it.
Tue, 14 Aug 2018 13:12:43 +0300 Matti Hamalainen Merge and clean up changes from v1.8.2018
Tue, 14 Aug 2018 13:11:33 +0300 Matti Hamalainen Integer fixes.
Tue, 14 Aug 2018 13:02:30 +0300 Matti Hamalainen Booleanize.
Tue, 14 Aug 2018 13:00:47 +0300 Matti Hamalainen Cosmetics.
Mon, 13 Aug 2018 13:57:51 +0300 Matti Hamalainen Cleanups.
Thu, 09 Aug 2018 15:12:53 +0300 Matti Hamalainen Cosmetics.
Thu, 09 Aug 2018 15:03:53 +0300 Matti Hamalainen Cosmetics.
Thu, 09 Aug 2018 14:40:25 +0300 Matti Hamalainen Logic cleanup.
Thu, 09 Aug 2018 14:29:59 +0300 Matti Hamalainen Cosmetics.
Thu, 09 Aug 2018 13:09:39 +0300 Matti Hamalainen More work on integrating changes from v1.8.2018
Wed, 08 Aug 2018 11:16:18 +0300 Matti Hamalainen Cosmetic cleanups.
Wed, 08 Aug 2018 11:06:43 +0300 Matti Hamalainen Bump copyright.
Wed, 08 Aug 2018 11:06:33 +0300 Matti Hamalainen Begin integrating more changes from Multipaint 1.8.2018.
Sun, 05 Aug 2018 14:35:13 +0300 Matti Hamalainen Cleanup.
Sun, 05 Aug 2018 10:44:45 +0300 Matti Hamalainen Move undo and spare page management into buffers.pde as in Multipaint 2018.
Sun, 05 Aug 2018 09:55:17 +0300 Matti Hamalainen Improve language slightly.
Fri, 13 Jul 2018 02:41:27 +0300 Matti Hamalainen Cleanups.
Fri, 13 Jul 2018 01:06:18 +0300 Matti Hamalainen Fix the handling of link arguments.
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.