Releases: OpenLoco/ObjectEditor
Object Editor 4.2.5
What's Changed
- Rename incorrectly-named properties in TrackObject (
Vehiclesshould have beenTracksAndRoads). By @LeftofZen in 448800a - Fixed a bug causing online objects to not be viewable/downloadable. By @LeftofZen in 948f2df
Full Changelog: 4.2.4...4.2.5
Object Editor 4.2.4
What's Changed
-
In 4.2.0 (and 4.2.1) there was an issue where exporting and importing images would result in losing all of the x/y offsets, the zoom offset and the flags from the G1Elements in the image table. After a few changes and tests, the editor now exports a sprites.json file on image table export, in the same format as the blender sprites.json file, with a few extra properties to store all this data. On import the editor reads sprites.json as usual and imports all the relevant data.
- Fix issue causing G1Element data to be lost when exporting and re-importing images from objects. By @LeftofZen in 8427fa0
- Export all relevant g1 element data into sprites.json on imagetable export. By @LeftofZen in 8427fa0
- Use the zoomoffset and flags from the json file. By @LeftofZen in 2e5c6d0
Full Changelog: 4.2.1...4.2.4
Object Editor 4.2.3
What's Changed
- Export all relevant g1 element data into sprites.json on imagetable export. By @LeftofZen in 8427fa0
Full Changelog: 4.2.2...4.2.3
Object Editor 4.2.2
Object Editor 4.2.2
What's Changed
- Fix issue causing G1Element data to be lost when exporting and re-importing images from objects. By @LeftofZen in 8427fa0
Full Changelog: 4.2.1...4.2.2
Object Editor 4.2.1
What's Changed
- Fix bug in path calculation for sprites.json, which caused the file to not load. By @LeftofZen in 612fb56
- Sync the selected object between folder treeview and tabbed objects. By @LeftofZen in db97fb9
Full Changelog: 4.2.0...4.2.1
Object Editor 4.2.0
What's Changed
- Add "crop images" button and functionality. For any image table, clicking the "Crop images" button will automatically resize all images in the image table to remove any blank/transparent pixels around the edges, minimising the size required for the image. It will also adjust the offsets accordingly. By @LeftofZen in #172
- Add palette remap for image table. This lets the user view remappable objects (eg vehicles) in their remap colours. Note this is for display only, and it will not affect the saving of the image table. By @LeftofZen in #173
- Use absolute path for files in the object viewmodel. This should fix a bug where you open a file from one index, change the index, then attempt to save the first file. By @LeftofZen in #174
- Add a better pan-and-zoom control to the image previewer, as well as make the border and offset display pixel-perfect. By @LeftofZen in f38e7cc
- Allow importing any number of images into objects (previous was locked to having the same number as the existing object). Be careful though! There is currently no automated support for updating the animation, body, bogey, or any other part of the image data. You will need to update these manually! By @LeftofZen in b261174
- Name 2 IndustryObjectFlags values (CanIncreaseProduction and CanDecreaseProduction), by @LeftofZen in 352379c
- Fix CargoFlags to be editable in the UI via checkboxes, not a dropdown. By @LeftofZen in 9ae6691
Full Changelog: 4.1.3...4.2.0
4.2.0-alpha.2
What's Changed
- Add "crop images" button and functionality, by @LeftofZen in #172
- Add palette remap for image table, by @LeftofZen in #173
- Use absolute path when displaying objects, by @LeftofZen in #174
- Add a better pan-and-zoom control to the image previewer, as well as make the border and offset display pixel-perfect, by @LeftofZen in f38e7cc
- Allow importing any number of images into objects (previous was locked to having the same number as the existing object). Be careful though! There is currently no automated support for updating the animation, body, bogey, or any other part of the image data. You will need to update these manually! By @LeftofZen in b261174
Full Changelog: 4.1.3...4.2.0-alpha.2
Object Editor 4.2.0-alpha.1
What's Changed
- Add "crop images" button and functionality by @LeftofZen in #172
- Add a better pan-and-zoom control to the image previewer, as well as make the border and offset display pixel-perfect, by @LeftofZen in f38e7cc
- Allow importing any number of images into objects (previous was locked to having the same number as the existing object). Be careful though! There is currently no automated support for updating the animation, body, bogey, or any other part of the image data. You will need to update these manually! By @LeftofZen in b261174
Full Changelog: 4.1.3...4.2.0-alpha
ObjectEditor 4.1.3
What's Changed
- Fix a bug in object saving where the checksum was calculated on encoded object data, not the unencoded data, by @LeftofZen in #169. Credit to @spacek531 for discovering/naming these in the main project.
- Update interface object and vehicle sound object variable names from OpenLoco, by @LeftofZen in 091cf9c
Full Changelog: 4.1.2...4.1.3
ObjectEditor 4.1.2
What's Changed
Features
Despite being a bug-fix release, a few small updates also snuck in
- Add recently-named vehicle object flags, by @LeftofZen in 0705b68. Credit to @spacek531 for discovering/naming these in the main project.
- Update the cost factor property for land and water objects from int8 to int16, by @LeftofZen in 31ebcad. Credit to @duncanspumpkin for finding these in the main project.
- Rename
colourTypein vehicle object toSpecialColourSchemeIndexsince that's what it does in-game. By @LeftofZen in 797f2e7. Credit to @spacek531 for finding this.
Bug fixes
- Fix a bug where the compatible cargo categories for a vehicle were being incorrectly written to file, resulting in the corruption of the remainder of the file. By @LeftofZen in 4b7da73
Full Changelog: 4.1.1...4.1.2