aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/actors.cpp
AgeCommit message (Collapse)Author
2019-12-28STARTREK: Reduce usage of SharedPtr, and simplify bitmap related callsFilippos Karapetis
2019-12-27STARTREK: Simplify the BAN (misc animations) codeFilippos Karapetis
2019-12-27STARTREK: Move isPointInPolygon() inside the Room classFilippos Karapetis
This accesses the room data, so it's better to move it inside the Room class, to reduce direct visibility of the room vertex data
2019-11-03STARTREK: Remove sound function wrappers out of StarTrekEngineFilippos Karapetis
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
2019-06-11STARTREK: Adapt many usages of Common::SharedPtr() to regular pointersFilippos Karapetis
2019-06-11STARTREK: Remove the FileStream wrapper classFilippos Karapetis
2019-05-27STARTREK: Change more fields to Common::String, and fix shadowed varsFilippos Karapetis
2019-05-27STARTREK: Use Common::String for animation stringsFilippos Karapetis
2018-08-10STARTREK: Reduce a couple of variable scope, add a CHECKMEStrangerke
2018-08-09STARTREK: Fix Accesses to Uninitialized Variable.D G Turner
2018-08-09STARTREK: Fix Various Compiler Warnings.D G Turner
2018-08-09STARTREK: Split up startrek.cpp into more filesMatthew Stewart