mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 12:11:35 +00:00
Merge remote-tracking branch 'upstream/openmw-37' into HEAD
This commit is contained in:
commit
dca1674133
2 changed files with 5 additions and 2 deletions
|
@ -27,6 +27,7 @@
|
||||||
Bug #2014: Antialiasing setting does nothing on Linux
|
Bug #2014: Antialiasing setting does nothing on Linux
|
||||||
Bug #2037: Some enemies attack the air when spotting the player
|
Bug #2037: Some enemies attack the air when spotting the player
|
||||||
Bug #2052: NIF rotation matrices including scales are not supported
|
Bug #2052: NIF rotation matrices including scales are not supported
|
||||||
|
Bug #2062: Crank in Old Mournhold: Forgotten Sewer turns about the wrong axis
|
||||||
Bug #2111: Raindrops in front of fire look wrong
|
Bug #2111: Raindrops in front of fire look wrong
|
||||||
Bug #2140: [OpenGL] Water effects, flames and parts of creatures solid black when observed through brazier flame
|
Bug #2140: [OpenGL] Water effects, flames and parts of creatures solid black when observed through brazier flame
|
||||||
Bug #2147: Trueflame and Hopesfire flame effects not properly aligned with blade
|
Bug #2147: Trueflame and Hopesfire flame effects not properly aligned with blade
|
||||||
|
@ -176,6 +177,7 @@
|
||||||
Bug #2980: Editor: Attribute and Skill can be selected for spells that do not require these parameters, leading to non-functional spells
|
Bug #2980: Editor: Attribute and Skill can be selected for spells that do not require these parameters, leading to non-functional spells
|
||||||
Bug #2990: Compiling a script with warning mode 2 and enabled error downgrading leads to infinite recursion
|
Bug #2990: Compiling a script with warning mode 2 and enabled error downgrading leads to infinite recursion
|
||||||
Bug #2992: [Mod: Great House Dagoth] Killing Dagoth Gares freezes the game
|
Bug #2992: [Mod: Great House Dagoth] Killing Dagoth Gares freezes the game
|
||||||
|
Bug #3007: PlaceItem takes radians instead of degrees + angle reliability
|
||||||
Feature #706: Editor: Script Editor enhancements
|
Feature #706: Editor: Script Editor enhancements
|
||||||
Feature #872: Editor: Colour values in tables
|
Feature #872: Editor: Colour values in tables
|
||||||
Feature #880: Editor: ID auto-complete
|
Feature #880: Editor: ID auto-complete
|
||||||
|
|
|
@ -746,9 +746,10 @@ if (APPLE)
|
||||||
|
|
||||||
set(ABSOLUTE_PLUGINS "")
|
set(ABSOLUTE_PLUGINS "")
|
||||||
set(USED_OSG_PLUGINS
|
set(USED_OSG_PLUGINS
|
||||||
osgdb_tga
|
|
||||||
osgdb_dds
|
osgdb_dds
|
||||||
osgdb_imageio
|
osgdb_jpeg
|
||||||
|
osgdb_png
|
||||||
|
osgdb_tga
|
||||||
)
|
)
|
||||||
|
|
||||||
foreach (PLUGIN_NAME ${USED_OSG_PLUGINS})
|
foreach (PLUGIN_NAME ${USED_OSG_PLUGINS})
|
||||||
|
|
Loading…
Reference in a new issue