aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorEugene Sandulenko2009-12-01 22:10:51 +0000
committerEugene Sandulenko2009-12-01 22:10:51 +0000
commit1259f8061a78dae1f9e8819fe7afa5233a64af9d (patch)
treeb1f5679d35abb9934f61a11361d51f2b8efc1b0f /engines
parent32d6366f29b446e527b8ee20391e1f97a7f01c7a (diff)
downloadscummvm-rg350-1259f8061a78dae1f9e8819fe7afa5233a64af9d.tar.gz
scummvm-rg350-1259f8061a78dae1f9e8819fe7afa5233a64af9d.tar.bz2
scummvm-rg350-1259f8061a78dae1f9e8819fe7afa5233a64af9d.zip
Fill out doxygen comment about supported games
svn-id: r46234
Diffstat (limited to 'engines')
-rw-r--r--engines/saga/saga.h19
1 files changed, 17 insertions, 2 deletions
diff --git a/engines/saga/saga.h b/engines/saga/saga.h
index e582ebb0b7..2cf15946e7 100644
--- a/engines/saga/saga.h
+++ b/engines/saga/saga.h
@@ -38,10 +38,25 @@ struct ADGameFileDescription;
/**
* This is the namespace of the SAGA engine.
*
- * Status of this engine: ???
+ * Status of this engine:
+ *
+ * This engine contains 2 main engine generations, SAGA and SAGA2
+ *
+ * SAGA status: complete
+ *
+ * SAGA2 status: in early stages of development, no recent activity. Contact sev
+ * if you want to work on it, since we have some original source codes.
*
* Supported games:
- * - ???
+ *
+ * SAGA:
+ * - Inherit the Earth
+ * - I Have No Mouth And I Must Scream
+ *
+ * SAGA2:
+ * - Dinotopia
+ * - Faery Tale Adventure II: Halls of the Dead
+ *
*/
namespace Saga {