log

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