Marc Zinnschlag
59a9a7aafb
updated changelog
8 years ago
Marc Zinnschlag
13517e723a
increased version number
8 years ago
scrawl
1cd901d113
Merge pull request #1248 from akortunov/missedsound
...
Adds missing recharge and repair sounds
8 years ago
scrawl
969dda2e41
Merge pull request #1252 from MiroslavR/correctActorModelPath
...
Fix correctActorModelPath
8 years ago
MiroslavR
c962b6dd6d
Fix correctActorModelPath to work properly when both backward and forward slashes are used in the path ( Fixes #3822 )
8 years ago
Marc Zinnschlag
9d5c46027d
Merge remote-tracking branch 'rcutmore/bug-3484'
8 years ago
Rob Cutmore
0ff56677f6
Remove unused code
8 years ago
Rob Cutmore
84bad9316d
Editor: flag orbit camera for re-initialization
...
After swapping cells the orbit cam controller needs to be
re-initialized to properly center on the new cell.
8 years ago
Rob Cutmore
f7664d4bb9
Editor: reset camera after cell drag and drop
...
When replacing a viewed cell via drag and drop the camera position is
not updated to better view the new cell. This flags the camera position
as not being set so a better default is set.
8 years ago
MiroslavR
395e97cf40
Remove evil "implicit GetJournalIndex" hack from expression parser
8 years ago
Andrei Kortunov
31bd70f334
Added missed recharge and repair sounds
8 years ago
Marc Zinnschlag
ab8294b281
Merge remote-tracking branch 'rcutmore/bug-2838'
8 years ago
Rob Cutmore
343f2cb81d
Editor: add creator for body parts
...
Added creator subclass for body parts to allow adding first person
parts. IDs for first person body parts are expected to end with ".1st".
8 years ago
scrawl
3c9f3a0f7f
Merge pull request #1242 from Allofich/warnings
...
Fix AppVeyor warnings
8 years ago
scrawl
6a745cb2cc
Fix text colorMode (Bug #3815 ) and render bin
8 years ago
scrawl
9e7ade4ba4
Merge pull request #1244 from akortunov/develop
...
MyGUI vertical alignment
8 years ago
Allofich
3780d94214
Cast LAND_SIZE to integer to avoid linking error
8 years ago
Allofich
db2f97f308
Fix shadowing warning
8 years ago
Andrei Kortunov
a35d4334c3
Encumberance text fix
8 years ago
Andrei Kortunov
c9cf0ec977
Buttons and widgets captions vertical alignment
8 years ago
Andrei Kortunov
7d09a5d644
Progress bars vertical alignment
8 years ago
scrawl
a036a98fd0
Merge pull request #1243 from akortunov/develop
...
Journal improvements
8 years ago
scrawl
b064dd29cc
Fix reset of blend function (Bug #3811 )
8 years ago
Andrei Kortunov
658ab5e941
Minor journal improvements
8 years ago
Allofich
2a505b427d
Remove second LAND_SIZE definition
8 years ago
scrawl
2a74f79bf1
Merge pull request #1240 from Allofich/follow
...
Adjust AI follow distances
8 years ago
Allofich
6253a5218e
Adjust AI follow distances
...
(Fixes #3225 )
8 years ago
scrawl
0a061d45b7
Merge pull request #1239 from akortunov/projectilefix
...
Disable explosion effect for 0-range projectiles (bug #3730 )
8 years ago
scrawl
f3a7be3339
Merge pull request #1238 from LennyPenny/patch-1
...
Ignore /MSVC* (Feature #3795 )
8 years ago
scrawl
82e0bac297
Merge pull request #1237 from MiroslavR/haggling_fix
...
Fix selling success chance (Fixes #3802 )
8 years ago
Rob Cutmore
77bf1efc1a
Editor: Fix labels for creator user inputs
8 years ago
Rob Cutmore
8d4441bb5e
Editor: document subclasses without ID checks
...
- Removes ID validation for PathgridCreator.
- Adds comments explaining why ID validation isn't used in some cases.
8 years ago
Andrei Kortunov
860b556713
Disables explosion effect for 0-range projectiles ( fixes #3730 )
8 years ago
Lennart Bernhardt
e56089aff4
Ignore /MSVC* (Feature #3795 )
8 years ago
MiroslavR
da6b28eb40
Fix selling success chance ( Fixes #3802 )
8 years ago
scrawl
97dbd07ed2
Merge pull request #1236 from akortunov/guifixes
...
Minor GUI fixes
8 years ago
Andrei Kortunov
7bd0c74aa8
Fixes mWatchedTimeToStartDrowning initialization (fixes bug #3801 )
8 years ago
Andrei Kortunov
e383e4d023
Disabled hit overlay for damage/absorb mana/fatigue spells
8 years ago
scrawl
9653b99add
Merge pull request #1235 from akortunov/guifixes
...
Vanilla style progress bars
8 years ago
Andrei Kortunov
4daa88351b
Vanilla style progress bars
8 years ago
scrawl
373bd78cf3
Merge pull request #1233 from akortunov/guifixes
...
Vanilla style drowning widget
8 years ago
scrawl
a60302f6d6
Merge pull request #1234 from LennyPenny/patch-1
...
Ignore /deps (Feature #3795 )
8 years ago
Lennart Bernhardt
76548a5e4c
Ignore /deps (Feature #3795 )
...
Implements https://bugs.openmw.org/issues/3795
8 years ago
Andrei Kortunov
b89fdcfd27
Vanilla style drowning widget (partially fixes bug #3801 ).
8 years ago
scrawl
338592b99b
Don't clear the animation queue when turning (Bug #3581 )
...
Otherwise, the turnAnimationThreshold would make it difficult to estimate when we can start playing the animation.
8 years ago
scrawl
a5d7b36c28
Don't clear idle animation when movement ends (Bug #3581 )
...
This caused problems when AiWander tried to start an idle animation in the frame after movement stops.
8 years ago
scrawl
c611ddba8d
Remove stray term
8 years ago
scrawl
f676b62711
Remove unused variable
8 years ago
scrawl
f230df3d1c
Merge pull request #1232 from akortunov/tooltipfix
...
Tooltip maximum width cap
8 years ago
Andrei Kortunov
1a47b9727b
Changed tooltip maximum width (bug #3800 )
8 years ago