Age | Commit message (Expand) | Author |
2019-06-11 | STARTREK: Adapt many usages of Common::SharedPtr() to regular pointers | Filippos Karapetis |
2019-06-11 | STARTREK: Remove the FileStream wrapper class | Filippos Karapetis |
2019-05-28 | Revert "STARTREK: Start adding a console" | Thierry Crozat |
2019-05-28 | STARTREK: Start adding a console | Filippos Karapetis |
2019-05-27 | STARTREK: Fix MSVC warnings | Filippos Karapetis |
2018-08-09 | STARTREK: Implement republic map screen | Matthew Stewart |
2018-08-09 | STARTREK: Split up startrek.cpp into more files | Matthew Stewart |
2018-08-09 | STARTREK: Put CD ROM detection into features field | Matthew Stewart |
2018-08-09 | STARTREK: Use AD_ENTRY1s for game detection | Matthew Stewart |
2018-08-09 | STARTREK: text.cpp -> textbox.cpp | Matthew Stewart |
2018-08-09 | STARTREK: Implement text input boxes | Matthew Stewart |
2018-08-09 | STARTREK: Implement save loading from launcher | Matthew Stewart |
2018-08-09 | STARTREK: Implement "BAN" files. | Matthew Stewart |
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: Half-done implementation of drawR3Shape | Matthew Stewart |
2018-08-09 | STARTREK: atan2 function | Matthew Stewart |
2018-08-09 | STARTREK: sine & cosine | 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: Move space functions into separate file | Matthew Stewart |
2018-08-09 | STARTREK: Fix sound, support MT32. | Matthew Stewart |
2018-08-09 | STARTREK: Get starfields working for the intro | Matthew Stewart |
2018-08-09 | STARTREK: Make Action struct POD again | Matthew Stewart |
2018-08-09 | STARTREK: Right-clicking & keyboard in menus | Matthew Stewart |
2018-08-09 | STARTREK: Fixes to textboxes | Matthew Stewart |
2018-08-09 | STARTREK: LOVE3 finished. | Matthew Stewart |
2018-08-09 | STARTREK: Default text for undefined actions | Matthew Stewart |
2018-08-09 | STARTREK: Preliminary saving/loading | Matthew Stewart |
2018-08-09 | STARTREK: Mission 1 finished | Matthew Stewart |
2018-08-09 | STARTREK: Demon2, half of Demon3 done | Matthew Stewart |
2018-08-09 | STARTREK: DEMON1 done (klingon attack) | Matthew Stewart |
2018-08-09 | STARTREK: Finish implementing first room | Matthew Stewart |
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: Don't memset sprites, add Fixed16 type | Matthew Stewart |
2018-08-09 | STARTREK: Inventory menu and hotspots | Matthew Stewart |
2018-08-09 | STARTREK: Action menu | Matthew Stewart |
2018-08-09 | STARTREK: Refactor text and menus | Matthew Stewart |
2018-08-09 | STARTREK: Warps between rooms | Matthew Stewart |
2018-08-09 | STARTREK: Pathfinding | Matthew Stewart |
2018-08-09 | STARTREK: Basic walking | Matthew Stewart |
2018-08-09 | STARTREK: Initialization of away mission. | Matthew Stewart |
2018-08-09 | STARTREK: Bitmap scaling | Matthew Stewart |
2018-08-09 | STARTREK: Get animation timing working properly | Matthew Stewart |
2018-08-09 | STARTREK: Objects and animations. | Matthew Stewart |