Commit Graph

75 Commits (report)

Author SHA1 Message Date
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 5977860e09 Fix broken coin placement in levelup dialog + possible memleak 10 years ago
MiroslavR 41c6045986 Realign all parent boxes when autosizedwidgets change size 10 years ago
MiroslavR 195f044f3b Replace more .tga->.dds hacks with ResourceHelpers 11 years ago
MiroslavR a9f7a30d90 HBox, VBox: call parent setPropertyOverride 11 years ago
scrawl 082b6125a9 Fix crash during spell creation when an effect targeting a skill/attribute doesn't have one assigned yet (Fixes #1598) 11 years ago
scrawl d4678a8d55 Fix level up dialogue layout (Fixes #1393) 11 years ago
scrawl b42240be6d Implement Damage/restore skill/attribute effects. Use dedicated classes for skill and attribute values (instead of Stat<T>) since there are some important differences. 11 years ago
scrawl eba60858dd Closes #1078: Show stat bar text even when 0 11 years ago
scrawl bf5529819d Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 11 years ago
Jordan Ayers 6e4978643c Magic Effect descriptions: support feet / level modes.
Show proper suffixes for all magnitudes.
Drop extra 'times' symbol in 'timesInt format (not consistent
with other magnitude displays).
11 years ago
Jordan Ayers 6ab7002908 MagicEffect: Put magnitude type into ESM::MagicEffect helper. 11 years ago
Jordan Ayers 065f435225 Format fix: remove extra spaces from ranged TimesINT formatting. 11 years ago
Jordan Ayers 6303e56ce4 Magic Effect Display cleanup: Don't put spaces in percentages. 11 years ago
Jordan Ayers 707f45aa8e Magic Effect Display improvement.
Related to Bug #794.
Always show one decimal point precision for Fortify Max. Magicka effect.
11 years ago
Jordan Ayers 6983a55a16 Magic effect display improvement.
Related to Bug #794.
Show the "x INT" notation for Fortify Max. Magicka.
Show "%" notation for weakness / resistance effects.
11 years ago
scrawl 7dc30a01cd Some changes suggested by cppcheck 12 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 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 c4a42f2e1f Fix infinite recursion on shutdown caused by incorrect onWidgetDestroy listener 12 years ago
scrawl fdcbdbf35d Rewrote layout tooltips to use the new box layout system, fixes word wrapping delay 12 years ago
scrawl 4c588cbab6 Levelup dialog is now dynamic; added level descriptions 12 years ago
Marc Zinnschlag 3e97943e06 Merge remote-tracking branch 'scrawl/includes' 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 cf87708c1f Magic effect icons for spells 12 years ago
scrawl c71656493d Ingredient effects now correctly hide until the player has discovered them 12 years ago
greye 4637503680 applying new interface vol.6, inconsistent 12 years ago
greye 2057f5619e move ESMStore to MWWorld 12 years ago
scrawl f154031e54 last bits of the gui 12 years ago
scrawl 1c0dd3ccc5 some editing code 12 years ago
scrawl 21493c2dbd added magic effect flags from Research wiki page 12 years ago
greye 18cc435aa1 resolving conflicts 12 years ago
scrawl bf5e30b24f everything done except health/mana restore 12 years ago
scrawl ab698bb401 date time label 12 years ago
scrawl 0ba996f290 dialog layout 12 years ago
greye 7606ebafd6 resolving conflicts, minor update 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
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
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