comparison ChangeLog @ 953:ae7e96e44f22 trunk

[svn] Now in sync with AdPlug upstream, merging their commit: "Removed superfluous exit() call. This was detected as part of a GCC 4.3 compilation regression test. Thanks to Martin Michlmayr! Fixes Debian bug #417078."
author chainsaw
date Fri, 13 Apr 2007 09:27:41 -0700
parents 87666f9bf6d0
children d7a6fd179cd2
comparison
equal deleted inserted replaced
952:87666f9bf6d0 953:ae7e96e44f22
1 2007-04-13 16:09:50 +0000 Tony Vroon <chainsaw@gentoo.org>
2 revision [2038]
3 Upstream commit "Vastly enhanced generic Protracker player and modified loaders accordingly.
4 Copl now supports a getchip() method. A2M loader enhanced for OPL3 features." manually applied by decoding the actual changes from an ocean of whitespace damage. It compiles, but do test it.
5 trunk/src/adplug/core/a2m.cxx | 200 +++++++++++++++++-------------
6 trunk/src/adplug/core/a2m.h | 7 -
7 trunk/src/adplug/core/amd.cxx | 4
8 trunk/src/adplug/core/fmc.cxx | 4
9 trunk/src/adplug/core/opl.h | 7 -
10 trunk/src/adplug/core/player.cxx | 2
11 trunk/src/adplug/core/player.h | 4
12 trunk/src/adplug/core/protrack.cxx | 240 ++++++++++++++++++++++++++-----------
13 trunk/src/adplug/core/protrack.h | 138 +++++++++++----------
14 trunk/src/adplug/core/rad.cxx | 4
15 trunk/src/adplug/core/sa2.cxx | 6
16 11 files changed, 383 insertions(+), 233 deletions(-)
17
18
1 2007-04-13 15:07:32 +0000 Tony Vroon <chainsaw@gentoo.org> 19 2007-04-13 15:07:32 +0000 Tony Vroon <chainsaw@gentoo.org>
2 revision [2036] 20 revision [2036]
3 D00 Vibrato and Slides fix by Dennis Lindroos (from upstream CVS). 21 D00 Vibrato and Slides fix by Dennis Lindroos (from upstream CVS).
4 trunk/src/adplug/core/d00.cxx | 11 +++++++++-- 22 trunk/src/adplug/core/d00.cxx | 11 +++++++++--
5 trunk/src/adplug/core/d00.h | 4 ++-- 23 trunk/src/adplug/core/d00.h | 4 ++--