Author Topic: Nightly (Linux): 02 Jun 2015 - Revision d7f54dd  (Read 711 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 02 Jun 2015 - Revision d7f54dd
Here is the nightly for Linux on 02 Jun 2015 - Revision d7f54dd

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20150602_d7f54dd.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit 7fe5ba8
Author: jg18 <Mon Jun 1 11:18:07 2015 -0700>
Commit: jg18 <Mon Jun 1 11:18:07 2015 -0700>

    Make enhanced sound on by default.
 code/cmdline/cmdline.cpp  | 12 ++++++------
 code/cmdline/cmdline.h    |  2 +-
 code/object/objectsnd.cpp |  2 +-
 code/sound/ds.cpp         | 12 ++++++------
 4 files changed, 14 insertions(+), 14 deletions(-)

------------------------------------------------------------------------
commit faa0c5e
Author: jg18 <Mon Jun 1 10:24:07 2015 -0700>
Commit: jg18 <Mon Jun 1 10:24:07 2015 -0700>

    Make minor corrections to enhanced sound.
 code/cmdline/cmdline.cpp | 2 +-
 code/gamesnd/gamesnd.cpp | 2 +-
 code/sound/ds.cpp        | 8 ++++++--
 3 files changed, 8 insertions(+), 4 deletions(-)

------------------------------------------------------------------------
commit ad91028
Author: jg18 <Fri May 29 23:05:30 2015 -0700>
Commit: jg18 <Fri May 29 23:05:30 2015 -0700>

    Add support for enhanced sound.
 code/cmdline/cmdline.cpp  |   8 ++
 code/cmdline/cmdline.h    |   1 +
 code/gamesnd/gamesnd.cpp  | 304 ++++++++++++++++++++++++++++++++++++++++++++++
 code/object/objectsnd.cpp |  12 +-
 code/sound/channel.h      |   3 +-
 code/sound/ds.cpp         | 224 ++++++++++++++++++++++++++++++++--
 code/sound/ds.h           |   6 +-
 code/sound/rtvoice.cpp    |   3 +-
 code/sound/sound.cpp      |  12 +-
 code/sound/sound.h        |  36 +++++-
 10 files changed, 586 insertions(+), 23 deletions(-)