Skip to content

Releases: mtirado1/digger

Digger v1.3.1

18 Dec 08:07
Compare
Choose a tag to compare
  • Migrated to Python3 and Qt5

  • Support for JSON export/import

Digger v1.3.0

28 Jan 02:35
Compare
Choose a tag to compare

Major features

  • Rooms can now be copied and pasted
    • All room properties are copied, except exits
  • Room color can be choosen individually
  • Added exit chaining
    • Easily connect multiple rooms with the same exit name

Other

  • Colors are selected with a proper dialog in the options menu.

Bugfixes

  • Aliases weren't properly stored.
  • Labels can be edited now

Digger v1.2.1

11 Aug 06:22
Compare
Choose a tag to compare

Major features

  • Added room, exit, and label count in status bar.
  • Default room size is now loaded from config file.
  • Only modifed objects are regenerated, instead of redrawing every single room, exit, and label.

Other

  • Exit aliases are now stored in a single tag
    • Reduces xml file size

Bugfixes

  • Worlds were not exported to mushcode correctly.
  • Digger can now read empty XML tags.
  • World map is now updated when editing exits.

Digger v1.2.0

03 Aug 08:14
Compare
Choose a tag to compare

Major features

  • Added zooming and panning features
  • Digger maps now can be exported to PennMUSH, RhostMUSH and TinyMUX mushcode
  • Configuration file for setting options
  • Custom mushcode can now be executed on rooms

Digger v1.1.0

01 Aug 19:51
Compare
Choose a tag to compare

Major features

  • 2-way exits
  • Exit alias can now be edited
  • Dedicated text box for editing rooms description
  • Rooms now have custom color
  • Custom code can now be executed on rooms