aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/events.cpp
AgeCommit message (Collapse)Author
2019-08-15STARTREK: Add a consoleFilippos Karapetis
This also fixes an uninitialized pointer crash (_mapFile)
2019-05-28Revert "STARTREK: Start adding a console"Thierry Crozat
This reverts commit 33fb9809c3a1353d927a3c7dfa41e673d79a089e. The engine/startrek/console.h and engine/startrek/console.cpp files were missing from that commit, which break compilation.
2019-05-28STARTREK: Start adding a consoleFilippos Karapetis
We need to properly inject it to all inner screen update loops
2019-05-27STARTREK: Improve game responsivenessFilippos Karapetis
- Add a delay after screen updates - Do not update the screen when drawing the background - this is unnecessary - Fix memory leak when drawing the background
2018-08-10STARTREK: Reduce a couple of variable scope, add a CHECKMEStrangerke
2018-08-09STARTREK: Janitorial: Add end of namespace commentsStrangerke
2018-08-09STARTREK: Reformat with artistic styleMatthew Stewart
2018-08-09STARTREK: Fix sound, support MT32.Matthew Stewart
Also jump to the first mission after the intro.
2018-08-09STARTREK: Get starfields working for the introMatthew Stewart
2018-08-09STARTREK: More minor fixes to LOVE missionMatthew Stewart
2018-08-09STARTREK: Tweak events to update mouse more oftenMatthew Stewart
2018-08-09STARTREK: Action menuMatthew Stewart
2018-08-09STARTREK: Warps between roomsMatthew Stewart
2018-08-09STARTREK: Bitmap scalingMatthew Stewart
2018-08-09STARTREK: Get animation timing working properlyMatthew Stewart
2018-08-09STARTREK: Begin implementing event system.Matthew Stewart
Textbox now responds to mouse input.