Commit Graph

12435 Commits

Author SHA1 Message Date
Max Horn
fa3d618fae Distinguish left and right mouse button
svn-id: r16468
2005-01-06 22:51:25 +00:00
Max Horn
858c6c4d5b Switching GUI to an alternate font; using a second, bigger, font for 640x480 games like COMI. Note: we can always easily switch back to the SCUMM font or any other font, if we want to
svn-id: r16467
2005-01-06 22:48:42 +00:00
Max Horn
a9d0472758 New normal/big fonts
svn-id: r16466
2005-01-06 22:38:58 +00:00
Andrew Kurushin
198d85eecd small fixes to previous
svn-id: r16465
2005-01-06 22:22:20 +00:00
Andrew Kurushin
59a93737db non tile mode full actor path finding - preview
svn-id: r16464
2005-01-06 21:57:10 +00:00
Eugene Sandulenko
5b19a79b46 Add reported 4 disks french monkeyega
svn-id: r16463
2005-01-06 21:55:52 +00:00
Max Horn
87afdf9a64 oops again
svn-id: r16462
2005-01-06 21:46:21 +00:00
Max Horn
8f0afd1816 oops
svn-id: r16461
2005-01-06 21:18:46 +00:00
Max Horn
c6e0d31e76 Added a font manager (work in progress)
svn-id: r16460
2005-01-06 21:15:52 +00:00
Eugene Sandulenko
f3b7c27cbd Add reported frech 4 disks monkeyega
svn-id: r16459
2005-01-06 20:16:42 +00:00
Andrew Kurushin
6cde0f1de6 turn off "no definition for inline function" warning
svn-id: r16458
2005-01-06 19:35:11 +00:00
Andrew Kurushin
3b61b06aee - remove "extern" before OSystem::makeInstance
svn-id: r16457
2005-01-06 19:34:07 +00:00
Andrew Kurushin
00c98c519e - implement faceTowards (script function & etc)
- implement debug actor walk path (press f6)

svn-id: r16456
2005-01-06 19:15:01 +00:00
Max Horn
4fae197c67 Patch #1092994 (Selfscaling GUI)
svn-id: r16455
2005-01-06 19:09:34 +00:00
Max Horn
5d88c39549 Modify the singleton code once more to help overcome an issue with MSVC 7 (see also patch #1095133)
svn-id: r16454
2005-01-06 18:38:34 +00:00
Max Horn
9cfb8d3bb5 Fix getStrings to use the ScummEngine::openFile method
svn-id: r16453
2005-01-06 18:38:11 +00:00
Torbjörn Andersson
aec5da9bbb Work around bad German translation. (Joey claims he's 21 metres above the
ground instead of 120 when you first turn him on.)

svn-id: r16451
2005-01-06 16:10:34 +00:00
Torbjörn Andersson
cfe84492ad Placard functions are now event-driven, so the blocking palette faders are
no longer needed.

svn-id: r16450
2005-01-06 16:07:46 +00:00
Torbjörn Andersson
f974b48a41 Fixed bug #1093845 after discussing with Fingolfin.
svn-id: r16449
2005-01-06 15:57:12 +00:00
Eugene Sandulenko
27bf2ad560 Fix bug #1097022 "ALL: Build fails on non-i386 archs if nasm is installed".
We should switch to nasm completely, though.

svn-id: r16448
2005-01-06 15:50:41 +00:00
Eugene Sandulenko
12c44e85de Fix crash in intro
svn-id: r16447
2005-01-06 15:29:17 +00:00
Eugene Sandulenko
028a8e4302 Fix actor walking caused by wrong panel state
svn-id: r16446
2005-01-06 14:49:47 +00:00
Andrew Kurushin
c9ce466720 some actor walking fixes
svn-id: r16445
2005-01-06 14:32:14 +00:00
Eugene Sandulenko
b62ae808c8 Fix warning
svn-id: r16444
2005-01-06 14:04:09 +00:00
Eugene Sandulenko
26d5810b81 Next batch of panel-related fixes. Still wrong.
NOTE: lines which start with `;' should contain calls to not yet
implemented subsystems like Conversation subsystem

svn-id: r16443
2005-01-06 14:02:53 +00:00
Torbjörn Andersson
19f604b6ef Whitespace change.
svn-id: r16442
2005-01-06 12:42:05 +00:00
Torbjörn Andersson
b319c32226 Fixed typo (in comment)
svn-id: r16441
2005-01-06 12:30:24 +00:00
Joost Peters
57eaf5c925 Change warning to debug
svn-id: r16440
2005-01-06 11:46:32 +00:00
Torbjörn Andersson
7da6fd64e0 Removed unused variable.
svn-id: r16439
2005-01-06 10:48:53 +00:00
Andrew Kurushin
c93c1cab8f - path finding work in progress
svn-id: r16438
2005-01-05 19:03:49 +00:00
Torbjörn Andersson
c53c4f13d9 Indentation
svn-id: r16437
2005-01-05 07:19:58 +00:00
Torbjörn Andersson
935f320e1a Fixed bad speech/script regression.
svn-id: r16436
2005-01-05 07:13:15 +00:00
Max Horn
41b914e773 After adding a new game, select the new entry
svn-id: r16434
2005-01-05 01:42:52 +00:00
Max Horn
56656f002f When computing a games MD5, only use the first 1 MB of the file (this should only affect the special mac container formats, and ensures we do not try to compute the MD5 of a 500 MB file each time the game is run)
svn-id: r16432
2005-01-05 01:26:57 +00:00
Nicolas Bacca
434d59a5d6 Fix uninitialized variable, fixes Hide Toolbar random failures - thanks iKi
svn-id: r16429
2005-01-04 23:00:03 +00:00
Nicolas Bacca
7b268f7d47 Fix yet another copy&paste mistake from 0.6.1b
svn-id: r16428
2005-01-04 22:55:37 +00:00
Andrew Kurushin
b514251efe - some walking addition
svn-id: r16426
2005-01-04 18:54:29 +00:00
Eugene Sandulenko
dee9b3bd87 o Fix regression with Win32 CD ITE at wyrmkeep logo
o Support for sprites in Mac versions
o Improvements on scene flags
o More code on proper interface modes handling. Just a tiny bit was committed
  as other stuff breaks intro due to incompleteness.

svn-id: r16425
2005-01-04 17:15:53 +00:00
Eugene Sandulenko
cceee73b85 Update SAGA stuff
svn-id: r16424
2005-01-04 17:10:41 +00:00
Andrew Kurushin
e733d05fef - added setup of followers position at start of scene
svn-id: r16423
2005-01-04 16:10:43 +00:00
Torbjörn Andersson
6d966a6e17 Applied patch #1088948, with minor modifications
svn-id: r16421
2005-01-04 15:31:30 +00:00
Paweł Kołodziejski
702bb353dc :)
svn-id: r16420
2005-01-03 23:51:16 +00:00
Max Horn
4255b146b3 Andreas Roever -> spell name properly with an umlaut in the HTML/XML version of the credits
svn-id: r16419
2005-01-03 22:47:14 +00:00
Andrew Kurushin
c0d25cbae1 - script execution stops properly
- placard should work over way:
   set Wait flag for thread (as in opSpeak)
   remove inner loop (processInput...)

svn-id: r16418
2005-01-03 21:17:32 +00:00
Torbjörn Andersson
9f0783e391 Fixed a regression where - I think - the last animation frame wasn't
displayed. This was most noticeable in looping animations, in particular
the spinning "Dreamer's Guild" logo in the IHNM intro.

In the process I changed the name of 'n_frames' and 'nframes' to 'maxframe'
since that's what they are. I could, of course, have added 1 to the value
instead, but that would have introduced a subtle difference compared to the
original code. Probably not a good idea at this stage.

svn-id: r16417
2005-01-03 17:39:20 +00:00
Travis Howell
ab432327d8 Add missing control changes, patch #1094825.
svn-id: r16416
2005-01-03 11:33:12 +00:00
Eugene Sandulenko
63be4b6435 o Started putting all panels stuff in order. Still incomplete
o Proper detection for Mac Wyrmkeep CD
o Support for wyrmkeep logos

svn-id: r16415
2005-01-02 20:29:27 +00:00
Max Horn
6738870568 Fix for bug #1082154 (MM V2 (German): incorrect text presentation)
svn-id: r16414
2005-01-02 17:16:44 +00:00
Torbjörn Andersson
5781d296b8 Removed printf() that I assume was committed by mistake.
svn-id: r16413
2005-01-02 16:16:23 +00:00
Torbjörn Andersson
fc6d4e0831 Use events to start the remaining animations. It's not necessary, but it's
more consistent that way.

svn-id: r16412
2005-01-02 16:11:19 +00:00