aboutsummaryrefslogtreecommitdiff
path: root/engines/startrek/text.cpp
AgeCommit message (Collapse)Author
2019-08-26STARTREK: Read most strings for the LOV mission from its RDF filesFilippos Karapetis
2019-08-19STARTREK: Read most of the TUG mission texts from RDF filesFilippos Karapetis
2019-08-17STARTREK: Read TUG0 description messages from the respective RDF fileFilippos Karapetis
2019-06-11STARTREK: Load more messages from RDF filesFilippos Karapetis
The whole Demon chapter has been converted to the new logic. The offsets for the extra room messages have been hardcoded, for now, inside loadOtherRoomMessages(), until we figure out how they are referenced.
2019-05-28STARTREK: Start reading text from RDF files, instead of hardcoding itFilippos Karapetis
Rooms DEMON0 and DEMON5 have been partially adapted to the new logic. This isn't yet fully functional, for the following reasons: - We only read the main text block. There are also some others which are not handled yet. The unhandled blocks have been kept in text.cpp - We load text in dictionaries, splitting the strings in look and talk. However, there's a third category (look with a talker), which isn't handled yet - Text is loaded per-room, but there are enhancements where text and samples are loaded from other rooms. These need to be refactored
2019-05-28STARTREK: VENG8 text changesMatthew Stewart
2019-05-28STARTREK: VENG8Matthew Stewart
2018-08-09STARTREK: Further Fix For Compilation.D G Turner
2018-08-09STARTREK: VENG7Matthew Stewart
2018-08-09STARTREK: VENG6 text changesMatthew Stewart
2018-08-09STARTREK: VENG6Matthew Stewart
2018-08-09STARTREK: VENG5Matthew Stewart
2018-08-09STARTREK: VENG4Matthew Stewart
2018-08-09STARTREK: VENG3Matthew Stewart
2018-08-09STARTREK: VENG2Matthew Stewart
2018-08-09STARTREK: VENG1Matthew Stewart
2018-08-09STARTREK: VENG0Matthew Stewart
2018-08-09STARTREK: SINS5 text changesMatthew Stewart
2018-08-09STARTREK: SINS5Matthew Stewart
2018-08-09STARTREK: Janitorial: Add end of namespace commentsStrangerke
2018-08-09STARTREK: SINS3 text changesMatthew Stewart
2018-08-09STARTREK: SINS3Matthew Stewart
2018-08-09STARTREK: SINS4 text changesMatthew Stewart
2018-08-09STARTREK: SINS4Matthew Stewart
2018-08-09STARTREK: SINS2 text changesMatthew Stewart
2018-08-09STARTREK: SINS2Matthew Stewart
2018-08-09STARTREK: Move text out of header fileMatthew Stewart
For some reason this was inflating the executable size.
2018-08-09STARTREK: text.cpp -> textbox.cppMatthew Stewart
2018-08-09STARTREK: Implement text input boxesMatthew Stewart
Needed for SINS mission with the keypads
2018-08-09STARTREK: Reformat with artistic styleMatthew Stewart
2018-08-09STARTREK: Formatting correctionsMatthew Stewart
2018-08-09STARTREK: Move function descriptions to headersMatthew Stewart
2018-08-09STARTREK: Make Action struct POD againMatthew Stewart
2018-08-09STARTREK: Fix memory leak in drawAllSpritesMatthew Stewart
2018-08-09STARTREK: Fix choice numbers in textboxes (again)Matthew Stewart
2018-08-09STARTREK: Right-clicking & keyboard in menusMatthew Stewart
2018-08-09STARTREK: Fixes to textboxesMatthew Stewart
Center the speaker name, and show the choice number when there are multiple choices.
2018-08-09STARTREK: Begin on room-specific code for room 1Matthew Stewart
2018-08-09STARTREK: Cleanup some text codeMatthew Stewart
2018-08-09STARTREK: Default behaviour for look actionMatthew Stewart
2018-08-09STARTREK: Don't memset sprites, add Fixed16 typeMatthew Stewart
2018-08-09STARTREK: Buffer all changes to the mouse bitmapMatthew Stewart
2018-08-09STARTREK: Action menuMatthew Stewart
2018-08-09STARTREK: Refactor text and menusMatthew Stewart
Moved them out of the Graphics class and into their own files.
2018-08-09STARTREK: Warps between roomsMatthew Stewart
2018-08-09STARTREK: Objects and animations.Matthew Stewart
Testing them with the transporter room.
2018-08-09STARTREK: setVisibleMenuButtons functionMatthew Stewart
2018-08-09STARTREK: Music/SFX enable and disable functionsMatthew Stewart
2018-08-09STARTREK: Fix placement of textboxesMatthew Stewart
2018-08-09STARTREK: Quit game menu and mouse warp functionMatthew Stewart