708
edits
(deleted "solved" stuff) |
No edit summary |
||
Line 96: | Line 96: | ||
[[User:EdT|EdT]] 06:17, 22 June 2008 (CEST) | [[User:EdT|EdT]] 06:17, 22 June 2008 (CEST) | ||
2 notes about melee: | |||
:*I've yet to make move types to show up as names instead of numbers. Remebering all those is not fun. | |||
:*The original melee files contain what appears to be orphaned moves. Since currently moves are exported as children of techniques the orphaned moves are not exported. I don't think those moves are used by the engine but if someone knows otherwise I'll see what can be done to export them too. | |||
Other stuff: | |||
:*The general xml export was updated to export names instead of number for several enum and flags fields. For example the class of a dialog item in [[WMDD]] was previously exported as a number but now it's a string like Button, Edit etc. Flags fields are exported as a list of names (names separated by whitespace) like in this WMDD state field: | |||
<State>Visible Disabled</State> | |||
This simplifies editing but currently there is now way to discover what names are available (unless you take a look at the source code :)). I'll try to make OniSplit display such a list as part of the help or something. | |||
[[User:Neo|Neo]] |
edits