Skip to content

Releases: mkargus/PartToTerrain

1.3.1

24 Aug 17:52
cec0c36
Compare
Choose a tag to compare

Fixed

  • Cylinders using the wrong orientation when being converted.

Full Changelog: 1.3.0...1.3.1

1.3.0

04 Aug 16:20
edc97d7
Compare
Choose a tag to compare

Added

  • Cylinder support!
  • Simplified Chinese localization!
    • Follows Studio's language settings.
  • New setting: Ignore locked parts. (Default set to false)
    • Parts with their Locked property set to true will not be converted.
  • A error message will now show up if the plugin is ran as a non-plugin.

Changed

  • Each setting's description box no longer has a fixed height.
  • Tooltip is slightly taller and now has a shadow.
  • Simplified description for 'Check for updates' and 'Delete part when converted' settings.
  • Moved the error message down to not block the Navbar.
  • Reduced the minimum height the plugin widget.

Removed

  • Rojo 0.4.x support

Fixed

  • PluginMouse firing events when the plugin is closed.
  • Check for updates will no longer run if the user is testing their games.

Full Changelog: 1.2.2...1.3.0

1.2.2

05 Jun 15:12
6385a7b
Compare
Choose a tag to compare

Fixed

  • Fixed attempt to index upvalue 'Terrain' (a nil value) error.
    • Thanks to Roblox users MrPedro_1, brandonbrady1, EastCoastLaw for reporting the bug.

Full Changelog: 1.2.1...1.2.2

1.2.1

15 May 18:09
0e4ecdc
Compare
Choose a tag to compare

Fixed

  • Tooltip showing up on the top left when hovering over the Navbar.

Full Changelog: 1.2.0...1.2.1

1.2.0

08 May 14:46
d46418a
Compare
Choose a tag to compare

Added

  • Rojo 0.5.x support

Changed

  • Navbar (formerly "Bottom Bar") is now the top of the widget and has a new look
  • Material image buttons no longer have a gray background behind them
  • Air's image is now a blue trash can
  • Scrollbar uses a different image and color combo
  • Settings has a new look and a expand button to read the what the setting does rather than hovering over
  • Tooltip no longer covers the image buttons and will move with your mouse.

Removed

  • uiBuilder: Functions CreateSettingBtn and CreateGrid

Fixed

  • Tooltip's MouseEnter and MouseLeave state being overwritten.
  • Scrolling frames no longer show the scrollbar if its contents can be seen without scrolling.

Full Changelog: 1.1.0...1.2.0

1.1.0

02 Feb 16:06
9d7c8b9
Compare
Choose a tag to compare
  • Added the ability to disable or enable the SelectionBox overlay when hovering over a part.
  • Material and Setting tab frame will no longer show the scrollbar if all the items are already shown without needing to scroll.
  • Fixed a bug when plugins get reloaded, Part to terrain would stay active and made a second SelectionBox.
  • Various changes on update checker & notice:
    • Checker: In case Roblox servers go down, the plugin will no longer throw an HTTP error.
    • Made the font size slightly smaller.
    • Now shows what version is the latest.
  • Various changes on Settings tab:
    • Added a description for each setting item when hovered over.
    • Smaller list layout padding (3px -> 1px)
    • Changed color style

Full Changelog: 1.0.0...1.1.0

1.0.0

10 Jan 18:57
ecdf4f0
Compare
Choose a tag to compare

Initial commit and release