Marc Zinnschlag
003675318d
Merge remote-tracking branch 'scrawl/master'
10 years ago
scrawl
5f5fcc2fef
Make PlayGroup use an indefinite number of loops ( Fixes #2156 )
10 years ago
scrawl
4fd3a994e9
Add model and script information to BetaComment
10 years ago
scrawl
ea8f617508
Add missing player control enabled checks ( Fixes #2152 )
10 years ago
scrawl
d7220cdc2f
Do not allow decrease below zero in modCurrentMagicka and modCurrentHealth ( Fixes #2158 )
10 years ago
scrawl
0a466ad643
Make recalculation of magicka less aggressive ( Fixes #2155 )
10 years ago
MiroslavR
cb74c1c36e
Set health to 0 if it drops below 1 ( Fixes #2163 )
10 years ago
MiroslavR
238325455d
Erase effects that have expired ( Fixes #2134 )
10 years ago
scrawl
d36dfbe779
Apply the frame time cap to Ogre's ControllerManager ( Fixes #2154 )
...
This fixes particle systems getting out of whack due to a particularly long frame time, e.g. after a loading screen.
10 years ago
scrawl
ada4e37556
Fix race preview texture not being destroyed properly ( Fixes #2098 )
10 years ago
scrawl
c1e6b8608b
Always create a skeleton if there's an "ArrowBone" node ( Fixes #2117 )
10 years ago
scrawl
414f7ea02c
Ignore mouse movements during video playback ( Fixes #2139 )
10 years ago
scrawl
273a80e2c0
Merge branch 'master' of https://github.com/OpenMW/openmw
10 years ago
Evgenii Babinets
fe385214e4
Added proper slow fall effect mechanics.
10 years ago
Marc Zinnschlag
de3a26e21b
Merge remote-tracking branch 'miroslavr/master'
10 years ago
MiroslavR
b8d5a9486a
Make Restore/Damage Attribute/Skill effects continuous
10 years ago
scrawl
d5768af952
Fix INT_MIN trade exploit ( Fixes #2096 )
10 years ago
cc9cii
f051fb65ff
Fix memory leak when multiple documents in 3D edit. Support multiple physics engine per document.
10 years ago
MiroslavR
140013820b
Fix invalidated iterator
10 years ago
MiroslavR
a4d0068e29
Make forcegreeting no-op for disabled references ( Fixes #2093 )
10 years ago
Marc Zinnschlag
29c9b6bd01
Merge remote-tracking branch 'scrawl/master'
10 years ago
scrawl
17cb181f88
Use av_get_default_channel_layout for unknown channel layouts
10 years ago
scrawl
efa4d09c48
Fix crash when avcodec_decode_audio4 doesn't return a full frame ( Fixes #2088 )
10 years ago
Marc Zinnschlag
8b3d876534
Merge remote-tracking branch 'lgro/ffmpeg_decoder'
10 years ago
Marc Zinnschlag
7785e3a0bc
fixed for potential crash during saved game loading
10 years ago
Marc Zinnschlag
ac58dd735b
do not crash on exceptions while adding startup scripts
10 years ago
scrawl
45f14f0704
Fix stolen faction-owned items not being confiscated
10 years ago
scrawl
f7ba1dbfc8
Add error handling for getPcRank and similar defines ( Fixes #2071 )
10 years ago
scrawl
e48dc45ede
Fix creatures not being able to move with 0/0 encumbrance
10 years ago
scrawl
c194226d08
Increase maximum height for finding spawn points to 500 ( Fixes #2056 )
10 years ago
scrawl
aa02974d3b
Fix Journal instruction for non-existing journal indices ( Fixes #2063 )
10 years ago
scrawl
dab05471be
Reset crime when bounty is reset to 0 by a script ( Fixes #2057 )
10 years ago
scrawl
ac067564ea
Don't include al.h in decoder classes, format support check will need to be redone later. For now, resample all formats that might not be supported on any hardware.
10 years ago
scrawl
4680bc6c93
Merge branch 'master' of https://github.com/OpenMW/openmw
10 years ago
scrawl
55c9c0a266
Audio resampling fixes
...
- Don't try to use float audio or extended channel layouts if the hardware does not support them
- Add channel layout resampling support to ffmpeg_decoder
10 years ago
Marc Zinnschlag
a87092d11b
Merge remote-tracking branch 'miroslavr/master'
10 years ago
Marc Zinnschlag
a4be214fb1
Merge remote-tracking branch 'scrawl/master'
10 years ago
cc9cii
e01795556f
Suppress some warnings for MSVC.
10 years ago
scrawl
dbe30e31b9
Make creature's model take priority over base_anim.nif ( Fixes #2055 )
10 years ago
scrawl
b39d69e98c
Videoplayer fixes, play/pause & seeking
...
- Fix rindex overflow
- Fix audio sample size bugs (was using sample_fmt and channel count of the decoder, instead of the resampled settings). We didn't notice this bug before, because the OpenAL MovieAudioFactory tries to resample to a format of the same byte size.
- Add support for play/pause and seeking controls (not used by cutscenes in OpenMW)
- Closing the video when arriving at the stream end is now handled by the user (we may also want to keep the video open and seek back)
The video player now has a standalone demo, at https://github.com/scrawl/ogre-ffmpeg-videoplayer
10 years ago
MiroslavR
ed3a3f717f
Handle getdistance on objects inside a container ( Fixes #2046 )
10 years ago
MiroslavR
fa746b8e54
Do not display weight or value in tooltip for zero-weight items ( Fixes #2047 )
10 years ago
MiroslavR
925fa8d193
Reset ownership of items dropped via 'drop' instruction ( Fixes #2053 )
10 years ago
scrawl
e2bad395e5
Leak fix
10 years ago
Marc Zinnschlag
19b380d0b4
Merge remote-tracking branch 'scrawl/master'
10 years ago
scrawl
eb1c24ffe6
Refactor video player engine to get rid of MWSound dependencies
...
- Split video player to separate source files.
- Move video player engine sources to extern/ (repository will be set up on github soon).
- Audio is handled in a MovieAudioFactory, implemented by the user (here in MWSound subsystem).
- Handle conversion of unsupported channel layouts via ffmpeg's swresample.
10 years ago
Marc Zinnschlag
c1d867a213
Merge remote-tracking branch 'origin/master'
10 years ago
Marc Zinnschlag
8f0add75f5
Merge remote-tracking branch 'scrawl/master'
10 years ago
Marc Zinnschlag
94d5151273
Merge remote-tracking branch 'miroslavr/master'
10 years ago
scrawl
bcb2d714c0
Add TODO comments for future videoplayer enhancements
10 years ago