[Scummvm-git-logs] scummvm master -> b77b24487d23a3a50bc2f558c521db3e0a311077
alxpnv
a04198622 at gmail.com
Thu Sep 9 08:04:32 UTC 2021
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b77b24487d ASYLUM: update namespace comment
Commit: b77b24487d23a3a50bc2f558c521db3e0a311077
https://github.com/scummvm/scummvm/commit/b77b24487d23a3a50bc2f558c521db3e0a311077
Author: alxpnv (alxpnv22 at yahoo.com)
Date: 2021-09-09T11:06:11+03:00
Commit Message:
ASYLUM: update namespace comment
Changed paths:
engines/asylum/asylum.h
diff --git a/engines/asylum/asylum.h b/engines/asylum/asylum.h
index 28b71c3ce9..ca520e7903 100644
--- a/engines/asylum/asylum.h
+++ b/engines/asylum/asylum.h
@@ -43,19 +43,10 @@
/**
* This is the namespace of the Asylum engine.
*
- * Status of this engine:
- * - Script interpreters for main game and encounters are implemented
- * - Object handling, player reaction and special chapter logic is implemented
- * - Scene parsing and drawing, movie playing, mouse cursor and menu handling are almost complete
- * - Sound code is almost complete (music is still WIP)
- * - Almost all puzzles are implemented
- * - Walking is partialy implemented but the primitive pathfinding is missing
+ * Status of this engine: Complete
*
- * Maintainers:
- * alexbevi, alexandrefontoura, bluegr, littleboy, midstream, deledrius
- *
- * Supported games:
- * - Sanitarium
+ * Games using this engine:
+ * - Sanitarium
*/
struct ADGameDescription;
More information about the Scummvm-git-logs
mailing list