Commit Graph

2204 Commits

Author SHA1 Message Date
Colin Snover
6c40ceded1 TITANIC: Fix compilation failure in C++11 mode 2017-11-17 22:47:59 -06:00
Paul Gilbert
5a17a96c38 TITANIC: Fix switch fall throughs 2017-11-13 07:37:07 -05:00
Paul Gilbert
87bff2dfcd TITANIC: Remove testing flag from German version 2017-11-04 11:38:19 -04:00
Paul Gilbert
ba7e50edec TITANIC: Hopefully fix AmigaOS compilation 2017-10-27 17:37:44 -04:00
Paul Gilbert
8057d888a6 TITANIC: Remove redundant room check in CEarSweetBowl 2017-10-16 20:42:00 -04:00
Paul Gilbert
11a72a5e0e TITANIC: Add missing strings for Floor & Room # to titanic.dat 2017-10-15 21:20:09 -04:00
Paul Gilbert
ff9c0a9a89 TITANIC: Fix crash exiting game when music room music is active 2017-10-15 21:14:33 -04:00
Paul Gilbert
3e52288a2d TITANIC: Music room handler field renames & better anim sync to music 2017-10-15 20:57:09 -04:00
Paul Gilbert
17606700c4 TITANIC: Fix use after free and remove IFDEF code from mouse cursors 2017-10-15 19:03:09 -05:00
Paul Gilbert
db5676fec2 TITANIC: Simplify cursors to build up as RGBA during loading 2017-10-15 19:03:09 -05:00
Paul Gilbert
8e0833e6de TITANIC: Remove accidentally committed cutscene slowdown 2017-10-14 22:17:12 -04:00
Paul Gilbert
2d25ce2e5a TITANIC: Stop final piano note of music room music getting cut off 2017-10-14 21:59:20 -04:00
Paul Gilbert
23a6533c95 TITANIC: Properly flag audio buffer as finished when song is done 2017-10-14 21:31:35 -04:00
Paul Gilbert
55947e8ae8 TITANIC: Fix rotating on Top of Well balcony 2017-10-13 21:23:24 -04:00
Paul Gilbert
9ac71ca892 TITANIC: Show busy cursor when SuccUBus sending or receiving 2017-10-13 20:59:23 -04:00
Paul Gilbert
75a736bbc8 TITANIC: Workaround for wrong ambient music on load 2017-10-13 19:54:01 -04:00
Paul Gilbert
c339e3261d TITANIC: Renamed GlobalSound methods to AmbientSound 2017-10-13 18:03:30 -04:00
Paul Gilbert
1d8ccbe1ea TITANIC: Cleanup of auto music player classes and messages 2017-10-13 17:51:49 -04:00
Paul Gilbert
44aaaf43b8 TITANIC: Play Pellerator sound only when moving to a new destination 2017-10-12 21:58:34 -04:00
Paul Gilbert
b2ebaf008e TITANIC: DE: Fix showing accented characters in Chat tab 2017-10-12 21:38:20 -04:00
Paul Gilbert
60eca29f3d TITANIC: DE: Fix saying 'ja' to Deskbot during checkin 2017-10-12 20:05:24 -04:00
Paul Gilbert
0fd4e80cb2 TITANIC: Fix buffer overflow in parser searchAndReplace 2017-10-10 19:50:35 -04:00
Paul Gilbert
567556a5c1 TITANIC: Show SGT furniture in stateroom even after upgrading 2017-10-10 19:26:47 -04:00
Paul Gilbert
3fd2cf29b1 TITANIC: Only allow moving to SGT TV in assigned room 2017-10-10 19:19:46 -04:00
Paul Gilbert
1f5908c9bd TITANIC: Fix talking to the Maitre D 2017-10-10 18:02:10 -04:00
Paul Gilbert
fcf0ac1da2 TITANIC: DE: Fix bomb password 2017-10-09 08:11:57 -04:00
Paul Gilbert
721041bc30 TITANIC: Fix Coverity warnings 2017-10-09 07:57:55 -04:00
Paul Gilbert
e30bf609d7 TITANIC: DE: Fix going to bottom of service elevator 2017-10-08 21:21:36 -04:00
Paul Gilbert
2b8cd341ef TITANIC: Turn off testing for English, turn it on for German 2017-10-08 12:48:21 -04:00
Paul Gilbert
9f2d7a6793 TITANIA: DE: Fixes for Titania's wakeup speech 2017-10-08 11:38:40 -04:00
Paul Gilbert
6dac2f4b95 TITANIC: DE: Syntax fixes 2017-10-08 11:12:53 -04:00
Paul Gilbert
f05690db2a TITANIC: DE: Further tweak code wheel loading 2017-10-08 10:39:13 -04:00
Paul Gilbert
51275ea7a9 TITANIC: DE: Fix default code wheel letters 2017-10-07 22:06:00 -04:00
Paul Gilbert
bca0a3f2da TITANIC: DE: Fixes for bomb code wheels 2017-10-07 21:56:52 -04:00
Paul Gilbert
76e5a0246c TITANIC: DE: Fix Barbot response handling 2017-10-07 16:38:12 -04:00
Colin Snover
432fd522d2 ENGINES: Remove default1x scaler flag
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-07 12:30:29 -05:00
Paul Gilbert
6723bed162 TITANIC: DE: Fixes to vocabs, strings, and font in titanic.dat 2017-10-06 21:07:00 -04:00
Paul Gilbert
9b51c1dbbd TITANIC: DE: Fix recognising words with common suffixes 2017-10-06 20:37:28 -04:00
Paul Gilbert
223867b2f5 TITANIC: DE: Fixes for article handling 2017-10-06 07:16:36 -04:00
Paul Gilbert
1ff9e931dc TITANIC: DE: Fix animations changing seasons in Arboretum 2017-10-04 07:06:08 -04:00
Paul Gilbert
1b136180e7 TITANIC: DE: Translations for music room music 2017-10-04 07:05:32 -04:00
Paul Gilbert
5ef0b3a62a TITANIC: DE: Fix sound for music room pitch sliders 2017-10-03 21:29:48 -04:00
Paul Gilbert
d0c20062ad TITANIC: Fix cursor when in MissiveOMat when Conversations tab active 2017-10-03 21:17:53 -04:00
Paul Gilbert
7bcc6ed56c TITANIC: DE: Fix positioning of PET tab names 2017-10-03 20:31:44 -04:00
Paul Gilbert
f3eea52f52 TITANIC: DE: Fix color of text in PET Translation tab text 2017-10-03 20:04:39 -04:00
Paul Gilbert
1d4212a946 TITANIC: DE: Fix horizontal placement of PET mode buttons 2017-10-03 20:00:42 -04:00
Paul Gilbert
5c54651901 TITANIC: DE: Fix dimensions of text area in PET Translation tab 2017-10-03 19:37:09 -04:00
Paul Gilbert
2c79c257a3 TITANIC: DE: Allow for two lines in PET Rooms tab tooltips 2017-10-02 22:01:24 -04:00
Paul Gilbert
93e18ba7c3 TITANIC: DE: Translation for .avi files directly referred to 2017-10-02 21:40:46 -04:00
Paul Gilbert
9c61afb701 TITANIC: DE: Fix perched parrot animations 2017-10-02 21:32:11 -04:00