Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-09 | STARTREK: Refactor text and menus | Matthew Stewart | |
Moved them out of the Graphics class and into their own files. | |||
2018-08-09 | STARTREK: Warps between rooms | Matthew Stewart | |
2018-08-09 | STARTREK: Objects and animations. | Matthew Stewart | |
Testing them with the transporter room. | |||
2018-08-09 | STARTREK: setVisibleMenuButtons function | Matthew Stewart | |
2018-08-09 | STARTREK: Music/SFX enable and disable functions | Matthew Stewart | |
2018-08-09 | STARTREK: Fix placement of textboxes | Matthew Stewart | |
2018-08-09 | STARTREK: Quit game menu and mouse warp function | Matthew Stewart | |
2018-08-09 | STARTREK: Options menu | Matthew Stewart | |
2018-08-09 | STARTREK: Disabling menu buttons + text menu. | Matthew Stewart | |
2018-08-09 | STARTREK: Implement CD Audio handling. | Matthew Stewart | |
2018-08-09 | STARTREK: Implement sound effects in the midis | Matthew Stewart | |
Removed amiga and mac sound code for now since I can't test it. | |||
2018-08-09 | STARTREK: Begin implementing event system. | Matthew Stewart | |
Textbox now responds to mouse input. | |||
2018-08-09 | STARTREK: Implement more text routines | Matthew Stewart | |
2018-08-09 | STARTREK: Add mouse cursor | Matthew Stewart | |
2018-08-09 | STARTREK: Implement drawAllSprites properly. | Matthew Stewart | |
Still need to do the part which calculates sprite priorities. | |||
2018-08-09 | STARTREK: Begin implementing menus | Matthew Stewart | |
2018-08-09 | STARTREK: Begin implementation of showText. | Matthew Stewart | |
Also started using SharedPtrs. |