EasyRPG / Editor

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

RPG Maker Custom Ui to implement #136

Open Ghabry opened 4 years ago

Ghabry commented 4 years ago

Here all custom Ui that is in the editor that can't be implemented by normal Qt Widgets. Good to collect this, then the files can be stubbed by a code-generator, so they are already there and "only" the implementation is missing.

Terminology:

List of Pickers:

List of Editors:

Actor:

Skill/Item:

Enemy:

Troop:

State:

Animation:

Animation 2:

BattleScreen:

Terrain:

Tileset:

System:

System2:

Events: There are no real extra components here except for:

CBA crap: The last to implement because we hate this the most in Player :P

Ghabry commented 4 years ago

Another research point:

Besides "Viewers" that show an image there also also these "Line Edits with [...]" e.g. for Music and Se selection. Using the normal RpgComboBox here makes no sense here because this is not database data. But shared code for Se and Music can be used here because they all return a rpg::Sound or rpg::Music

But they also open Picker.

The Line Edits can be upgraded to comboboxes that contain a file list.