Updates features/bugs list.

This commit is contained in:
Daan Vanden Bosch 2019-10-26 17:14:20 +02:00
parent a8997e66a9
commit 6c828cbab4

View File

@ -104,15 +104,15 @@ Features that are in ***bold italics*** are planned and not yet implemented.
- Strings - Strings
- Labels - Labels
- ***Show in outline*** - ***Show in outline***
- Go to label
- Auto-completion - Auto-completion
- Segment type (.code, .data) - Segment type (.code, .data)
- Instructions - Instructions
- ***Go to label***
- ***Warnings*** - ***Warnings***
- ***Missing 0 label*** - ***Missing 0 label***
- ***Missing floor handlers*** - ***Missing floor handlers***
- ***Missing map designations*** - ***Missing map designations***
- ***Threads (thread, thread_stg) that don't have a sync*** - ***Infinite loops without sync***
- ***Unreachable/unused instructions/data*** - ***Unreachable/unused instructions/data***
- ***Instructions after "ret" instruction*** - ***Instructions after "ret" instruction***
- ***Unused labels*** - ***Unused labels***
@ -144,3 +144,4 @@ Features that are in ***bold italics*** are planned and not yet implemented.
- Energy Barrier - Energy Barrier
- Teleporter - Teleporter
- [Load Quest](#load-quest): Can't parse quest 125 White Day - [Load Quest](#load-quest): Can't parse quest 125 White Day
- [Area Selection](#area-selection): Entity numbers don't update in select widget when adding/deleting entities.