Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-28 | Revert "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-28 | STARTREK: Start adding a console | Filippos Karapetis | |
We need to properly inject it to all inner screen update loops | |||
2019-05-27 | STARTREK: Improve game responsiveness | Filippos 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-10 | STARTREK: Reduce a couple of variable scope, add a CHECKME | Strangerke | |
2018-08-09 | STARTREK: Janitorial: Add end of namespace comments | Strangerke | |
2018-08-09 | STARTREK: Reformat with artistic style | Matthew Stewart | |
2018-08-09 | STARTREK: Fix sound, support MT32. | Matthew Stewart | |
Also jump to the first mission after the intro. | |||
2018-08-09 | STARTREK: Get starfields working for the intro | Matthew Stewart | |
2018-08-09 | STARTREK: More minor fixes to LOVE mission | Matthew Stewart | |
2018-08-09 | STARTREK: Tweak events to update mouse more often | Matthew Stewart | |
2018-08-09 | STARTREK: Action menu | Matthew Stewart | |
2018-08-09 | STARTREK: Warps between rooms | Matthew Stewart | |
2018-08-09 | STARTREK: Bitmap scaling | Matthew Stewart | |
2018-08-09 | STARTREK: Get animation timing working properly | Matthew Stewart | |
2018-08-09 | STARTREK: Begin implementing event system. | Matthew Stewart | |
Textbox now responds to mouse input. |