1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 11:49:56 +00:00
Commit graph

12768 commits

Author SHA1 Message Date
scrawl
4ed3e7bbb7 Enchanting code cleanup 2015-01-12 23:29:58 +01:00
scrawl
bb718f216d Initialize ENAMstruct in SpellCreationDialog (Coverity) 2015-01-12 23:29:58 +01:00
scrawl
08d8dd287c I think this was committed by accident 2015-01-12 23:29:58 +01:00
scrawl
de23ad5c8d Change dynamic_cast to static_cast to make coverity happy 2015-01-12 23:29:58 +01:00
scrawl
cda2eea906 Enchanting: use fEnchantmentConstantDurationMult and fEffectCostMult 2015-01-12 23:29:58 +01:00
scrawl
871d59de6c Reduce Idle voice chance (Fixes #1964) 2015-01-12 23:29:58 +01:00
scrawl
04d6cead3b Autogenerated collision should only be disabled if RootCollisionNode is a child of the root node (Fixes #2133) 2015-01-12 23:29:57 +01:00
scrawl
82eaa9f1bc Fix loading crash (don't apply viewmode before player is set up) (Fixes #2272) 2015-01-12 23:29:39 +01:00
Marc Zinnschlag
763e058ed2 Merge remote-tracking branch 'dteviot/master' 2015-01-12 10:41:04 +01:00
dteviot
e95b513cfc Use icon to show files with problem (Fixes #2268)
Launcher now indicates files with problem using an icon.
Using red text for files with load order issue removed because it doesn't work well with dark themes.
2015-01-12 21:17:41 +13:00
scrawl
1f31167c65 Merge pull request #439 from scrawl/readme
Readme markdown
2015-01-11 20:48:56 +01:00
scrawl
c3f3f8b3d0 Use only Cell records for saving progress bar (Fixes #2259) 2015-01-11 18:01:06 +01:00
scrawl
0ec018f7f1 More accurate savegame loading progress bar, uses position in the file (Bug #2259) 2015-01-11 17:54:15 +01:00
scrawl
1780bcc238 Print RefNum in BetaComment 2015-01-11 17:04:58 +01:00
scrawl
4d4f2fc475 Add maximum distance for teleporting followers on using a door 2015-01-11 17:04:58 +01:00
scrawl
b108fbe986 Remove incorrect implementation of fGreetDistanceReset
This can't be right. A reset distance of 512 is smaller than the maximum greeting distance for certain NPCs, which would then say greetings non-stop.
2015-01-11 17:04:58 +01:00
scrawl
716e14a37a Print missing savegame dependencies on the console 2015-01-11 17:04:58 +01:00
scrawl
e2fe9693f3 Add missing tooltips in edit effect dialog 2015-01-11 17:04:58 +01:00
scrawl
1795fdaf03 Command line options readme fix 2015-01-11 13:50:50 +01:00
Marc Zinnschlag
7c959c8494 Merge remote-tracking branch 'dteviot/Bug811' 2015-01-11 12:30:32 +01:00
Marc Zinnschlag
289a912817 Merge remote-tracking branch 'scrawl/master' 2015-01-11 12:24:51 +01:00
dteviot
458b82c308 Centralized "fish can't attack non-swimmer" logic. 2015-01-11 14:25:46 +13:00
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".
2015-01-11 12:20:22 +13:00
scrawl
f9227beedd Add warning when loading a savegame that depends on non-existing content files (Fixes #2261) 2015-01-11 00:06:52 +01:00
scrawl
579f5d232f Move interactive messageBox to separate function 2015-01-10 23:23:48 +01:00
scrawl
91571f51be Ogre crash workaround (Fixes #1745) 2015-01-10 22:45:08 +01:00
dteviot
fcbf7d7deb Fixed string formatting minor error found by Mingun. 2015-01-11 08:33:33 +13:00
scrawl
d4740b7533 Formatting, link fix 2015-01-10 17:38:35 +01:00
scrawl
38c6859281 Add some Getting Started links from the wiki to Readme 2015-01-10 17:29:25 +01:00
scrawl
bc51fe4ec2 Use indent instead of <pre> in AUTHORS.md (looks nicer in plaintext mode) 2015-01-10 17:22:12 +01:00
scrawl
3684f586cd Changelog formatting 2015-01-10 17:18:33 +01:00
scrawl
529fd353fe EB Garamond and Daedric Fontface are no longer used 2015-01-10 17:05:24 +01:00
scrawl
6079bcad24 Formatting fix 2015-01-10 17:03:41 +01:00
Marc Zinnschlag
595c08817f Merge remote-tracking branch 'scrawl/master' 2015-01-10 17:02:46 +01:00
scrawl
36a2c11da4 Move credits.txt to AUTHORS.md to make it consistent with most other github projects 2015-01-10 16:59:21 +01:00
scrawl
bcddfabea1 Fix license file names in readme 2015-01-10 16:54:55 +01:00
scrawl
d1b07faa56 Replace outdated Installation section with link 2015-01-10 16:49:59 +01:00
scrawl
3c74c554f8 Add IRC channel to readme 2015-01-10 16:45:20 +01:00
scrawl
5ee78602e9 Improve readme formatting 2015-01-10 16:44:28 +01:00
scrawl
32ad1ae176 Add coverity scan build status image to Readme 2015-01-10 16:40:04 +01:00
scrawl
c8373198a1 Add Travis-CI build status image to Readme 2015-01-10 16:36:59 +01:00
scrawl
88a562a648 Move changelog to its own file, formatting fixes 2015-01-10 16:35:03 +01:00
scrawl
23ffd33d9e Convert readme to markdown 2015-01-10 16:27:15 +01:00
scrawl
c37c071dfe Repository name fix 2015-01-10 16:07:12 +01:00
scrawl
2d51d599ea Adjust coverity config to official repo 2015-01-10 15:57:13 +01:00
scrawl
bf1739ae2c Adjust COVERITY_SCAN_TOKEN 2015-01-10 15:54:38 +01:00
scrawl
3378dece60 Add coverity_scan branch to .travis.yml 2015-01-10 15:54:38 +01:00
scrawl
412496e28c Enable coverity scan for Travis CI 2015-01-10 15:54:38 +01:00
scrawl
37bea9d4dc Fix exception for empty dialog topics (Fixes #2267) 2015-01-10 15:06:30 +01:00
Marc Zinnschlag
e439065897 Merge remote-tracking branch 'scrawl/master' 2015-01-10 11:33:04 +01:00