Commit Graph

16208 Commits (9106e3646cb49bdb3d285e563b687856171fecf1)

Author SHA1 Message Date
Capostrophic 9106e3646c Fix outdated bug tracker links 5 years ago
Capostrophic 6731843691 Consider the first person movement sneaking if it's actually sneaking 5 years ago
Capostrophic dab09180ae Make sure non-carriable light sources can't be picked up 5 years ago
AnyOldName3 02b8dffdd0 Merge branch 'floattest' into 'master'
Use approximate comparison for floating point in test

See merge request OpenMW/openmw!163
5 years ago
Alexey Sokolov ddab86d940 Use approximate comparison for floating point in test
This fixes test suite on my machine
5 years ago
Bret Curtis 8c2f3ff007 clean up code; purge const_cast 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
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
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 4e22f03ece Revise esmtool cell reference output 5 years ago
Andrei Kortunov 8d4dde7b56
Merge branch 'master' into autocalc 5 years ago
Andrei Kortunov 0bc40e1002
Merge branch 'master' into dialogue 5 years ago
Andrei Kortunov 844b6011bc
Merge branch 'master' into startscript 5 years ago
Andrei Kortunov cb6707624d
Merge branch 'master' into soul 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
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
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
Capostrophic ad333e88fe Handle enchantment autocalc flag as a flag (bug #5363) 5 years ago
Capostrophic feeab8a335 Make adding non-existent global script more forgiving (bug #5364) 5 years ago
Nelsson Huotari 42c7ec8f1c Minor fix to calculation of mLandSizeFactor (-1) 5 years ago
Andrei Kortunov 023c51ad0e Fix int/float conversions in the CSVRender::BrushDraw 5 years ago
Andrei Kortunov 9712925ba3
Merge pull request #2762 from akortunov/warnfix
Avoid a hack to initialize mIndex in the editor
5 years ago
Andrei Kortunov c7cedc4e5a Avoid a hack to initialize mIndex 5 years ago
Bret Curtis d3b898de88
Merge pull request #2749 from akortunov/sound_pause
Pause audio and video when the game is minimized
5 years ago
Bret Curtis 7fda65e7bb
Merge pull request #2692 from unelsson/opencsbrushdraw
Editor: Implement brush outlines
5 years ago
Andrei Kortunov e444766901 Use enums for blockers IDs instead of strings 5 years ago
Bret Curtis 328c3617b7
Merge pull request #2752 from Assumeru/parsing-errors
Reset errorhandler context
5 years ago
Andrei Kortunov 2254256db9 Pause both audio and video playback when the game is minimized (feature #4944) 5 years ago
Andrei Kortunov 3d6fd2818f Support for per-type sound blockers 5 years ago
Andrei Kortunov 7545256d1f Do not try to launch magic bolt when direction to target is empty (bug #5350) 5 years ago
Andrei Kortunov bb7c2ac630
Merge pull request #2759 from Capostrophic/lightsource
Don't use up light duration if the held light is hidden (bug #5352)
5 years ago
Capostrophic 1928bebe98 Don't use up light duration if the held light is hidden (bug #5352) 5 years ago
Andrei Kortunov a68d9aed4c Fix issues, found by CoverityScan 5 years ago
Evil Eye 8c433d587c less complicated context override 5 years ago
Andrei Kortunov 26ac6839d4
Merge pull request #2755 from akortunov/guifixes
Do not disable a mouse cursor until it moved when you exit a GUI mode
5 years ago
elsid ef4a7089e4
Use template specialization for writeHNT to write raw arrays
To avoid passing explicit size argument where it's possible.
5 years ago
Roman Siromakha 3bd2c114a7
Merge pull request #2741 from akortunov/warnfix
Fix C5204 warnings by adding default virtual destructors
5 years ago
Andrei Kortunov d222435774 Do not disable a mouse cursor until it moved every time when you exit a GUI mode 5 years ago
Evil Eye a16727d5e3 implement move constructor 5 years ago
Evil Eye 8958e29187 reset errorhandler context 5 years ago