aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/rooms
AgeCommit message (Collapse)Author
2018-08-09STARTREK: SINS0Matthew Stewart
2018-08-09STARTREK: Fix elasi guard not shooting Kirk in TUGMatthew Stewart
2018-08-09STARTREK: Rename tug2 room-specific varsMatthew Stewart
2018-08-09STARTREK: Clean up room-specific vars in mission 1Matthew Stewart
2018-08-09STARTREK: Reformat with artistic styleMatthew Stewart
2018-08-09STARTREK: TRIAL5Matthew Stewart
2018-08-09STARTREK: TRIAL4Matthew Stewart
2018-08-09STARTREK: TRIAL3Matthew Stewart
2018-08-09STARTREK: TRIAL2Matthew Stewart
2018-08-09STARTREK: TRIAL1Matthew Stewart
2018-08-09STARTREK: TRIAL0Matthew Stewart
2018-08-09STARTREK: FEATHER7Matthew Stewart
2018-08-09STARTREK: FEATHER6Matthew Stewart
2018-08-09STARTREK: FEATHER5Matthew Stewart
2018-08-09STARTREK: FEATHER4Matthew Stewart
2018-08-09STARTREK: FEATHER3Matthew Stewart
2018-08-09STARTREK: FEATHER2Matthew Stewart
2018-08-09STARTREK: Remove MUDD code from LOVE missionMatthew Stewart
2018-08-09STARTREK: Fix initializer list warningsMatthew Stewart
2018-08-09STARTREK: Make Action struct POD againMatthew Stewart
2018-08-09STARTREK: FEATHER1Matthew Stewart
2018-08-09STARTREK: FEATHER0Matthew Stewart
2018-08-09STARTREK: Minor fixes to MUDD missionMatthew Stewart
Also make better names for variables.
2018-08-09STARTREK: Done with atmosphere loss eventMatthew Stewart
2018-08-09STARTREK: Start on MUDD's life-support-loss codeMatthew Stewart
2018-08-09STARTREK: Move common MUDD functions to mudda.cppMatthew Stewart
2018-08-09STARTREK: MUDD5Matthew Stewart
2018-08-09STARTREK: MUDD4Matthew Stewart
2018-08-09STARTREK: MUDD3Matthew Stewart
2018-08-09STARTREK: MUDD2Matthew Stewart
2018-08-09STARTREK: MUDD1Matthew Stewart
2018-08-09STARTREK: MUDD0Matthew Stewart
2018-08-09STARTREK: Give name to variable in love missionMatthew Stewart
2018-08-09STARTREK: More minor fixes to LOVE missionMatthew Stewart
2018-08-09STARTREK: Minor fixes to LOVE missionMatthew Stewart
2018-08-09STARTREK: Add missing "look at grate" action.Matthew Stewart
Also fix missing subscript for some text relating to N2 gas.
2018-08-09STARTREK: Implement common code for LOVE missionMatthew Stewart
2018-08-09STARTREK: 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-09STARTREK: Implement synthesizer + bugfixes (LOVE)Matthew Stewart
2018-08-09STARTREK: LOVE5Matthew Stewart
2018-08-09STARTREK: LOVE4Matthew Stewart
2018-08-09STARTREK: LOVE3 finished.Matthew Stewart
Added "callback" variants of the "walkCrewman" and "loadActorAnim" functions to simplify chains of calls in room-specific code.
2018-08-09STARTREK: Start on LOVE3Matthew Stewart
2018-08-09STARTREK: Most of LOVE2 doneMatthew Stewart
2018-08-09STARTREK: Remove optional parameters from methodsMatthew Stewart
2018-08-09STARTREK: LOVE1Matthew Stewart
2018-08-09STARTREK: LOVE0 (start of 3rd mission)Matthew Stewart
2018-08-09STARTREK: TUG3 (mission 2 finished)Matthew Stewart
2018-08-09STARTREK: TUG2Matthew Stewart
2018-08-09STARTREK: TUG1Matthew Stewart