Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-11 | STARTREK: Adapt many usages of Common::SharedPtr() to regular pointers | Filippos Karapetis | |
2019-06-11 | STARTREK: Remove the FileStream wrapper class | Filippos Karapetis | |
2019-05-27 | STARTREK: Fix MSVC warnings | Filippos Karapetis | |
- Disable duplicate if block - Fix potentially uninitialized variables - Change _activeMenu to be a regular pointer, instead of a SharedPtr - it was not initialized correctly - Fix struct packing in structs with pointers to complex objects - Fix sound initialization - Fix memory leaks (handles to files which were never deleted) | |||
2018-08-31 | STARTREK: Initialize some variables in sound | Strangerke | |
2018-08-09 | STARTREK: Put CD ROM detection into features field | Matthew Stewart | |
2018-08-09 | STARTREK: Play midi sounds on floppy version | Matthew Stewart | |
2018-08-09 | STARTREK: Janitorial: Add end of namespace comments | Strangerke | |
2018-08-09 | STARTREK: Allow engine to run without voc files | Matthew Stewart | |
2018-08-09 | STARTREK: Reformat with artistic style | Matthew Stewart | |
2018-08-09 | STARTREK: Move function descriptions to headers | 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: Preliminary saving/loading | Matthew Stewart | |
2018-08-09 | STARTREK: Loop audio | Matthew Stewart | |
2018-08-09 | STARTREK: Demon2, half of Demon3 done | Matthew Stewart | |
2018-08-09 | STARTREK: DEMON1 done (klingon attack) | Matthew Stewart | |
2018-08-09 | STARTREK: Default behaviour for look action | Matthew Stewart | |
2018-08-09 | STARTREK: Action menu | Matthew Stewart | |
2018-08-09 | STARTREK: Objects and animations. | Matthew Stewart | |
Testing them with the transporter room. | |||
2018-08-09 | STARTREK: Music/SFX enable and disable functions | Matthew Stewart | |
2018-08-09 | STARTREK: Options menu | Matthew Stewart | |
2018-08-09 | STARTREK: Remove executable bit on source files | Matthew Stewart | |
2018-08-09 | STARTREK: Disabling menu buttons + text menu. | Matthew Stewart | |
2018-08-09 | STARTREK: Add debug channel for sound | Matthew Stewart | |
2018-08-09 | STARTREK: Implement CD Audio handling. | Matthew Stewart | |
2018-08-09 | STARTREK: Implement sound effects in the midis | Matthew Stewart | |
Removed amiga and mac sound code for now since I can't test it. | |||
2018-08-09 | STARTREK: Begin implementation of showText. | Matthew Stewart | |
Also started using SharedPtrs. | |||
2018-08-09 | STARTREK: Import my startrek engine | Matthew Hoops | |
Now updated even |