Commit Graph

12573 Commits (3684f586cd6cad55cc5fb1d49db18d12a1ff8308)
 

Author SHA1 Message Date
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
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
Marc Zinnschlag e439065897 Merge remote-tracking branch 'scrawl/master' 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
Marc Zinnschlag d254bb0a34 Merge remote-tracking branch 'dteviot/FixLoadOrderReset' 10 years ago
scrawl 65ab31eae6 Remove now redundant Store::setUp implementation 10 years ago
scrawl ddd6e682bc Dialogue: add conflict resolution for overlapping keywords (Fixes #2245) 10 years ago
scrawl c77660ba20 Remove some nonsense code 10 years ago
scrawl 2ddbe22da3 Fix for NPC store clearDynamic bug
It was clearing the whole mShared vector, instead of only the dynamic part. Actually, that whole overload was pointless to begin with. All it does is making sure the Player record isn't cleared, but ESMStore::clearDynamic re-inserts the player record anyway after clearing.
10 years ago
Marc Zinnschlag f8a3ec3ee3 Merge remote-tracking branch 'scrawl/cmdline-savegame' 10 years ago
scrawl d31ae2b345 Fix mIds mapping for dynamic records being lost on save/reload 10 years ago
scrawl 928b9ee41b Fix missing GUI mode update when showing soulgem dialog 10 years ago
scrawl ef7e0070a6 Don't right-shift signed integers which is implementation-defined 10 years ago
Marc Zinnschlag 4b88ef5891 fixed QuickFileParser handling of begin line (skip it instead of trying to make sense of it) 10 years ago
dteviot 9d6efcecff Merge remote-tracking branch 'OpenMW/master' into FixLoadOrderReset
Fixed Conflict:
	components/contentselector/model/contentmodel.cpp
10 years ago
dteviot 083de62be5 Fixed issues found by Zinnschlag.
1. Errors found are added to default tool tip text. (Instead of replacing it.)
2. If multiple errors are found, all are shown in tool tip text, not just first one.
3. Load Order Errors are updated when files are activated/deactivated, not just when the files have their position in list changed.
10 years ago
Marc Zinnschlag 38a413a483 Merge remote-tracking branch 'scrawl/master' 10 years ago
scrawl 94002b0758 Add freedesktop.org mimeinfo for OpenMW save game files
This allows us to launch OpenMW when the user opens a save game file through the file manager.
10 years ago
scrawl 4684014a83 Use .omwsave extension for save game files 10 years ago
Marc Zinnschlag 83e454e493 Merge remote-tracking branch 'marcoschulze/git-version-retrieval-fix' 10 years ago
Marc Zinnschlag e830998739 Merge remote-tracking branch 'scrawl/cmdline-savegame' 10 years ago
scrawl 13c5bd5cc2 Enchanting: fix skill-based cast cost bonus being applied twice 10 years ago
scrawl ef1b0a191b Revert "Enchanting: fix inverted self-enchant success chance"
It wasn't inverted to begin with. The author of this commit is an idiot.
10 years ago
scrawl 4e92f6ab48 Add commandline option to load a save game on startup 10 years ago
scrawl 157438460b Fix being able to activate objects when paralyzed 10 years ago
scrawl dc5ed5b861 Remove weather particles underwater (Fixes #2010) 10 years ago
scrawl d02e075bab Add setting for exterior cell grid size (Fixes #1537) 10 years ago
scrawl a17252eab3 Remove unused checkWaypoint function
It was an almost exact copy of the checkPathCompleted function anyway.
10 years ago
scrawl 4d9100091d Reduce default pathing arrival tolerance to 32 units (Fixes #1605) 10 years ago
scrawl e19ab77d00 Store camera first person state in savegame (Fixes #2255) 10 years ago
scrawl c6c7d102d0 Revert "components/nif/base.hpp now uses the templated get() function"
This reverts commit ad609bff78.

Revert "Made incorrect nif get error message more informative."

This reverts commit 9909c4abad.

Revert "Build the nif file tester by default"

This reverts commit c1315ed90c.

Revert "Converted most nifstream "get multiple" functions to the templated version"

This reverts commit 2619d57bb6.

Revert "Add a templated option for getting vectors to NIFStream"

This reverts commit f318ee0b8c.

Revert "Made NIFStream getters templated"

This reverts commit 4edc4142f3.
10 years ago