Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-06 | TITANIC: Create new CMovementMsg for new movement functionality | Paul Gilbert | |
This also moves logic for detecting which movement is associated with given keycodes and cursors to CMovementMsg and CLinkItem, which are better suited to contain the logic | |||
2017-08-06 | TITANIC: Fix handling of NumPad causing double digits | Paul Gilbert | |
2017-08-04 | TITANIC: Introduce movement via arrow keys | Paul Gilbert | |
This also fixes a bug with Page Up, Down, Home, & End not working for the Conversation tab. Additionally, code for scrolling individual lines in the conversation and glyphs via the arrow keys has been removed in favor of this centrallised movement, since they were somewhat redundant, and the mouse wheel can be used for scrolling. | |||
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. | |||
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-07-24 | TITANIC: Fleshed out various methods | Paul Gilbert | |
2016-07-10 | TITANIC: Fix cursor and entering text in PET Conversations area | Paul Gilbert | |
2016-04-06 | TITANIC: Fix setting of buttons in mouse messages | Paul Gilbert | |
2016-03-31 | TITANIC: Implement keyboard event handling | Paul Gilbert | |
2016-03-23 | TITANIC: More view event handling, beginnings of mouse cursor loading | Paul Gilbert | |
2016-03-21 | TITANIC: Add new derived Rect and Point classes | Paul Gilbert | |
2016-03-18 | TITANIC: Implement more events in CInputTranslator | Paul Gilbert | |
2016-03-18 | TITANIC: Implement input translator event methods | Paul Gilbert | |
2016-03-08 | TITANIC: Added skeletons for game manager support classes | Paul Gilbert | |