Menu

Tools Commit Log


Commit Date  
[r3726] by plombo

Allow selecting the OpenGL filtering method (simple or bilinear) in
fullscreen. This was supposed to be allowed when I separated the video
settings for windowed and fullscreen in the save data, but I overlooked it
then.

2012-10-31 15:30:49 Tree
[r3725] by plombo

Silence debug spew to stderr when processing joystick input. I added it a
long time ago for debugging purposes and apparently forgot to disable it. It
went unnoticed until now because the stderr stream is only visible when
running OpenBOR from a terminal in Linux or Darwin.

2012-10-30 18:38:14 Tree
[r3724] by plombo

Rewrote the Scanline 2x and Scanline TV 2x scaling filters to fix conflicts
with the GPL.

2012-10-30 18:38:13 Tree
[r3723] by plombo

Fix crashes in Scale2x MMX implementation.

2012-10-30 18:38:12 Tree
[r3722] by utunnels

Fix special3(aka jumpspecial) dive bug.
Fix difficulty menu scroll bar (more than 10 modes are supported now).

2012-10-29 02:29:55 Tree
[r3721] by plombo

Cleaned the Scale2x rewrite up a bit and changed the MMX assembly code to not
use the ebx register. Hopefully this will fix the compile error in Darwin.

2012-10-29 01:52:53 Tree
[r3720] by plombo

Complete rewrite of Simple 2x scaling filter to remove more GPL-licensed code
from the engine. The implementation ended up being very similar, even though
I didn't look at the original code until after finishing my own
implementation.

2012-10-26 21:53:18 Tree
[r3719] by utunnels

Enable remap and blend for 8 bit transform (transform.c).
Minor debug message change(openbor.c).

2012-10-26 08:04:00 Tree
[r3718] by utunnels

Fix some debug messages.
Fix fill color and remap conflict under 8bit mode (3716).

2012-10-26 06:27:59 Tree
[r3717] by plombo

Complete rewrite of the Scale2x (AdvanceMAME2x) filter. The old version was
based on an implementation licensed under the GPL, which is incompatible with
our license. Like the version it replaces, this rewrite has a fast MMX path
for x86 machines and a C path for everything else.

There's still a ton of GPL-encumbered code in the other scaling filters, but
this is at least a start.

2012-10-25 05:44:16 Tree
Older >