7229 Commits

Author SHA1 Message Date
Max Horn
ad2db08940 renamed some Timer methods
svn-id: r10868
2003-10-17 16:39:32 +00:00
Max Horn
96a8d0ec1c proper fix for COMI timer issue: don't let a Timer remove itself
svn-id: r10867
2003-10-17 16:30:24 +00:00
Max Horn
012450de73 added tag2str helper function
svn-id: r10866
2003-10-17 16:28:29 +00:00
Max Horn
ae6e6a4885 added a listTargets() function (not yet used, soon) and some cleanup
svn-id: r10865
2003-10-17 16:04:46 +00:00
Max Horn
df7cda84d3 findGame is static class method now
svn-id: r10864
2003-10-17 15:54:17 +00:00
Max Horn
aadb0aa237 oops, forgot to remove the old Platform enum
svn-id: r10863
2003-10-17 15:38:56 +00:00
Max Horn
a70460833e moved platform/language constants to common/util.*
svn-id: r10862
2003-10-17 15:35:46 +00:00
Joost Peters
4fe33a1dae also look for TBL file in current directory (useful when running the game from CD)
svn-id: r10861
2003-10-17 14:26:23 +00:00
Gregory Montoir
f4b5626fd7 preliminar parallax scrolling support (Rita/Joe intro scene), not perfect as Bobs coordinates are also modified in cutaway/action_special_move
svn-id: r10860
2003-10-17 14:26:05 +00:00
Gregory Montoir
323c338169 more palette stuff
svn-id: r10859
2003-10-17 13:12:50 +00:00
Max Horn
116dbee1fc factored out the game detection code into the Plugin class; this is the first step towards allowing more powerful, plugin specific detection code; also, moved the Plugin GameSettings APIs to a slightly higher level
svn-id: r10858
2003-10-17 12:18:58 +00:00
Max Horn
79e681282e needed some more work to get Iterators to work in FSList
svn-id: r10857
2003-10-17 12:04:44 +00:00
Torbjörn Andersson
250f2ea52b Fix warning.
svn-id: r10856
2003-10-17 12:00:08 +00:00
David Eriksson
a935fcfe92 - Implement *WT
- Disable some debug output

svn-id: r10855
2003-10-17 11:47:41 +00:00
David Eriksson
d228678a5a Disable some debug output
svn-id: r10854
2003-10-17 11:47:21 +00:00
Max Horn
37085bfe88 fix (workaround) for bug #825331
svn-id: r10853
2003-10-17 11:17:49 +00:00
Max Horn
7f5c5f0f8b COMI crashes because for some reasons we get a 0 timer interval. not sure how that is possible, but adding some asserts for now
svn-id: r10852
2003-10-17 11:11:01 +00:00
Joost Peters
e00848384a fixed crash (atleast it crashes for me on OSX) - can someone please verify if this is a proper fix (and doesn't break anything else?)
svn-id: r10851
2003-10-17 10:51:07 +00:00
Max Horn
3e68577bae added push_back method with List arg (append one list to another one efficiently)
svn-id: r10850
2003-10-17 10:23:52 +00:00
Max Horn
b86ae6641b make FSList inherit 'public' from List (so that we can use List::Iterator)
svn-id: r10849
2003-10-17 10:22:40 +00:00
Max Horn
7ce63bfe0f wait_for_actor -> waitForActor
svn-id: r10848
2003-10-17 10:11:09 +00:00
Gregory Montoir
e2930bf8be partially fixed palette problem when switching room in cutaway intro
svn-id: r10847
2003-10-17 09:45:12 +00:00
Gregory Montoir
6980358f4d fix french characters display (and maybe german and italian too)
svn-id: r10846
2003-10-17 08:41:31 +00:00
Torbjörn Andersson
40b231e6fe Hack for allowing ScummVM to respond to events during while the intro is
playing. I apologize for adding a global variable, but for now that seemed
like the least intrusive change.

svn-id: r10845
2003-10-17 08:40:48 +00:00
Chris Apers
e00c16b4a9 Player_V2A now compile with PalmOS port
svn-id: r10844
2003-10-17 08:26:01 +00:00
Chris Apers
9033d3dbab Make PalmOS port happy
svn-id: r10843
2003-10-17 08:15:00 +00:00
David Eriksson
b2aa63a15e Wrote a little TODO
svn-id: r10842
2003-10-17 07:16:36 +00:00
David Eriksson
46618451eb Do what I actually intended to do.
svn-id: r10841
2003-10-17 03:59:55 +00:00
Travis Howell
6fc661ffc2 Disable maniacnes for now.
svn-id: r10840
2003-10-17 03:34:42 +00:00
Max Horn
1e56fb8191 cleanup
svn-id: r10839
2003-10-16 23:16:16 +00:00
Travis Howell
1c3301049a Enable queen
svn-id: r10838
2003-10-16 23:16:01 +00:00
Max Horn
2da3e5138d fix warning
svn-id: r10837
2003-10-16 23:16:00 +00:00
Paweł Kołodziejski
fb74154d57 update
svn-id: r10836
2003-10-16 22:12:56 +00:00
Paweł Kołodziejski
67d3021d13 commented this line... for proper compilation
svn-id: r10835
2003-10-16 22:12:27 +00:00
David Eriksson
0174cf236b Load room before cutaway.
svn-id: r10834
2003-10-16 19:51:19 +00:00
David Eriksson
7f6c294a1e Play all intro cutaways (some better than others... :-)
svn-id: r10833
2003-10-16 19:40:29 +00:00
Gregory Montoir
5e36a5cac8 modified/fixed palette code
svn-id: r10832
2003-10-16 18:57:56 +00:00
David Eriksson
7c55594afc Now we're talking!
svn-id: r10831
2003-10-16 17:02:32 +00:00
David Eriksson
ebcfb7c820 Initialize Joe's scaling.
svn-id: r10830
2003-10-16 16:58:30 +00:00
David Eriksson
5daae67404 Talk stuff
svn-id: r10829
2003-10-16 16:57:30 +00:00
David Eriksson
29fc207062 Make frames array available.
svn-id: r10828
2003-10-16 16:55:13 +00:00
Gregory Montoir
8833f8c490 new Display class, cleanup Graphics
svn-id: r10827
2003-10-16 13:54:48 +00:00
Jonathan Gray
bf6be16cbd add some mac related bits
svn-id: r10826
2003-10-16 11:15:56 +00:00
Jonathan Gray
db716d5fb1 add method to set the xor byte in the file class. Needed as the combined mac data files are only xor'd in the resource files, not the parts of the combined file
svn-id: r10825
2003-10-16 10:23:01 +00:00
Travis Howell
bc072912b6 Fix a few defaults vars.
svn-id: r10824
2003-10-16 10:10:48 +00:00
Travis Howell
27fc807688 Minor cleanup
svn-id: r10823
2003-10-16 09:41:35 +00:00
Gregory Montoir
354f1bebf3 fix body/head problem
svn-id: r10822
2003-10-16 09:27:45 +00:00
Travis Howell
264c1da85e Update error message
Remove outdated fixme

svn-id: r10821
2003-10-16 06:06:35 +00:00
Travis Howell
8d656e8efb Add hack from Jamieson, to prevent palette darkening when it shouldn't in Amiga versions of Mi2/FOA.
svn-id: r10820
2003-10-16 05:49:09 +00:00
David Eriksson
f057e794f7 Don't talk too much.
svn-id: r10819
2003-10-16 04:01:40 +00:00