Releases: leezer3/OpenBVE
OpenBVE v1.11.0.8
OpenBVE v1.11.0.7
Significant Changes:
- New: Add number of concurrent sounds to GL options menu.
- New: Add UI scale factor to GL options menu.
- New: Include forwards / backwards tolerances in data supplied to runtime plugins. (Marc Riera)
- Change: Update routefile hacks database.
- Change: TXT files are now validated before being shown in the GL main menu if appropriate.
- Change: Minor speedups in BVE5 route parser.
- Change: Use the Windows specific list of invalid path characters for all systems.
- Change: Assorted improvements to how displays with non-standard DPI are handled.
- Change: The invariant culture is always used when converting vectors to string format.
- Fix: Incorrect decoding of some RLE-8 encoded BMP files.
- Fix: Incorrect decoding of 1-bit palleted PNG with odd width.
- Fix: An incorrect index in a $Sub() command will now return an empty string.
OpenBVE v1.11.0.6
Significant Changes:
- Change: Only pause the currently active run / flange sound, stop others. (OpenAL appears to become unreliable with large numbers of paused sources)
- Change: Some improvements to the GL main menu when changing resolution.
- Fix: Some BVE5 routes were not working.
OpenBVE v1.11.0.5
This build replaces v1.11.0.4, which was accidentally launching the GL main menu at all times.
Signficant Changes:
- New: Implement sounds for BVE5 AI trains.
- New: Implement default time for BVE5 station jumps.
- Change: Add a tools menu to the GL main menu, and move package management into this menu.
- Change: Update the openbve.desktop file installed by the Debian package.
- Change: Also accept BACKSPACE to clear objects in Object Viewer.
- Fix: Point based sounds were failing to trigger on non BVE5 routes.
- Fix: An invalid position in a quad tree lead to a memory leak.
OpenBVE v1.11.0.4
Signficant Changes:
- New: Implement sounds for BVE5 AI trains.
- New: Implement default time for BVE5 station jumps.
- Change: Add a tools menu to the GL main menu, and move package management into this menu.
- Change: Update the openbve.desktop file installed by the Debian package.
- Fix: Point based sounds were failing to trigger on non BVE5 routes.
- Fix: An invalid position in a quad tree lead to a memory leak.
OpenBVE v1.11.0.3
Significant Changes:
- Fix: BVE5 TXT files were not visible in the GL main menu.
- New: Add route map display to the GL main menu.
- New: Add GL based menus to Route Viewer and Object Viewer for users on systems not supporting WinForms.
- Change: Update zh-HK translation. (KennyHui)
- Fix: Incorrect decoding of some interlaced PNG files.
- Hacks: Use a better initial cab position for Indonesian KIC400.
OpenBVE v1.11.0.2
Significant Changes:
- Fix: Crash if a ScriptedTrain was set to pass an all-stop station.
- Fix: several cases of incorrect case sensitivity in the BVE5 parser.
- Fix: BVE5 fog displaying incorrectly.
- Fix: Crash if attempting to preload textures for an empty state.
- Fix: Incorrect length check in brake calculations. (Triggered by uncoupling some trains)
- Change: Cleanup / improve the translation files. (Kenny-Hui)
- Change: Implement basic interpolation for legacy curves / gradient in BVE5 routes.
- Change: Improve handling of nested matrices in some X object files.
- Change: Some speed improvements in the BVE5 parser.
OpenBVE v1.11.0.1
This pre-release primarily makes some further improvements to the handling of BVE5 content.
Unfortunately, things are still not perfect, but improvement work is ongoing.
Significant Changes:
- Change: Improvements to object placement on some BVE5 routes.
- Change: An invalid rail name is mapped to Rail0 on BVE5 routes.
- Change: Some speed improvements to BVE5 route loading.
- Change: Improve some PutBetween cases in BVE5 content.
- Fix: Update licence dialog to include BVE5_Parsing.
- Fix: Train updates could crash if the consist changed mid-update.
- Fix: Preloaded train textures could be incorrectly set to ClampClamp.
OpenBVE v1.11.0.0
Ths release contains a major new feature: Initial support for BVE5 format routefiles.
It would not have been possible without the hard work of @s520 and the parser library created by @aoisupersix
My thanks also go to @ginga81 and @zbx1425 for support, and most importantly Mackoy and Rock_On for the creation and ongoing development of BVE itself.
This initial release contains acceptable to good support for a large proportion of routefiles, albeit with some glitches, which are being worked upon.
AI trains are supported, but currently have no sound. Some animation effects are not currently supported.
Significant Changes:
- New: BVE5 routefile support.
- Change: A considerable number of improvements and fixes to the X parsers.
- Change: Better caching on reload for RouteViewer.
- Change: Update the DenshaDeGo! controller drivers. (MarcRiera)
- Change: Add workaround for BMP textures with an index outside of the color pallete.
- Fix: Unpredidicatable freezes on some Linux systems, by setting mesa_glthreads=false (JakubVanek)
- Fix: Changing from wireframe to back could unexpectedly reset GL.ClearColor.
- Fix: Lag when initially changing from cabview to external.
OpenBVE v1.10.1.1
As seems to be usual (my apologies!), every release seems to need a quick patch.
Significant Changes:
- Fix: An inverted null check causing issues with cloning animated objects containing a sound.
- Fix: Excessive indentation when using CarXMLConvertor.
- Fix: XML only trains were not found in several places.
- Change: Block an internal Windows file from the mechanik parser.