Joe Osborn

Results 47 comments of Joe Osborn

As an outside observer, I'd like to vote for using branches for this! Users can checkout master, developers can checkout dev, and it should make moving changes around easier. It's...

The floppy controller's misbehavior seems worthy of its own issue (e.g., inserting a floppy disk works now with PR #897 in MS-DOS, but not Linux 2.6) for overall conformance with...

I’m not clear on what the OS (BIOS?) is looking for to notice fdd changes. According to https://wiki.osdev.org/Floppy_Disk_Controller it sounds like changing port3F7_read to send a 1 in bit 7...

As for CD-ROM, I think the IDEInterface would need to change in a few ways... Here's my understanding of the problem based on the osdev wiki ( https://wiki.osdev.org/PCI_IDE_Controller#Ejecting_an_ATAPI_Drive ) and...

It's not uncommon on GitHub to use issues for feature plans, and categorize/filter them appropriately. Wiki changes may make sense for features or changes that we aren't sure about, but...

Does this mainly mean moving the sprite definitions into the Sprite Behaviour editor rather than a separate editor window?

Hey, congratulations! I'd be glad to keep hacking on the basics of RagePixel—I'll keep up on this repo and fix any bugs I stumble on—but I can't take on any...

Yes! Eric, I'd be happy to add you to this repo. I have a spritesheet import feature that is actually in this GitHub repo, some stuff for describing animations as...

Oh: And if you'd rather keep your changes distinct from the mainline, you can always just fork this repository and send pull requests upstream. Personally though, I think it would...

Yeah—MIT license basically says "Please include this license text with the program documentation", 3-clause BSD adds on a term that says "Don't use our organization's name in endorsing or advertising...