scrawl
90cc1de46c
Do not list custom made classes in the pick class dialog
9 years ago
scrawl
d4c45efb2b
Remove useless #undef's for windows now that we have NOMINMAX flag
10 years ago
scrawl
eecea4131f
Reduce MyGUI includes
10 years ago
scrawl
363d1f9207
Merge remote-tracking branch 'upstream/master'
10 years ago
scrawl
9a1bde684f
Sort class list in select class dialog
10 years ago
scrawl
f931ba2efc
Fix some static analysis issues (coverity)
10 years ago
Alexander "Ace" Olofsson
462b41a3a8
Missing files, aka; Why you shouldn't stresscommit
10 years ago
scrawl
7252cb63a6
Fix cppcheck issues
10 years ago
scrawl
088d01d727
Minor cleanup
10 years ago
scrawl
f5868f7ae1
Fix layout problems in generate class result dialog
10 years ago
Digmaster
033f1850f9
Fixed crass on character creation, allowed some character creation windows to be Esc-able
11 years ago
scrawl
edff88542b
Allow double click / Enter key for accepting race/class/birthsign
11 years ago
scrawl
d0500e8124
Some unneeded includes cleanup
11 years ago
scrawl
f5a70dccf0
Fix title of buttons in generate class result dialog
11 years ago
scrawl
02277db685
Bug #1052 : Don't use set/getOnlyText which discards escape characters
11 years ago
scrawl
7dc30a01cd
Some changes suggested by cppcheck
12 years ago
scrawl
03682184c6
Enable SDL_TEXTINPUT events only when a text input widget currently has key focus
12 years ago
Britt Mathis
7eee86ab66
No more using namespace
12 years ago
Britt Mathis
60fadaeaf0
Cleaned up includes in implementation 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
scrawl
9a84f6744f
Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr)
12 years ago
scrawl
dfe29db9cb
Fix bug #591 : Don't allow opening new windows (main menu, console) if there's any modal widget active. Also made some windows modal that should be (character creation)
12 years ago
scrawl
d899f33444
Race/Class/Birth dialogs: immediately enable OK buttons since they have a preselected entry now.
12 years ago
Sergey Shambir
59808c3e10
GUI: Birth and Class dialogs now both select 1st item in list at first
...
time.
12 years ago
greye
e74b2c060d
disable createRecord(), Land constness hack, various fixes with Store<T> interface
12 years ago
greye
42aae566a7
applying new interface vol.5, inconsistent
12 years ago
greye
2057f5619e
move ESMStore to MWWorld
12 years ago
scrawl
ba2fc2d6f8
better fix for chargen button colors
12 years ago
emoose
b70b8cc4bc
Fixed: character creation: make OK button grayed out/disabled (loses the hoverover when it's re-enabled though...)
12 years ago
emoose
4a9821dc65
fix kdevelop indentation...
12 years ago
emoose
15f972cc62
fixes: compile: cast error; doors: key id case comparison; character creation: going from CharacterCreation to BirthDialog loses data; character creation: Class/Race/BirthDialog allowing no data; code: clean up a bit
...
todo: going from CharacterCreation back to CreateClassDialog loses data
12 years ago
scrawl
ff2c2d2b96
Merge branch 'master' into spellcreation
...
Conflicts:
apps/openmw/mwbase/windowmanager.hpp
12 years ago
scrawl
b63d205c6e
change the select attribute/skill dialogs to be reusable
12 years ago
greye
7606ebafd6
resolving conflicts, minor update
12 years ago
scrawl
bc6a1979b0
replaced everything with the new method
12 years ago
scrawl
321f7c3419
fix an infinite recursion regression on several dialogs.
13 years ago
scrawl
fab4cfecb1
some unfinished work on quick keys window
13 years ago
Marc Zinnschlag
6534c2a55a
Issue #107 : WindowManager is accessed only through the interface class from now on
13 years ago
Marc Zinnschlag
35a64edf2a
Issue #107 : removed a template from the window manager
13 years ago
Marc Zinnschlag
484cce12a8
Issue #107 : removed redundant getStore function from window manager
13 years ago
Marc Zinnschlag
0d3a7d482e
Merge remote branch 'modred11/master'
13 years ago
guidoj
0549e949ba
Mostly removal of unnecessary #include's and a little clean up
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
scrawl
c85c794c86
fixed some cppcheck issues
13 years ago
scrawl
e1ee45a6d6
Issue #297 : Make the stats review dialog show correct values for attributes/skills/health/magicka/fatigue
13 years ago
scrawl
10cfe0f5bc
Issue #295 : Class creation dialogs tooltips; plus tons of other improvements
13 years ago
scrawl
7a4de0ed1d
changed more gui stuff to use the new tag system
13 years ago
scrawl
c0e12d0e56
class dialog fix
13 years ago