From 3a90af96f58ea8291f3d964f8c3e2c44496e274e Mon Sep 17 00:00:00 2001 From: Julien Templier Date: Fri, 22 Oct 2010 22:06:59 +0000 Subject: LASTEXPRESS: Update namespace comment with latest engine status svn-id: r53716 --- engines/lastexpress/lastexpress.h | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'engines/lastexpress') 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 { -- cgit v1.2.3