Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-31 | STARTREK: remove dead code, simplify if statement by moving out code ↵ | Strangerke | |
identical in both branches | |||
2018-08-18 | STARTREK: Update cos/sin table constructor change | David Fioramonti | |
They now take in the size rather than the power of 2 exponent. | |||
2018-08-09 | STARTREK: Make FileStream extend MemoryReadStream | Matthew Stewart | |
2018-08-09 | STARTREK: Split up startrek.cpp into more files | Matthew Stewart | |
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: Implement save loading from launcher | Matthew Stewart | |
2018-08-09 | STARTREK: SINS0 | Matthew Stewart | |
2018-08-09 | STARTREK: Fix .BAN file rendering behind textboxes | Matthew Stewart | |
2018-08-09 | STARTREK: Implement "BAN" files. | Matthew Stewart | |
These are background animations in various rooms, purely visual. | |||
2018-08-09 | STARTREK: Link away missions together, temporarily | Matthew Stewart | |
2018-08-09 | STARTREK: Reformat with artistic style | Matthew Stewart | |
2018-08-09 | STARTREK: Formatting corrections | Matthew Stewart | |
2018-08-09 | STARTREK: Move function descriptions to headers | Matthew Stewart | |
2018-08-09 | STARTREK: Half-done implementation of drawR3Shape | Matthew Stewart | |
Handles drawing, scaling, probably rotating objects in space. | |||
2018-08-09 | STARTREK: atan2 function | Matthew Stewart | |
2018-08-09 | STARTREK: sine & cosine | Matthew Stewart | |
2018-08-09 | STARTREK: Rename fixed-point types | Matthew Stewart | |
2018-08-09 | STARTREK: Implement fixed-point decimal class | Matthew Stewart | |
2018-08-09 | STARTREK: Move space functions into separate file | 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: TRIAL0 | Matthew Stewart | |
2018-08-09 | STARTREK: Make Action struct POD again | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER0 | Matthew Stewart | |
2018-08-09 | STARTREK: Done with atmosphere loss event | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD5 | Matthew Stewart | |
2018-08-09 | STARTREK: Missing null-terminator with animations | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD4 | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD3 | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD2 | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD1 | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD0 | Matthew Stewart | |
2018-08-09 | STARTREK: Implement keybindings on away missions | Matthew Stewart | |
2018-08-09 | STARTREK: Implement common code for LOVE mission | Matthew Stewart | |
2018-08-09 | STARTREK: Revamp of action callbacks. | Matthew Stewart | |
Old system of putting a callback in an action wouldn't work since it wasn't serializable. Now it seaches for an index corresponding to the function pointer before constructing an action. | |||
2018-08-09 | STARTREK: Implement synthesizer + bugfixes (LOVE) | Matthew Stewart | |
2018-08-09 | STARTREK: LOVE5 | Matthew Stewart | |
2018-08-09 | STARTREK: LOVE4 | Matthew Stewart | |
2018-08-09 | STARTREK: LOVE3 finished. | Matthew Stewart | |
Added "callback" variants of the "walkCrewman" and "loadActorAnim" functions to simplify chains of calls in room-specific code. | |||
2018-08-09 | STARTREK: Start on LOVE3 | Matthew Stewart | |
2018-08-09 | STARTREK: Most of LOVE2 done | Matthew Stewart | |
2018-08-09 | STARTREK: LOVE0 (start of 3rd mission) | Matthew Stewart | |
2018-08-09 | STARTREK: Fix animations underneath textboxes | Matthew Stewart | |
2018-08-09 | STARTREK: Fix some uninitialized variables | Matthew Stewart | |
2018-08-09 | STARTREK: Default text for undefined actions | Matthew Stewart | |
2018-08-09 | STARTREK: TUG0 (first room of mission 2) | Matthew Stewart | |
2018-08-09 | STARTREK: Preliminary saving/loading | Matthew Stewart | |
2018-08-09 | STARTREK: Demon2, half of Demon3 done | Matthew Stewart | |
2018-08-09 | STARTREK: DEMON1 done (klingon attack) | Matthew Stewart | |