Menu

Tools Commit Log


Commit Date  
[r3727] by utunnels

openborscript.c:
Fix aiflag and think for changeentityproperty os NULL() is now actually supported.
Add jumpheight as an entity property (set and change).
openbor.c:
Forgot to clear loading script, now it's fixed.
screen32.c:
Fix putscreenx8p32 color key bug.

2012-11-06 07:23:00 Tree
[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
Older >