Skip to content

Releases: CCDirectLink/crosscode-map-editor

v0.17.1

13 Nov 22:04

Choose a tag to compare

  • Fixed a bug where pasting an entity would insert those entities twice.

Changed

  • Changed the internal filestructure of the project.

v0.17.0

18 Oct 16:38

Choose a tag to compare

Fixed

  • Replaced hide property of NPCs with hidden, which is now saved correctly as a boolean value.
  • Fixed buggy behaviour when two checkboxes that refer to properties with the same name are visible at the same time (#240).

Changed

  • Clicking the label of a property now no longer selects the input for that property.

v0.16.0

03 Oct 17:46

Choose a tag to compare

Added

  • New editor for langlabel properties.

v0.15.1

28 Sep 18:44

Choose a tag to compare

Fixed

  • WallHorizontal and WallVertical are now created with the correct default size on their non-resizable axis.

v0.15.0

27 Sep 15:06

Choose a tag to compare

Fixed

  • Typo in settings panel.
  • Fixed compatibility with the newer Electron versions.
  • Enemy editing popup no longer bugs out when editing enemies inside event steps.
  • Fixed copy-pasting of IF steps and other steps with branches.
  • Fixed inability to edit certain String properties of various event and action steps.

Changed

  • String inputs for event steps, action steps, and entity properties, as well as the map creation dialog now also allow values different from the suggested ones.

v0.14.0

28 May 12:48

Choose a tag to compare

  • Add coordinate display for the cursor in entity view

v0.13.0

23 Nov 21:14

Choose a tag to compare

Added

  • Full event editor support for quest, shop, arena and trade events
  • Ability to view and edit OPEN_QUEST_DIALOG event branches
  • Ability to view and edit START_NPC_TRADE_MENU event branches

Fixed

  • Changes in the number of choices of SHOW_CHOICE events now update the branches visible in the event editor immediately

v0.12.0

05 Oct 16:44

Choose a tag to compare

Added

  • Setting to wrap long lines in the event editor over multiple lines

v0.11.0

27 May 11:17

Choose a tag to compare

Changed

  • Angular update (10.2 -> 12.0)
  • reset camera position on map load (centers map)
  • moved button "New Map" to "File/New Map"
  • increase max zoom for high res displays
  • remember event detail width after closing/opening the event editor

Fixed

  • Fixed wrong click area in string widgets: #211

v0.10.2

09 Apr 22:21

Choose a tag to compare

Fixed

  • Fixed crashes on startup when upgrading Electron.