Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-03 | TITANIC: Use degree conversion common math funcs | David Fioramonti | |
I tested the star puzzle and it is still good. | |||
2017-09-18 | TITANIC: Fix memory leak loading star control stars | Paul Gilbert | |
2017-08-24 | TITANIC: Reduce header includes for star_control files | David Fioramonti | |
Minimized a lot of the unncessary files includes in the implementation files as well. | |||
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-05-30 | TITANIC: Renamings & cleanup for markers drawing | Paul Gilbert | |
2017-05-30 | TITANIC: Cleanup & fixes for starfield viewpoint box | Paul Gilbert | |
2017-05-30 | TITANIC: CSurfaceArea fillRect is actually drawLine | Paul Gilbert | |
2017-04-09 | TITANIC: Renaming of CStarCamera methods | Paul Gilbert | |
2017-04-09 | TITANIC: Rename CStarControlSub12 to CStarCamera | Paul Gilbert | |
2017-04-07 | TITANIC: Shift vector returns from params to return values | Paul Gilbert | |
2017-04-05 | TITANIC: Renamed CStarControlSub6 to FPose | Paul Gilbert | |
2017-03-27 | TITANIC: Fix copy/paste error | Eugene Sandulenko | |
2017-03-25 | TITANIC: Finished CSurfaceArea class | Paul 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-25 | TITANIC: Added CStarPoints1 draw method | Paul Gilbert | |
2017-03-15 | TITANIC: Change some constants to more sensible ones | Michael DrĂ¼ing | |
2017-02-28 | TITANIC: Suppress GCC Warning in WIP Code. | D G Turner | |
2017-02-27 | TITANIC: Implemented CStarControl doAction | Paul Gilbert | |
2017-02-26 | TITANIC: More implementation of CSurfaceAream, added FRect class | Paul Gilbert | |
2017-02-24 | TITANIC: Fixes for coordinates init in CStarPoints1 | Paul Gilbert | |
2016-07-17 | TITANIC: Finished startfield initDocument | Paul Gilbert | |
2016-07-17 | TITANIC: Renaming of star point classes | Paul Gilbert | |