scrawl
560e702973
fixed scroll bars
13 years ago
scrawl
26aae9d2ce
fix class name typo
13 years ago
scrawl
161d519206
fixed the dialogue history topic selection
13 years ago
scrawl
3b76f6dcf4
fixed console log
13 years ago
scrawl
43349eb539
fixed console command line
13 years ago
scrawl
ceea51fe9f
fixed TextEdit, TextBoxEdit, DispositionEdit
13 years ago
scrawl
9933de7c6a
Edit -> EditBox
13 years ago
scrawl
0af8591c03
Window_MinMax
13 years ago
scrawl
433a318abb
colour -> textcolour
13 years ago
scrawl
37290d9638
fix text colours
13 years ago
scrawl
98f3192448
forgot to git add some stuff
13 years ago
scrawl
9b31b6272f
fixed the mouse cursors and fixed MWAttribute & MWSkill
13 years ago
scrawl
2f662a226c
replaced all the StaticText in layouts
13 years ago
scrawl
64212c0ee6
replaced all the StaticImage and StaticText in code
13 years ago
scrawl
99461765da
restored another bunch of stuff
13 years ago
scrawl
0d56a55756
restored journal window background
13 years ago
scrawl
b0b41a9199
should now compile warning free
13 years ago
scrawl
97ab48993e
more deprecated fixes
13 years ago
scrawl
deeb21a131
switched to the new multi-delegates system
13 years ago
scrawl
d451d7bb67
compile fixes for mygui 3.2
13 years ago
scrawl
66baf9ec81
Merge branch 'master' into mygui
13 years ago
Marc Zinnschlag
f1f6e21442
fixed a copy & paste error
13 years ago
Marc Zinnschlag
1023ddd587
silenced some warnings
13 years ago
Marc Zinnschlag
50b79de10b
Merge remote branch 'psi29a/master'
13 years ago
Marc Zinnschlag
226d0b279e
updated team list in readme.txt
13 years ago
Marc Zinnschlag
eed4441013
adjusted changelog again
13 years ago
Marc Zinnschlag
4d0d941c2e
Merge remote branch 'kromgart/master'
13 years ago
Marc Zinnschlag
2d135d81e7
Merge remote branch 'lgro/glibc_pthreads_fix'
13 years ago
Marc Zinnschlag
6a0474a977
removed some cout spam
13 years ago
Marc Zinnschlag
aca274cbca
Merge remote branch 'gus/DialogueSystem'
13 years ago
Marc Zinnschlag
ef711ffdc1
Merge remote branch 'scrawl/weather'
13 years ago
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
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
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
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