VOGONS

Common searches


Search results

Display options

Re: ZMBV Codec Bug

Okay, I've fixed the libavcodec that comes with ffdshow... I'm attaching a patch here, but I'll also send an email to the libavcodec guys to see if they can fix the issue in their source code too. Although, honestly, I think the bug is in not in the ffdshow zmbv implementation but in the one we're …

Re: ZMBV Codec Bug

It seems the ffdshow zmbv decompression is inverting the blue with the red decoding pixels as BGR instead of RGB. I think that's the problem... perhaps the ZMBV "specs" say something about the pixel encoding format?

Re: Dosbox with Gilde2x.ovl

yep, I know... but blood does use glide2x.ovl, but it seems it can't even find the file in the directory for some weird reason... I've disassembled it and took a quick look at it; the exe should find it but it doesn't for some reason (I guess this must be a DOSBox issue that has nothing to do with …

Re: CD Images unmounting

I now know where the problem is... I suppose it's a small design fault in MSCDEX_AddDrive() it returns an errorcode, the errorcode it's 0 if no error was found, and another number if something went wrong... or does it? well, almost. 0 = MSCDEX_SUCCESS 1 = MSCDEX_ERROR_MULTIPLE_CDROMS 2 = MSCDEX_ …

Re: CD Images unmounting

Okay, this is an step closer to a full unmount. I've added a couple things to fix the bug that let unmounting cdrom drives between two other cdroms (breaking the chain of cd drives) this should no longer be a problem. CD Images Unmount has become CD Unmount (full support) and it's quickly morphing …

Re: CD Images unmounting

It still has a bug, as you know CD-ROM drives must be one after the other, right now you can't mount drives that break the order, however right now you can still unmount drives in the middle; in other words, you can always unmount images. Other bug I missed in the first patch is, when you unmount …

Re: New proposed mount command syntax

In the case of Linux (and mac I'd guess) It isn't a question of C:\image.iso or the real folder C:\DOSBox\blah\blah. I have no C:\ to worry about it. All my personal stuff is in ~/. So /home/username/DOSfolder/stuff is pretty clear it's not C:\stuff. Right, in *nix environments this couldn't get …

Re: New proposed mount command syntax

I also think that they need to be simpler than before and no more complex. Merging mount and imgmount is a good idea, adding more parameters to mount is not so good. Unfortunately, accomplishing both goals it's hard to do, this is why we are trying to come up with a good simple usable but yet …

Re: New proposed mount command syntax

Anyway, I don't like the idea of dealing with actual folders. When I mount my ~/.DOS folder as drive C. I already have access to the folders within there. Why add the level of confusion with real system folders. This would get annoying fast... I think you missed the point of "real directories", if …

New proposed mount command syntax

I believe DOSBox has a problem on the way mounted stuff is mounted and how it works. This is my attempt to improve the mount command syntax, and this is only a request for comments about a new DOSBox mount command syntax. The idea behind the new command is to get rid of the imgmount command and to …

Re: Super2xSaI, 2xSaI and SuperEagle

I'm attaching here the patch with the new scalers, including Hq2x and Hq3x. Also, in this patch, you can switch the current scaler in real time using ctrl+alt+F2 (at the moment, but accepting suggestions 😀). Please share your thoughts and experiences with this patch.

Page 1 of 6