OpenMW 0.33.0

Anything related to PR, release planning and any other non-technical idea how to move the project forward should be discussed here.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.33.0

Post by raevol »

@psi29a, I am at school right now, but will be home in about 2 hours. Might you be available to help me upload the packages to the github release then?
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.33.0

Post by raevol »

Release announcement finals:

Code: Select all

The OpenMW team is proud to announce the release of version 0.33.0! Grab it from our Downloads Page (https://openmw.org/downloads/) for all operating systems. We are moving closer and closer to our vaunted "1.0" release, and as such, the list of unimplemented features has run excitingly low. This release brings almost 100 fixes, as well as many exciting advancements for OpenCS. Stay tuned!

Known Issues:
- Switching from fullscreen to windowed mode on Windows 7 or 8.1 while using the D3D9 renderer causes a crash

Changelog:
- Implemented font colors importing from fallback settings
- Implemented Death and LevelUp music
- Implemented console targetting on player
- Implemented red pain effect when hit
- Implemented spellcasting for non-biped creatures
- Implemented the RA (Reset Actors) console command
- Fixed extraneous characters from keypresses showing in console when console is bound to a character key
- Fixed issues with book and scroll content display
- Fixed NPCs reacting from too far away
- Fixed PC spawning on top of followers when going through doors
- Fixed tall PCs getting stuck in staircases
- Fixed how the spawn point is determined for certain problematic doors and areas
- Fixed executable icon in Windows
- Fixed third person Eeyore rain effect
- Fixed thunder and lightning still playing while the game is paused
- Fixed jump behavior to better match vanilla
- Fixed being able to rest on water while water walking
- Fixed Cancel button consistency issues
- Fixed compile error in Less Generic Nerevarine mod
- Fixed unhandled ffmpeg sample formats
- Fixed resizing the map not staying centered
- Fixed attacking NPCs already in combat being reported as a crime
- Fixed a crash on load with Morrowind Acoustic Overhaul
- Fixed knocked out actors still colliding and speaking
- Fixed soul trap success sound not playing
- Fixed missing sound effect for enchanted items with an empty charge
- Fixed handling the "MagicItems" vendor category
- Fixed Launcher not starting if a file listed in launcher.cfg has the wrong case
- Fixed goblins killed while knocked down remaining in the knocked down pose
- Fixed CellChanged events triggering when crossing an exterior cell border
- Fixed Spriggans being killed instantly if hit while regenerating
- Fixed Magic Menu text not dimming when going from a spell to item as the active magic
- Fixed unlit torches procuding a burning sound
- Fixed being able to type text into the price field in the barter window
- Fixed equipped items not emitting sounds
- Fixed Draugr Lord Aesliip remaining non-hostile when attacking
- Fixed bounty and crime not resetting immediately when going to jail
- Fixed getdistance behavior for targets in an inactive cell
- Fixed potential infinite recursion when an area effect spell is reflected
- Fixed bound gear equipping behavior
- Fixed followers on the Establish The Mine quest
- Fixed exceptions with adding local scripts
- Fixed a crash caused by teleportation spells
- Fixed bound item checks not using GMSTs
- Fixed NPCs moving load doors
- Fixed Attacked flag being set when the actor is already in combat with the attacker
- Fixed AiTravel accepting destinations further than 7168 units away, to match vanilla
- Fixed world map arrow not adjusting to interior player facing
- Fixed Ulyne Henim disappearing when game is loaded inside Vas
- Fixed alchemy not correctly handling effects with zero magnitude/duration
- Fixed levitation permissions not being saved in save games
- Fixed NPCs not using magic
- Fixed named cells that overlap with Morrowind.esm not showing, for Tamriel Rebuilt
- Fixed magic effects not being overwritten by mods that change magic effects
- Fixed stacks of items being worth more when sold individually
- Fixed Launcher not listing addon files if the base game file is renamed to a different case
- Fixed incorrect reading of global map state in some cases when the map size changed
- Fixed Mercantile skill gain
- Fixed OnPcHitMe triggering for friendly hits
- Fixed considering actors as followers if they are also in combat with the follow target
- Fixed Journal scrolling indefinitely with the mouse wheel
- Fixed followers not leaving the party when a quest ends
- Fixed unbound input action behavior
- Fixed spell merchants selling racial bonus spells
- Fixed a segfault when loading saves
- Fixed jump sound to be controlled by footstep volume slider
- Fixed player suffering silently when taking damage from lava
- Fixed Dwarven Sceptre collision area not being removed after being killed
- Fixed indirect followers not being teleported when using a door
- Fixed East Empire Company faction rank after completing the questline
- Fixed zero strength causing the player to be permanently overencumbered, even with no weight
- Fixed shrine blessings in Maar Gan
- Fixed enchanted items not recharging
- Fixed Dagoth Ur dying from Ash Vampire deaths
- Fixed a dialog loop in The Code Book quest for the Fighter's Guild
- Fixed "root bone" to be treated as the animation root if it exists
- Fixed number of Alchemy ingredients not removing from potion window
- Fixed mouse-over text not showing for spells the player can't afford 
- Fixed crash when entering Ruinous Keep, Great Hall in Tamriel Rebuilt
- Fixed extra string arguments to ShowMap breaking script compilation
- OpenCS: Implemented a special case for top-level windows with a single sub-window
- OpenCS: Implemented sub-windows reusing settings
- OpenCS: Implemented opening sub-views in a new top-level window
- OpenCS: Implemented magic effect table
- OpenCS: Implemented path grid table
- OpenCS: Implemented sound gen table
- OpenCS: Implemented requesting UniversalId editing from table columns
- OpenCS: Implemented terrain rendering
- OpenCS: Implemented CellRef global variable column
- OpenCS: Implemented using ESM::Cell's RefNum counter
- OpenCS: Implemented running OpenMW with the currently edited content list
- OpenCS: Fixed subviews being deleted on shutdown instead of when they are closed
- OpenCS: Fixed ReferenceableID behavior when dragging to references record filter
- OpenCS: Fixed content files being able to be opened multiple times from the same dialog
- OpenCS: Fixed "Edit Record" context menu button not opening subview for journal infos
- OpenCS: Fixed record edits resulting in duplicate entries
- OpenCS: Fixed some characters not being able to be used in addon names
- OpenCS: Fixed preferences window appearing off screen
- OpenCS: Fixed record filter title position
- OpenCS: Fixed region field for cell record in dialogue subview not working
- OpenCS: Fixed label "Musics" to be "Music"
- OpenCS: Fixed status bar not updating when record filter is changed
- OpenCS: Fixed documents not being removed when closing the last view
- OpenCS: Fixed File->Exit only checking the document it was issued from
- OpenCS: Fixed script compiler member variable access

Code: Select all

<p>The OpenMW team is proud to announce the release of version 0.33.0! Grab it from our <a href="https://openmw.org/downloads/">Downloads Page</a> for all operating systems. We are moving closer and closer to our vaunted "1.0" release, and as such, the list of unimplemented features has run excitingly low. This release brings almost 100 fixes, as well as many exciting advancements for OpenCS. Stay tuned!</p>

<p><b>Known Issues:</b><br>
<ul><li>Switching from fullscreen to windowed mode on Windows 7 or 8.1 while using the D3D9 renderer causes a crash</li></ul></p>

<p><b>Changelog:</b><br>
<ul><li>Implemented font colors importing from fallback settings</li>
<li>Implemented Death and LevelUp music</li>
<li>Implemented console targetting on player</li>
<li>Implemented red pain effect when hit</li>
<li>Implemented spellcasting for non-biped creatures</li>
<li>Implemented the RA (Reset Actors) console command</li>
<li>Fixed extraneous characters from keypresses showing in console when console is bound to a character key</li>
<li>Fixed issues with book and scroll content display</li>
<li>Fixed NPCs reacting from too far away</li>
<li>Fixed PC spawning on top of followers when going through doors</li>
<li>Fixed tall PCs getting stuck in staircases</li>
<li>Fixed how the spawn point is determined for certain problematic doors and areas</li>
<li>Fixed executable icon in Windows</li>
<li>Fixed third person Eeyore rain effect</li>
<li>Fixed thunder and lightning still playing while the game is paused</li>
<li>Fixed jump behavior to better match vanilla</li>
<li>Fixed being able to rest on water while water walking</li>
<li>Fixed Cancel button consistency issues</li>
<li>Fixed compile error in Less Generic Nerevarine mod</li>
<li>Fixed unhandled ffmpeg sample formats</li>
<li>Fixed resizing the map not staying centered</li>
<li>Fixed attacking NPCs already in combat being reported as a crime</li>
<li>Fixed a crash on load with Morrowind Acoustic Overhaul</li>
<li>Fixed knocked out actors still colliding and speaking</li>
<li>Fixed soul trap success sound not playing</li>
<li>Fixed missing sound effect for enchanted items with an empty charge</li>
<li>Fixed handling the "MagicItems" vendor category</li>
<li>Fixed Launcher not starting if a file listed in launcher.cfg has the wrong case</li>
<li>Fixed goblins killed while knocked down remaining in the knocked down pose</li>
<li>Fixed CellChanged events triggering when crossing an exterior cell border</li>
<li>Fixed Spriggans being killed instantly if hit while regenerating</li>
<li>Fixed Magic Menu text not dimming when going from a spell to item as the active magic</li>
<li>Fixed unlit torches procuding a burning sound</li>
<li>Fixed being able to type text into the price field in the barter window</li>
<li>Fixed equipped items not emitting sounds</li>
<li>Fixed Draugr Lord Aesliip remaining non-hostile when attacking</li>
<li>Fixed bounty and crime not resetting immediately when going to jail</li>
<li>Fixed getdistance behavior for targets in an inactive cell</li>
<li>Fixed potential infinite recursion when an area effect spell is reflected</li>
<li>Fixed bound gear equipping behavior</li>
<li>Fixed followers on the Establish The Mine quest</li>
<li>Fixed exceptions with adding local scripts</li>
<li>Fixed a crash caused by teleportation spells</li>
<li>Fixed bound item checks not using GMSTs</li>
<li>Fixed NPCs moving load doors</li>
<li>Fixed Attacked flag being set when the actor is already in combat with the attacker</li>
<li>Fixed AiTravel accepting destinations further than 7168 units away, to match vanilla</li>
<li>Fixed world map arrow not adjusting to interior player facing</li>
<li>Fixed Ulyne Henim disappearing when game is loaded inside Vas</li>
<li>Fixed alchemy not correctly handling effects with zero magnitude/duration</li>
<li>Fixed levitation permissions not being saved in save games</li>
<li>Fixed NPCs not using magic</li>
<li>Fixed named cells that overlap with Morrowind.esm not showing, for Tamriel Rebuilt</li>
<li>Fixed magic effects not being overwritten by mods that change magic effects</li>
<li>Fixed stacks of items being worth more when sold individually</li>
<li>Fixed Launcher not listing addon files if the base game file is renamed to a different case</li>
<li>Fixed incorrect reading of global map state in some cases when the map size changed</li>
<li>Fixed Mercantile skill gain</li>
<li>Fixed OnPcHitMe triggering for friendly hits</li>
<li>Fixed considering actors as followers if they are also in combat with the follow target</li>
<li>Fixed Journal scrolling indefinitely with the mouse wheel</li>
<li>Fixed followers not leaving the party when a quest ends</li>
<li>Fixed unbound input action behavior</li>
<li>Fixed spell merchants selling racial bonus spells</li>
<li>Fixed a segfault when loading saves</li>
<li>Fixed jump sound to be controlled by footstep volume slider</li>
<li>Fixed player suffering silently when taking damage from lava</li>
<li>Fixed Dwarven Sceptre collision area not being removed after being killed</li>
<li>Fixed indirect followers not being teleported when using a door</li>
<li>Fixed East Empire Company faction rank after completing the questline</li>
<li>Fixed zero strength causing the player to be permanently overencumbered, even with no weight</li>
<li>Fixed shrine blessings in Maar Gan</li>
<li>Fixed enchanted items not recharging</li>
<li>Fixed Dagoth Ur dying from Ash Vampire deaths</li>
<li>Fixed a dialog loop in The Code Book quest for the Fighter's Guild</li>
<li>Fixed "root bone" to be treated as the animation root if it exists</li>
<li>Fixed number of Alchemy ingredients not removing from potion window</li>
<li>Fixed mouse-over text not showing for spells the player can't afford </li>
<li>Fixed crash when entering Ruinous Keep, Great Hall in Tamriel Rebuilt</li>
<li>Fixed extra string arguments to ShowMap breaking script compilation</li>
<li>OpenCS: Implemented a special case for top-level windows with a single sub-window</li>
<li>OpenCS: Implemented sub-windows reusing settings</li>
<li>OpenCS: Implemented opening sub-views in a new top-level window</li>
<li>OpenCS: Implemented magic effect table</li>
<li>OpenCS: Implemented path grid table</li>
<li>OpenCS: Implemented sound gen table</li>
<li>OpenCS: Implemented requesting UniversalId editing from table columns</li>
<li>OpenCS: Implemented terrain rendering</li>
<li>OpenCS: Implemented CellRef global variable column</li>
<li>OpenCS: Implemented using ESM::Cell's RefNum counter</li>
<li>OpenCS: Implemented running OpenMW with the currently edited content list</li>
<li>OpenCS: Fixed subviews being deleted on shutdown instead of when they are closed</li>
<li>OpenCS: Fixed ReferenceableID behavior when dragging to references record filter</li>
<li>OpenCS: Fixed content files being able to be opened multiple times from the same dialog</li>
<li>OpenCS: Fixed "Edit Record" context menu button not opening subview for journal infos</li>
<li>OpenCS: Fixed record edits resulting in duplicate entries</li>
<li>OpenCS: Fixed some characters not being able to be used in addon names</li>
<li>OpenCS: Fixed preferences window appearing off screen</li>
<li>OpenCS: Fixed record filter title position</li>
<li>OpenCS: Fixed region field for cell record in dialogue subview not working</li>
<li>OpenCS: Fixed label "Musics" to be "Music"</li>
<li>OpenCS: Fixed status bar not updating when record filter is changed</li>
<li>OpenCS: Fixed documents not being removed when closing the last view</li>
<li>OpenCS: Fixed File->Exit only checking the document it was issued from</li>
<li>OpenCS: Fixed script compiler member variable access</li></ul></p>

Code: Select all

The OpenMW team is proud to announce the release of version 0.33.0! Grab it from our [url=https://openmw.org/downloads/]Downloads Page[/url] for all operating systems. We are moving closer and closer to our vaunted "1.0" release, and as such, the list of unimplemented features has run excitingly low. This release brings almost 100 fixes, as well as many exciting advancements for OpenCS. Stay tuned!

[b]Known Issues:[/b]
[list][*]Switching from fullscreen to windowed mode on Windows 7 or 8.1 while using the D3D9 renderer causes a crash[/list]

[b]Changelog:[/b]
[list][*]Implemented font colors importing from fallback settings
[*]Implemented Death and LevelUp music
[*]Implemented console targetting on player
[*]Implemented red pain effect when hit
[*]Implemented spellcasting for non-biped creatures
[*]Implemented the RA (Reset Actors) console command
[*]Fixed extraneous characters from keypresses showing in console when console is bound to a character key
[*]Fixed issues with book and scroll content display
[*]Fixed NPCs reacting from too far away
[*]Fixed PC spawning on top of followers when going through doors
[*]Fixed tall PCs getting stuck in staircases
[*]Fixed how the spawn point is determined for certain problematic doors and areas
[*]Fixed executable icon in Windows
[*]Fixed third person Eeyore rain effect
[*]Fixed thunder and lightning still playing while the game is paused
[*]Fixed jump behavior to better match vanilla
[*]Fixed being able to rest on water while water walking
[*]Fixed Cancel button consistency issues
[*]Fixed compile error in Less Generic Nerevarine mod
[*]Fixed unhandled ffmpeg sample formats
[*]Fixed resizing the map not staying centered
[*]Fixed attacking NPCs already in combat being reported as a crime
[*]Fixed a crash on load with Morrowind Acoustic Overhaul
[*]Fixed knocked out actors still colliding and speaking
[*]Fixed soul trap success sound not playing
[*]Fixed missing sound effect for enchanted items with an empty charge
[*]Fixed handling the "MagicItems" vendor category
[*]Fixed Launcher not starting if a file listed in launcher.cfg has the wrong case
[*]Fixed goblins killed while knocked down remaining in the knocked down pose
[*]Fixed CellChanged events triggering when crossing an exterior cell border
[*]Fixed Spriggans being killed instantly if hit while regenerating
[*]Fixed Magic Menu text not dimming when going from a spell to item as the active magic
[*]Fixed unlit torches procuding a burning sound
[*]Fixed being able to type text into the price field in the barter window
[*]Fixed equipped items not emitting sounds
[*]Fixed Draugr Lord Aesliip remaining non-hostile when attacking
[*]Fixed bounty and crime not resetting immediately when going to jail
[*]Fixed getdistance behavior for targets in an inactive cell
[*]Fixed potential infinite recursion when an area effect spell is reflected
[*]Fixed bound gear equipping behavior
[*]Fixed followers on the Establish The Mine quest
[*]Fixed exceptions with adding local scripts
[*]Fixed a crash caused by teleportation spells
[*]Fixed bound item checks not using GMSTs
[*]Fixed NPCs moving load doors
[*]Fixed Attacked flag being set when the actor is already in combat with the attacker
[*]Fixed AiTravel accepting destinations further than 7168 units away, to match vanilla
[*]Fixed world map arrow not adjusting to interior player facing
[*]Fixed Ulyne Henim disappearing when game is loaded inside Vas
[*]Fixed alchemy not correctly handling effects with zero magnitude/duration
[*]Fixed levitation permissions not being saved in save games
[*]Fixed NPCs not using magic
[*]Fixed named cells that overlap with Morrowind.esm not showing, for Tamriel Rebuilt
[*]Fixed magic effects not being overwritten by mods that change magic effects
[*]Fixed stacks of items being worth more when sold individually
[*]Fixed Launcher not listing addon files if the base game file is renamed to a different case
[*]Fixed incorrect reading of global map state in some cases when the map size changed
[*]Fixed Mercantile skill gain
[*]Fixed OnPcHitMe triggering for friendly hits
[*]Fixed considering actors as followers if they are also in combat with the follow target
[*]Fixed Journal scrolling indefinitely with the mouse wheel
[*]Fixed followers not leaving the party when a quest ends
[*]Fixed unbound input action behavior
[*]Fixed spell merchants selling racial bonus spells
[*]Fixed a segfault when loading saves
[*]Fixed jump sound to be controlled by footstep volume slider
[*]Fixed player suffering silently when taking damage from lava
[*]Fixed Dwarven Sceptre collision area not being removed after being killed
[*]Fixed indirect followers not being teleported when using a door
[*]Fixed East Empire Company faction rank after completing the questline
[*]Fixed zero strength causing the player to be permanently overencumbered, even with no weight
[*]Fixed shrine blessings in Maar Gan
[*]Fixed enchanted items not recharging
[*]Fixed Dagoth Ur dying from Ash Vampire deaths
[*]Fixed a dialog loop in The Code Book quest for the Fighter's Guild
[*]Fixed "root bone" to be treated as the animation root if it exists
[*]Fixed number of Alchemy ingredients not removing from potion window
[*]Fixed mouse-over text not showing for spells the player can't afford 
[*]Fixed crash when entering Ruinous Keep, Great Hall in Tamriel Rebuilt
[*]Fixed extra string arguments to ShowMap breaking script compilation
[*]OpenCS: Implemented a special case for top-level windows with a single sub-window
[*]OpenCS: Implemented sub-windows reusing settings
[*]OpenCS: Implemented opening sub-views in a new top-level window
[*]OpenCS: Implemented magic effect table
[*]OpenCS: Implemented path grid table
[*]OpenCS: Implemented sound gen table
[*]OpenCS: Implemented requesting UniversalId editing from table columns
[*]OpenCS: Implemented terrain rendering
[*]OpenCS: Implemented CellRef global variable column
[*]OpenCS: Implemented using ESM::Cell's RefNum counter
[*]OpenCS: Implemented running OpenMW with the currently edited content list
[*]OpenCS: Fixed subviews being deleted on shutdown instead of when they are closed
[*]OpenCS: Fixed ReferenceableID behavior when dragging to references record filter
[*]OpenCS: Fixed content files being able to be opened multiple times from the same dialog
[*]OpenCS: Fixed "Edit Record" context menu button not opening subview for journal infos
[*]OpenCS: Fixed record edits resulting in duplicate entries
[*]OpenCS: Fixed some characters not being able to be used in addon names
[*]OpenCS: Fixed preferences window appearing off screen
[*]OpenCS: Fixed record filter title position
[*]OpenCS: Fixed region field for cell record in dialogue subview not working
[*]OpenCS: Fixed label "Musics" to be "Music"
[*]OpenCS: Fixed status bar not updating when record filter is changed
[*]OpenCS: Fixed documents not being removed when closing the last view
[*]OpenCS: Fixed File-]Exit only checking the document it was issued from
[*]OpenCS: Fixed script compiler member variable access[/list]
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: OpenMW 0.33.0

Post by Greendogo »

Spelling error: procuding -> producing
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.33.0

Post by psi29a »

I won't be back in the office until 09:00 CET tomorrow (Wed)... just point me to where all the files are and I'll start uploading them for you if you want. ;)

I'll try to also get the Ubuntu releases up.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.33.0

Post by raevol »

@psi29a thanks, I sweet-talked scrawl into doing it for me. Thanks scrawl!

And we're released! Great job everyone!
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: OpenMW 0.33.0

Post by Greendogo »

I found another typo, so in total:
procuding -> producing
targetting -> targeting

Just search for the incorrect spelling to find where they are.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.33.0

Post by raevol »

Greendogo wrote:I found another typo, so in total:
procuding -> producing
targetting -> targeting

Just search for the incorrect spelling to find where they are.
Bruh... :|
User avatar
Greendogo
Posts: 1467
Joined: 26 Aug 2011, 02:04

Re: OpenMW 0.33.0

Post by Greendogo »

Ha, sorry Raevol... I'll shut up now.
User avatar
raevol
Posts: 3093
Joined: 07 Aug 2011, 01:12
Location: Caldera

Re: OpenMW 0.33.0

Post by raevol »

No worries, thanks for catching them, just posted all over the net now so not much I can do to fix...
User avatar
psi29a
Posts: 5356
Joined: 29 Sep 2011, 10:13
Location: Belgium
Gitlab profile: https://gitlab.com/psi29a/
Contact:

Re: OpenMW 0.33.0

Post by psi29a »

0.33 should now be up on our PPA
Post Reply