scrawl
9d4af59860
Don't attempt to create quest log buttons if textures are unavailable ( Fixes #3063 )
9 years ago
scrawl
5b9d10f851
Reduce includes in MWGui
10 years ago
Nathan Jeffords
7db6447a00
dropped the I infront of the journal view model interfaces
12 years ago
Nathan Jeffords
36a6806faf
drop the leading 'I' from the book page control interfaces
12 years ago
Nathan Jeffords
c7ede9b523
port code to C++03
12 years ago
Nathan Jeffords
718af692c9
reworked journal to match bethesda's implemenation
12 years ago
Nathan Jeffords
8dad04eef1
hid JournalWindow behind IJournalWindow interface, and put its entire
...
implementation, class definition and all, into journalwindow.cpp
12 years ago
Marc Zinnschlag
3f846a50d9
Merge remote-tracking branch 'galdor557/master'
...
Conflicts:
apps/openmw/mwgui/travelwindow.cpp
12 years ago
Britt Mathis
6128b9276f
Removed non-essential includes from all MWGui header files.
12 years ago
Britt Mathis
f7383905b7
Finally eliminated calls to MWBase::WindowManager in constructors
12 years ago
Britt Mathis
ce9bc6d9ba
MwGui windowManager calls fixed to use MWBase::Environment::get().getWindowManager, filenames in MwGui now comply with naming conventions
12 years ago
Glorf
2f52df22ce
Bugfix #553
12 years ago
scrawl
9a84f6744f
Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr)
12 years ago
scrawl
1718d735b5
Fix menu/journal/book/scroll buttons when using localised MW-installations
...
This patch implements a custom widget that can switch its texture on-the-fly, making it obsolete having to use an atlas to get a hover animation. This also removes the predefined size restriction and should now work with all button texture sizes.
12 years ago
scrawl
f56182cac2
fix journal window not rendering any text
12 years ago
scrawl
321f7c3419
fix an infinite recursion regression on several dialogs.
13 years ago
Marc Zinnschlag
6534c2a55a
Issue #107 : WindowManager is accessed only through the interface class from now on
13 years ago
Carl Maxwell
e4d046f69c
Prepending m to the name of every member variable.
...
I made a bunch of changes in apps/openmw/mwrender/animation.cpp
because the scope brackets didn't line up in a bunch of places
npcanimations.cpp & creatureanimations.cpp were the same kind of
thing
13 years ago
scrawl
3c69d26571
journal close sound
13 years ago
scrawl
0e6b82284f
book & scroll windows
13 years ago
scrawl
560e702973
fixed scroll bars
13 years ago
gugus
eb4dea3d87
Previous/Next button implemented
13 years ago
gugus
d59284a096
first attempt to read the journal
13 years ago
gugus
4087ab3cda
correct CMake and add some text formating attempt.
13 years ago