mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
Updated features/bugs list.
This commit is contained in:
parent
0112281b1a
commit
ecdf7cafb8
49
FEATURES.md
49
FEATURES.md
@ -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,22 +159,23 @@ 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
|
||||||
- Pouilly Slime
|
- Pouilly Slime
|
||||||
- Easter Egg
|
- Easter Egg
|
||||||
- Christmas Tree
|
- Christmas Tree
|
||||||
- Halloween Pumpkin
|
- Halloween Pumpkin
|
||||||
- 21st Century
|
- 21st Century
|
||||||
- Light rays - used in forest and CCA
|
- Light rays - used in forest and CCA
|
||||||
- Big CCA Door Switch
|
- Big CCA Door Switch
|
||||||
- Laser Detect - used in CCA
|
- Laser Detect - used in CCA
|
||||||
- Wide Glass Wall (breakable) - used in Seabed
|
- Wide Glass Wall (breakable) - used in Seabed
|
||||||
- item box cca
|
- item box cca
|
||||||
- Desert Fixed Type Box (Breakable Crystals)
|
- Desert Fixed Type Box (Breakable Crystals)
|
||||||
- Merissa A
|
- Merissa A
|
||||||
- Merissa AA
|
- Merissa AA
|
||||||
|
Loading…
Reference in New Issue
Block a user