Skip to content

Releases: BurnoutHints/Bundle-Manager

v0.3.13

Choose a tag to compare

@burninrubber0 burninrubber0 released this 05 Jun 09:22
b090d60

What's Changed

  • feat: Add Vehicle Search & UI Improvements by @IInfernal in #60

New Contributors

  • @IInfernal made their first contribution in #60

Full Changelog: v0.3.12...v0.3.13

v0.3.12

Choose a tag to compare

@burninrubber0 burninrubber0 released this 13 Feb 11:51
aaab630

Additions

  • Added LoopModel editor. (#57)

Full Changelog: v0.3.11...v0.3.12

v0.3.11

Choose a tag to compare

@burninrubber0 burninrubber0 released this 13 Nov 23:14
63c2c97

Security update to 0.3.10.

v0.3.10

Choose a tag to compare

@burninrubber0 burninrubber0 released this 25 Sep 07:55
26c1f00

Bugfixes

  • RandomTrafficColour editing is partially fixed but has limitations. See #54

v0.3.9

Choose a tag to compare

@burninrubber0 burninrubber0 released this 18 Sep 05:42
0084ba8

Bugfixes

  • Traffic vehicles are now handled "correctly" by the AttribSys editor
  • Added a few more language keys

v0.3.8

Choose a tag to compare

@burninrubber0 burninrubber0 released this 07 Dec 23:14
9e4d85f

Bugfixes

  • Fixed find sometimes crashing when searching for language values (#46)
  • Fixed applying empty keys/values in the language editor crashing BM
  • Added 63 new language keys (thanks Daphunkyzz) (#35)

Full Changelog: v0.3.7...v0.3.8

v0.3.7

Choose a tag to compare

@burninrubber0 burninrubber0 released this 06 Dec 04:47
9c4571c

What's Changed

Full Changelog: v0.3.6...v0.3.7

v0.3.6

Choose a tag to compare

@burninrubber0 burninrubber0 released this 27 Aug 08:29
6433e91

What's Changed

Full Changelog: v0.3.5...v0.3.6

v0.3.5

Choose a tag to compare

@burninrubber0 burninrubber0 released this 13 Jul 03:59

Additions

  • PVS editor: Added context menu for repositioning points via the PVS viewer.

Bugfixes

  • PVS editor: Maximum zone ID decreased from 1024 to 511. (See notes)
  • PVS editor: Fixed being unable to cancel when adding a zone or neighbour.
  • PVS editor: Fixed the delete button text on high DPI displays. (Hopefully—I have no way of testing this)

Notes

The limit on the number of zones is enforced by the game, which limits the number of PolygonSoupList resources to 512. To reach this in the first place, memory map editing is required because the pool is limited to 1000 resources, or 499 zones.

Full Changelog: v0.3.4...v0.3.5

v0.3.4

Choose a tag to compare

@burninrubber0 burninrubber0 released this 12 Jul 19:58
4f8e6f7

New features

  • Added a PVS editor. See #43 for usage information and other details.
  • Added the ability to delete VehicleList entries. (#41)

Bugfixes

  • Corrupt bundles from Bundle Manager versions prior to 0.3.0 can now be opened and will be fixed upon saving. (#42)
  • Language resources now open correctly when not launching Bundle Manager from its executable directory. (#40)

Full Changelog: v0.3.3...v0.3.4