Commit Graph

52 Commits (coverity_scan)

Author SHA1 Message Date
scrawl 92c2a10de4 Fall back to 'warrior' for not found class images (Fixes #3228) 9 years ago
scrawl 5b9d10f851 Reduce includes in MWGui 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 b6635c7964 Move eventDone out of WindowBase 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 02277db685 Bug #1052: Don't use set/getOnlyText which discards escape characters 11 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 b63d205c6e change the select attribute/skill dialogs to be reusable 12 years ago
scrawl 35dd49f948 fixed some "using namespace" in headers 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
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
scrawl 24a0fecd37 implemented item count selection dialog 13 years ago
scrawl d1508f5a59 List -> ListBox 13 years ago
scrawl 64212c0ee6 replaced all the StaticImage and StaticText in code 13 years ago
scrawl deeb21a131 switched to the new multi-delegates system 13 years ago
scrawl d451d7bb67 compile fixes for mygui 3.2 13 years ago
Jan-Peter Nilsson f83c5327f3 Move eventDone to WindowBase and make it tell which window is done 14 years ago
Jan-Peter Nilsson 54fc64cb6a Decrease number of classes that need to know about other components 14 years ago
Jan-Peter Nilsson a0ee11c51b Don't care about the widget 14 years ago
Jan-Peter Nilsson 180164b2f3 Remove unnecessary includes 14 years ago
Jan-Peter Nilsson 770b490539 Make CreateClassDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 6fc0e4d6d6 Make DescriptionDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 12dee62307 Make SelectSkillDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 8f334d1df2 Make SelectAttributeDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 037c1021e3 Make SelectSpecializationDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 4e8f55b630 Make PickClassDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson ed05c5752b Make GenerateClassResultDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 0d97200e18 Make InfoBoxDialog use the new WindowBase 14 years ago
Jan-Peter Nilsson 6f608f1400 Make loose functions part of the InfoBoxDialog class 14 years ago
Jan-Peter Nilsson e5509ce7b1 Use arrays in CreateClassDialog 14 years ago
Jan-Peter Nilsson 528c39f1bd Use arrays in PickClassDialog 14 years ago
Jan-Peter Nilsson ef54401407 Use arrays in SelectSkillDialog 14 years ago
Jan-Peter Nilsson d7b76809ac Remove unnecessary member variables from SelectAttributeDialog 14 years ago
Jan Borsodi 025af1717f Removed gameWindowSize parameter from all dialogs that had it, instead this is fetched via the environment variable. 14 years ago
Jan Borsodi 12fe9305a6 Further unification of dialog API, all dialogs now have an open() method which updates gui content and makes it visible. 14 years ago
Jan Borsodi 0cc8f84393 Finished handling of Create Class dialog, now a new class is created and set in the mechanics manager. 14 years ago
Jan Borsodi 232164bfb0 Implemented the final dialog for Generate Class which shows the class that was chosen by the game based on the players chosen questions. The class is currently hardcoded to Acrobat. 14 years ago
Jan Borsodi b364d47b0b Implemented the Class Choice dialog which allows the player to choose between three ways to define a class.
Added a generic infobox dialog which displays some text and a set of buttons (vertical only for now), this is used for the Class Choice dialogs and the dialogs which shows various questions the player must choose from. The questions are currently hardcoded.
Added more gui states to handle the extra class dialogs (Generate, Pick or Create).
14 years ago
Jan Borsodi 8acf04fc08 Added dialog for editing description in custom class dialog. 14 years ago
Jan Borsodi ee101440a2 Continued work on Class Create dialog. Added sub-dialogs for picking specialization, attribute and skill. Also added some definitions in ESM for attributes and specializations. 14 years ago
Jan Borsodi d97dad7a86 Initial work on the Class Create dialog. 14 years ago