Commit Graph

2557 Commits (2a7885b514ab183edc3bfd8f1654cbfcaa501c3f)
 

Author SHA1 Message Date
scrawl 1907e21207 removed preprocessor constants 13 years ago
scrawl c2329b7027 removed preprocessor constants 13 years ago
Chris Robinson b938fd7b36 Make the sound output init return void 13 years ago
Chris Robinson 1965b5bc79 Rename some Sound class member functions 13 years ago
Chris Robinson 403e51cef3 Move the sample type and channel config enums to MWSound and give use appropriate names for the values 13 years ago
Chris Robinson efae7dfe83 Rename some sound decoder class member variables and functions 13 years ago
Chris Robinson 9656456d30 Make sure the sound decoders are closed when they're finished with 13 years ago
Chris Robinson 362e254720 Rename some more sound class member variables and functions 13 years ago
Chris Robinson 162642e672 Prefix some SoundManager class member variables 13 years ago
gugus 9c85a8c1ce Merge branch 'dialogue' of https://github.com/zinnschlag/openmw.git into DialogueSystem 13 years ago
Marc Zinnschlag 02e979ed4b Merge remote branch 'gus/DialogueSystem' into dialogue 13 years ago
Marc Zinnschlag ce2cb709c5 fixed getJournalIndex function 13 years ago
gugus 00d3bc9d23 every filters are check during dialogue now. There is a problem with journal. 13 years ago
gugus 7f2ff6f5f1 removed the TODO 13 years ago
gugus 4afe6dd235 death filter 13 years ago
gugus 48e6a42168 Merge branch 'dialogue' of https://github.com/zinnschlag/openmw.git into DialogueSystem
Conflicts:
	apps/openmw/mwdialogue/dialoguemanager.cpp
13 years ago
gugus 34b33b78d2 better filters 13 years ago
Marc Zinnschlag 76b24d9d1a fixed a compile error 13 years ago
Chris Robinson 2f92559fc7 Use OpenAL's linear attenuation model
We should use the inverse distance clamped model (the default), but we first
need to handle muting sounds that are beyond their max distance. Linear
attenuation doesn't give a proper rolloff, but it makes the sounds silent at
max distance.
13 years ago
gugus 8740354c80 inventory filter now use player inventory 13 years ago
Chris Robinson a256b9a7b0 Remove a comment about Audiere 13 years ago
gugus 019a28093b better filters 13 years ago
scrawl 3a00fbb950 removed mygui from source tree and use system install instead 13 years ago
Marc Zinnschlag d9677cb33e fixed problem with parsing optional string arguments 13 years ago
gugus 100c6a42a5 better default values for filters 13 years ago
Marc Zinnschlag 655f9fe920 Merge remote branch 'k1ll/staticogre' 13 years ago
Marc Zinnschlag af875896ad fix for issue #179 13 years ago
Chris Robinson 3fea3e7d25 Fix stereo files with libsndfile 13 years ago
Chris Robinson f7ac94d686 Pass the new position to the sound update method 13 years ago
Chris Robinson 44fc204864 Avoid passing a sound decoder to the play methods 13 years ago
Chris Robinson ddfa906922 Add a missing include 13 years ago
Chris Robinson a69ec91242 Remove some unnecessary wrappers and do some small cleanups 13 years ago
k1ll b83b7d0650 Added OGRE_STATIC as cmake option and removed the code for the BSPSceneManager plugin. 13 years ago
Marc Zinnschlag 187b8e58d6 fixed handling of optional instruction/function arguments; removed choice workaround 13 years ago
Chris Robinson a91085a1b9 Add a couple comments 13 years ago
Chris Robinson 7160d20db3 Be more consistent with the vector orientations given the sound handler 13 years ago
Chris Robinson cbeff4657f Pass the loop and untracked flags when playing a 3d sound 13 years ago
Chris Robinson 87adf6002a Fix a copy-paste typo in the openal output 13 years ago
Chris Robinson 5563f583ff Add and implement methods to update tracked sounds on an object 13 years ago
Chris Robinson 979ae89aab Pass volume and pitch parameters to streamed sounds 13 years ago
Chris Robinson cac07d0fbf Remove some unnecessary methods 13 years ago
Chris Robinson e49a090af7 Remove unnecessary hack 13 years ago
Chris Robinson d57051375d Implement non-streaming sounds with OpenAL 13 years ago
gugus f87bd65ae1 Merge branch 'DialogueSystem' of github.com:scrawl/openmw into DialogueSystem 13 years ago
gugus 846196d048 fixed a crash 13 years ago
Chris Robinson 9adf1e8461 Keep a handle on played sounds 13 years ago
scrawl 21143f006b fix several warnings 13 years ago
scrawl 9d4f79bcfc GCC compile fix 13 years ago
Michael Papageorgiou dbbf50a184 Journal sounds, close sound will be added later 13 years ago
Chris Robinson 656863ec6e Add functions to play sounds 13 years ago