Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-10 | STARTREK: Reduce a couple of variable scope, add a CHECKME | Strangerke | |
2018-08-09 | STARTREK: Fix compilation on macOS | Eugene Sandulenko | |
nullptr is an object on macOS. | |||
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: 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: Move function descriptions to headers | Matthew Stewart | |
2018-08-09 | STARTREK: Remove some gotos | 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: "Use" action was bypassing "disableWalk" | Matthew Stewart | |
When objects could be walked to by "using" them, this bypassed the "disableWalk" variable. | |||
2018-08-09 | STARTREK: FEATHER5 | Matthew Stewart | |
2018-08-09 | STARTREK: Make Action struct POD again | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER1 | Matthew Stewart | |
2018-08-09 | STARTREK: Done with atmosphere loss event | Matthew Stewart | |
2018-08-09 | STARTREK: Start on MUDD's life-support-loss code | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD5 | 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: Fix memory leak in drawAllSprites | Matthew Stewart | |
2018-08-09 | STARTREK: More minor fixes to LOVE mission | Matthew Stewart | |
2018-08-09 | STARTREK: Implement keybindings on away missions | Matthew Stewart | |
2018-08-09 | STARTREK: Fix swapped McCoy & Spock speaker names | 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: 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: Change spawn room back to room 0 | Matthew Stewart | |
2018-08-09 | STARTREK: TUG2 | Matthew Stewart | |
2018-08-09 | STARTREK: Default text for undefined actions | Matthew Stewart | |
2018-08-09 | STARTREK: Mission 1 finished | Matthew Stewart | |
2018-08-09 | STARTREK: Demon6, including the special case menu | Matthew Stewart | |
2018-08-09 | STARTREK: Demon5 | Matthew Stewart | |
2018-08-09 | STARTREK: Sort text alphabetically by ID | Matthew Stewart | |
2018-08-09 | STARTREK: Begin with Demon4 | Matthew Stewart | |
2018-08-09 | STARTREK: DEMON1 done (klingon attack) | Matthew Stewart | |
2018-08-09 | STARTREK: Finish implementing first room | Matthew Stewart | |
Doors now work, and the system of "walking, then performing an action afterward" is implemented. | |||
2018-08-09 | STARTREK: Begin on room-specific code for room 1 | Matthew Stewart | |
2018-08-09 | STARTREK: Cleanup some text code | Matthew Stewart | |
2018-08-09 | STARTREK: Default behaviour for look action | Matthew Stewart | |
2018-08-09 | STARTREK: Rename objects to actors | Matthew Stewart | |
2018-08-09 | STARTREK: Inventory menu and hotspots | Matthew Stewart | |
Action buttons now react when hovering over hotspots. | |||
2018-08-09 | STARTREK: Action menu | Matthew Stewart | |
2018-08-09 | STARTREK: Warps between rooms | Matthew Stewart | |