Marc Zinnschlag
c3494326db
adjusted changelog
13 years ago
Brother Brick
b6b972b73b
Removed libbullet and libogre dependencies and added nvidia-toolkit.
...
We are releasing OpenMW based on static libraries, so the first two
are no longer necessary
13 years ago
Brother Brick
42584b013f
Updated dependency to match our PPA
13 years ago
Pieter van der Kloet
0b517d15c1
Made missing data files dialog less scary and added exception handling for esmreader
13 years ago
scrawl
04c6f23a2b
disabled solstheim weather (we can't travel there anyway)
...
also, there was a bug that could cause this weather to show up on
morrowind, which is fixed now
13 years ago
Chris Robinson
fd37a4827c
Enforce a 15MB limit on the sound buffer cache
13 years ago
Lukasz Gromanowski
fc95917253
Fix for not visible pthreads function with glibc 2.15
...
Linking error will appear:
Linking CXX executable ../../openmw
/usr/bin/ld: CMakeFiles/openmw.dir/__/__/components/bsa/bsa_archive.cpp.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /lib/libpthread.so.0 so try adding it to the linker command line
/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
if we don't add explicitly pthreads library to linker flags
after update glibc to version 2.15 on (Arch) Linux.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
13 years ago
Roman Melnik
88979577db
Change 'nullptr' to 'NULL' (after fixing bug#192 in previous commit)
13 years ago
Chris Robinson
04638516b2
Check for stopped active sounds too and remove them
13 years ago
Roman Melnik
a9759c3f33
Fix bug #192 : Remove the focus from the console when console is closed
...
(set current keyFocusWidget to nullptr)
13 years ago
Marc Zinnschlag
b46a2bfa01
Merge remote branch 'werdanith/journalmessage'
13 years ago
Marc Zinnschlag
f2a47d421b
some cleanup
13 years ago
Michael Papageorgiou
82c4bfbf18
Add a notification when the journal is updated
13 years ago
gugus
d4f3430fc6
fix: topics who should not be displayed are not displayed anymore.
13 years ago
Marc Zinnschlag
dd70831a8c
Merge remote branch 'gus/DialogueSystem' into dialogue
13 years ago
Chris Robinson
6c45d6668b
Cache OpenAL buffers for easy reuse
13 years ago
gugus
2707391535
fix for questions
13 years ago
gugus
11569819db
compilation fix
13 years ago
gugus
ba4d44eb67
fix for questions.
13 years ago
gugus
63c87fdbb6
Merge branch 'master' of https://github.com/zinnschlag/openmw.git into DialogueSystem
13 years ago
Chris Robinson
91821ccd8c
Add the sound stream to the thread after resetting the mIsFinished flag
13 years ago
Chris Robinson
db46bf39b3
Add a rewind method to the sound decoder
13 years ago
Chris Robinson
afa2cb6de7
Stop trying to read decoded audio once it's finished
13 years ago
Chris Robinson
4f69972a9c
Add a method to stream a sound in 3D
13 years ago
Chris Robinson
ae8218bf03
Allocate OpenAL sources when opening the device
...
This allows sources to be more efficiently retrieved and returned
13 years ago
k1ll
5abaf1fee2
Check if searching OGRE dir with version suffix failed. I'm not sure if this is the right way to do it though.
13 years ago
k1ll
1f76f37531
Adds search for plugins in OGRE dirs with version suffix and a workaround for a strange problem with set to FindOgre.cmake.
13 years ago
Chris Robinson
8f9d4ff841
Use 6 125ms buffers for OpenAL streams
13 years ago
Chris Robinson
dc6354b2f9
Add functions to get string names for sample types and channel configs
13 years ago
Chris Robinson
4a0b5b7918
Increase the sound stream thread sleep time to 50ms
13 years ago
Chris Robinson
4698e8c0a2
Make the sound stream thread object per-device
13 years ago
Marc Zinnschlag
41136f9b4c
Merge remote branch 'gus/DialogueSystem' into dialogue
13 years ago
Chris Robinson
2c27827e4f
Add some comment markers to the OpenAL sound classes
13 years ago
Chris Robinson
e234b90173
Use a loop to find the OpenAL format from the decoder format
13 years ago
Chris Robinson
6a256d3993
Make sure the OpenAL stream list is clear before shutting down
13 years ago
gugus
7ca0503205
Merge branch 'master' of https://github.com/zinnschlag/openmw.git into DialogueSystem
13 years ago
gugus
1a832a65f6
Changed a lot of things. Topics can now change durring dialogue without bug.
...
Missing: ability to remove keyword
13 years ago
Chris Robinson
7194114669
Use a background thread to keep OpenAL streams fed
...
Maybe this could be moved to the SoundManager instead of in OpenAL, but it's
good enough for now.
13 years ago
Marc Zinnschlag
c874fff4b1
added 0.13.0 changelog
13 years ago
Marc Zinnschlag
16e61bb028
updated developer list in readme file
13 years ago
Marc Zinnschlag
cab869824a
bumping version number
13 years ago
Marc Zinnschlag
40a40128e9
Merge remote branch 'gus/DialogueSystem' into dialogue
13 years ago
Michael Papageorgiou
d10b18b0f3
Removed a couple of warnings with nosound
13 years ago
gugus
ff5d4b24fc
journal filter works now
13 years ago
Michael Papageorgiou
f567950e25
Fix for the --nosound crash
13 years ago
Marc Zinnschlag
af39275a63
Merge remote branch 'scrawl/weather'
13 years ago
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