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 |
scrawl
|
3c747195ae
|
Add fall damage for creatures (Fixes #2201)
|
10 years ago |
scrawl
|
e0c6f84546
|
AiFollow: target has to be seen in order to start following (Fixes #1637)
|
10 years ago |
scrawl
|
109a3f78a1
|
Adjust AiFollow distance for groups of multiple followers (Fixes #1637)
|
10 years ago |
scrawl
|
3ad0189982
|
Take sound listener y rotation (roll) into account, though currently unused for actors
|
10 years ago |
Marc Zinnschlag
|
0522da257c
|
Merge remote-tracking branch 'scrawl/master'
|
10 years ago |
scrawl
|
0fe7500f74
|
Work around pathgrid record limitation (Fixes #2195)
|
10 years ago |
scrawl
|
855fe33c59
|
Add vanilla-compatible range limiting for playloopsound (Fixes #244, Fixes #1342)
|
10 years ago |
scrawl
|
f6960debcb
|
Attach sound listener to the player head instead of camera
|
10 years ago |
Marc Zinnschlag
|
ddad963312
|
adjusted changelog (removed a regression that was specific to 0.34.0)
|
10 years ago |
Marc Zinnschlag
|
6c8a662042
|
label local/global openmw.cfg files (Fixes #2196)
|
10 years ago |
Marc Zinnschlag
|
0649373d2e
|
Merge branch 'report'
|
10 years ago |
scrawl
|
cf85cbbc8e
|
Switch sound distance model to AL_INVERSE_DISTANCE
|
10 years ago |
scrawl
|
fbed429b25
|
Use GMSTs for sound fading distance
|
10 years ago |
Marc Zinnschlag
|
e6307a5151
|
move cursor in scripteditor to position of error
|
10 years ago |
scrawl
|
9f90a1e44b
|
Remove script access to deleted references that have no content file
In original MW these objects are permanently deleted and can not be accessed anymore.
|
10 years ago |
Marc Zinnschlag
|
a64b741af2
|
store hints from operations in report model
|
10 years ago |
Marc Zinnschlag
|
3a847732b4
|
abstracted message collection into a class
|
10 years ago |
Marc Zinnschlag
|
109fbab546
|
changed column/row numbering in script compiler error messages from being starting at 0 to starting at 1
|
10 years ago |