scrawl
db71634a2d
Allow replacing of interactive message boxes ( Fixes #3040 )
9 years ago
scrawl
30ab15e605
Fix -Wunused-private-field clang warnings
10 years ago
Rohit Nirmal
396fba7fa9
Silence -Wreorder warnings, and remove -Wno-reorder.
10 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
Alexander "Ace" Olofsson
3a88f4ebd5
Fix windows build, MessageBox is a defined symbol
...
Windows and its stupid defines...
10 years ago
scrawl
f9227beedd
Add warning when loading a savegame that depends on non-existing content files ( Fixes #2261 )
10 years ago
scrawl
5b9d10f851
Reduce includes in MWGui
10 years ago
scrawl
eecea4131f
Reduce MyGUI includes
10 years ago
scrawl
88da7f5157
Adjust border skin for loading bar and message boxes to match vanilla MW
10 years ago
scrawl
7252cb63a6
Fix cppcheck issues
10 years ago
scrawl
25e96b8c7b
InteractiveMessageBox: Define a maximum width for the message text
10 years ago
scrawl
322480862b
InteractiveMessageBox: lay out buttons horizontally if button width does not exceed message width ( Fixes #1812 )
...
Also fix some layout bugs.
11 years ago
scrawl
bb33b4e005
Revert "Remove horizontal messagebox layout, not used in vanilla ( Fixes #1402 )"
...
This reverts commit 40d6c8abf7
.
11 years ago
scrawl
9e6d21d95b
Clear message boxes in windowmanager cleanup ( Fixes #1496 )
11 years ago
scrawl
58d963d6e6
Fix warning
11 years ago
scrawl
40d6c8abf7
Remove horizontal messagebox layout, not used in vanilla ( Fixes #1402 )
11 years ago
scrawl
0cc1cd8f7e
Fix message box formatting bug
11 years ago
scrawl
1deb0a7cdf
Savegame dialog: Set key focus to editbox
11 years ago
scrawl
358cc3c62f
Closes #1060 : Fix incorrect message box size
11 years ago
greye
15d946415e
minor cleanup
...
Removed case folding via std::transform, excessive lowerCase()
replaced with ciEqual().
11 years ago
scrawl
d01f89b153
Rewrite some awful code
11 years ago
scrawl
2744cde40f
Use a few additional GMSTs
11 years ago
scrawl
546b0cee76
Closes #1077 : Replace tags before trying to get the message length
11 years ago
scrawl
6f9113fe88
Add preliminary implementation of PayFine, PayFineThief and GoToJail instructions
11 years ago
Lukasz Gromanowski
cb04f43384
Fixes for "Conditional jump or move depends on uninitialised value(s)"
...
and memleaks reported by valgrind.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
11 years ago
scrawl
742e0e014d
Remove more cruft in MessageBox. Fixes inconsistent sizing when close to a newline.
11 years ago
scrawl
f695deb29d
Remember window positions
11 years ago
scrawl
fa63924884
Simplify message box manager, should fix a random bug with boxes not disappearing
11 years ago
Emanuel Guevel
ba4b8a37e2
Remember pressed message box button longer
...
Remember which button was pressed until a new interactive message box is
displayed or until the pressed button number is read.
Before that, it was not possible to get the pressed button after the
message box was hidden/destroyed.
11 years ago
scrawl
7dc30a01cd
Some changes suggested by cppcheck
12 years ago
Sebastian Wick
7b40e57ba1
Allow the 'Activate' key to close the countdialog window; cleanups
12 years ago
Glorf
57f22c77c0
Bugfix #732 part 1
12 years ago
Britt Mathis
7eee86ab66
No more using namespace
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
scrawl
51204f098e
Added soulgem dialog; made interactive message boxes not close the previous UI
12 years ago
scrawl
9a84f6744f
Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr)
12 years ago
vorenon
b1ca719d61
Added click sound to OK button for message boxes
12 years ago
Tom Mason
c32c31f6d6
break after activating button
12 years ago
Tom Mason
158c6fc9fa
pressing enter when a messagebox is prompting for "ok", will activate ok button
12 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
d27863bf8e
rename layout files to .layout to get them recognized by layout editor
13 years ago
Marc Zinnschlag
ad251065f4
removed more cout spam
13 years ago
scrawl
15e959868c
make some of the gui mode changes a bit safer
13 years ago
Marc Zinnschlag
3c42a71dae
removed some cout spam
13 years ago
scrawl
750259973e
potion creating works, most of the values are bogus
13 years ago
scrawl
57d834b14b
fixed an issue with interactive messagebox
13 years ago
scrawl
7ebbc099b3
allow stacking gui modes
13 years ago
scrawl
9a01e18b29
fix some MessageBox code that was using deleted pointers sometimes
13 years ago