Commit Graph

7669 Commits (openmw-36)

Author SHA1 Message Date
scrawl cc9b763891 Fix for StartScript regression (Fixes #2590) 10 years ago
scrawl 5abeab21ed Various integer/floating point roll adjustments based on wiki 10 years ago
scrawl 58a2ad663c Fix regression of sleep interruption chance 10 years ago
scrawl 97c35da441 Change exterior water level to z=-1 (Fixes #1405) 10 years ago
scrawl c819180aa1 Minor cleanup 10 years ago
scrawl 9d86e5b028 GetSpellEffects returns true for active abilities (Fixes #2530) 10 years ago
scrawl ac88326909 Exit out of choice when no responses are found (Fixes #2525) 10 years ago
scrawl 3b8b217888 Fix no punishment for stealing when taking an item with the inventory opened 10 years ago
scrawl eef8f71797 Add a comment 10 years ago
scrawl b312f50b1f Fix regression with detect spells detecting deleted objects (Fixes #2518) 10 years ago
scrawl 033719ccd7 Correct the icon used for custom map markers 10 years ago
scrawl ca53457a1c Correct the map icons used for detect spells (Fixes #2519) 10 years ago
Marc Zinnschlag 83a7eea2a9 Merge remote-tracking branch 'scrawl/master' 10 years ago
Rohit Nirmal 997347b01e Silence -Wreorder warnings. 10 years ago
scrawl e49b8fe690 Fix persuasion mechanics using player stats instead of NPC's (Fixes #2475) 10 years ago
dteviot 0a5de33a1a fireEquipmentChangedEvent() updates the InventoryWindow. (Fixes #2424) 10 years ago
dteviot fe69dc2863 Made LineInfo a struct, as requested by Scrawl. 10 years ago
dteviot 52de622e97 provide incremental update of SpellWindow (Fixes #2411)
When SpellWindow is visible, every 0.5 seconds update the cost/changes for spells/enchanted items shown.
Also, check to see if more substantial update of the window is required.
10 years ago
dteviot 6b6bed520d removed redundant calls. 10 years ago
dteviot be6ee927b9 AiWander, use closest two points if distance is too small (Fixes #1317)
In AiWander, if wander distance is set too small to get two points, take the closest two points.
10 years ago
dteviot 63ab856024 Removed duplicated code. 10 years ago
dteviot eb1090a1b6 Waypoint check only considers X & Y distance (Fixes #2423)
When pathfinder checks if actor has reached a waypoint, ignore actor's altitude.
10 years ago
scrawl 5cb61fa01c Don't mark gold as stolen, adjust stolen tooltip (Fixes #2465) 10 years ago
Marc Zinnschlag 47bac13749 Merge remote-tracking branch 'scrawl/master' 10 years ago
Marc Zinnschlag c032113247 Merge remote-tracking branch 'sandstranger/release-jni-memory' 10 years ago
scrawl d573458896 Fix case sensitivity bug in default head/hair selection (Fixes #2453) 10 years ago
sylar db10c87b89 release jni memory 10 years ago
Marc Zinnschlag 545ca9c9b4 Merge remote-tracking branch 'sandstranger/fix-bad-code-in-command-line' 10 years ago
sylar bd4e832cf3 fix memory leaks in emulating command line 10 years ago
Marc Zinnschlag e6e02714a0 Merge remote-tracking branch 'sandstranger/command-line-support-for-Android' 10 years ago
Marc Zinnschlag 86d39cede9 Merge remote-tracking branch 'dteviot/Rng' 10 years ago
sylar a418b70937 command line support for Android 10 years ago
dteviot 3f28634d1f consolidate random number logic
Note, I suspect Rng::rollClosedProbability() is not needed.  The only difference between it and rollProbability() is that one time in 37k (on Windows), it will give an output of 1.0.
On some versions of Linux, the value of 1.0 will occur about 1 time in 4 billion.
10 years ago
dteviot 1d7f3474fa Fixed more MSVC 2013 warnings. 10 years ago
Marc Zinnschlag cf077dcf5d Merge remote-tracking branch 'cc9cii/fix-hide-overload-warn' 10 years ago
Rohit Nirmal 2540a901d5 Remove unused variable. 10 years ago
cc9cii 4d46d7ba72 Fix some compiler warnings. 10 years ago
Marc Zinnschlag f0a7b202b9 Merge branch 'openmw-35-1' 10 years ago
Marc Zinnschlag 056bc66c6c Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl 767624f518 Combat mechanic fixes 10 years ago
scrawl a846bb1aa3 Update hit chance according to wiki and implement fCombatInvisoMult 10 years ago
scrawl f603a68144 Allow binding Hand To Hand in quick keys menu (Fixes #2024) 10 years ago
scrawl 7fd1c2c2e2 CharacterCreation refactoring 10 years ago
scrawl d00c75d428 Remove more outdated TODO comments. 10 years ago
scrawl 3879ce6ac1 Get rid of "player" string checks (Fixes #2216) 10 years ago
scrawl 68de876051 Switch to weapon drawstate when creating a bound weapon (Fixes #2387) 10 years ago
scrawl 48ea6286fd Book/scroll window refactoring 10 years ago
scrawl 37a6d7da76 WindowManager refactoring 10 years ago
Scott Howard e2ef8c4022 fix -Wnewline-eof warnings 10 years ago
scrawl e30f240ba2 Add travel service support for creatures (Fixes #2432) 10 years ago