Commit Graph

23124 Commits (91c2dea2a7a59c06e606990fea2188057aa9d2eb)
 

Author SHA1 Message Date
Bret Curtis 91c2dea2a7 use OSG 3.6.5 from our PPA 5 years ago
Andrei Kortunov 7aca6d72e4
Merge pull request #2785 from Capostrophic/underwaterfog
Don't radialize underwater fog
5 years ago
Bret Curtis 4ae0bd1fae Merge branch 'helplink' into 'master'
Link to readthedocs documentation from OpenCS

See merge request OpenMW/openmw!171
5 years ago
Frederic Chardon 513ac8986d Add link to opencs documentation on readthedocs, available through
context menu.
The documentation opens in default browser.

There are 3 contexts:
- global: opens the OpenMW CS User Manual main page
- when a record is selected: opens the "Tables" page
- when the filter field is selected: opens the "Record Filters" page

There is also a link to the OpenCS tutorial in the help menu.
5 years ago
Alexei Dobrohotov b5ff32569b
Merge pull request #2768 from glassmancody/tabfix
Fix tab focus for pinned windows
5 years ago
Capostrophic bbf6b4e517 Don't radialize underwater fog 5 years ago
Alexei Dobrohotov 392192ffc5 Merge branch 'no-empty-primitivesets' into 'master'
Don't add empty PrimitiveSets (prevent undefined behaviour)

See merge request OpenMW/openmw!174
5 years ago
AnyOldName3 1cf2036386 Don't add empty PrimitiveSets (prevent undefined behaviour) 5 years ago
Alexei Dobrohotov 4167bdf319
Merge pull request #2780 from elsid/fix_changelog
Fix issue number in changelog
5 years ago
elsid ec7976522d
Fix issue number in changelog 5 years ago
Andrei Kortunov ec3b8be67b
Merge pull request #2777 from Capostrophic/journal
Make book layer have lower priority than the layer for other GUI windows
5 years ago
Bret Curtis bcc211cb5b
Merge pull request #2776 from Capostrophic/esmtool
Revise esmtool cell reference output
5 years ago
Bret Curtis 26ce8bc3f6
Merge pull request #2778 from elsid/fix_tests_build
Specialize DetourNavigator::ObjectId ctor for pointers
5 years ago
Andrei Kortunov 0364e0abc2
Merge pull request #2779 from Capostrophic/dialogue
Reset dialogue history when the window can't track what closed it
5 years ago
Capostrophic fbcc8ef046 Reset dialogue history when the window can't track what closed it 5 years ago
elsid 208a50340d
Specialize DetourNavigator::ObjectId ctor for pointers
To fix msvc error:
components\detournavigator\objectid.hpp(14,13): error C2440: 'reinterpret_cast': cannot convert from 'const T' to 'size_t'
          with
          [
              T=unsigned long
          ]
5 years ago
Capostrophic 36d82abafd Make book layer have lower priority than the layer for other GUI windows 5 years ago
Capostrophic 4e22f03ece Revise esmtool cell reference output 5 years ago
Andrei Kortunov 94c1672e73
Merge pull request #2770 from Capostrophic/autocalc
Handle enchantment autocalc flag as a flag (bug #5363)
5 years ago
Andrei Kortunov 8d4dde7b56
Merge branch 'master' into autocalc 5 years ago
Andrei Kortunov 5df6646b06
Merge pull request #2773 from Capostrophic/dialogue
Only clear dialogue history if the dialogue window is closed (bug #5358)
5 years ago
Andrei Kortunov 0bc40e1002
Merge branch 'master' into dialogue 5 years ago
Andrei Kortunov f75417e627
Merge pull request #2772 from Capostrophic/startscript
Make adding non-existent global script more forgiving (bug #5364)
5 years ago
Andrei Kortunov 844b6011bc
Merge branch 'master' into startscript 5 years ago
Andrei Kortunov a76927023d
Merge pull request #2771 from Capostrophic/soul
Show the soulgem soul in count dialog (feature #5362)
5 years ago
Andrei Kortunov cb6707624d
Merge branch 'master' into soul 5 years ago
Andrei Kortunov 7d6962b6be
Merge pull request #2769 from Capostrophic/quickkeys
Don't play equip sound for reactivated quick key items (bug #5367)
5 years ago
Andrei Kortunov 31cc1e0f66
Merge branch 'master' into quickkeys 5 years ago
Andrei Kortunov 4c8cc0e54f
Merge pull request #2774 from Capostrophic/levelledscale
Properly utilize creature levelled list's scale (bug #5369)
5 years ago
Andrei Kortunov 4892172a7d
Merge pull request #2767 from Capostrophic/unlock
Make sure it's a crime to unlock owned doors
5 years ago
Cody a34fe1d9b2 proper game mode detection 5 years ago
Capostrophic 07779d7fcf Properly utilize creature levelled list's scale (bug #5369) 5 years ago
Capostrophic 9dbdbbaea7 Only clear dialogue history if the dialogue window is closed (bug #5358) 5 years ago
Capostrophic 96a447ee3a Show the soulgem soul in count dialog (feature #5362) 5 years ago
Cody 8e741a0d0b fixed tab focus for pinned windows 5 years ago
Andrei Kortunov b42d097739 Merge branch 'doc_copyright' into 'master'
Update copyright year in the doc

See merge request OpenMW/openmw!172
5 years ago
Andrei Kortunov 3f61022f80 Merge branch 'unused_var' into 'master'
Remove unused field from QuadTreeBuilder

See merge request OpenMW/openmw!173
5 years ago
fredzio 6d0022096d Bump copyright year in documentation 5 years ago
Capostrophic f79e20379b Make sure it's a crime to unlock owned doors 5 years ago
Capostrophic de7ecddbb8 Don't play equip sound for reactivated quick key items (bug #5367) 5 years ago
Andrei Kortunov 74c121a69d
Merge pull request #2766 from Capostrophic/collisionswitch
Make extra sure groups with special behavior aren't optimized out
5 years ago
Capostrophic ad333e88fe Handle enchantment autocalc flag as a flag (bug #5363) 5 years ago
fredzio 39a55318b0 Remove unused variable 5 years ago
Capostrophic feeab8a335 Make adding non-existent global script more forgiving (bug #5364) 5 years ago
Andrei Kortunov 7ee935db47 Merge branch 'yet-more-gitignore' into 'master'
Add .vs to gitignore

See merge request OpenMW/openmw!169
5 years ago
Capostrophic e1d635cd71 Make extra sure groups with special behavior aren't optimized out 5 years ago
AnyOldName3 f1b2ab9d67 Add .vs to gitignore
Apparently Visual Studio puts stuff in a .vs directory now.
5 years ago
Alexei Dobrohotov f27e299025
Merge pull request #2764 from unelsson/fixtolandsize
Minor fix to OpenMW-CS tool outline
5 years ago
Nelsson Huotari 42c7ec8f1c Minor fix to calculation of mLandSizeFactor (-1) 5 years ago
Bret Curtis 613189d7d9 bump to 0.47 for new dev cycle 5 years ago