Commit Graph

16197 Commits (bbf6b4e51779a4b7ff45318f199b8864e101b468)

Author SHA1 Message Date
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
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
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
Bret Curtis baf3c36a76
Merge pull request #2722 from akortunov/gyro
Rotate camera via gyroscope on mobile devices
5 years ago
Andrei Kortunov e63325ebff Support for camera rotation via gyroscope on Android (feature #5311) 5 years ago
Capostrophic 5e2e5b7aa9 Fix btCollisionObjectWrapper forward declaration 5 years ago
Capostrophic 4f08f6e09b Separate ClosestNotMeConvexResultCallback 5 years ago
Capostrophic 19010ec045 Separate MovementSolver 5 years ago
Capostrophic ca6cce0c7e Separate Stepper 5 years ago
Capostrophic 5d625c12dc Separate ContactTestResultCallback 5 years ago
Capostrophic c94cd775bf Separate ClosestNotMeRayResultCallback 5 years ago
Capostrophic ce588fb39c Separate DeepestNotMeContactTestResultCallback 5 years ago
Capostrophic 1629791885 Port wareya's actor tracer consistency fixes 5 years ago
Capostrophic 99e89f23a6 Fix calculateNpcStatModifiers call for non-NPCs 5 years ago