Commit Graph

54 Commits (8c7e06293fbe6d0ed1dd7dd0f424b9f1b6f92162)

Author SHA1 Message Date
Rohit Nirmal 997347b01e Silence -Wreorder warnings. 10 years ago
scrawl eecea4131f Reduce MyGUI includes 10 years ago
Alexander "Ace" Olofsson 0af5c7b379 Starting to clean up some heavy includes 10 years ago
scrawl 7252cb63a6 Fix cppcheck issues 10 years ago
scrawl f82224497a Compatibility fix for MyGUI git 10 years ago
scrawl cfc57d0fe0 Use MyGUI's castType for widget casts 10 years ago
scrawl c6bcd75058 Add various custom widgets used in OpenMW to the MyGUI plugin 10 years ago
MiroslavR a9f7a30d90 HBox, VBox: call parent setPropertyOverride 11 years ago
scrawl 32ff3b530c Change all instances of skill/attribute values to use an appropriate typedef. 11 years ago
scrawl 58fce74620 Use the already existing mScrollPage as step size for scrollbar button repeats; increased precision of options menu sliders 12 years ago
Sebastian Wick 26bd2a5301 use the new scrollbar; range dependent step size; fix 12 years ago
Sebastian Wick b43f41c2bd use a mygui controller for scrollbar repeat 12 years ago
Sebastian Wick e3d8bdbafe autorepeat scrollbar 12 years ago
Britt Mathis 6128b9276f Removed non-essential includes from all MWGui header 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 c4a42f2e1f Fix infinite recursion on shutdown caused by incorrect onWidgetDestroy listener 12 years ago
scrawl 4c588cbab6 Levelup dialog is now dynamic; added level descriptions 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 c71656493d Ingredient effects now correctly hide until the player has discovered them 12 years ago
greye 2057f5619e move ESMStore to MWWorld 12 years ago
scrawl f154031e54 last bits of the gui 12 years ago
scrawl 21493c2dbd added magic effect flags from Research wiki page 12 years ago
scrawl b63d205c6e change the select attribute/skill dialogs to be reusable 12 years ago
scrawl 9d7c35ae48 and go 12 years ago
scrawl 0ba996f290 dialog layout 12 years ago
scrawl bc6a1979b0 replaced everything with the new method 12 years ago
scrawl b66c8099eb new system for dynamic sizing of buttons & text boxes 12 years ago
scrawl 35dd49f948 fixed some "using namespace" in headers 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 c85c794c86 fixed some cppcheck issues 13 years ago
scrawl 1ecc6f97ed alchemy effect fix 13 years ago
scrawl 1df1b521a4 show the list of potion effects 13 years ago
scrawl a3a22e9096 ingredient tooltip shows possible effects 13 years ago
scrawl a1907e7b88 cleaning up mwgui/widgets part 1 13 years ago
scrawl ea275a8aa8 extended the list of spells with no magnitude / no duration 13 years ago
scrawl 2f0a69160c small fix 13 years ago
scrawl 22f524f8d5 potion effects in tooltip 13 years ago
scrawl b82c39c8be renamed Widgets::MWEnchantment to Widgets::MWEffectList so it can be
reused for potion effects
13 years ago
scrawl f733382f74 tooltip now contains info about item enchantment 13 years ago
scrawl 4889902b98 magic effect widget improvements, read name of effect from GMST and don't show duration/target for constant effects 13 years ago
scrawl c7381d4491 adding widget MWEnchantment 13 years ago
Alexander "Ace" Olofsson 55f1053b4f Windows fixes for compiling and linking 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 54fc64cb6a Decrease number of classes that need to know about other components 14 years ago
Pieter van der Kloet dd4d022301 Converted all tabs to four spaces 14 years ago
Jan Borsodi c45811770a Added a custom widget for displaying dynamic stats (health, magicka, fatigue). Can show a title/label, graphical bar and detailed text. 14 years ago