aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/console.h
AgeCommit message (Collapse)Author
2019-08-19STARTREK: Fix loading of some texts, and add the "text" console commandFilippos Karapetis
2019-08-16STARTREK: Simplify screen name code and add the "actions" debug commandFilippos Karapetis
- The screen name and map name code have been merged and simplified - Some usage of SharedPtr has been adapted - Duplicate code for loading the room map has been merged - The "actions" command has been imported from the tools code - Cleanup
2019-08-15STARTREK: Add a consoleFilippos Karapetis
This also fixes an uninitialized pointer crash (_mapFile)