Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-28 | STARTREK: Start reading text from RDF files, instead of hardcoding it | Filippos 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-28 | STARTREK: Saving for VENG mission | Matthew Stewart | |
2019-05-28 | STARTREK: Common code for VENG mission | Matthew Stewart | |
2019-05-28 | STARTREK: VENG8 | Matthew Stewart | |
2019-05-27 | STARTREK: Refactor code so that gotos are not used in DEMON6 | 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-09 | STARTREK: VENG7 | Matthew Stewart | |
2018-08-09 | STARTREK: VENG6 | Matthew Stewart | |
2018-08-09 | STARTREK: Move VENG function into common code | Matthew Stewart | |
2018-08-09 | STARTREK: VENG5 | Matthew Stewart | |
2018-08-09 | STARTREK: VENG4 | Matthew Stewart | |
2018-08-09 | STARTREK: VENG3 | Matthew Stewart | |
2018-08-09 | STARTREK: VENG2 | Matthew Stewart | |
2018-08-09 | STARTREK: VENG1 | Matthew Stewart | |
2018-08-09 | STARTREK: Implement republic map screen | Matthew Stewart | |
2018-08-09 | STARTREK: VENG0 | Matthew Stewart | |
2018-08-09 | STARTREK: Saving/loading for SINS mission | Matthew Stewart | |
2018-08-09 | STARTREK: SINS5 | Matthew Stewart | |
2018-08-09 | STARTREK: Janitorial: Add end of namespace comments | Strangerke | |
2018-08-09 | STARTREK: SINS3 | Matthew Stewart | |
2018-08-09 | STARTREK: SINS4 | Matthew Stewart | |
2018-08-09 | STARTREK: SINS2 | Matthew Stewart | |
2018-08-09 | STARTREK: Reorganize includes in room.h | Matthew Stewart | |
This should avoid the costly rebuild of everything in the 'rooms/' folder, at least sometimes... | |||
2018-08-09 | STARTREK: Implement text input boxes | Matthew Stewart | |
Needed for SINS mission with the keypads | |||
2018-08-09 | STARTREK: SINS1 | Matthew Stewart | |
2018-08-09 | STARTREK: SINS0 | Matthew Stewart | |
2018-08-09 | STARTREK: Move save/load code for rooms to structs | Matthew Stewart | |
2018-08-09 | STARTREK: Fix elasi guard not shooting Kirk in TUG | Matthew Stewart | |
2018-08-09 | STARTREK: Implement "BAN" files. | Matthew Stewart | |
These are background animations in various rooms, purely visual. | |||
2018-08-09 | STARTREK: Save mission-specific variables | Matthew Stewart | |
2018-08-09 | STARTREK: Rename tug2 room-specific vars | Matthew Stewart | |
2018-08-09 | STARTREK: Clean up room-specific vars in mission 1 | 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: Rename fixed-point types | Matthew Stewart | |
2018-08-09 | STARTREK: Implement fixed-point decimal class | Matthew Stewart | |
2018-08-09 | STARTREK: TRIAL5 | Matthew Stewart | |
2018-08-09 | STARTREK: TRIAL4 | Matthew Stewart | |
2018-08-09 | STARTREK: TRIAL3 | Matthew Stewart | |
2018-08-09 | STARTREK: TRIAL2 | Matthew Stewart | |
2018-08-09 | STARTREK: TRIAL1 | Matthew Stewart | |
2018-08-09 | STARTREK: TRIAL0 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER7 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER6 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER5 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER4 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER3 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER2 | Matthew Stewart | |
2018-08-09 | STARTREK: Make Action struct POD again | Matthew Stewart | |