scrawl
fee08f97ed
Fix crash in character preview for non-existing meshes ( Fixes #2128 )
10 years ago
scrawl
3519d23518
Race dialog: remove incorrect assumption about numeric index in head/hair record IDs
10 years ago
scrawl
ada4e37556
Fix race preview texture not being destroyed properly ( Fixes #2098 )
10 years ago
scrawl
0bd9f30c67
Remove comment for old MyGUI version
10 years ago
scrawl
7252cb63a6
Fix cppcheck issues
10 years ago
scrawl
94c2517d67
Fix race preview crash ( Fixes #1808 )
11 years ago
scrawl
93c21b5ef2
Fixes #1197 : incorrect mouse wheel step
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
7dc30a01cd
Some changes suggested by cppcheck
12 years ago
scrawl
72600a16cf
Fix chargen race menu bug, updating a render target from within MyGUI's ControllerManager update is not a good idea
12 years ago
Britt Mathis
1dff1fabdb
Fixed race.cpp
12 years ago
Britt Mathis
7eee86ab66
No more using namespace
12 years ago
scrawl
c519fc360d
Move away from fixed record names for body parts
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
e27e53f607
Fix not playable body parts appearing in the race selection menu.
12 years ago
scrawl
9a84f6744f
Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr)
12 years ago
Chris Robinson
da575b181e
Use the correct GMST for the race menu
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
Jordan Milne
857bb42297
Create a separate scenemanager for each CharacterPreview instance
12 years ago
greye
623e00531d
fix reentering race selection
12 years ago
greye
0d33d005a5
head/hair selection
12 years ago
greye
50867e8d87
fix gender selection update, main model visibility and couple of crashes
12 years ago
greye
b1ef0026a9
race selection/inventory preview character model update
12 years ago
greye
e74b2c060d
disable createRecord(), Land constness hack, various fixes with Store<T> interface
12 years ago
greye
4637503680
applying new interface vol.6, 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
greye
2fa4ac177a
initial resolving
12 years ago
scrawl
e2b1329620
fix the race selection escape crash
12 years ago
greye
18cc435aa1
resolving conflicts
12 years ago
scrawl
bf5e30b24f
everything done except health/mana restore
12 years ago
greye
7606ebafd6
resolving conflicts, minor update
12 years ago
scrawl
2793096b50
Merge branch 'externalrendering' of https://github.com/zinnschlag/openmw into characterpreview
...
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwbase/world.hpp
apps/openmw/mwrender/renderingmanager.cpp
apps/openmw/mwrender/renderingmanager.hpp
apps/openmw/mwworld/worldimp.cpp
apps/openmw/mwworld/worldimp.hpp
12 years ago
scrawl
eef750e6b0
race selection preview
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
Marc Zinnschlag
6534c2a55a
Issue #107 : WindowManager is accessed only through the interface class from now on
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
10cfe0f5bc
Issue #295 : Class creation dialogs tooltips; plus tons of other improvements
13 years ago