79488 Commits

Author SHA1 Message Date
Paul Gilbert
b8e7ace3d7 TITANIC: Renamings of CParrot fields 2017-01-21 17:13:18 -05:00
Paul Gilbert
8691c4afdf TITANIC: Remove a bunch of CParrot unused fields 2017-01-21 16:59:34 -05:00
Paul Gilbert
04a2436e0b TITANIC: Use empty move transitions for cage after Parrot leaves 2017-01-21 16:40:52 -05:00
Paul Gilbert
b8cce79a5a TITANIC: Reorder class types setup so all ancestors come first 2017-01-21 16:23:45 -05:00
Paul Gilbert
d1751206a3 TITANIC: Fix ancestor to descendent order for CParrotLobbyLinkUpdator 2017-01-21 15:37:53 -05:00
Paul Gilbert
99bc212ccc TITANIC: Excite Parrot when we come bearing chicken 2017-01-20 23:57:59 -05:00
Paul Gilbert
9413afc2ba TITANIC: Fix aborting parrot eating chicken 2017-01-20 23:30:39 -05:00
Paul Gilbert
ab1e729d2c TITANIC: NpcFlag enum is now completely named 2017-01-20 22:33:13 -05:00
Paul Gilbert
bc1ad72d7f TITANIC: Further NPC flags renaming, parrot fixes 2017-01-20 22:21:14 -05:00
Paul Gilbert
5aef8cb875 TITANIC: Further NPC flag renaming, usage fixes 2017-01-20 20:36:26 -05:00
Paul Gilbert
960342cb37 TITANIC: Renaming NPC flags 2017-01-20 19:36:42 -05:00
Bendegúz Nagy
e8d45a17dc Merge branch 'master' of github.com:scummvm/scummvm 2017-01-20 21:30:11 +01:00
Bendegúz Nagy
edf9b2e78a Fix crash at the first corridor and entrance door
Crash caused by missing DisplayMan::_derivedBitmapByteCount values
2017-01-20 21:29:20 +01:00
Bendegúz Nagy
0d77642254 Silence valgrind error messages 2017-01-20 21:26:43 +01:00
Bendegúz Nagy
0eb20223f4 Properly delete leaking DisplayMan::_tmpBitmap 2017-01-20 21:22:50 +01:00
Eugene Sandulenko
76cfde0722 GRAPHICS: Further work on MacFont font scaling 2017-01-20 09:01:01 +01:00
Eugene Sandulenko
286a74adeb GRAPHICS: Fix copy/paste errors with MacFont size processing 2017-01-20 08:51:52 +01:00
Bendegúz Nagy
0c428e4fd7 Fix regression introduced in 3ab3a85 2017-01-19 22:53:04 +01:00
Eugene Sandulenko
d2e31b1869 GRAPHICS: Initial code for scaling MacFonts 2017-01-19 21:22:30 +01:00
Eugene Sandulenko
6fa46810f5 GRAPHICS: Encapsulate all MacFONTFont class variables into a single struct 2017-01-19 11:11:05 +01:00
Eugene Sandulenko
a95b8f95dd GRAPHICS: Fix MacFont assignment
We're almost back to the functionality with the BDF fonts.
Current missing feature is font autoscaling
2017-01-19 08:56:31 +01:00
Paul Gilbert
7d7e8c4af1 TITANIC: Fix TV playback during prologue 2017-01-18 23:02:30 -05:00
Paul Gilbert
12ebe10d01 TITANIC: Renaming of CParrot statics, miscellaneous fixes 2017-01-18 20:54:05 -05:00
Eugene Sandulenko
a4997f62cc DIRECTOR: Lingo: Added list of D3 and D4 keywords 2017-01-18 22:37:10 +01:00
Thierry Crozat
c2263a7af5 I18N: Change the French translation back to ISO-8859-1
Two accepted suggestions used a curly single quote, which caused
the file to be converted to UTF-8. They have been converted back to straight single quotes.
2017-01-18 21:28:43 +00:00
Purple T
17ae056b91 I18N: Update translation (French)
Currently translated at 100.0% (929 of 929 strings)
2017-01-18 22:21:51 +01:00
Eugene Sandulenko
f599c8ab50 GRAPHICS: Fix font name generation for MacFonts 2017-01-18 19:13:01 +01:00
Eugene Sandulenko
0b3d7d3e4f GRAPHICS: Further work on MacFont loading 2017-01-18 18:59:52 +01:00
Eugene Sandulenko
cc82d8f619 DIRECTOR: More debug output to mac font loading test 2017-01-18 10:25:51 +01:00
Eugene Sandulenko
6558e94ac3 GRAPHICS: Plug in loaded MacFONTFonts into MacFontManager 2017-01-18 10:24:47 +01:00
Eugene Sandulenko
226c2ed016 README: Removing links to obsolete compilation instructions 2017-01-18 08:14:22 +01:00
D G Turner
11846907a6 DIRECTOR: Fix Compiler Warning. 2017-01-18 05:35:10 +00:00
Paul Gilbert
2d1b0969d1 TITANIC: Remove accidentally committed debug code 2017-01-17 22:51:38 -05:00
Paul Gilbert
63c3df22f0 TITANIC: Handle -1 frameNumber in AVISurface::addEvent like original 2017-01-17 22:40:57 -05:00
Paul Gilbert
7ede6d585d TITANIC: Fixes to CParrot frameMsg method 2017-01-17 21:29:07 -05:00
Walter van Niftrik
2e00dfd47c ADL: Implement hires5 time machine animation 2017-01-17 23:27:10 +01:00
Tarek Soliman
25614c60c8 SCI: Add more version info to SQ4 detection entry 2017-01-17 16:09:31 -06:00
Eugene Sandulenko
4ede54e6b0 GRAPHICS: Rename MacFont to MacFONTFont to avoid clashed 2017-01-17 20:30:32 +01:00
Eugene Sandulenko
1fea15ac7b GRAPHICS: Implementing kerning calculation for MacFonts 2017-01-17 18:44:27 +01:00
Eugene Sandulenko
be07b004e0 GRAPHICS: Split out MacFontFamily class out of MacFont 2017-01-17 18:14:02 +01:00
stevenhoefel
d391932ac4 DIRECTOR: Refactor Text Rendering. Use alignment of MacText. Render to temporary surface to allow ink blitting. 2017-01-17 22:16:27 +11:00
stevenhoefel
837b3b22e5 GRAPHICS: MacText calculate longest string inside maxWidth and add alignment. 2017-01-17 22:15:43 +11:00
stevenhoefel
feab260c98 GRAPHICS: Fix oversight on length value to return. 2017-01-17 22:14:58 +11:00
D G Turner
a8d975f032 GRAPHICS: Fix Zero Length Format String Compiler Warnings. 2017-01-17 11:00:18 +00:00
Eugene Sandulenko
4236d93aae GRAPHICS: Fix FOND loading 2017-01-17 10:56:33 +01:00
Eugene Sandulenko
fd82fa5308 DIRECTOR: Added test for font loading 2017-01-17 10:56:33 +01:00
Eugene Sandulenko
b0e06b414d GRAPHICS: Added debug output to FOND loading 2017-01-17 10:56:33 +01:00
D G Turner
317b7e7fb4 BLADERUNNER: Fix Unsigned vs. Signed Compiler Warnings. 2017-01-17 09:45:08 +00:00
D G Turner
4c03760e66 DC: Fix Variable Shadowing Compiler Warning. 2017-01-17 09:29:24 +00:00
D G Turner
20e04ad234 CLOUD: Fix Unsigned vs. Signed Comparison Compiler Warning. 2017-01-17 08:27:04 +00:00