Updated features/bugs list.

This commit is contained in:
Daan Vanden Bosch 2021-04-16 22:17:46 +02:00
parent 0112281b1a
commit ecdf7cafb8

View File

@ -46,14 +46,15 @@ Features that are in ***bold italics*** are planned but not yet implemented.
- Area geometry - Area geometry
- Collision geometry (c.rel) - Collision geometry (c.rel)
- ***Rendering geometry (n.rel)*** - Rendering geometry (n.rel)
- ***Textures*** - Textures
- ***Hide roofs and walls***
- NPC/object geometry - NPC/object geometry
- Textures - Textures
- Transparency - Transparency
- ***Order independent transparency*** - ***Order independent transparency***
- ***Mini-map*** - ***Mini-map***
- ***Top-down view (orthogonal view might suffice?)*** - ***Top-down, simplified view (orthogonal view might suffice?)***
- ***Add "shadow" to entities to more easily see where floating entities are positioned*** - ***Add "shadow" to entities to more easily see where floating entities are positioned***
- ***MVP: a single line*** - ***MVP: a single line***
- ***Show positions and radii from the relevant script instructions*** - ***Show positions and radii from the relevant script instructions***
@ -80,15 +81,15 @@ Features that are in ***bold italics*** are planned but not yet implemented.
- Add events - Add events
- Delete event - Delete event
- ***Delete coupled NPCs if requested*** - ***Delete coupled NPCs if requested***
- ***Add parent-child relationship*** - ***Easy navigations to parent and child events***
- ***Remove parent-child relationship***
- Edit event delay - Edit event delay
- ***Go to related event via entity view***
### Event Actions ### Event Actions
- Add/Delete - Add/Delete
- Lock/unlock doors - Lock/unlock doors
- ***Spawn NPCs*** - Spawn NPCs
- ***Reorder actions*** - ***Reorder actions***
## Script Byte Code ## Script Byte Code
@ -103,6 +104,7 @@ Features that are in ***bold italics*** are planned but not yet implemented.
- Strings - Strings
- Labels - Labels
- Interpret code called from NPCs and objects as code - Interpret code called from NPCs and objects as code
- ***Interpret segments of unknown type as code if possible***
## Script Assembly Editor ## Script Assembly Editor
@ -157,9 +159,10 @@ Features that are in ***bold italics*** are planned but not yet implemented.
## Bugs ## Bugs
- When a modal dialog is open, global keybindings should be disabled - When a modal dialog is open, global keybindings should be disabled
- Wen right-click dragging from the 3D-view and releasing the mouse button outside the 3D-view, the - The ASM editor is slow with big scripts, e.g. Seat of the Heart (#27)
default context menu pops up
- Improve the default camera target for Crater Interior - Improve the default camera target for Crater Interior
- The 3D doesn't update when a different variant is configured with a map designate instruction for
the current area
- Entities with rendering issues: - Entities with rendering issues:
- Caves 4 Button door - Caves 4 Button door
- Pofuilly Slime - Pofuilly Slime