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
dteviot
45b6538820
fixed MSVC 2013 warning C4800
...
forcing value to bool 'true' or 'false'
10 years ago
scrawl
bb718f216d
Initialize ENAMstruct in SpellCreationDialog (Coverity)
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
c1955ef7fa
Fix enchanting dialog effect labels showing a duration for constant effects
10 years ago
scrawl
363d1f9207
Merge remote-tracking branch 'upstream/master'
10 years ago
Marc Zinnschlag
da722a5cf1
Merge remote-tracking branch 'miroslavr/master'
10 years ago
scrawl
877e07823d
Fix incorrect sound for spell creation success
10 years ago
MiroslavR
c796589420
Allow adding multiple Attribute/Skill effects in spell making ( Fixes #2224 )
10 years ago
Alexander "Ace" Olofsson
462b41a3a8
Missing files, aka; Why you shouldn't stresscommit
10 years ago
scrawl
619ea846b4
Enchanting: fixed case where no range types at all are allowed (e.g. a Constant Effect item with an effect that does not allow the Self range-type)
10 years ago
scrawl
74c345f790
Enchanting: fix being able to create On Touch / On Target constant effect enchantments (this combination makes no sense)
10 years ago
Thoronador
db38108801
fix uninitialized pointer variables in some classes
10 years ago
scrawl
7e10818bdf
Fix uninitialized flags for custom-made spells
10 years ago
scrawl
7252cb63a6
Fix cppcheck issues
10 years ago
scrawl
6b65502557
Add properties for new widget classes to MyGUI plugin
10 years ago
MiroslavR
d16e0c063c
Enchanting, spellmaking dialog: check for flags when listing known effects
11 years ago
MiroslavR
1385a86bd4
Spell creation: do not add skill/attribute effects before selecting the skill or attribute
11 years ago
MiroslavR
4f67f5d26f
Spellcreation window: set captions to "0" if no effects are added ( Fixes #1778 )
11 years ago
MiroslavR
baa14511cf
Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision
11 years ago
MiroslavR
8707f7b116
Fix spell creation magicka cost ( Fixes #1763 )
11 years ago
scrawl
315b022d2d
Add transfer gold from all services to NPC trade gold pool
11 years ago
scrawl
31d058b98c
Add workaround for ScrollView messing up canvas size ( Fixes #1700 )
...
TODO: Create fixed ScrollView widget?
11 years ago
Digmaster
e0356cf89d
Added support to close modal windows with Esc
11 years ago
Emanuel Guevel
1e4a854433
Remove static method MWWorld::Class::get(&Ptr)
...
It was just adding a level of indirection to Ptr.getClass().
All the call were replaced by that instead. The number of lines changed
is important, but the change itself is trivial, so everything should be
fine. :)
11 years ago
scrawl
525ce2f042
Some cleanup - move definitions to implementation file
11 years ago
scrawl
0f5dc59176
Remove useless dependencies on InventoryWindow for getting player gold. Don't use string literals for gold_001 id, just to be sure.
11 years ago
scrawl
098f9712f1
Add getPlayerPtr() utility method. Reduces dependencies a lot.
11 years ago
scrawl
b6c22ad5d9
Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount.
11 years ago
scrawl
aa4b2d9504
Fix uninitialized mSkill/mAttribute for spellmaker spells
11 years ago
PLkolek
8bc8c38f2d
Spell cost is updatedon every change in enchanting and spellmaking.
12 years ago
PLkolek
7fd7621458
Fixed area slider in self enchantments.
12 years ago
fstp
a3b2a76e60
Added virtual destructors to classes LocalMapBase and EffectEditorBase.
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
e7af718b55
Remove unnecessary WindowManager::messageBox arguments
12 years ago
Glorf
6643fe789c
Enchanting system
12 years ago
Marc Zinnschlag
f4ee8e2642
Issue #479 : Added additional magnitude parameter to known spells
12 years ago
scrawl
d53a7ade1e
method names, disposition uint->int
12 years ago
scrawl
ae78eaeb28
fixed training, fixed todo comments
12 years ago
scrawl
b2afb1fd5c
Merge branch 'next' of git://github.com/zinnschlag/openmw into MercantilImprovement
...
Conflicts:
apps/openmw/mwbase/mechanicsmanager.hpp
apps/openmw/mwclass/npc.cpp
apps/openmw/mwdialogue/dialoguemanagerimp.cpp
apps/openmw/mwgui/spellbuyingwindow.cpp
apps/openmw/mwgui/trainingwindow.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
12 years ago
greye
9dc9098fa7
update MWBase::World interface since records contains own id
12 years ago
Marc Zinnschlag
918316168f
Merge remote-tracking branch 'greye/store' into next
...
Conflicts:
apps/openmw/mwclass/light.cpp
apps/openmw/mwworld/worldimp.cpp
12 years ago
scrawl
646e689239
clear name edits when opening alchemy / spell creation
12 years ago
greye
42aae566a7
applying new interface vol.5, inconsistent
12 years ago
gugus
aaf1b66c7e
BarterOffer is used in other trading services too
12 years ago
greye
8691eac557
resolve Script::mData.mName -> mId, resolve moving ESMStore
12 years ago