aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/sprite.cpp
AgeCommit message (Collapse)Author
2019-10-29STARTREK: Refactored mouse cursor and bitmap handlingFilippos Karapetis
- Reduced usage of SharedPtr - Simplified the mouse cursor code (normal, locked, stack handling) - Simplified the background handling code - Initialize the mouse cursor after the graphics are initialized
2018-08-09STARTREK: Janitorial: Add end of namespace commentsStrangerke
2018-08-09STARTREK: Implement text input boxesMatthew Stewart
Needed for SINS mission with the keypads
2018-08-09STARTREK: Reformat with artistic styleMatthew Stewart
2018-08-09STARTREK: Formatting correctionsMatthew Stewart
2018-08-09STARTREK: Move function descriptions to headersMatthew Stewart
2018-08-09STARTREK: Preliminary saving/loadingMatthew Stewart
2018-08-09STARTREK: Mission 1 finishedMatthew Stewart
2018-08-09STARTREK: Inventory menu and hotspotsMatthew Stewart
Action buttons now react when hovering over hotspots.
2018-08-09STARTREK: Action menuMatthew Stewart
2018-08-09STARTREK: Quit game menu and mouse warp functionMatthew Stewart
2018-08-09STARTREK: Begin implementation of showText.Matthew Stewart
Also started using SharedPtrs.