AnyOldName3
1a0642f1db
Make it work by realising that what boost::program_options calls validation is what any sane person would regard as parsing
9 years ago
AnyOldName3
195dd27780
Resolve obvious runtime error revealing more subtle one
9 years ago
scrawl
cff37cdd08
Merge pull request #999 from Allofich/aifix
...
Trim unneeded code
9 years ago
scrawl
33ab9db9f6
Merge pull request #1000 from MiroslavR/particle-range
...
Fix doubled particle spawn range
9 years ago
MiroslavR
9c6739f1b3
Fix doubled particle spawn range
9 years ago
AnyOldName3
fbe6dc9704
Change compilation error to runtime exception and decide that inheriting from std::string may have been a bad idea in C++
9 years ago
Allofich
c57d177f1c
Trim unneeded code
9 years ago
AnyOldName3
7697406467
Partially fix '2 overloads have similar conversions' compilation error
9 years ago
AnyOldName3
2a9b12bb3f
Fix an issue preventing compilation, revealing another that doesn't make much sense.
9 years ago
AnyOldName3
c1ffc9e776
Remove a compilation error and set up framework to remove the others
9 years ago
AnyOldName3
f2456225db
Merge branch 'ignore-hash-test' of https://github.com/AnyOldName3/openmw into ignore-hash-test
9 years ago
AnyOldName3
e17e354e84
Make # only start a comment in openmw.cfg if it starts a line and introduct compilation errors
9 years ago
AnyOldName3
7e0962c5ea
Make # only start a comment in openmw.cfg if it starts a line and introduct compilation errors
9 years ago
scrawl
432723bfe6
Merge pull request #997 from MiroslavR/inactive-kfctrls
...
Do not skip inactive keyframe controllers
9 years ago
MiroslavR
2a987b6857
Do not skip inactive keyframe controllers (Bug #1942 )
9 years ago
scrawl
2329812988
Merge pull request #995 from Allofich/traps
...
Trap and lock fixes
9 years ago
scrawl
67d3571fac
Fix activation distance in third person mode
9 years ago
scrawl
9375cbea44
Make NIFFilePtr const
9 years ago
Allofich
599e6708ec
Allow using keys to open trapped objects of lock level 0
9 years ago
Allofich
cabe038a97
Make lockpick and probe sounds 3d positional
9 years ago
Allofich
249918612d
Play trap disarm sound when key used on trapped object
9 years ago
Allofich
d4e656ceaf
Play trap activation sound on trapped object, not actor
9 years ago
scrawl
251ba041f3
Merge pull request #994 from MiroslavR/no-scroll-stacking
...
Don't stack effects for scrolls of the same type
9 years ago
MiroslavR
b0fcad4cb8
Don't stack effects for scrolls of the same type ( Fixes #3466 )
9 years ago
scrawl
da0e20edcd
Merge pull request #991 from MiroslavR/opface
...
Implement Face instruction (Feature #1424 )
9 years ago
MiroslavR
75a66ced20
Fix actors lacking turning animations while in first person mode
9 years ago
scrawl
c842d4976e
Merge pull request #992 from MiroslavR/msgformat
...
Improve format specifiers for message boxes
9 years ago
MiroslavR
f6f3f71db5
Improve format specifiers for message boxes
9 years ago
MiroslavR
dc0bc5b68c
Implement Face instruction (Feature #1424 )
9 years ago
scrawl
6f376bd499
Merge pull request #983 from Allofich/telekinesis
...
Don't allow telekinesis on actors or teleport doors
9 years ago
Allofich
7a0f9a7989
Clean up, remove unnecessary code changes
9 years ago
Allofich
53ceefa46a
Allow some telekinesis on teleport doors
9 years ago
Allofich
4e54338ce0
Implement and use getDistanceToFacedObject()
9 years ago
scrawl
8332f26887
Merge pull request #989 from AlexanderKurtz/master
...
Update gamecontrollerdb.txt from upstream.
9 years ago
scrawl
b0a37553b2
Merge pull request #988 from nikolaykasyanov/osx-cmake-min-version
...
OS X: specify minimum CMake version & remove redundant argument from CI script
9 years ago
Alexander Kurtz
ff3b7de0e7
Update gamecontrollerdb.txt from upstream.
9 years ago
Koncord
1b259e2d33
Syncing inventory, animations, position, 8 key attributes
...
Created Package system
9 years ago
scrawl
e362e3e6a5
Fix cppcheck warnings
9 years ago
scrawl
dca0e2f582
Pass a Vec4f by reference
9 years ago
scrawl
4038f49d81
Update AUTHORS.md
9 years ago
Poncho
5b3ac5ff27
Use correct direction multipliers during awareness check
9 years ago
scrawl
215567c9c3
Update ScriptArgs documentation
9 years ago
scrawl
e9b02a13c3
Ignore extra arguments in playSound and playSound3D.
...
A common mistake in mods is to use playSound with volume/pitch arguments, which only playSoundVP supports. Previously these extra arguments raised a parser error, making the respective mod unusable.
9 years ago
scrawl
f375d07c16
ExprParser: Warn about ignored arguments
9 years ago
scrawl
84a9df9793
Do not discard root node transformations if the root node is named 'bip01' (Bug #3118 )
9 years ago
scrawl
0720a19fc0
Add support for placing BodyParts in a cell (Bug #3118 )
9 years ago
scrawl
994ad3e004
Reject conditions testing agaist Choice when not currently in a choice ( Fixes #3117 )
9 years ago
scrawl
cd8c84dc6c
Fix typo in SameRace dialogue function (function was inverted, Fixes #3116 )
9 years ago
scrawl
5d4063d8c7
LocalScripts: initialize mIter
9 years ago
Koncord
1e29409dd5
Add OpenMW-mp target
9 years ago