EasyRPG / Editor

Game editor similar to RPG Maker
https://easyrpg.org/editor/
GNU General Public License v3.0
336 stars 59 forks source link

Enable editing of map properties #192

Closed ghost closed 2 years ago

ghost commented 2 years ago

This PR enables editing all map properties except of the random dungeon generator settings. Moreover the RPG_RT.lmt no longer gets overwritten if a map is being opened (fixes #129).

Ghabry commented 2 years ago

Is it possible to replace most of this legacy code with LcfWidgetBinding stuff?

ghost commented 2 years ago

Rebased this PR to resolve the dependencies. The rewrite to LcfWidgetBinding is still pending.

ghost commented 2 years ago

Did the rewrite to LcfWidgetBinding now.

ghost commented 2 years ago

The RPG_RT.lmt no longer gets overwritten if a map has been opened for game preservation purposes (see #129). The last remembered active map gets only changed now if the map has been changed.