scrawl
fbb8998184
Account for not yet listed cells in getInteriorPtrs
10 years ago
scrawl
14923f3e8b
Fix for broken unsetRefNum
10 years ago
MiroslavR
ee8f88fc42
Reset health modifier when actor dies ( Fixes #2330 )
10 years ago
Marc Zinnschlag
82ff737c31
Merge remote-tracking branch 'scrawl/master'
10 years ago
scrawl
7e33471edb
Fix code duplication
10 years ago
scrawl
c98b7db4c1
Fix swim height, use fSwimHeightScale GMST
10 years ago
scrawl
56799c79f4
Fix attachArrow exception when changing weapon ( Fixes #2332 )
10 years ago
scrawl
fec8cf91f5
Add exception handling to various uses of DataStream::read
10 years ago
scrawl
86165d38d2
Add exception handling in addObjectToScene
10 years ago
scrawl
73e57f53a8
Always print openmw version in the log
10 years ago
scrawl
cbe135c60f
Don't require magicka for casting spells in God Mode ( Fixes #2331 )
10 years ago
scrawl
7d76f1a113
PlaceAt count argument should spawn independent references ( Fixes #2283 )
10 years ago
scrawl
7542fb5cd9
Show map notes on door marker leading to the cell with the note ( Fixes #2284 )
10 years ago
scrawl
54e79c8c98
Use mouse pressed event for pin button instead of mouse click
10 years ago
scrawl
c093e284d9
Delegate cleanup
10 years ago
scrawl
bdcc3a4036
Add missing swish sound for thrown weapons
10 years ago
scrawl
326eaea8a6
Add missing sound for drawing throwing weapons ( Fixes #2308 )
10 years ago
scrawl
0497a40d09
Fix incorrect sound for thrown weapons
10 years ago
scrawl
2346c3528d
Remove NpcStats::mProfit and store it in the script instead
...
Also use the Profit label when the "minimumProfit" script variable exists, rather than hardcoding to NPCs.
10 years ago
scrawl
bd0a0e64a9
Fix overwriting script records not working
10 years ago
scrawl
d1b5956a98
Fix crash on exit
10 years ago
scrawl
b9acf437fd
Remove friendly hits from the save file
...
The vanilla engine does not store friendly hits in the save file. Since there's no other mechanism that ever resets the friendly hits (at least not to my knowledge) this should be regarded a feature rather than a bug.
10 years ago
scrawl
5a9b30a8ca
Don't show VFX on the map ( Fixes #2324 )
10 years ago
scrawl
417f60f467
Use the mooncircle textures ( Fixes #1624 , Fixes #1743 )
10 years ago
scrawl
dac1290597
Reduce size of water plane and increase subdivisions ( Fixes #969 )
10 years ago
Marc Zinnschlag
c02c72e134
Merge remote-tracking branch 'jordan-ayers/topic/dialogue-set'
10 years ago
Jordan Ayers
419046e121
Dialogue: Use std::set for known topics in the manager.
...
There were three different data structures being used for topic lists
in this code. (map< string, true >, list< string >, and vector< string >)
Switch the local topic lists to set< string >. This supports everything
the list and map were doing, reduces the variety of data structures, and
makes count (a more efficient search) available.
The vector has not changed, since it's tied to the ESM modules, and must
meet other requirements.
10 years ago
scrawl
e712b0353b
Terrain refactoring, reduce game startup time and memory usage
10 years ago
scrawl
62a32220ff
Use low-LOD heightmap for world map rendering
...
Add vanilla-accurate colour palette (thanks Hrnchamd)
10 years ago
scrawl
c0a88161b2
Get rid of unneeded setSize/setCoord overrides
10 years ago
scrawl
f4c8064d39
Fix camera not being attached properly when player becomes vampire ( Fixes #2319 )
10 years ago
scrawl
9bcc84ceec
Add option to stretch menu backgrounds/cutscenes to the whole screen
10 years ago
scrawl
431f540791
ESSImport: fix NPC factions
10 years ago
scrawl
6367b4dc0b
Improve INFO struct naming
10 years ago
scrawl
4cbb79191f
Don't put duplicate lines in the console history
10 years ago
scrawl
6f41e0d12e
Reapply quest index when loading quest from savegame (Bug #2260 )
10 years ago
scrawl
f35c9b7a69
Clang warning fixes (thanks hemite)
10 years ago
scrawl
d34c8526f6
Enchanted arrows should not be added to victim ( Fixes #2306 )
10 years ago
scrawl
67491c7164
Fix leveled item argument issue ( Fixes #2302 )
10 years ago
scrawl
9d3f0b2ed5
Remove some unused code, include cleanup
10 years ago
scrawl
4921c6ef9e
Split window caption bars so that the caption can be transparent ( Fixes #531 )
...
Fix transparent window background not applying to the header bar (Fixes #2294 )
10 years ago
scrawl
697ab16ec5
Fix for coverity defects
10 years ago
Jordan Ayers
1410819e20
Dialog fix for line breaks in the middle of words.
...
Issue 1049
Adjust the TypesetBookImpl::Typesetter to not assume a word break
at the end of write() calls.
A word break is assumed if any of the other content insertion methods
are used (section break, add/select content, etc).
10 years ago
scrawl
72f7c2e555
Move weather reset to clear() method
10 years ago
scrawl
b1bd236345
ESSImport: convert script local variables
...
Had to add special reading code to openmw, because the variable names are not stored.
10 years ago
scrawl
b0c2aec374
Add warning for missing body parts
10 years ago
scrawl
79d2eebe54
Store selected enchant item in savegame ( Fixes #1702 )
10 years ago
scrawl
a619cff615
Implement EnableLevelupMenu to trigger level-up
10 years ago
scrawl
c883a73d30
Several warning fixes
10 years ago
scrawl
8b5effe3e0
Fix wrong magic number for JOUR in openmw savegames
10 years ago