Commit Graph

27128 Commits (aaf6c82e33ff03567dd9657f8d4c075e061ea7b2)
 

Author SHA1 Message Date
Thomas Lowe f50cbcad81 * AA combo box no longer disables the AA alpha test checkbox.
* Updated AA alpha test description to be more accurate
3 years ago
psi29a a9008d224a Merge branch 'light_refactors' into 'master'
LightManager consolidation

Closes #6389

See merge request OpenMW/openmw!1400
3 years ago
psi29a e221013692 Merge branch 'recalculate-projection-matrix-on-window-resize' into 'master'
Recalculate the Projection Matrix every time the window is resized.

See merge request OpenMW/openmw!1382
3 years ago
OnlyForF1 c5b33185b5 Recalculate the Projection Matrix every time the window is resized. 3 years ago
psi29a 7f2c0df3fd Merge branch 'follow_the_path_of_peace' into 'master'
Remove allies from combat when stopping combat

Closes #1930

See merge request OpenMW/openmw!1441
3 years ago
psi29a 12167291a3 Merge branch 'plz_no_particles' into 'master'
Hopefully fix #6353 once and for all

Closes #6353

See merge request OpenMW/openmw!1433
3 years ago
psi29a cb38ec7e7f Merge branch 'fix_unity_build' into 'master'
Fix unity build (#6436)

Closes #6436

See merge request OpenMW/openmw!1417
3 years ago
psi29a a332dec681 Merge branch 'fix_esm_loader' into 'master'
Load only supported content formats by EsmLoader

See merge request OpenMW/openmw!1427
3 years ago
psi29a a15cc0959f Merge branch 'murmur_hash' into 'master'
Use MurmurHash3_x64_128 for Files::getHash

See merge request OpenMW/openmw!1404
3 years ago
psi29a 8d1baa9ae0 Merge branch 'refactor_content_loader' into 'master'
Refactor MWWorld::ContentLoader and derived classes

See merge request OpenMW/openmw!1432
3 years ago
Thomas Lowe 95d7bdd0c9 alpha test defaults to false 3 years ago
Thomas Lowe bdb7b6079e Removed a period from the checkbox's display text to conform with other buttons. 3 years ago
Thomas Lowe 4f77c18af4 Removed unneeded signal. 3 years ago
elsid c4cd2f36c3
Move convertMagicEffects into separate file
As completely unrelated to EsmLoader.
3 years ago
elsid 47219b4def
Avoid base class call antipattern in classes derived from ContentLoader 3 years ago
AnyOldName3 b991263a92 Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89062 3 years ago
Bret Curtis 246912f73a
Merge pull request #3206 from akortunov/groundcover_loading
Use a separate storage for groundcover data
3 years ago
Evil Eye 383f7eb0a5 Merge branch 'fix#6451' into 'master'
Update spell hud first before weapon hud

Closes #6451

See merge request OpenMW/openmw!1447
3 years ago
Kindi 5927924ebc Update CHANGELOG.md 3 years ago
Thomas Lowe 5f355a14cd Changed default setting for anti-alias alpha test to true.
Added checkbox in advanced page for anti-alias alpha test, connected to AA combobox in the graphics page.
3 years ago
kuyondo 01a9eaf4a8 fix#6451 3 years ago
AnyOldName3 5e9d460032 Remove redundant conversion operator 3 years ago
AnyOldName3 bc4b54157b Remove commented-out test conditions 3 years ago
Petr Mikheev f10202dbbe Merge branch 'lua_ui_reset_properties' into 'master'
Correctly set UI properties to defaults when passed nil

See merge request OpenMW/openmw!1439
3 years ago
uramer e9f8c34372 Correctly set UI properties to defaults when passed nil 3 years ago
kuyondo 6e43206d69 remove empty/redundant lines 3 years ago
kuyondo eadad7a4b3 new alternate 3 years ago
Frederic Chardon 9d7a53b701 Merge branch 'fix_physics_deadlock' into 'master'
Fix deadlock in physics system (#6414)

Closes #6414

See merge request OpenMW/openmw!1440
3 years ago
kuyondo df9f601ed7 initialize constants 3 years ago
kuyondo 1f2311538d vanilla style messagebox 2 3 years ago
Evil Eye d6f06fbf9a Remove allies from combat when stopping combat 3 years ago
Evil Eye a231037449 Merge branch 'accumroot' into 'master'
Use the anim source to find mAccumRoot (bug #6417)

Closes #6417

See merge request OpenMW/openmw!1431
3 years ago
elsid 6b43ce0662
Fix deadlock in physics system
1. Reorder unlock and notify_all calls to avoid notifying when not all worker
   threads are waiting.
2. Make sure main thread does not attempt to exclusively lock mSimulationMutex
   while not all workers are done with previous frame.
3. Replace mNewFrame flag by counter to avoid modification from multiple
   threads.
3 years ago
kuyondo 11925b17ea Remove mOverencumberedMessageDelay 3 years ago
kuyondo 30ff688c70 Create only one overencumbered messagebox 3 years ago
psi29a d2f447065c Merge branch 'prepare_for_glibc_2_34' into 'master'
Prepare for glibc 2.34

See merge request OpenMW/openmw!1239
3 years ago
Evil Eye 90f94caaaf Merge branch 'quickkeyvalidation' into 'master'
Validate Quick Keys

Closes #6433

See merge request OpenMW/openmw!1428
3 years ago
kuyondo 5ffd077f9e Update changelog.md 3 years ago
kuyondo 60a345f5cc Better indentation 3 years ago
Evil Eye fb4c611570 Merge branch 'sunglare_fix' into 'master'
Fix sunglare in sky shaders

See merge request OpenMW/openmw!1430
3 years ago
Evil Eye f18b8adfea Truncate instead of rounding to deal with negative values 3 years ago
kuyondo d55682f833 remove debug code 3 years ago
kuyondo 503f0e62e7 Validate Argument is Index instead of Player 3 years ago
Alexei Dobrohotov fd58e5ba77 Use the anim source to find mAccumRoot (bug #6417) 3 years ago
glassmancody.info 44d5c96183 sunglare fix 3 years ago
kuyondo 1b1de86b4a Validate Quick Keys 3 years ago
elsid da0c5b54f0
Load only supported content formats by EsmLoader 3 years ago
Petr Mikheev 6f5e0e7697 Merge branch 'solve_6430' into 'master'
Use a setting to enable Lua Action tracebacks

See merge request OpenMW/openmw!1419
3 years ago
uramer 4a976a8e23 Use a setting to enable Lua Action tracebacks 3 years ago
Petr Mikheev a39305b108 Merge branch 'clean_lua_ui' into 'master'
Clear Lua-created UI on game load and reloadlua command

See merge request OpenMW/openmw!1418
3 years ago