aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress
diff options
context:
space:
mode:
authorJulien Templier2010-10-22 22:06:59 +0000
committerJulien Templier2010-10-22 22:06:59 +0000
commit3a90af96f58ea8291f3d964f8c3e2c44496e274e (patch)
treef3c23b8c5d28a72f094f465d76d065b7bc0b7ef4 /engines/lastexpress
parent90974937a3a56cd2446101d7ee663e1bdbe82db2 (diff)
downloadscummvm-rg350-3a90af96f58ea8291f3d964f8c3e2c44496e274e.tar.gz
scummvm-rg350-3a90af96f58ea8291f3d964f8c3e2c44496e274e.tar.bz2
scummvm-rg350-3a90af96f58ea8291f3d964f8c3e2c44496e274e.zip
LASTEXPRESS: Update namespace comment with latest engine status
svn-id: r53716
Diffstat (limited to 'engines/lastexpress')
-rw-r--r--engines/lastexpress/lastexpress.h20
1 files changed, 9 insertions, 11 deletions
diff --git a/engines/lastexpress/lastexpress.h b/engines/lastexpress/lastexpress.h
index 8acd36f77e..ac05c5a405 100644
--- a/engines/lastexpress/lastexpress.h
+++ b/engines/lastexpress/lastexpress.h
@@ -41,25 +41,23 @@
* This is the namespace of the LastExpress engine.
*
* Status of this engine:
- * The basic framework for the engine is done and you can navigate through the
- * train and interact with objects. Some logic for characters and entities has
- * been implemented, but characters do not appear in-game yet and background
- * sounds and animations are missing.
+ * The game is playable but still very buggy and missing crucial functionality:
* - Resources: classes for the resource formats used by the game are mostly
* complete (subtitles integration/cursor transparency are missing)
* - Display: basic graphic manager functionality is implemented (transitions
* and dirty rects handling are missing)
- * - Menu/Navigation: main menu is almost complete. Navigation and hotspot
- * handling is also mostly implemented (with remaining bugs)
- * - Logic: the framework is in place (with helper classes mostly complete),
- * and some logic has been implemented (it is mostly hardcoded in the original)
- * The shared entity code for drawing/handling of entities remains to be done.
+ * - Menu/Navigation: menu is done and navigation/hotspot handling are also
+ * mostly implemented (with remaining bugs)
+ * - Logic: all the hardcoded AI logic has been implemented, as well as the
+ * shared entity code for drawing/handling of entities.
+ * - Sound: most of the sound queue functionality is still missing
+ * - Savegame: almost all the savegame code is still missing.
*
* Maintainers:
- * clone2727, jvprat, littleboy
+ * littleboy, jvprat, clone2727
*
* Supported games:
- * - The Last Express
+ * - The Last Express
*/
namespace LastExpress {