aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/star_control/star_points1.cpp
AgeCommit message (Collapse)Author
2018-07-03TITANIC: Use degree conversion common math funcsDavid Fioramonti
I tested the star puzzle and it is still good.
2017-09-18TITANIC: Fix memory leak loading star control starsPaul Gilbert
2017-08-24TITANIC: Reduce header includes for star_control filesDavid Fioramonti
Minimized a lot of the unncessary files includes in the implementation files as well.
2017-08-24TITANIC: Reduce header includes for titanic.hDavid 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-05-30TITANIC: Renamings & cleanup for markers drawingPaul Gilbert
2017-05-30TITANIC: Cleanup & fixes for starfield viewpoint boxPaul Gilbert
2017-05-30TITANIC: CSurfaceArea fillRect is actually drawLinePaul Gilbert
2017-04-09TITANIC: Renaming of CStarCamera methodsPaul Gilbert
2017-04-09TITANIC: Rename CStarControlSub12 to CStarCameraPaul Gilbert
2017-04-07TITANIC: Shift vector returns from params to return valuesPaul Gilbert
2017-04-05TITANIC: Renamed CStarControlSub6 to FPosePaul Gilbert
2017-03-27TITANIC: Fix copy/paste errorEugene Sandulenko
2017-03-25TITANIC: Finished CSurfaceArea classPaul Gilbert
The fillRect method is implemented using an experimental, more ScummVM style, rather than all the different blocks and loops for different bit depths that the original did
2017-03-25TITANIC: Added CStarPoints1 draw methodPaul Gilbert
2017-03-15TITANIC: Change some constants to more sensible onesMichael DrĂ¼ing
2017-02-28TITANIC: Suppress GCC Warning in WIP Code.D G Turner
2017-02-27TITANIC: Implemented CStarControl doActionPaul Gilbert
2017-02-26TITANIC: More implementation of CSurfaceAream, added FRect classPaul Gilbert
2017-02-24TITANIC: Fixes for coordinates init in CStarPoints1Paul Gilbert
2016-07-17TITANIC: Finished startfield initDocumentPaul Gilbert
2016-07-17TITANIC: Renaming of star point classesPaul Gilbert