2017-07-04 17:43:03 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jul 4 15:33:15 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Update to new upstream release 2.3.0 (2016-12-29)
|
|
|
|
|
* Pitch-shifting from early versions of Doom, Heretic, and Hexen
|
|
|
|
|
is now supported.
|
|
|
|
|
* Aspect ratio-corrected 1600×1200 PNGs are now written.
|
|
|
|
|
* OPL emulation is more accurate.
|
|
|
|
|
* DMX bugs with GUS cards are now better emulated.
|
|
|
|
|
* Checksum calculations are fixed on big endian systems, allowing
|
|
|
|
|
multiplayer games to be played in mixed little/big-endian
|
|
|
|
|
environments.
|
|
|
|
|
* The vanilla limit of 4046 lumps per WAD is now enforced.
|
|
|
|
|
* Solidsegs overflow is emulated like in vanilla.
|
|
|
|
|
* It is now possible to start multiplayer Chex Quest games.
|
|
|
|
|
* Versions 1.666, 1.7, and 1.8 are emulated.
|
|
|
|
|
* An issue was fixed where the game crashed while killing the
|
|
|
|
|
Wraithverge in 64-bit builds.
|
|
|
|
|
- Drop chdoom-date.diff (no longer needed), drop
|
|
|
|
|
chdoom-sdlsound.diff (merged upstream).
|
|
|
|
|
|
2016-11-16 01:19:55 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Nov 16 00:18:05 UTC 2016 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Add chdoom-sdlsound.diff to resolve build error with new
|
|
|
|
|
libsamplerate
|
|
|
|
|
|
2015-11-07 11:28:03 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Nov 7 10:04:03 UTC 2015 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Update to new upstream release 2.2.1
|
|
|
|
|
* The Hexen four level demo IWAD is now supported.
|
|
|
|
|
* The Doom reload hack has been added back.
|
|
|
|
|
* OPL music playback has been improved in a number of ways to
|
|
|
|
|
match the behavior of Vanilla Doom's DMX library much more
|
|
|
|
|
closely. OPL3 playback is also now supported.
|
|
|
|
|
- Drop chdoom-nonvoid.diff (included upstream),
|
|
|
|
|
drop chdoom-prng.diff (PRNG impl. was switched)
|
|
|
|
|
|
2015-04-21 12:02:25 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Mar 28 22:16:09 UTC 2015 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Update to new upstream release 2.1
|
|
|
|
|
* Chocolate Doom now supports high-quality substitute music packs
|
|
|
|
|
that are used in place of the original MIDI music tracks.
|
|
|
|
|
* Support for joysticks and gamepads has been significantly
|
|
|
|
|
improved in this version.
|
|
|
|
|
* OPL MIDI playback has been significantly improved. Multi-track
|
|
|
|
|
MIDI files now play back properly.
|
|
|
|
|
* The "no fog on spawn west" Vanilla bug is now correctly
|
|
|
|
|
emulated.
|
|
|
|
|
* Behavior of older versions of Doom back to v1.666 can now be
|
|
|
|
|
emulated.
|
|
|
|
|
- Add chdoom-nonvoid.diff, chdoom-prng.diff to quench compiler
|
2015-04-28 15:51:26 +02:00
|
|
|
|
warnings. Add chdoom-date.diff to kill __DATE__ instances.
|
2015-04-21 12:02:25 +02:00
|
|
|
|
|
2014-05-11 19:03:24 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 11 17:01:43 UTC 2014 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Add python to BuildRequires - it is used for manpage generation
|
|
|
|
|
(was previously implicitly included)
|
|
|
|
|
|
2013-12-11 14:52:05 +01:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Dec 10 12:59:24 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Update to new upstream release 2.0
|
|
|
|
|
* Support for three other Doom engine-based games: Heretic, Hexen,
|
|
|
|
|
and Strife.
|
|
|
|
|
|
2013-05-02 09:56:27 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu May 2 07:45:59 UTC 2013 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Search /usr/share/doom for IWADs as well (bnc#818102)
|
2013-05-02 12:27:29 +02:00
|
|
|
|
+ Added chdoom-iwaddir.diff
|
2013-05-02 10:18:41 +02:00
|
|
|
|
- Remove unnecessary INSTALL file
|
2013-05-02 09:56:27 +02:00
|
|
|
|
|
2012-06-12 00:11:44 +02:00
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Jun 11 20:58:25 UTC 2012 - jengelh@inai.de
|
|
|
|
|
|
|
|
|
|
- Update to new upstream release 1.7.0
|
|
|
|
|
* Running servers now re-resolve the address of the master server
|
|
|
|
|
occasionally, to adapt to DNS address changes.
|
|
|
|
|
* A workaround for SDL mouse lag is now only used on Windows
|
|
|
|
|
(where it is needed)
|
|
|
|
|
* UTF-8 usernames are supported, and Windows usernames with
|
|
|
|
|
non-ASCII characters are now supported
|
|
|
|
|
* Palette accuracy is reduced to 6 bits per channel, to more
|
|
|
|
|
accurately emulate the PC VGA hardware
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Jun 08 15:42:13 UTC 2011 - jengelh@medozas.de
|
|
|
|
|
|
2012-11-15 01:30:33 +01:00
|
|
|
|
- Initial package (version 1.6.0) for build.opensuse.org
|