Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | STARTREK: Even More Compilation Fixes. | D G Turner | |
2018-08-09 | STARTREK: Further Compilation Fixes. | D G Turner | |
Further cases of int vs. int32 / TextRef usage. | |||
2018-08-09 | STARTREK: Further Compilation Fixes. | D G Turner | |
Mismatch in types caused compilation failure for ports where int was not identical to int32 which is the typedef for TextRef. | |||
2018-08-09 | STARTREK: Further Fix For Compilation. | D G Turner | |
2018-08-09 | STARTREK: Compilation Fixes for Various Platforms. | D G Turner | |
2018-08-09 | STARTREK: Fix compilation on macOS | Eugene Sandulenko | |
nullptr is an object on macOS. | |||
2018-08-09 | I18N: Update translations templates | Thierry Crozat | |
2018-08-09 | STARTREK: VENG7 | Matthew Stewart | |
2018-08-09 | STARTREK: VENG6 text changes | 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: Add FR, GER CD versions to detection.cpp | Matthew Stewart | |
2018-08-09 | STARTREK: Comment out incomplete detection entries | 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: Make FileStream extend MemoryReadStream | Matthew Stewart | |
2018-08-09 | STARTREK: Split up startrek.cpp into more files | Matthew Stewart | |
2018-08-09 | STARTREK: Add POTFILES | Matthew Stewart | |
2018-08-09 | STARTREK: Various code cleanup | Matthew Stewart | |
2018-08-09 | STARTREK: Use ARRAYSIZE macro | Matthew Stewart | |
2018-08-09 | STARTREK: Fix memory leak in graphics.cpp | Matthew Stewart | |
2018-08-09 | STARTREK: Put CD ROM detection into features field | Matthew Stewart | |
2018-08-09 | STARTREK: Add missing license headers | Matthew Stewart | |
2018-08-09 | STARTREK: Rename SINS5 variable | Matthew Stewart | |
2018-08-09 | STARTREK: Saving/loading for SINS mission | Matthew Stewart | |
2018-08-09 | STARTREK: Add german floppy version to detection | Matthew Stewart | |
2018-08-09 | STARTREK: SINS5 text changes | Matthew Stewart | |
2018-08-09 | STARTREK: SINS5 | Matthew Stewart | |
2018-08-09 | STARTREK: Play midi sounds on floppy version | Matthew Stewart | |
2018-08-09 | STARTREK: Use AD_ENTRY1s for game detection | Matthew Stewart | |
2018-08-09 | STARTREK: Replace min & max with MIN & MAX | Matthew Stewart | |
2018-08-09 | STARTREK: Janitorial: Add end of namespace comments | Strangerke | |
2018-08-09 | STARTREK: SINS3 text changes | Matthew Stewart | |
2018-08-09 | STARTREK: SINS3 | Matthew Stewart | |
2018-08-09 | STARTREK: Silence unused variable warning | Matthew Stewart | |
2018-08-09 | STARTREK: SINS4 text changes | Matthew Stewart | |
2018-08-09 | STARTREK: SINS4 | Matthew Stewart | |
2018-08-09 | STARTREK: SINS2 text changes | Matthew Stewart | |
2018-08-09 | STARTREK: SINS2 | Matthew Stewart | |
2018-08-09 | STARTREK: Remove trailing backslash in module.mk | Matthew Stewart | |
2018-08-09 | STARTREK: Move text out of header file | Matthew Stewart | |
For some reason this was inflating the executable size. | |||
2018-08-09 | STARTREK: text.cpp -> textbox.cpp | 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: Allow engine to run without voc files | Matthew Stewart | |
2018-08-09 | STARTREK: Implement text input boxes | Matthew Stewart | |
Needed for SINS mission with the keypads |