{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":378270008,"defaultBranch":"main","name":"infinite-mac","ownerLogin":"mihaip","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2021-06-18T21:40:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/513813?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1624054483.656883","currentOid":""},"activityList":{"items":[{"before":"35c24664bc803fa67fb0eaf1fb0f58a6737542a2","after":"07ca4fd146014725e416f3e99c6c707e6514721d","ref":"refs/heads/main","pushedAt":"2024-09-16T04:35:40.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Add carousel for showing screenshots\n\nUpdates #337","shortMessageHtmlLink":"Add carousel for showing screenshots"}},{"before":"0a98578ec56f381f6f8ac862812b30c39c1cba98","after":"35c24664bc803fa67fb0eaf1fb0f58a6737542a2","ref":"refs/heads/main","pushedAt":"2024-09-15T00:45:17.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Checkpoint full library support\n\nAdds a script for import a Macintosh Garden JSON dump and generating an\nindex file (small, loaded on the client) and details file (larger,\nloaded in the worker).\n\nData files are stored as packed arrays to minimize download size (the\nposition in the array is a specific field of the item).\n\nAdds a basic list and details view to the library drawer for showing\ndetails about the item and triggering downloads.\n\nUpdates #337","shortMessageHtmlLink":"Checkpoint full library support"}},{"before":"fd4540f5404d2e58e0c6f5fbb2fbf4ef3d69333e","after":"0a98578ec56f381f6f8ac862812b30c39c1cba98","ref":"refs/heads/main","pushedAt":"2024-08-26T05:07:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nPicks up dingusdev/dingusppc#116 which allows more control over logging\nverbosity.\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"d6dc617ea048bde5ec00d531ec40f1aba5127ca8","after":"fd4540f5404d2e58e0c6f5fbb2fbf4ef3d69333e","ref":"refs/heads/main","pushedAt":"2024-08-25T15:41:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"299f2e255207947c0a848e6304a35bafb37935eb","after":"d6dc617ea048bde5ec00d531ec40f1aba5127ca8","ref":"refs/heads/main","pushedAt":"2024-08-17T20:41:16.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to most recent DingusPPC build\n\nIncludes mihaip/dingusppc@f7f14a3a547222c1540e55763e03c6b8890d5ac1\nwhich makes right-clicking work in Mac OS X guests.\n\nUpdates #219","shortMessageHtmlLink":"Update to most recent DingusPPC build"}},{"before":"4f6485ee46abfd64ade85b0d8b39531d16cfb330","after":"299f2e255207947c0a848e6304a35bafb37935eb","ref":"refs/heads/main","pushedAt":"2024-07-27T18:48:43.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Add initial Mac OS X 10.2 image\n\nA few tweaks to get it to work:\n- The device image was generated using QEMU and already has a device\n header (with the partition map), thus we don't need to append it.\n- Add snapshotted NVRAM and PRAM contents for the Beige G3, so that we\n have the boot device selected and we boot into verbose mode (the latter\n is not required, but it makes it easier to see progress).\n\nActual image contents is not committed since it may change and I don't\nwant to have to have large binary diffs.\n\nUpdates #219","shortMessageHtmlLink":"Add initial Mac OS X 10.2 image"}},{"before":"3281685511a0703bb14250c915de20de3b528fb2","after":"4f6485ee46abfd64ade85b0d8b39531d16cfb330","ref":"refs/heads/main","pushedAt":"2024-07-17T05:24:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"a91251fd82b2ba1965c98ad60d158762352e93e8","after":"3281685511a0703bb14250c915de20de3b528fb2","ref":"refs/heads/main","pushedAt":"2024-07-17T04:47:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Don't use mouse deltas in an emulator that doesn't support them\n\nCould happen if enabling mouse deltas in a SheepShaver- or Basilisk II-\nbased machine and then switching to a Mini vMac-based one.\n\nAddresses the issue discussed by https://github.com/mihaip/infinite-mac/issues/326#issuecomment-2228811727","shortMessageHtmlLink":"Don't use mouse deltas in an emulator that doesn't support them"}},{"before":"b1357d86d89073b8604f00191054ff0123d50b97","after":"a91251fd82b2ba1965c98ad60d158762352e93e8","ref":"refs/heads/main","pushedAt":"2024-07-15T05:42:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Add emulator setting to allow more control over screen scaling\n\nAllows explicit control over scaling vs. nearest-neighbor scaling\n(the current automatic behavior remains the default).\n\nFixes #174","shortMessageHtmlLink":"Add emulator setting to allow more control over screen scaling"}},{"before":"aee1b1ca4c383ea913962d4408117617aa80feea","after":"b1357d86d89073b8604f00191054ff0123d50b97","ref":"refs/heads/main","pushedAt":"2024-06-23T00:59:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Restore mounting of some initial disk images are read-write\n\nUndoes the addition of the `*` (read-only) flag from\n0a8d13f2eeb2cfbd3f1955ff4ef320f1b7968b3a for disk-like URLs (signaled by\nthe .dsk extension), so that software that expects a read-write disk\ncan run.\n\nWe still need to mount actual CD-ROMs as read-only, otherwise some\nversions of Mac OS may not be bootable.\n\nFixes #323","shortMessageHtmlLink":"Restore mounting of some initial disk images are read-write"}},{"before":"71edc75e36988f08a8911ada8ac42ee5146a6b32","after":"aee1b1ca4c383ea913962d4408117617aa80feea","ref":"refs/heads/main","pushedAt":"2024-06-10T01:30:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"5b0383be43d6c38d08cadc6d9b40241b10a3543f","after":"71edc75e36988f08a8911ada8ac42ee5146a6b32","ref":"refs/heads/main","pushedAt":"2024-05-16T05:16:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Bump NPM dependencies","shortMessageHtmlLink":"Bump NPM dependencies"}},{"before":"058ddd96eb1c4f9358b5c50e625d40c26b35f59f","after":"5b0383be43d6c38d08cadc6d9b40241b10a3543f","ref":"refs/heads/main","pushedAt":"2024-05-15T05:23:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"a2e59eaba319c5d4ad6de655dce8c0ab569d8ad9","after":"058ddd96eb1c4f9358b5c50e625d40c26b35f59f","ref":"refs/heads/main","pushedAt":"2024-05-09T05:05:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Fix HFS partition offset for Apple SCSI 4.3 header\n\n8133d26e5aa85596e5fd2d632fbf924e3684ab92 added the alternate header\nwith fewer partitions, but did not update the offset where we write\nthe block count.\n\nFixes #317","shortMessageHtmlLink":"Fix HFS partition offset for Apple SCSI 4.3 header"}},{"before":"7a5595477404eed8ca5e223185db5ddf41cd006b","after":"a2e59eaba319c5d4ad6de655dce8c0ab569d8ad9","ref":"refs/heads/main","pushedAt":"2024-05-07T14:17:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Fix copy/paste error","shortMessageHtmlLink":"Fix copy/paste error"}},{"before":"47d697538ba8a99bd0cf217c4dd404894c6944bb","after":"7a5595477404eed8ca5e223185db5ddf41cd006b","ref":"refs/heads/main","pushedAt":"2024-05-04T23:03:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Fix emulator subtype type definitions\n\nMake it slightly more type-safe that Mini vMac and Previous subtypes\ncannot be intermixed.","shortMessageHtmlLink":"Fix emulator subtype type definitions"}},{"before":"1116b6edd4f01ee677f4cff22ef7049b6cc87a27","after":"47d697538ba8a99bd0cf217c4dd404894c6944bb","ref":"refs/heads/main","pushedAt":"2024-04-26T05:49:24.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"0f1dc515ea767311cf9088bddc5011cf19d43d48","after":"1116b6edd4f01ee677f4cff22ef7049b6cc87a27","ref":"refs/heads/main","pushedAt":"2024-04-18T04:56:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update MacTech CD-ROM archive.org's links to Volumes 1-17 (2001)","shortMessageHtmlLink":"Update MacTech CD-ROM archive.org's links to Volumes 1-17 (2001)"}},{"before":"0398c8d7bf309031f856cb91d8bb8bfcd57ecd50","after":"0f1dc515ea767311cf9088bddc5011cf19d43d48","ref":"refs/heads/main","pushedAt":"2024-04-13T05:24:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Allowlist another external disk image domain","shortMessageHtmlLink":"Allowlist another external disk image domain"}},{"before":"7ef115a9f3187698627566406da542014997c224","after":"0398c8d7bf309031f856cb91d8bb8bfcd57ecd50","ref":"refs/heads/main","pushedAt":"2024-04-12T05:27:33.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Add era-appropriate system fonts\n\nUses Chicago and Charcoal for the Classic and Platinum appearances.\n\nFixes #211","shortMessageHtmlLink":"Add era-appropriate system fonts"}},{"before":"ce8524d9fd67f85fe97e809e5715a5c2ee34ae1c","after":"7ef115a9f3187698627566406da542014997c224","ref":"refs/heads/main","pushedAt":"2024-04-08T20:52:35.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nPicks up dingusdev/dingusppc@cf4913deb01b3ef7ce90081d6078798c464f875d which\nunbreaks the 7500.\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"df45c527562dd81b384bdc591e35937e239e2a9c","after":"ce8524d9fd67f85fe97e809e5715a5c2ee34ae1c","ref":"refs/heads/main","pushedAt":"2024-04-07T03:29:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nPicks up mihaip/dingusppc@85cda6ec4e2826d89cf099fbe7141850152b85a0 which\nfixes video display on the 7500.\n\nAlso makes floppy images be read-only, which avoids a write that triggers an\nabort.\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"77f043a19bdf20e6f071ad798806d36290f9a850","after":"df45c527562dd81b384bdc591e35937e239e2a9c","ref":"refs/heads/main","pushedAt":"2024-04-04T05:41:56.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update Basilisk II and SheepShaver builds\n\nPicks up rebasing of the macemu repo to the latest kanjitalk755 upstream,\nnotably with the compiler flag fixes from kanjitalk755/macemu#197\n\nFixes #305","shortMessageHtmlLink":"Update Basilisk II and SheepShaver builds"}},{"before":"c37454b1b0d90f9abba60a850421cfd6f36efd58","after":"77f043a19bdf20e6f071ad798806d36290f9a850","ref":"refs/heads/main","pushedAt":"2024-04-03T05:59:29.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"9f48d553c973b50e2a8a67a2b3657d8c6897bdf6","after":"c37454b1b0d90f9abba60a850421cfd6f36efd58","ref":"refs/heads/main","pushedAt":"2024-04-03T05:33:26.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Fix emulated Mac shutdown not calling emulatorDidExit\n\nWe were removing the handleWorkerMessage listener and thus never getting\nthe emulator_exit message event. Switch to using the same emulator_stopped\nevent to convey this information too, via an an extra isExit flag.\n\nFixes #306","shortMessageHtmlLink":"Fix emulated Mac shutdown not calling emulatorDidExit"}},{"before":"1c755c8c07cb466222691fffa023c9c0b153508b","after":"9f48d553c973b50e2a8a67a2b3657d8c6897bdf6","ref":"refs/heads/main","pushedAt":"2024-03-31T05:27:56.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Handle CD-ROM library items failing to download\n\nLog the error, but continue processing the rest of the items.\n\nFix up a few items that are now returning errors (which I had not noticed\ndue to having cached data for them).\n\nFixes #304","shortMessageHtmlLink":"Handle CD-ROM library items failing to download"}},{"before":"f28bd59e63e823316183e283012f4403cd38ade3","after":"1c755c8c07cb466222691fffa023c9c0b153508b","ref":"refs/heads/main","pushedAt":"2024-03-29T06:55:17.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Add various software to the Library\n\nApeiron 1.0.2 is added in addition 1.0.3 because it doesn't need\nInputSprocket and thus runs on more PowerPC systems.\n\nJurassic Park was installed from https://macintoshgarden.org/apps/jurassic-park","shortMessageHtmlLink":"Add various software to the Library"}},{"before":"d6573dba8fd8659d594b78fa693e1a8a8340bb47","after":"f28bd59e63e823316183e283012f4403cd38ade3","ref":"refs/heads/main","pushedAt":"2024-03-25T04:42:00.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}},{"before":"78058bad9eef2be00de124c1e040bd39c49b5e73","after":"d6573dba8fd8659d594b78fa693e1a8a8340bb47","ref":"refs/heads/main","pushedAt":"2024-03-24T22:01:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Add basic HexField template for NeXT/UFS disk images","shortMessageHtmlLink":"Add basic HexField template for NeXT/UFS disk images"}},{"before":"77b275ba7222b100ec782187a32c18d1913e3c2c","after":"78058bad9eef2be00de124c1e040bd39c49b5e73","ref":"refs/heads/main","pushedAt":"2024-03-24T18:30:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mihaip","name":"Mihai Parparita","path":"/mihaip","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/513813?s=80&v=4"},"commit":{"message":"Update to current DingusPPC upstream\n\nUpdates #219","shortMessageHtmlLink":"Update to current DingusPPC upstream"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQwNDozNTo0MC4wMDAwMDBazwAAAAS3CD7y","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNlQwNDozNTo0MC4wMDAwMDBazwAAAAS3CD7y","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMy0yNFQxODozMDoxNS4wMDAwMDBazwAAAAQd_l_3"}},"title":"Activity ยท mihaip/infinite-mac"}