Browse Source

Replaced sample.wav

Thomas Buck 10 years ago
parent
commit
a32a9449ff
4 changed files with 8 additions and 3 deletions
  1. 3
    0
      ChangeLog
  2. 1
    1
      Makefile
  3. 4
    2
      README.md
  4. BIN
      data/sample.wav

+ 3
- 0
ChangeLog View File

5
 
5
 
6
  OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
6
  OpenRaider (0.1.2) xythobuz <xythobuz@xythobuz.de>
7
 
7
 
8
+	[ 20140102 ]
9
+	* Replaced the (unknown) included sample sound file
10
+
8
 	[ 20140101 ]
11
 	[ 20140101 ]
9
 	* Fixed Wavebuffer loading of Sound subsystem, as well as
12
 	* Fixed Wavebuffer loading of Sound subsystem, as well as
10
 	  making the Sound Unit Test buildable on Mac.
13
 	  making the Sound Unit Test buildable on Mac.

+ 1
- 1
Makefile View File

15
 MAJOR_VERSION=0
15
 MAJOR_VERSION=0
16
 MINOR_VERSION=1
16
 MINOR_VERSION=1
17
 MICRO_VERSION=2
17
 MICRO_VERSION=2
18
-BUILD_ID=20140101
18
+BUILD_ID=20140102
19
 PRE=
19
 PRE=
20
 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)$(PRE)
20
 VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION)$(PRE)
21
 VERSION_DEB=$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION).$(BUILD_ID)
21
 VERSION_DEB=$(MAJOR_VERSION).$(MINOR_VERSION).$(MICRO_VERSION).$(BUILD_ID)

+ 4
- 2
README.md View File

53
 
53
 
54
 ## License
54
 ## License
55
 
55
 
56
-The included font, Droid Sans Mono, was created by Steve Matteson and is licensed under the [Apache 2.0 License](http://www.droidfonts.com/licensing/).
56
+The included example Font, [Droid Sans Mono](http://www.droidfonts.com/licensing/), was created by Steve Matteson and is licensed under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
57
+
58
+The included sample WAV file is made from the [Falling Mate ringtone](http://brechler-web.de/fallingmate/) by [Plaetzchen](http://plaetzchen.cc).
57
 
59
 
58
 OpenRaider is based on code, specs, and alogrithms from:
60
 OpenRaider is based on code, specs, and alogrithms from:
59
 
61
 
63
 
65
 
64
 All code should be GPLed, unless otherwise noted.
66
 All code should be GPLed, unless otherwise noted.
65
 
67
 
66
-2013 Housekeeping by xythobuz.
68
+2013 improvements & clean-up by xythobuz.

BIN
data/sample.wav View File


Loading…
Cancel
Save