Updated feature/bug list.

This commit is contained in:
Daan Vanden Bosch 2020-09-27 21:47:35 +02:00
parent 25d82507c0
commit 30d9de1be9

View File

@ -5,21 +5,20 @@ Features that are in ***bold italics*** are planned but not yet implemented.
## Create New Quest ## Create New Quest
- Load a new quest with minimal script and default entities - Load a new quest with minimal script and default entities
- Support for episodes I, ***II*** and IV - Support for episodes I, ***II*** and ***IV***
## Load Quest ## Load Quest
- Open file button - Open file button
- Support for .qst (BB, ***GC***, ***PC***, ***DC***) - Support for .qst (BB, GC, PC, DC)
- Notify user when and why quest loading fails - Notify user when and why quest loading fails
- ***Deal with missing DAT or BIN file in QST container file***
## Save Quest ## Save Quest
- "Save as" button - "Save as" button
- "Save as" dialog to choose name - "Save as" dialog to choose name
- Support for .qst (BB, ***GC***, ***PC***, ***DC***) - Support for .qst (BB, GC, ***PC***, ***DC***)
- ***Notify user when and why quest saving fails*** - Notify user when and why quest saving fails
- ***Custom text-based format*** - ***Custom text-based format***
- ***Usable with SCM tools*** - ***Usable with SCM tools***
@ -72,7 +71,8 @@ Features that are in ***bold italics*** are planned but not yet implemented.
- Via 3D view - Via 3D view
- Via entity view - Via entity view
- ***Multi select and translate/rotate/edit*** - ***Multi select and translate/rotate/edit***
- ***Edit entity-specific properties*** - Edit entity-specific properties
- ***Configure entity-specific properties***
## Events ## Events
@ -99,6 +99,7 @@ Features that are in ***bold italics*** are planned but not yet implemented.
- Simplified stack management (push* instructions are inserted transparently) - Simplified stack management (push* instructions are inserted transparently)
- Data - Data
- Binary data - Binary data
- ***Interpret data of known type***
- Strings - Strings
- Labels - Labels
- Interpret code called from NPCs and objects as code - Interpret code called from NPCs and objects as code
@ -108,6 +109,7 @@ Features that are in ***bold italics*** are planned but not yet implemented.
- Instructions - Instructions
- Data - Data
- Binary data - Binary data
- ***Interpret data of known type***
- Strings - Strings
- Labels - Labels
- ***Show in outline*** - ***Show in outline***
@ -154,7 +156,6 @@ Features that are in ***bold italics*** are planned but not yet implemented.
## Bugs ## Bugs
- [Load Quest](#load-quest): Can't parse quest 125 White Day
- [Script Assembly Editor](#script-assembly-editor): Go to definition doesn't work in RT (#231), PW2 - [Script Assembly Editor](#script-assembly-editor): Go to definition doesn't work in RT (#231), PW2
(#234) and Magnitude of Metal (#1, can jump to label 207 from line 433, but not from line 465) (#234) and Magnitude of Metal (#1, can jump to label 207 from line 433, but not from line 465)
- When a modal dialog is open, global keybindings should be disabled - When a modal dialog is open, global keybindings should be disabled
@ -174,5 +175,4 @@ Features that are in ***bold italics*** are planned but not yet implemented.
- Desert Fixed Type Box (Breakable Crystals) - Desert Fixed Type Box (Breakable Crystals)
- Merissa A - Merissa A
- Merissa AA - Merissa AA
- All "Sonic" objects, even the ones that aren't actually Sonic, are rendered as Sonic
- [Event Actions](#Event Actions): Editing event actions can't be undone - [Event Actions](#Event Actions): Editing event actions can't be undone