[Scummvm-git-logs] scummvm master -> b8e4821a5a7a1f9e6057da928e8ecb48100d97ab

tsoliman tarek at bashasoliman.com
Thu Dec 21 06:38:56 CET 2017


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
b8e4821a5a MT32: Remove executable flag from source files


Commit: b8e4821a5a7a1f9e6057da928e8ecb48100d97ab
    https://github.com/scummvm/scummvm/commit/b8e4821a5a7a1f9e6057da928e8ecb48100d97ab
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2017-12-20T22:09:03-06:00

Commit Message:
MT32: Remove executable flag from source files

Changed paths:
    audio/softsynth/mt32/Analog.cpp
    audio/softsynth/mt32/Analog.h
    audio/softsynth/mt32/BReverbModel.cpp
    audio/softsynth/mt32/BReverbModel.h
    audio/softsynth/mt32/Enumerations.h
    audio/softsynth/mt32/File.cpp
    audio/softsynth/mt32/File.h
    audio/softsynth/mt32/FileStream.cpp
    audio/softsynth/mt32/FileStream.h
    audio/softsynth/mt32/LA32FloatWaveGenerator.cpp
    audio/softsynth/mt32/LA32FloatWaveGenerator.h
    audio/softsynth/mt32/LA32Ramp.cpp
    audio/softsynth/mt32/LA32Ramp.h
    audio/softsynth/mt32/LA32WaveGenerator.cpp
    audio/softsynth/mt32/LA32WaveGenerator.h
    audio/softsynth/mt32/MemoryRegion.h
    audio/softsynth/mt32/MidiEventQueue.h
    audio/softsynth/mt32/MidiStreamParser.cpp
    audio/softsynth/mt32/MidiStreamParser.h
    audio/softsynth/mt32/Part.cpp
    audio/softsynth/mt32/Part.h
    audio/softsynth/mt32/Partial.cpp
    audio/softsynth/mt32/Partial.h
    audio/softsynth/mt32/PartialManager.cpp
    audio/softsynth/mt32/PartialManager.h
    audio/softsynth/mt32/Poly.cpp
    audio/softsynth/mt32/Poly.h
    audio/softsynth/mt32/ROMInfo.cpp
    audio/softsynth/mt32/ROMInfo.h
    audio/softsynth/mt32/Structures.h
    audio/softsynth/mt32/Synth.cpp
    audio/softsynth/mt32/Synth.h
    audio/softsynth/mt32/TVA.cpp
    audio/softsynth/mt32/TVA.h
    audio/softsynth/mt32/TVF.cpp
    audio/softsynth/mt32/TVF.h
    audio/softsynth/mt32/TVP.cpp
    audio/softsynth/mt32/TVP.h
    audio/softsynth/mt32/Tables.cpp
    audio/softsynth/mt32/Tables.h
    audio/softsynth/mt32/Types.h
    audio/softsynth/mt32/c_interface/c_interface.cpp
    audio/softsynth/mt32/c_interface/c_interface.h
    audio/softsynth/mt32/c_interface/c_types.h
    audio/softsynth/mt32/c_interface/cpp_interface.h
    audio/softsynth/mt32/globals.h
    audio/softsynth/mt32/internals.h
    audio/softsynth/mt32/mmath.h
    audio/softsynth/mt32/mt32emu.h
    audio/softsynth/mt32/sha1/sha1.cpp
    audio/softsynth/mt32/sha1/sha1.h


diff --git a/audio/softsynth/mt32/Analog.cpp b/audio/softsynth/mt32/Analog.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Analog.h b/audio/softsynth/mt32/Analog.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/BReverbModel.cpp b/audio/softsynth/mt32/BReverbModel.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/BReverbModel.h b/audio/softsynth/mt32/BReverbModel.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Enumerations.h b/audio/softsynth/mt32/Enumerations.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/File.cpp b/audio/softsynth/mt32/File.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/File.h b/audio/softsynth/mt32/File.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/FileStream.cpp b/audio/softsynth/mt32/FileStream.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/FileStream.h b/audio/softsynth/mt32/FileStream.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/LA32FloatWaveGenerator.cpp b/audio/softsynth/mt32/LA32FloatWaveGenerator.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/LA32FloatWaveGenerator.h b/audio/softsynth/mt32/LA32FloatWaveGenerator.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/LA32Ramp.cpp b/audio/softsynth/mt32/LA32Ramp.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/LA32Ramp.h b/audio/softsynth/mt32/LA32Ramp.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/LA32WaveGenerator.cpp b/audio/softsynth/mt32/LA32WaveGenerator.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/LA32WaveGenerator.h b/audio/softsynth/mt32/LA32WaveGenerator.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/MemoryRegion.h b/audio/softsynth/mt32/MemoryRegion.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/MidiEventQueue.h b/audio/softsynth/mt32/MidiEventQueue.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/MidiStreamParser.cpp b/audio/softsynth/mt32/MidiStreamParser.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/MidiStreamParser.h b/audio/softsynth/mt32/MidiStreamParser.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Part.cpp b/audio/softsynth/mt32/Part.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Part.h b/audio/softsynth/mt32/Part.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Partial.cpp b/audio/softsynth/mt32/Partial.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Partial.h b/audio/softsynth/mt32/Partial.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/PartialManager.cpp b/audio/softsynth/mt32/PartialManager.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/PartialManager.h b/audio/softsynth/mt32/PartialManager.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Poly.cpp b/audio/softsynth/mt32/Poly.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Poly.h b/audio/softsynth/mt32/Poly.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/ROMInfo.cpp b/audio/softsynth/mt32/ROMInfo.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/ROMInfo.h b/audio/softsynth/mt32/ROMInfo.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Structures.h b/audio/softsynth/mt32/Structures.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Synth.cpp b/audio/softsynth/mt32/Synth.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Synth.h b/audio/softsynth/mt32/Synth.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/TVA.cpp b/audio/softsynth/mt32/TVA.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/TVA.h b/audio/softsynth/mt32/TVA.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/TVF.cpp b/audio/softsynth/mt32/TVF.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/TVF.h b/audio/softsynth/mt32/TVF.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/TVP.cpp b/audio/softsynth/mt32/TVP.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/TVP.h b/audio/softsynth/mt32/TVP.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Tables.cpp b/audio/softsynth/mt32/Tables.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Tables.h b/audio/softsynth/mt32/Tables.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/Types.h b/audio/softsynth/mt32/Types.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/c_interface/c_interface.cpp b/audio/softsynth/mt32/c_interface/c_interface.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/c_interface/c_interface.h b/audio/softsynth/mt32/c_interface/c_interface.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/c_interface/c_types.h b/audio/softsynth/mt32/c_interface/c_types.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/c_interface/cpp_interface.h b/audio/softsynth/mt32/c_interface/cpp_interface.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/globals.h b/audio/softsynth/mt32/globals.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/internals.h b/audio/softsynth/mt32/internals.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/mmath.h b/audio/softsynth/mt32/mmath.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/mt32emu.h b/audio/softsynth/mt32/mt32emu.h
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/sha1/sha1.cpp b/audio/softsynth/mt32/sha1/sha1.cpp
old mode 100755
new mode 100644
diff --git a/audio/softsynth/mt32/sha1/sha1.h b/audio/softsynth/mt32/sha1/sha1.h
old mode 100755
new mode 100644





More information about the Scummvm-git-logs mailing list