Commit Graph

23077 Commits (f27e299025767664ec29aa13d35dfd7d37a119ab)
 

Author SHA1 Message Date
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
Andrei Kortunov d92af43696
Merge pull request #2763 from akortunov/warnfix
Fix int/float conversions in the CSVRender::BrushDraw
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 b243ee6f74
Merge pull request #2744 from OpenMW/debian_appstream
add launchable type
5 years ago
Bret Curtis 328c3617b7
Merge pull request #2752 from Assumeru/parsing-errors
Reset errorhandler context
5 years ago
Bret Curtis 03da834bb2
Merge pull request #2760 from akortunov/explode
Do not try to launch magic bolt when direction to target is empty
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 028760e108
Merge pull request #2758 from akortunov/warnfix
Fix some issues, found by CoverityScan
5 years ago
Andrei Kortunov 0ce953ff7d
Merge pull request #2757 from Capostrophic/land
Fix ESM::Land oversights
5 years ago
Capostrophic 5732b8e026 Use std::fill instead of loops to reset some arrays to defaults 5 years ago
Capostrophic 27d4fe9ee1 Fix ESM::Land oversights 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 02d7b13075
Merge pull request #2529 from akortunov/nodecopy
Copy transformations data when we clone node
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
Andrei Kortunov 3a1b2307ce
Merge pull request #2756 from elsid/write_hnt_arrays
Use template specialization for writeHNT to write raw arrays
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 e6a5a5d517
Merge pull request #2754 from hristoast/controllerdb2
Two more that I missed
5 years ago
Hristos N. Triantafillou da7032caff
Two more that I missed 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
Andrei Kortunov 20d5cd6596
Merge pull request #2753 from hristoast/controllerdb
These files aren't in the repo anymore
5 years ago
Hristos N. Triantafillou e6a6411b95
These files aren't in the repo anymore 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
Bret Curtis 2edf1cdf4d
rewording 5 years ago
Andrei Kortunov e63325ebff Support for camera rotation via gyroscope on Android (feature #5311) 5 years ago
Nikolay Kasyanov c8596f782a [macOS, CI] Use prebuilt dependencies with SDL2 2.0.12 5 years ago
Bret Curtis 2a31382e20
Merge pull request #2748 from Capostrophic/physicssystem
mwphysics refactoring (task #5338)
5 years ago
Capostrophic 5e2e5b7aa9 Fix btCollisionObjectWrapper forward declaration 5 years ago
Andrei Kortunov dd42635f7c
Merge pull request #2750 from Capostrophic/keyframecontroller
Always create NiGeometry nodes as MatrixTransform
5 years ago
Capostrophic 80239235d3 Always create NiGeometry nodes as MatrixTransform 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