Commit Graph

23738 Commits (7300496a5fc32804fefd4c72072f51afce5f13f4)
 

Author SHA1 Message Date
psi29a 7300496a5f Delete FindFreetype.cmake; as it is provided by cmake as of 3.0.2 and we require 3.1.0. 5 years ago
psi29a 5c3496fb15 Delete FindBullet.cmake; we use cmake's version which has been available since 3.0.2 and we have a requirement of 3.1.0
https://cmake.org/cmake/help/v3.0/module/FindBullet.html
5 years ago
psi29a 721e659d37 Update CHANGELOG.md 5 years ago
psi29a 8f86617262 Merge branch 'master' into 'master'
Fixed passed indexes for object deletion #5384

See merge request OpenMW/openmw!196
5 years ago
psi29a c3a44212c7 Merge branch 'player_resurrection_spell_fix' into 'master'
Don't clear spells for a dead player, preventing resurrection problems

See merge request OpenMW/openmw!207
5 years ago
Andrei Kortunov 8517737ac0 Merge branch 'camera_dist_setting' into 'master'
New setting "third person camera distance"

See merge request OpenMW/openmw!241
5 years ago
Petr Mikheev 280862f58b New setting "third person camera distance" 5 years ago
psi29a 46db69a349 Merge branch 'swimming' into 'master'
Swimming-related fixes

See merge request OpenMW/openmw!247

(cherry picked from commit 8be328ef80f29e9692e29d24beefa8ced16537a7)

738c71fd Extend the "turn to movement direction" mode for swimming up and down.
10d3e82b New setting "swim upward coef"
5 years ago
Andrei Kortunov e335dc8b8a
Merge pull request #2957 from elsid/sound_lookup_when_fade_out
Lookup sound when need to fade out
5 years ago
elsid 1c9ce03575
Lookup sound when need to fade out 5 years ago
Andrei Kortunov 700f70595f
Merge pull request #2956 from elsid/sound_reoder_conditions
Check distance to object before load sound
5 years ago
elsid 41434f26a6 Merge branch 'Fix-Trainers-Issue-5486' into 'master'
Trainers training skills based on base skill issue #5486

See merge request OpenMW/openmw!257
5 years ago
elsid 624baa6d89
Check distance to object before load sound 5 years ago
CedricMocquillon d76b81a4a4 Update changelog 5 years ago
CedricMocquillon e51191b5ca Update documentation 5 years ago
CedricMocquillon 096e25b29a Make the getSkillForTraining a member method of TrainingWindow class.
The implementation is based now on the member of the class
mTrainingSkillBasedOnBaseSkill instead of local static
5 years ago
Bret Curtis 49489b31f7
Merge pull request #2955 from elsid/sound_npc_animation
Use pointer to Sound to stop sounds started by NpcAnimation
5 years ago
CedricMocquillon 998bf5da34 Add new checkbox for the new setting 'trainers training skills based on base skill' 5 years ago
CedricMocquillon 1aa4f6bf96 The number of skills points a trainer can teach is based either on its base
values or on its modified ones depending on the new setting 'trainers training
 skills based on base skill' value
5 years ago
CedricMocquillon 281cef9769 The 3 skill selected by a trainer are based on its 3 best skills.
The skills are sorted either on their base value or on their modified one
depending on the new setting 'trainers training skills based on base skill'
5 years ago
elsid 3c460fb3e9
Use pointer to Sound to stop sounds started by NpcAnimation 5 years ago
Bret Curtis 0f855a83c0
Merge pull request #2945 from OpenMW/macos10.15
give MacOS 10.15 a spin
5 years ago
Bret Curtis 14d5b3eeaf try release again and turning on bit by bit for ccache to be used 5 years ago
Bret Curtis 67c2f0b26c
Merge pull request #2951 from elsid/sound_object_pool
Store SoundManager sounds and streams in object pool
5 years ago
psi29a f4d024b4f1 Merge branch 'ci-cache' into 'master'
Cache compilation using ccache

See merge request OpenMW/openmw!159
5 years ago
Icecream95 dc6fbd39d8
Cache compilation using ccache 5 years ago
Bret Curtis 2ac4a2c6e3 do not make package for now 5 years ago
Bret Curtis 0c2fea8254
Merge pull request #2932 from elsid/replace_open_threads
Replace OpenThreads by std types
5 years ago
Bret Curtis db75398fba only build openmw for now 5 years ago
Bret Curtis 28d85e4030
Merge pull request #2926 from akortunov/warnfix
Use QMultiMap instead of QMap
5 years ago
Andrei Kortunov 57069f60aa
Merge pull request #2953 from akortunov/warnfix2
Mark some methds as overrides to avoid warnings
5 years ago
Andrei Kortunov 9ec61c14d2 Mark some methods as overrides to avoid warnings 5 years ago
Andrei Kortunov ce597ff908
Merge pull request #2952 from akortunov/master
Remove redundant virtual qualifier
5 years ago
Andrei Kortunov d1b5f17390 Remove redundant virtual qualifier 5 years ago
elsid 02f9b44f01
Use RAII for object ptr from pool 5 years ago
elsid 6ca29c6107
Use common type for pool of sounds and streams 5 years ago
Bret Curtis c7a612a891
Merge pull request #2949 from elsid/sound_water_action
Choose next action for water sound in a separate function
5 years ago
Bret Curtis 3ea576efdc do not build a few things; temporary disable checking package; get things compiling and cached first 5 years ago
elsid b424aac25e
Choose next action for water sound in a separate function 5 years ago
elsid 080b0d6319
Remove unused duration from updateWaterSound 5 years ago
Andrei Kortunov 349a11864f
Merge pull request #2950 from elsid/fit_stats
Make all stats fit into the window
5 years ago
elsid 56bc462007
Make all stats fit into the window 5 years ago
psi29a 08469af742 Merge branch '#5509_invisibility_fix_round_2' into 'master'
Should resolve the original cause of #5509

See merge request OpenMW/openmw!256
5 years ago
Bret Curtis 4dbc0a34ba
Merge pull request #2948 from elsid/rm_sound_local_static
Replace SoundManager local static variables by fields
5 years ago
Bret Curtis d3c24a6ea4 Should resolve the original cause of #5509 and prevent mesh from growing while switching back and for from 3rd and 1st person view 5 years ago
elsid 6ab1a1f907
Make last cell a field of SoundManager and initialize 5 years ago
elsid 3fa1e7ebaf
Make time passed SoundManager field 5 years ago
psi29a 978b9e9285 Merge branch 'patch-1' into 'master'
fix typos in launcher

See merge request OpenMW/openmw!255
5 years ago
Dillon 8f9de7289d fix typos 5 years ago
psi29a 90a0f11c1f Merge branch '#5509_invisibility_fix' into 'master'
Resolve #5509 where culling did not take invisiblity into accont

Closes #5509

See merge request OpenMW/openmw!254
5 years ago