Commit Graph

89 Commits (coverity_scan)

Author SHA1 Message Date
Allofich 53e94b7c3f Fix shadowing warnings 8 years ago
scrawl dda5bfbc9f CharacterPreview no longer depends on osgViewer 8 years ago
scrawl 9eab3b1728 Fix crash in race dialog when no head or hair are available 9 years ago
scrawl e8662bea31 Change the way that image origin is converted to OpenGL's lower-left convention
Flip the texture coordinates instead of flipping textures.

This simplifies the TextureManager (no need to worry if the caller wants flipping or not), should make it easier to generalize & multithread it.
9 years ago
scrawl 72c1f37527 Port CharacterPreview 10 years ago
scrawl 4e69e7cc0f OpenMW compiles and runs w/o render window 10 years ago
scrawl d573458896 Fix case sensitivity bug in default head/hair selection (Fixes #2453) 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
scrawl 5b9d10f851 Reduce includes in MWGui 10 years ago
scrawl 728b842e72 Use MyGUI::utility in favor of boost lexical_cast 10 years ago
scrawl eecea4131f Reduce MyGUI includes 10 years ago
scrawl 363d1f9207 Merge remote-tracking branch 'upstream/master' 10 years ago
scrawl 2e5e7370ba Adjust default angle, FOV and viewport of character preview (Fixes #2220) 10 years ago
scrawl b8fa73dfa9 Preserve record ordering in Store
This fixes the default head/hair used for some races in the chargen UI.
10 years ago
Alexander "Ace" Olofsson 462b41a3a8 Missing files, aka; Why you shouldn't stresscommit 10 years ago
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