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
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
Marc Zinnschlag
dd70831a8c
Merge remote branch 'gus/DialogueSystem' into dialogue
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
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
Marc Zinnschlag
41136f9b4c
Merge remote branch 'gus/DialogueSystem' into dialogue
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
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
c2329b7027
removed preprocessor constants
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
gugus
8740354c80
inventory filter now use player inventory
13 years ago
gugus
019a28093b
better filters
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
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
gugus
f87bd65ae1
Merge branch 'DialogueSystem' of github.com:scrawl/openmw into DialogueSystem
13 years ago
gugus
846196d048
fixed a crash
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
scrawl
1840401172
weather transitions (e.g. from clear to cloudy) use timescale
13 years ago
scrawl
3ae69f792a
no light-"jumps" during night
13 years ago
scrawl
5ea2122f79
sun gradually disappears
13 years ago
scrawl
d18b3271b1
transition tweak 2
13 years ago
scrawl
460b584934
transition tweaks
13 years ago