Commit Graph

12801 Commits (57a259c526c9f7309709a347b8667dfb32a9e7f1)
 

Author SHA1 Message Date
scrawl e2fe9693f3 Add missing tooltips in edit effect dialog 10 years ago
scrawl 1795fdaf03 Command line options readme fix 10 years ago
Marc Zinnschlag 7c959c8494 Merge remote-tracking branch 'dteviot/Bug811' 10 years ago
Marc Zinnschlag 289a912817 Merge remote-tracking branch 'scrawl/master' 10 years ago
dteviot 458b82c308 Centralized "fish can't attack non-swimmer" logic. 10 years ago
dteviot 7aa0f887c0 Minor changes to ESM::RefNum
1. Changed mIndex to unsigned, to solve potential implementation defined behavior with right shift.
2. Refactoring to minimize use of magic number -1 to indicate "no Content File".
10 years ago
scrawl f9227beedd Add warning when loading a savegame that depends on non-existing content files (Fixes #2261) 10 years ago
scrawl 579f5d232f Move interactive messageBox to separate function 10 years ago
scrawl 91571f51be Ogre crash workaround (Fixes #1745) 10 years ago
dteviot fcbf7d7deb Fixed string formatting minor error found by Mingun. 10 years ago
scrawl d4740b7533 Formatting, link fix 10 years ago
scrawl 38c6859281 Add some Getting Started links from the wiki to Readme 10 years ago
scrawl bc51fe4ec2 Use indent instead of <pre> in AUTHORS.md (looks nicer in plaintext mode) 10 years ago
scrawl 3684f586cd Changelog formatting 10 years ago
scrawl 529fd353fe EB Garamond and Daedric Fontface are no longer used 10 years ago
scrawl 6079bcad24 Formatting fix 10 years ago
Marc Zinnschlag 595c08817f Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl 36a2c11da4 Move credits.txt to AUTHORS.md to make it consistent with most other github projects 10 years ago
scrawl bcddfabea1 Fix license file names in readme 10 years ago
scrawl d1b07faa56 Replace outdated Installation section with link 10 years ago
scrawl 3c74c554f8 Add IRC channel to readme 10 years ago
scrawl 5ee78602e9 Improve readme formatting 10 years ago
scrawl 32ad1ae176 Add coverity scan build status image to Readme 10 years ago
scrawl c8373198a1 Add Travis-CI build status image to Readme 10 years ago
scrawl 88a562a648 Move changelog to its own file, formatting fixes 10 years ago
scrawl 23ffd33d9e Convert readme to markdown 10 years ago
scrawl c37c071dfe Repository name fix 10 years ago
scrawl 2d51d599ea Adjust coverity config to official repo 10 years ago
scrawl bf1739ae2c Adjust COVERITY_SCAN_TOKEN 10 years ago
scrawl 3378dece60 Add coverity_scan branch to .travis.yml 10 years ago
scrawl 412496e28c Enable coverity scan for Travis CI 10 years ago
scrawl 37bea9d4dc Fix exception for empty dialog topics (Fixes #2267) 10 years ago
Marc Zinnschlag e439065897 Merge remote-tracking branch 'scrawl/master' 10 years ago
dteviot 05b89be8bf Launcher sets content list to match values in openmw.cfg (Fixes #811)
I took the liberty to add accessor & mutator functions for classes ContentListsGameSettings and LauncherSettings , as existing code can reverse order of entries.
Also replaced some "magic strings" with named constants.
10 years ago
scrawl 5b9d10f851 Reduce includes in MWGui 10 years ago
dteviot 063388e0eb Change "Profile" to "Content List" in user visible strings in Launcher. (Fixes #810) 10 years ago
scrawl 728b842e72 Use MyGUI::utility in favor of boost lexical_cast 10 years ago
scrawl eecea4131f Reduce MyGUI includes 10 years ago
scrawl 4b704f665f Reduce includes, move DragAndDrop to separate file 10 years ago
scrawl eb99ed697b Reduce includes 10 years ago
scrawl 66e7e04807 UnitTests: add another dialogue keyword test 10 years ago
scrawl 2ac23008f5 Remove an old workaround (Fixes #2263)
The workaround was added when we were still using OIS for input. It doesn't seem to be needed with SDL.
10 years ago
scrawl efbc8742a0 Remove some unnecessary includes 10 years ago
scrawl dfdf26e95e Add assertion to Store 10 years ago
scrawl 1b302b750c UnitTests: add tests for KeywordSearch conflict resolution 10 years ago
scrawl 9d07edda13 UnitTests: remove GMock which wasn't used anyway, and the gmock headers fail to compile together with gtest on ubuntu 14.04 10 years ago
scrawl ce2cbab402 Dialogue: improve conflict resolution for chains of overlapping keywords (unit test for such a case will follow) 10 years ago
Marc Zinnschlag 4e7f7baf8b Merge remote-tracking branch 'dteviot/Bug2076' 10 years ago
dteviot 64cd1396ac Fixed minor issues.
1. Renamed "hightRatio" to "heightRatio".
2. Replaced magic numbers with named constants.
10 years ago
dteviot 7fe2f86d06 Slaughter fish attacks when player only knee deep in water (Fixes #2076) 10 years ago