Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth | |
2017-09-27 | TITANIC: Fix memory leak in CStarView | Paul Gilbert | |
2017-08-30 | TITANIC: Formatting fixes for viewport refactoring | 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-18 | TITANIC: Simplified dependencies for classes related to star_camera | David Fioramonti | |
This involved removing header files and forward declaring when possible. I also reorded the header include files to be local to gloabal. E.x., in the class implementation the class header file would be the first included. This is a first pass of header reduction for star_control/ files | |||
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-08-06 | TITANIC: Minor renamings in CStarView | Paul Gilbert | |
2017-05-31 | TITANIC: Renamings for locking/unlocking markers | Paul Gilbert | |
2017-05-30 | TITANIC: Cleanup & fixes for starfield viewpoint box | Paul Gilbert | |
2017-05-28 | TITANIC: Renamings for photo surface | Paul Gilbert | |
2017-05-28 | TITANIC: Renamings of orientation related variables and methods | Paul Gilbert | |
2017-04-17 | TITANIC: Renamings for CCameraMover fields and methods | Paul Gilbert | |
2017-04-16 | TITANIC: Rename CStarControlSub13 to CViewport | Paul Gilbert | |
2017-04-09 | TITANIC: Rename CStarControlSub12 to CStarCamera | Paul Gilbert | |
2017-03-31 | TITANIC: Renaming of crosshairs related code | Paul Gilbert | |
2017-03-26 | TITANIC: Fix loading of CStarView class | Paul Gilbert | |
2017-03-25 | TITANIC: Fixes to CStarView class | Paul Gilbert | |
2017-03-05 | TITANIC: Added remaining CStarField methods | Paul Gilbert | |
2017-03-03 | TITANIC: Implementing starfield methods | Paul Gilbert | |
2017-03-02 | TITANIC: Implementing CStarView methods | Paul Gilbert | |
2017-03-02 | TITANIC: Code for starfield mode setup & photo code | Paul Gilbert | |
2017-03-01 | TITANIC: Added starfield button down code | Paul Gilbert | |
2017-03-01 | TITANIC: Implemented CStarView MouseMoveMsg | Paul Gilbert | |
2017-02-27 | TITANIC: Implemented CStarControl doAction | Paul Gilbert | |
2017-01-15 | TITANIC: Removal of un-used fields to reduce Buildbot warnings | Paul Gilbert | |
Note there's a lot of preliminary code in the star_control/ folder for code that still needs to be fully disassembled & implemented. So for now I've made liberal use of #if 0 blocks to disable fields that will likely be needed again in the future | |||
2016-07-17 | TITANIC: Renamed CStarControlSub12 to CStarField | Paul Gilbert | |
2016-07-17 | TITANIC: Finished startfield initDocument | Paul Gilbert | |
2016-07-15 | TITANIC: Added CStarControl message handlers | Paul Gilbert | |
2016-07-15 | TITANIC: Added bulk ofCStarView draw | Paul Gilbert | |
2016-07-15 | TITANIC: Finish and better name fader classes | Paul Gilbert | |
2016-07-15 | TITANIC: Implemented CStarControlSub15 class | Paul Gilbert | |