aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index f42f1e6..4ccf31a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -22,3 +22,9 @@ TODO:
- command registration API
+- Panic
+ - Print tons of debug info
+ - Levels:
+ - Oops (fake panic, no die)
+ - Respawn (respawns subsystem in case of nonfatal)
+ - Real panic (fatal error, kills all subsystems and destroys all)