jvoisin
9522a64e7d
Remove some useless includes from apps/openmw/mwgui
4 years ago
Gleb Mazovetskiy
4495b67d77
MyGUI HEAD compatibility
...
Makes OpenMW compatible with the current MyGUI HEAD at:
f93d4fb614
Refs #5806
4 years ago
Andrei Kortunov
2e7712a390
Fix C5204 warnings by adding default virtual destructors
5 years ago
Capostrophic
216e1ab16f
Always include <memory> for smart pointers in MWGui
6 years ago
Andrei Kortunov
dad0b78901
Avoid overflow when handling output characters (bug #4676 )
6 years ago
Andrei Kortunov
dda02bd696
Do not use book fonts for dialogue window
6 years ago
Andrei Kortunov
c9c0230d2a
Scale journal fonts separately from common ones
6 years ago
Andrei Kortunov
adbaeb7cca
Improve GUI scaling (bug #3288 )
6 years ago
Julian
d7aa2a882d
improve dialogue window performance
8 years ago
Bret Curtis
154d7cffa2
replace and purge boost::function
8 years ago
Bret Curtis
d785344fad
purge all instances of <boost/shared_ptr.hpp>, clean up unused headers
8 years ago
dteviot
e197f5318b
fixing MSVC 2013 warning C4244: & C4305
...
conversion from 'const float' to 'int', possible loss of data
conversion from 'double' to 'int', possible loss of data
conversion from 'float' to 'int', possible loss of data
10 years ago
Bret Curtis
ab224f93c9
remove our stdint.h version that uses boost and force usage of system stdint.h
11 years ago
scrawl
78e6dab9d2
Dialogue history rewrite WIP
12 years ago
scrawl
3c68c87923
Fix some naming guidelines, fix topic index exception, fix exception in keyword search for some journal entries
12 years ago
Nathan Jeffords
36a6806faf
drop the leading 'I' from the book page control interfaces
12 years ago
Nathan Jeffords
4c22afc29b
made a pass at conforming to established naming convention
12 years ago
Nathan Jeffords
c7ede9b523
port code to C++03
12 years ago
Nathan Jeffords
55ca037411
Created a MyGUI widget to present a page of formatted text.
12 years ago