Marc Zinnschlag
|
97a4b30b59
|
updated credits file
|
10 years ago |
scrawl
|
88a2e4c043
|
Graceful error handling for missing spells/factions (Fixes #1825, Bug #2176, Bug #2203)
|
10 years ago |
Nik Dyonin
|
80c92789c2
|
Fix issue when killed NPC cannot be looted if it was in combat mode before killing.
|
10 years ago |
scrawl
|
8f29f2667e
|
Fix rotation order for XYZ rotation keys (Fixes #1067)
|
10 years ago |
Marc Zinnschlag
|
ed5387fb8c
|
replaced stay [ ignoring implementation with one that does not interfere with other workarounds (Fixes #2205)
|
10 years ago |
Marc Zinnschlag
|
e4f75267d0
|
in case of arguments not separated with comma the fist token of the next argument was put back incorrectly
|
10 years ago |
Marc Zinnschlag
|
1f74d8cca5
|
Merge remote-tracking branch 'scrawl/scripttest'
|
10 years ago |
Marc Zinnschlag
|
33d905dc03
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |
scrawl
|
ba65c6cc7f
|
Add --script-all-dialogue switch to compile all dialogue scripts (Fixes #1659)
|
10 years ago |
scrawl
|
0ca11eab1c
|
Ignore extra argument for removeItem (Fixes #2208)
|
10 years ago |
scrawl
|
2ebf328dec
|
Always print the failing dialogue script
These aren't usually very long, so printing them shouldn't spam the console by too much.
|
10 years ago |
scrawl
|
ed6face4aa
|
Disable activation scripts for actors in combat
|
10 years ago |
scrawl
|
60aa209144
|
Implement drowning when knocked out underwater (Fixes #1228)
|
10 years ago |
scrawl
|
d034a079e6
|
Allow equipping twohanded weapon and shield at the same time (Fixes #1785)
The shield can be equipped, meaning armor rating and item enchantments apply, but can not be blocked with.
|
10 years ago |
Marc Zinnschlag
|
74e341b2bc
|
updated changelog again
|
10 years ago |
Arthur Moore
|
b8edd9bac3
|
Get a nif file's version string regardless of its length.
|
10 years ago |
Arthur Moore
|
cd835152e1
|
Fix spacing issue for NIF file errors.
|
10 years ago |
Arthur Moore
|
018f4e6895
|
Fail early if trying to read a string larger than the nif file size.
This is much better than failing after a few minutes with an out of memory error.
|
10 years ago |
scrawl
|
bc85bb32c2
|
Fix vampirism magic effect not applying immediately (Fixes #1984)
|
10 years ago |
scrawl
|
03da21f088
|
Remove redundant GUI element showing during loading screens
|
10 years ago |
scrawl
|
e69cf11029
|
Hide tooltips during loading screens
|
10 years ago |
scrawl
|
cf5fc60e86
|
Make ToggleMenus affect tooltips (Fixes #1989)
|
10 years ago |
scrawl
|
f42420bc19
|
Use the Original Creature field for SoundGen lookups
|
10 years ago |
scrawl
|
2601b26217
|
Merge branch 'master' of https://github.com/OpenMW/openmw
|
10 years ago |
scrawl
|
7892ed35f3
|
PlaceItem, PlaceItemCell: Make sure references are placed above terrain (Bug #2078)
|
10 years ago |
scrawl
|
886903d70e
|
Implement HitAttemptOnMe function (Bug #2078)
|
10 years ago |
scrawl
|
5f00a3d5c3
|
Reset lastHitObject when it is retrieved rather than every frame
This seems to be how vanilla MW does it.
|
10 years ago |
scrawl
|
a355550cab
|
Add support for NPCs with missing head/hair models (Fixes #2078)
|
10 years ago |
scrawl
|
be16f1d0a5
|
Implement PcForce1stPerson, PcForce3rdPerson, PcGet3rdPerson (Bug #2078)
|
10 years ago |
scrawl
|
d955017079
|
Don't report script operation status via messageBox (Bug #1942)
|
10 years ago |
Marc Zinnschlag
|
912dcdc418
|
Merge remote-tracking branch 'scrawl/ptrupdate'
|
10 years ago |
Marc Zinnschlag
|
7759f9f8f9
|
Merge remote-tracking branch 'scrawl/launcher'
|
10 years ago |
Marc Zinnschlag
|
19bd07648b
|
Merge remote-tracking branch 'scrawl/pathgrid'
|
10 years ago |
scrawl
|
ed2aa5a233
|
Fix crash caused by dangling baseNode pointer
|
10 years ago |
scrawl
|
7e8ca3fff1
|
Fix object movement between cells producing a stale Ptr within the script execution (Bug #1942)
|
10 years ago |
scrawl
|
8ed376af5e
|
Launcher: fix changing active profile through the Play page
|
10 years ago |
scrawl
|
3270f0e932
|
Change pathgrid workaround to check for interior cell name
|
10 years ago |
Marc Zinnschlag
|
cda0363f29
|
allow a space in the middle of multi-character comparison operators (Fixes #2185)
|
10 years ago |
scrawl
|
ed66bbb28d
|
Fix bug setting current launcher profile on startup (Bug #2188)
|
10 years ago |
scrawl
|
9ef6e95bf6
|
Launcher: fix bugs deleting profiles (Fixes #2188)
|
10 years ago |
Marc Zinnschlag
|
46cf2a7a77
|
updated changelog
|
10 years ago |
scrawl
|
04a68fc976
|
Revert "Implement overwriting pathgrid records"
This broke pathgrid loading in exterior cells due to an unexpected problem in the pathgrid record system (bug #2195).
This reverts commit dd0cea21b0 .
|
10 years ago |
scrawl
|
1937ace1b7
|
Launcher: fix bugs deleting profiles (Fixes #2188)
|
10 years ago |
scrawl
|
fb1aa096be
|
Settings: reduce scope for better readability
|
10 years ago |
scrawl
|
33019b93b4
|
Fix bug setting current launcher profile on startup (Bug #2188)
|
10 years ago |
scrawl
|
6eebe9b44c
|
Read NiFogProperty, but don't use it yet (Feature #920)
|
10 years ago |
scrawl
|
623783cd6a
|
Enchanting: fix cast cost for "on use" enchantments being set incorrectly
|
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 |
scrawl
|
ead6bf1601
|
Enchanting: cast the enchant points for the item to int (Fixes #2202)
|
10 years ago |