Commit Graph

21914 Commits (f4e113e7c1a1d741e8d8bcb96c2a3b8b6f2392e5)
 

Author SHA1 Message Date
Bret Curtis f4e113e7c1
Merge pull request #2277 from akortunov/terrain
Camera-related fixes
6 years ago
Bret Curtis 4fa529e093
Merge pull request #2320 from akortunov/cursorfix
[Regression] Fix disappearing cursor in the self-enchanting menu
6 years ago
Bret Curtis 785a667517
Merge pull request #2302 from akortunov/guifixes
Scalable UI textures
6 years ago
Andrei Kortunov f165d22cde Fix a regression with disappearing cursor in the self-enchanting menu 6 years ago
Andrei Kortunov 9b716a2f8d
Merge pull request #2311 from Capostrophic/random
Use dice rolls instead of chance for spell magnitude (bug #4945)
6 years ago
Bret Curtis f0cc973b29
Merge pull request #2315 from Capostrophic/lighting
Revise light source configuration (bug #4965)
6 years ago
Bret Curtis 10643a10f2
Merge branch 'master' into lighting 6 years ago
Andrei Kortunov 04bee2b2fb
Merge pull request #2317 from Capostrophic/sound
Only play miss sound for player attacks (bug #4969)
6 years ago
Alexei Dobrohotov d3e6921946
Merge pull request #2318 from elsid/navmesh_lock_tile
Avoid work duplication for multiple thread async navmesh updater
6 years ago
elsid c683dc8565
Lock navmesh tile by thread while processing
To avoid duplicated work on a same tile by different threads.
If tile is locked by another thread, then post job into this thread queue.
6 years ago
Capostrophic 85e99182ce Revise light source configuration (bug #4965)
Set up attenuation less awkwardly
Use global attenuation settings for magic light source
Use constant attenuation settings
6 years ago
Capostrophic 424716977b Only play miss sound for player attacks (bug #4969) 6 years ago
Andrei Kortunov 31ddb0a482 Allow to calculate UI skin size based on texture resolution (feature #4968) 6 years ago
Bret Curtis 573e6e5d51
Merge pull request #2313 from Capostrophic/nifver
NIF version-related minor fixes
6 years ago
Capostrophic b08fed6d83 Fix NIF printVersion and allow 4.0.0.0 file loading 6 years ago
Alexei Dobrohotov 7158f09b87
Merge pull request #2312 from terabyte25/patch-1
Add magic animation option to advanced page
6 years ago
terrabyte25 61c3847a12 Add magic animation option to advanced page 6 years ago
Bret Curtis bf64b3ec87
Merge pull request #2307 from akortunov/loadfix
Reset old record, if its ID does not match with ID of new record
6 years ago
Andrei Kortunov 413207f9af Reset old record, if its ID does not match with ID of new record (bug #4932) 6 years ago
Capostrophic d4c1bd81b6 Use dice rolls instead of chance for spell magnitude (bug #4945) 6 years ago
Alexei Dobrohotov 89776e2002
Merge pull request #2006 from akortunov/recastlogging
Unify logging system for RecastNavigation
6 years ago
Andrei Kortunov 14b756a692 Use a generic logging system for RecastNavigation 6 years ago
Alexei Dobrohotov e9f6c11cc9
Merge pull request #2309 from akortunov/enchant_animations
Add an option to use casting animations for magic items
6 years ago
Alexei Dobrohotov c57958bf4e
Merge pull request #2310 from akortunov/enchant
Correct the Enchant skill progress
6 years ago
Andrei Kortunov 0079a6bf05 Correct the Enchant skill progress (bug #4963) 6 years ago
Bret Curtis ca6f1bdd13
Merge pull request #2288 from Capostrophic/magiceffect
Validate spell effect argument (bug #4927)
6 years ago
Andrei Kortunov 35facc5cde Add an option to use casting animations for magic items (feature #4962) 6 years ago
Bret Curtis 7808cbbfe8
Merge pull request #2292 from akortunov/fallback
Make fallback map static to simplify constructors
6 years ago
bzzt 391f6faffb Remove unused defaultViewer / defaultViewPoint 6 years ago
bzzt e908790584 Inherit the view point from main camera for water RTT cameras 6 years ago
Andrei Kortunov 489e5c6cce Store preloaded terrain view in the main thread 6 years ago
bzzt 63ab7345be Reuse traversal result for different traversal with same view point
Rename eyePoint to viewPoint to match OSG conventions (eyePoint is the camera position, viewPoint is for LOD handling)
6 years ago
Bret Curtis b8bddc64bb
Merge pull request #2306 from unelsson/cellcoordinates_updates
Add various coordinate conversion functions
6 years ago
Bret Curtis 8f80441e13
Merge pull request #2308 from nikolaykasyanov/fix-macos-upload-check
Fix macOS nightly preupload check
6 years ago
Nikolay Kasyanov c89876538d Fix macOS nightly preupload check
Previously, it was always ls'ing home directory.
6 years ago
Nelsson Huotari 4c4fb0d955 Add include 6 years ago
Nelsson Huotari 69f900349c Remove unnecessary include 6 years ago
Bret Curtis 5508153d52 Merge branch 'ChangeLog' into 'master'
Suggestion for PR changelog file

See merge request OpenMW/openmw!90
6 years ago
Atahualpa 65cf0c20d2 Suggestion for PR changelog file to be maintained in parallel to the actual changelog. Uses the first draft of the 0.46.0 changelog as a basis. 6 years ago
Bret Curtis 7cc31b11fb
Merge pull request #2305 from Capostrophic/controller
Update SDL controller mappings from upstream
6 years ago
Nelsson Huotari ee4a8d2166 Add various coordinate conversion functions 6 years ago
Capostrophic a1ec2aec26 Update SDL controller mappings from upstream 6 years ago
Bret Curtis 2efdb71a87
Merge pull request #2304 from Capostrophic/voiceover
Use loudness data for 2D voiceover (bug #4947)
6 years ago
Bret Curtis 1766a252dc
Merge branch 'master' into voiceover 6 years ago
Bret Curtis 4f6658bcb5
Merge pull request #2303 from Capostrophic/levitation
Fix certain levitation state inconsistencies (bug #4948)
6 years ago
Capostrophic af80eddc0e Use loudness data for 2D voiceover (bug #4947) 6 years ago
Capostrophic 1424399118 Disable any footstep sounds when flying (bug #4948) 6 years ago
Capostrophic 7202f45771 Only allow resting in air when a bed is used 6 years ago
Capostrophic be125aa996 Add spell effect argument validation (bug #4927) 6 years ago
Bret Curtis aacc275e9c
Merge pull request #2299 from Capostrophic/position
Replicate vanilla Position/SetPos behavior more closely (bug #3109)
6 years ago