Hector Castelli Zacharias
|
522b2d44d6
|
Fixed issues where there woudln't be enough audio sources for the ambiance. Added Stop Ambiance command.
|
6 years ago |
Hector Castelli Zacharias
|
f0813d4aae
|
Fixed naming issues in ambience audio.
|
6 years ago |
Hector Castelli Zacharias
|
1cfce972b6
|
Added new command: Play ambience sound. (overlayed over music, can be looped)
|
6 years ago |
Chris Gregan
|
0b0776d775
|
Fixed repeat play of music
|
7 years ago |
Christopher
|
8d38ea62a7
|
Fixed onComplete callback in MusicManager.SetAudioVolume when duration is 0
|
8 years ago |
Christopher
|
44aade812b
|
Changed float comparisons to use Mathf.Approximately
|
8 years ago |
Christopher
|
9aaa2de464
|
Renamed CameraController to CameraManager and MusicController to MusicManager
|
8 years ago |
Christopher
|
1baf9e6fe5
|
MusicController and CameraController singletons are now managed by one FungusManager singleton
|
8 years ago |
Christopher
|
0effd7e7f3
|
Added #region Public members to all non-editor classes
|
8 years ago |
Christopher
|
253ac9ebc6
|
Renamed public methods to public members
|
8 years ago |
Christopher
|
5053d2fc4a
|
Moved all public static methods to Public method region
|
8 years ago |
Christopher
|
2ec4c818f2
|
Reverted IMusicController interface
|
8 years ago |
Christopher
|
627e167f88
|
Moved all scripts into a unified script folder (except Flowchart yet)
|
8 years ago |
Christopher
|
a3e19d83a3
|
Refactored MusicController to use IMusicController interface
|
8 years ago |
Christopher
|
ce92029918
|
Refactored comments
|
8 years ago |
Christopher
|
f130385f6f
|
Changed comment style on header block
|
8 years ago |
Christopher
|
239bf8fefe
|
Converted tabs to spaces in all .cs files
|
8 years ago |
Christopher
|
67adbab9a0
|
Added open source license header to all source files
|
9 years ago |
Christopher
|
bd66d6df6c
|
Added SetAudioVolume.waitUntilFinished property #495
|
9 years ago |
chrisgregan
|
5a189d3853
|
Fixed OnComplete not called when duration = 0 #369
|
9 years ago |
chrisgregan
|
96c0dddc2e
|
Fixed Add auto cross fade to Play Music command #199
|
9 years ago |
chrisgregan
|
101f04915d
|
Play Music call doesn't restart if same music already playing
Add a loop property
|
9 years ago |
chrisgregan
|
a0d35191a9
|
Added Set Audio Pitch command #340
|
9 years ago |
chrisgregan
|
5a18ddfb41
|
Upgraded to Unity 5
Also updated Sherlock example game
|
10 years ago |
chrisgregan
|
ca94bc1c0f
|
Set PlayMusic start time (via Ben Keenan)
Renamed SetMusicVolume to SetAudioVolume
|
10 years ago |
chrisgregan
|
e39ac81579
|
Added protected and virtual to all remaining classes
|
10 years ago |
chrisgregan
|
520b86b90b
|
Renamed MusicManager to MusicController
|
10 years ago |
chrisgregan
|
e6b845a99f
|
Fungus2 code reorg
|
10 years ago |
chrisgregan
|
81efec8f6d
|
Added MusicManager singleton to play music across scene loads
|
11 years ago |