Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | TITANIC: Reduce header includes for titanic.h | David Fioramonti | |
I reduced the header includes a lot in Titanic.h and forward declared when I could. Titanic.h was including a lot and a lot of functions that were including it were not using its API. This will help make it more clear which implementation files are using which class since they will just need to include which ones they need. I also moved the debug related items in Titanic.h into the debugger header. I also reordered several of the the header includes to be local to global. | |||
2017-08-06 | TITANIC: Bring movement rates in the starfield closer to the original | Paul Gilbert | |
The original updated the camera during the general scene drawing, which was done at a much higher rate than I wanted for the ScummVM implementation. So I've added this workaround to update the camera every 10ms when the player is in the star control scene. This gives it a comparible rate of movement to the original. | |||
2017-07-30 | TITANIC: Remap right mouse click to be a left click with Shift held. | Paul Gilbert | |
This was a suggestion by dafioram; holding down Shift allows you to skip scene transitions and edit the fragments of room glyphs. Now with this remapping, you can alternatively just use right clicks. | |||
2017-07-17 | TITANIC: Improve performance of event handling | Paul Gilbert | |
2017-06-17 | TITANIC: Fix maintaining total playtime for savegames | Paul Gilbert | |
2016-12-20 | TITANIC: Hopefully fix overlapping announcements | Paul Gilbert | |
2016-11-08 | TITANIC: Fix compiler warnings | Paul Gilbert | |
2016-11-08 | TITANIC: Fix spurious drag starts happening after view changes | Paul Gilbert | |
2016-11-01 | TITANIC: Add support for mouse wheel scrolling conversations log | Paul Gilbert | |
2016-10-31 | TITANIC: Implement manual mouse control used during intro | Paul Gilbert | |
2016-09-03 | TITANIC: Fix updating mixer during cutscenes, ending NPC speech | Paul Gilbert | |
2016-08-11 | TITANIC: Hook up wave pump for callbacks | Paul Gilbert | |
2016-08-07 | TITANIC: Added sound methods to CGameObject | Paul Gilbert | |
2016-07-22 | TITANIC: Add button handling and evil twin to Continue Save dialog | Paul Gilbert | |
2016-07-22 | TITANIC: Add support for arbitrary window event targets | Paul Gilbert | |
Also moved all standard game event methods to CMainGameWindow. This will allow for the Continue Save dialog to be added in and get events instead of the game window | |||
2016-07-15 | TITANIC: Major implementation of OSMovie and AVISurface classes | Paul Gilbert | |
2016-07-10 | TITANIC: Added remainder of CCarry msg handlers | Paul Gilbert | |
2016-04-08 | TITANIC: Rename field in CGameState | Paul Gilbert | |
2016-04-08 | TITANIC: Implement onIdle method for regular game updates | Paul Gilbert | |
2016-03-31 | TITANIC: Implement keyboard event handling | Paul Gilbert | |
2016-03-24 | TITANIC: Fix view message handling | Paul Gilbert | |
2016-03-21 | TITANIC: Implementing view draw code | Paul Gilbert | |
2016-03-21 | TITANIC: Add new derived Rect and Point classes | Paul Gilbert | |
2016-03-19 | TITANIC: Implement view change logic | Paul Gilbert | |
2016-03-18 | TITANIC: Implement input translator event methods | Paul Gilbert | |
2016-03-18 | TITANIC: Create Event manager class | Paul Gilbert | |