2006-03-09 18:23:45 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.5.1.
Changes:
AUDIO: Added audio Delta-Sigma filter.
AUDIO: Fixed pseudo stereo mode 2 by disabling noise cycling.
CODE: Changed default minimum CPU requirement on DJGPP and Mingw32 compiled \
builds to i586 (Pentium class), up from i486.
CODE: Makefile improvements, including automagic dependancy list generation.
CODE: Centralized all save data functions into 'save.c' and 'save.h'.
CODE: Split 'misc.h' into 'common.h' and 'types.h'.
CODE: Renamed 'crc32.c' and 'crc32.h' to 'crc.c' and 'crc.h', respectively, \
to allow for future additions to the CRC
generation API.
CODE: Fixed version number to read 0.5.1 instead of 0.4.0 - it was broken in \
the January 13th WIP release, which was
supposed to be 0.5.0. x_x
CORE: Removed x86 optimized core since it's benefits these days are \
questionable compared to the overhead it induces.
GUI: GUI overhaul, partial Unicode support, and more.
GUI: Added GUI toggle for Zapper emulation.
GUI: Changed default GUI theme to 'Panta'.
GUI: Changed display method for backgrounds less than 200 pixels high from \
stretched to centered.
GUI: Fixed background drawing in color depths higher than 8 bits-per-pixel.
INPUT: Added support for using the mouse as an input device.
MISC: Added a CPU usage option and subsequently a GUI menu with which to \
configure it.
VIDEO: Added support for 24-bit video modes (fullscreen and windowed).
VIDEO: Removed outdated 2xSOE blitters.
VIDEO: Overhauled all remaining blitters and combined multiple blitter \
variants together.
VIDEO: Added new DES and DESii blitters.
VIDEO: Added makeshift support for HQ2X, HQ3X, and HQ4X.
VIDEO: Changed default display mode under windowed environments from \
fullscreen to windowed; use a platform-specific driver
or the 'Force Fullscreen' option to override.
|
2005-05-25 16:11:58 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Add RMD160 checksum.
|
2005-05-24 12:29:40 by Roland Illig | Files touched by this commit (1) |
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
|
2005-04-11 23:11:57 by Todd Vierling | Files touched by this commit (1) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2004-07-22 17:04:57 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Take maintainership, since the previous maintainer
does not want it any longer.
|
2004-07-19 21:54:52 by Thomas Klausner | Files touched by this commit (1) |
Log message:
This has no locale stuff -- remove USE_PKGLOCALEDIR.
|
2004-07-19 21:17:08 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.3.1, nearly usable (thread syncing problems).
Changes since 0.1.5:
Version 0.3.1
====--
Note: NetPlay is incomplete and replays are semi-broken in this release.
Trying to use NetPlay in this will get you nothing!
This version is experimental, and I am releasing it for Christmas so that I
can worry about more important, such as (eventually) finishing NetPlay.
Miscellaneous changes:
Input 'Start' and 'Select' buttons configuration reversed fix.
Increased chat message buffer size from 4 to 10 lines.
Build system & code changes:
Added CPU_TYPE and CPU_ARCH and improved some behavior.
Separated blitters into individual header files.
GUI changes:
Added numbers to the items in Video > Blitter menu.
Overhauled dithering functions.
Video output changes:
(Super) 2xSCL crash in high resolutions fix.
Added 32-bit support.
Added color indexing for all non-32-bit modes.
Made all blitters work in any supported color depth.
Renamed interpolated blitter to interpolated 2x.
Added interpolated 3x blitter.
|
2004-07-19 21:17:08 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 0.3.1, nearly usable (thread syncing problems).
Changes since 0.1.5:
Version 0.3.1
====--
Note: NetPlay is incomplete and replays are semi-broken in this release.
Trying to use NetPlay in this will get you nothing!
This version is experimental, and I am releasing it for Christmas so that I
can worry about more important, such as (eventually) finishing NetPlay.
Miscellaneous changes:
Input 'Start' and 'Select' buttons configuration reversed fix.
Increased chat message buffer size from 4 to 10 lines.
Build system & code changes:
Added CPU_TYPE and CPU_ARCH and improved some behavior.
Separated blitters into individual header files.
GUI changes:
Added numbers to the items in Video > Blitter menu.
Overhauled dithering functions.
Video output changes:
(Super) 2xSCL crash in high resolutions fix.
Added 32-bit support.
Added color indexing for all non-32-bit modes.
Made all blitters work in any supported color depth.
Renamed interpolated blitter to interpolated 2x.
Added interpolated 3x blitter.
|
2004-04-05 15:30:19 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Update paths for allegro move to pkgsrc; and convert to bl3 (untested)
since pkgsrc allegro only contains a bl3 file.
|
2003-11-28 08:30:32 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Remove wip from CATEGORIES.
|