Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | STARTREK: TRIAL1 | Matthew Stewart | |
2018-08-09 | STARTREK: TRIAL0 | Matthew Stewart | |
2018-08-09 | STARTREK: Make a macro to simplify room detection | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER7 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER6 Typos | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER6 | Matthew Stewart | |
2018-08-09 | STARTREK: Fixes to sprites when off-screen | Matthew Stewart | |
There was a problem implementing FEATHER6 where a thrown rock goes off-screen, which breaks an assertion that "rect.height() != 0" when drawing it. | |||
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: Remove MUDD code from LOVE mission | Matthew Stewart | |
2018-08-09 | STARTREK: Fix initializer list warnings | Matthew Stewart | |
2018-08-09 | STARTREK: Make Action struct POD again | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER1 | Matthew Stewart | |
2018-08-09 | STARTREK: FEATHER0 | Matthew Stewart | |
2018-08-09 | STARTREK: Minor fixes to MUDD mission | Matthew Stewart | |
Also make better names for variables. | |||
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: Move common MUDD functions to mudda.cpp | Matthew Stewart | |
2018-08-09 | STARTREK: MUDD5 | Matthew Stewart | |
2018-08-09 | STARTREK: Missing null-terminator with animations | 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: Give name to variable in love mission | Matthew Stewart | |
2018-08-09 | STARTREK: Reorganize some text | Matthew Stewart | |
2018-08-09 | STARTREK: Add another mac version to detection.cpp | 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: Fix choice numbers in textboxes (again) | Matthew Stewart | |
2018-08-09 | STARTREK: Minor fixes to LOVE mission | Matthew Stewart | |
2018-08-09 | STARTREK: Implement keybindings on away missions | Matthew Stewart | |
2018-08-09 | STARTREK: Right-clicking & keyboard in menus | Matthew Stewart | |
2018-08-09 | STARTREK: Add missing "look at grate" action. | Matthew Stewart | |
Also fix missing subscript for some text relating to N2 gas. | |||
2018-08-09 | STARTREK: Fix swapped McCoy & Spock speaker names | Matthew Stewart | |
2018-08-09 | STARTREK: Fixes to textboxes | Matthew Stewart | |
Center the speaker name, and show the choice number when there are multiple choices. | |||
2018-08-09 | STARTREK: Implement common code for LOVE mission | 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: Implement synthesizer + bugfixes (LOVE) | Matthew Stewart | |
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: Silence most Visual Studio warnings | Paul Gilbert | |
Enums are signed in at least Visual Studio, and it was generating many warnings of the cast to byte in the Action constructor was losing precision. Likewise, there were some cases of -1 being passed as a parameter to Action. This resolves these warnings by making the constructor parameters int | |||
2018-08-09 | STARTREK: Most of LOVE2 done | Matthew Stewart | |
2018-08-09 | STARTREK: Remove optional parameters from methods | Matthew Stewart | |
2018-08-09 | STARTREK: LOVE1 | Matthew Stewart | |