Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-07 | TITANIC: DE: Fix default code wheel letters | Paul Gilbert | |
2017-10-07 | TITANIC: DE: Fixes for bomb code wheels | Paul Gilbert | |
2017-10-07 | TITANIC: DE: Fix Barbot response handling | Paul Gilbert | |
2017-10-07 | ENGINES: Remove default1x scaler flag | Colin Snover | |
This flag is removed for a few reasons: * Engines universally set this flag to true for widths > 320, which made it redundant everywhere; * This flag functioned primarily as a "force 1x scaler" flag, since its behaviour was almost completely undocumented and users would need to figure out that they'd need an explicit non-default scaler set to get a scaler to operate at widths > 320; * (Most importantly) engines should not be in the business of deciding how the backend may choose to render its virtual screen. The choice of rendering behaviour belongs to the user, and the backend, in that order. A nearby future commit restores the default1x scaler behaviour in the SDL backend code for the moment, but in the future it is my hope that there will be a better configuration UI to allow users to specify how they want scaling to work for high resolutions. | |||
2017-10-06 | TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat | Paul Gilbert | |
2017-10-06 | TITANIC: DE: Fix recognising words with common suffixes | Paul Gilbert | |
2017-10-06 | TITANIC: DE: Fixes for article handling | Paul Gilbert | |
2017-10-04 | TITANIC: DE: Fix animations changing seasons in Arboretum | Paul Gilbert | |
2017-10-04 | TITANIC: DE: Translations for music room music | Paul Gilbert | |
2017-10-03 | TITANIC: DE: Fix sound for music room pitch sliders | Paul Gilbert | |
2017-10-03 | TITANIC: Fix cursor when in MissiveOMat when Conversations tab active | Paul Gilbert | |
2017-10-03 | TITANIC: DE: Fix positioning of PET tab names | Paul Gilbert | |
2017-10-03 | TITANIC: DE: Fix color of text in PET Translation tab text | Paul Gilbert | |
2017-10-03 | TITANIC: DE: Fix horizontal placement of PET mode buttons | Paul Gilbert | |
2017-10-03 | TITANIC: DE: Fix dimensions of text area in PET Translation tab | Paul Gilbert | |
2017-10-02 | TITANIC: DE: Allow for two lines in PET Rooms tab tooltips | Paul Gilbert | |
2017-10-02 | TITANIC: DE: Translation for .avi files directly referred to | Paul Gilbert | |
2017-10-02 | TITANIC: DE: Fix perched parrot animations | Paul Gilbert | |
2017-10-02 | TITANIC: Work around loading savegame when Marcinta is active | Paul Gilbert | |
Loading a savegame directly from the launcher or Continue dialog when Marcinta is active shows her as inactive in the original, but still allows you to talk to her. To fix the inconsistency, now when this occurs, it will also reset the active NPC back to none. | |||
2017-10-02 | TITANIC: DE: Correctly play back entire 1st class upgrade speech | Paul Gilbert | |
2017-10-02 | TITANIC: DE: Fix upgrading to 1st class | Paul Gilbert | |
2017-09-29 | TITANIC: Fix leaks in CGameState _movieList | Paul Gilbert | |
2017-09-27 | TITANIC: DE: Changes for DoorbotScript::chooseResponse | Paul Gilbert | |
2017-09-27 | TITANIC: Fix leak of wave file audio streams | Paul Gilbert | |
2017-09-27 | TITANIC: Fix memory leak in CStarView | Paul Gilbert | |
2017-09-26 | TITANIC: DE: Fix switch in DeskbotScript::doSentenceEntry | Paul Gilbert | |
2017-09-26 | TITANIC: Convert some remaining strings to use their titanic.dat entries | Paul Gilbert | |
2017-09-26 | TITANIC: Fix exit crash freeing wave files whilst still playing | Paul Gilbert | |
2017-09-26 | TITANIC: Add missing CSound destructor | Paul Gilbert | |
2017-09-25 | TITANIC: Fix loop limit in TTsentenceConcept destructor | Paul Gilbert | |
2017-09-25 | TITANIC: Add missing destructor for TTsentenceConcept | Paul Gilbert | |
2017-09-25 | TITANIC: Free wave files on game exit like original does | Paul Gilbert | |
2017-09-24 | TITANIC: DE: Properly implement CArboretumGate changes | Paul Gilbert | |
2017-09-24 | TITANIC: Don't launch further bot speeches when exiting game | Paul Gilbert | |
Previously, notifying bots to the end of a speech fragment was done in ~TTtalker. Which caused problems when in progress talkers were freed when exiting the game with a speech was in progress, since it would try to start the next following speech fragment. | |||
2017-09-24 | TITANIC: Add some guards against using the game manager during game exit | Paul Gilbert | |
2017-09-24 | TITANIC: Fix crash if you exit the game whilst a bot is talking | Paul Gilbert | |
2017-09-24 | TITANIC: Fix leak of vocab synonyms on exit | Paul Gilbert | |
2017-09-24 | Merge pull request #1010 from dreammaster/debugger_params | Paul Gilbert | |
GUI: Support double quoted debugger parameters | |||
2017-09-24 | TITANIC: Fix leak of movie event structures | Paul Gilbert | |
2017-09-24 | TITANIC: Fix access after free in shutdown | Paul Gilbert | |
2017-09-24 | TITANIC: Free any active wave files on exit | Paul Gilbert | |
2017-09-24 | TITANIC: Fix compiler warnings in DeskbotScript | Paul Gilbert | |
2017-09-24 | TITANIC: Fix looking at broken pellerator after the first time | Paul Gilbert | |
2017-09-23 | TITANIC: DE: Merged German NPC script subclasses back in | Paul Gilbert | |
There ended up not being enough custom German code in the scripts to warrant having sub-classes that reimplemented entire methods | |||
2017-09-23 | TITANIC: DE: Updates for SuccUBusScript | Paul Gilbert | |
2017-09-23 | TITANIC: DE: Added changes to MaitreDScript | Paul Gilbert | |
2017-09-23 | TITANIC: DE: Added changes for LiftbotScript | Paul Gilbert | |
2017-09-23 | TITANIC: DE: Adding remaining DoorbotScript changes | Paul Gilbert | |
2017-09-23 | TITANIC: DE: Adding changes to DoorbotScript | Paul Gilbert | |
2017-09-22 | TITANIC: DE: More BellbotScript changes | Paul Gilbert | |