aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/text.cpp
AgeCommit message (Collapse)Author
2018-08-09STARTREK: Refactor text and menusMatthew Stewart
Moved them out of the Graphics class and into their own files.
2018-08-09STARTREK: Warps between roomsMatthew Stewart
2018-08-09STARTREK: Objects and animations.Matthew Stewart
Testing them with the transporter room.
2018-08-09STARTREK: setVisibleMenuButtons functionMatthew Stewart
2018-08-09STARTREK: Music/SFX enable and disable functionsMatthew Stewart
2018-08-09STARTREK: Fix placement of textboxesMatthew Stewart
2018-08-09STARTREK: Quit game menu and mouse warp functionMatthew Stewart
2018-08-09STARTREK: Options menuMatthew Stewart
2018-08-09STARTREK: Disabling menu buttons + text menu.Matthew Stewart
2018-08-09STARTREK: Implement CD Audio handling.Matthew Stewart
2018-08-09STARTREK: Implement sound effects in the midisMatthew Stewart
Removed amiga and mac sound code for now since I can't test it.
2018-08-09STARTREK: Begin implementing event system.Matthew Stewart
Textbox now responds to mouse input.
2018-08-09STARTREK: Implement more text routinesMatthew Stewart
2018-08-09STARTREK: Add mouse cursorMatthew Stewart
2018-08-09STARTREK: Implement drawAllSprites properly.Matthew Stewart
Still need to do the part which calculates sprite priorities.
2018-08-09STARTREK: Begin implementing menusMatthew Stewart
2018-08-09STARTREK: Begin implementation of showText.Matthew Stewart
Also started using SharedPtrs.