Skip to content

Object Editor 4.4.1

Compare
Choose a tag to compare
@LeftofZen LeftofZen released this 28 May 01:09
· 94 commits to master since this release

What's Changed from 4.3.0

  • Named VehicleObjectFlags::LargerBoundingBox, by @LeftofZen in 9b499f0
  • Added a toggle button to allow you to decide whether to open objects in new tabs or reuse the same tab. Tabs are useful when you want to work or view multiple objects at the same time and switch between them. Not using tabs is useful when just browsing objects, particularly in 'Online' mode. By @LeftofZen in 708e09f
    image
  • Replaced the old folder file viewer with a different control that supports virtualisation, meaning it will not lag with large numbers of objects. This was a particular problem when trying to browse the Vehicles -> Trains expansion node in Online mode since that contains 20k+ objects. It also shows some basic file attributes for now, though there is still more work to do in this area. By @LeftofZen in ff1c45e, d366c04
    image
  • Added a button to let you quickly copy an object to one of OpenLoco's built-in object data folders, as well as shortcuts for viewing the objects in those folders. You will need to set these folders in the settings first!. By @LeftofZen in b3f4bbb
    image | image
  • Added some keyboard shortcuts for simple operations, eg Ctrl+O to open an object, Ctrl+S to save, F5 to reload it, etc. By @LeftofZen in f789e0f
    image
  • Fixed a crash when attempting to show/load vanilla objects in online mode, by @LeftofZen in d6307bf

Full Changelog: 4.3.0...4.4.0