Commit Graph

15970 Commits (eaf3f5a82920e7b016a3a111de0de05d89cfc68b)
 

Author SHA1 Message Date
scrawl 4f8f166f69 Fix GetPcInJail to work as in the original engine 9 years ago
scrawl 190bf15887 SettingsWindow: support auto-updating of slider labels through the layout file 9 years ago
Marc Zinnschlag 5b9d6cce98 made drop distance configurable 9 years ago
Marc Zinnschlag 7dd7be7f0e make scenes drop target for referenceables 9 years ago
Marc Zinnschlag ece40b1e96 improved the remaining handling of extra arguments 9 years ago
Marc Zinnschlag 46e32de350 improved handling of extra arguments in DiscardParser 9 years ago
Marc Zinnschlag f9607a47b3 improved handling of extra arguments in StringParser 9 years ago
Marc Zinnschlag 210c77968a Don't report warning about extra arguments, if there are no extra arguments (Fixes #3133) 9 years ago
Marc Zinnschlag 466f91db67 Fixed wrong GMST name for newly created game files (Fixes #3132) 9 years ago
scrawl 387cdcfb9a Merge pull request #868 from sandstranger/build-fixes
Build fixes
9 years ago
scrawl 745b29a995 Remove a debugging leftover 9 years ago
scrawl d9d6228c94 Implement PageDisplay::_updateView (Fixes #3125) 9 years ago
scrawl 5952498e9e Explicitely cast a size_t to int 9 years ago
sandstranger 48f4fc34eb build fixes for Android 9 years ago
scrawl 446c714727 Fix a possible memory leak in error case 9 years ago
scrawl e6619c5306 Rebuild actor animations on resurrection (Fixes #3124)
A new animation is necessary to set up the correct InventoryStore listener, to get notified of changes like the actor no longer being a werewolf, etc.
9 years ago
Marc Zinnschlag fde831e2e0 updated changelog 9 years ago
Marc Zinnschlag 6c676c861c increased version number 9 years ago
scrawl daa94cc50e Fix cppcheck warnings 9 years ago
scrawl 0597c8fd9c Pass a Vec4f by reference 9 years ago
Marc Zinnschlag 236bfa3678 Merge remote-tracking branch 'origin/master' 9 years ago
scrawl ea0be6e737 Update ScriptArgs documentation 9 years ago
scrawl 23cd2056bf 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 e695619aa5 ExprParser: Warn about ignored arguments 9 years ago
scrawl ded0962130 Update AUTHORS.md 9 years ago
scrawl 5feab8c7d3 Merge pull request #869 from neuralroberts/master
Use correct direction multipliers during awareness check
9 years ago
Poncho b1020dcd42 Use correct direction multipliers during awareness check 9 years ago
scrawl 3ebfb47983 Do not discard root node transformations if the root node is named 'bip01' (Bug #3118) 9 years ago
scrawl 1905f0bf2d Add support for placing BodyParts in a cell (Bug #3118) 9 years ago
scrawl a9f0f30bb8 Reject conditions testing agaist Choice when not currently in a choice (Fixes #3117) 9 years ago
scrawl 0333c40047 Fix typo in SameRace dialogue function (function was inverted, Fixes #3116) 9 years ago
scrawl 6fde02ea42 LocalScripts: initialize mIter 9 years ago
scrawl 7f7e8c63bf Correct path to gamecontrollerdb.txt (Fixes #3112) 9 years ago
Alexander "Ace" Olofsson 42e3ff6f96 Revert "Build without unity builds, how far will we get?"
This reverts commit 05335491ac.
9 years ago
Alexander "Ace" Olofsson 05335491ac Build without unity builds, how far will we get? 9 years ago
Alexander "Ace" Olofsson d5196ac4fc Let's throw in a build badge too 9 years ago
Alexander "Ace" Olofsson 1ac091e5b5 Quick appveyor.yml cleanup 9 years ago
scrawl 63b9b075aa Do not allow soul trapping the same creature more than once (Fixes #3102) 9 years ago
scrawl 0bec6e5fbe Fix 'failed to find animation' warnings when a spell was equipped before the werewolf transformation 9 years ago
scrawl 6b67911658 Unset DrawState_Spell when becoming a werewolf 9 years ago
scrawl f052c05018 Move werewolf functions from World to MechanicsManager 9 years ago
scrawl 53334d08a2 Disable Ready Magic and Cycle Weapon/Spell hotkeys for werewolves (Fixes #3100) 9 years ago
Alexander "Ace" Olofsson d3da51bbb2 Merge branch 'master' of git://github.com/OpenMW/openmw into appveyor 9 years ago
scrawl a7c886721c Merge pull request #866 from ace13/build-fix
Fix build error with OSG >=3.3.3 <3.4.0
9 years ago
scrawl a1e163ed20 Correct an error in the timestamp subtracting logic (Fixes #3105) 9 years ago
Alexander "Ace" Olofsson d32358558e We actually want the commit hash, so no zips 9 years ago
Alexander "Ace" Olofsson f422fe49f8 Slight improvement to the build setup 9 years ago
Alexander "Ace" Olofsson 0efb8e2949 osgDB::ObjectCache was added in 3.3.3, not 3.4.0
Fixes redefinition error on builds with OSG >3.3.3 <3.4.0
9 years ago
Alexander "Ace" Olofsson 09ec622f66 Remove unused environment, only do 32-bit 9 years ago
Alexander "Ace" Olofsson 93ee8f1991 Allow for earlier CMake on Qt4 9 years ago