aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control
AgeCommit message (Collapse)Author
2017-08-26TITANIC: Fix error setting correct PET buttons for a given areaPaul Gilbert
2017-08-26TITANIC: Add further strings to create_titanic toolPaul Gilbert
2017-08-25TITANIC: Show NPC portrait in Conversations tab after loading savegamePaul Gilbert
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-08-22TITANIC: Ensure PET _remoteTargetName is set when savingPaul Gilbert
2017-08-22TITANIC: Fix using Fn keys when Conversations tab is activePaul Gilbert
2017-08-20TITANIC: Fix Tab key toggle for Starfield/Photo being brokenPaul Gilbert
2017-08-20TITANIC: Fix Coverity suggestion in CPetConversationsPaul Gilbert
2017-08-20TITANIC: Add Tab key as a shortcut for switching to inventoryPaul Gilbert
2017-08-13TITANIC: Fix crash after dragging sound slidersPaul Gilbert
2017-08-13TITANIC: Show PET Sound slidersPaul Gilbert
2017-08-12TITANIC: Fix duplication of RealLife icons when passenger class changesPaul Gilbert
2017-08-11TITANIC: Fix highlighting PET tab icons during load or Deskbot convPaul Gilbert
2017-08-11TITANIC: Fix rendering bottom line of room glyphsPaul Gilbert
2017-08-04TITANIC: Introduce movement via arrow keysPaul 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-28TITANIC: Show initial transform anim when Titania pieces added to inventoryPaul Gilbert
2017-07-28TITANIC: Further cleanup of inventory glyphsPaul Gilbert
2017-07-27TITANIC: Cleanup/renaming of inventory glyph animatin codePaul Gilbert
2017-07-15TITANIC: Fix inventory scrolling when an item is selectedPaul Gilbert
2017-07-15TITANIC: Don't allow starfield to be shown if puzzle was skippedPaul Gilbert
2017-07-10TITANIC: Fix rendering of conversation text inputPaul Gilbert
2017-07-05TITANIC: Fix Rooms Glyphs list only allowing a single custom entryPaul Gilbert
2017-07-05TITANIC: Fix refreshing inventory tooltip when chicken gets coldPaul Gilbert
2017-06-25TITANIC: Set PET area title positions for German versionPaul Gilbert
2017-06-25TITANIC: Fix display of PET area titlesPaul Gilbert
2017-06-25TITANIC: Adding support for German PET's extra Translation areaPaul Gilbert
2017-06-21TITANIC: Renamings for room flags sublevel methodsPaul Gilbert
2017-06-21TITANIC: Fix 2nd class room flags calculationPaul Gilbert
2017-05-30TITANIC: Fix flickering of marker bulbs in PET Starfield displayPaul Gilbert
2017-05-30TITANIC: Renamings and fixes for starfield marker buttons in PETPaul Gilbert
2017-04-04TITANIC: Change debug level constants to have a DEBUG_ prefixPaul Gilbert
2017-04-03TITANIC: Add missing break to switch statementPaul Gilbert
2017-03-29TITANIC: Further code for new skip nav button to work correctlyPaul Gilbert
2017-03-29TITANIC: Add remote icon for skipping nav puzzlePaul Gilbert
2017-02-27TITANIC: Implemented CStarControl doActionPaul Gilbert
2017-01-22TITANIC: Fixes for sending via the Bilge SuccUBusPaul Gilbert
2017-01-16TITANIC: Renaming checks for player's first class suitePaul Gilbert
2017-01-16TITANIC: Change chicken tooltips to use DAT stringsPaul Gilbert
2017-01-15TITANIC: Fix showing correct inventory glyphs after loading savegamePaul Gilbert
2017-01-15TITANIC: Show correct inventory glyphs & tooltip for multi-state itemsPaul Gilbert
2017-01-15TITANIC: Fix display of chicken tooltips in the inventoryPaul Gilbert
2017-01-01TITANIC: Rename CPetText to CTextControlPaul Gilbert
The class is used in several areas outside of the PET, so it makes better sense to not have it in the pet_control/ folder and named so
2016-12-30TITANIC: Add mouse wheel scrolling to inventory listPaul Gilbert
2016-12-26TITANIC: Clarifications to sending mail codePaul Gilbert
2016-12-25TITANIC: Cleanup and fixes for class checks when SuccUBus suckingPaul Gilbert
2016-12-21TITANIC: Show status prefixes for chevrons in the Rooms tabPaul Gilbert
2016-12-20TITANIC: Fix dragging chevrons onto the SuccubusPaul Gilbert
2016-12-18TITANIC: Fix starting to drag inventory itemsPaul Gilbert
2016-12-18TITANIC: Fix crash dragging items from inventoryPaul Gilbert
2016-12-18TITANIC: Renamings for PET Rooms flag for if elevator is brokenPaul Gilbert