Max Horn
33f2fbff08
We proudly present the latest installment of our hit series 'Untangle the mess': 'Help! Space Invaders refactored the music detector'... in other news, I obviously need to sleep now
...
svn-id: r10883
2003-10-18 00:22:46 +00:00
Max Horn
0694eed273
moved game detection code out to the plugins
...
svn-id: r10882
2003-10-17 23:16:53 +00:00
Max Horn
6eb0398217
update
...
svn-id: r10881
2003-10-17 21:22:08 +00:00
Max Horn
1aab20ff2b
new command line parser (README still has to be updated)
...
svn-id: r10880
2003-10-17 19:39:13 +00:00
Max Horn
5b1c2e68b9
patch #823031 : Support Russian Full Throttle
...
svn-id: r10879
2003-10-17 19:20:00 +00:00
Max Horn
f5a7c67191
added russian as a language (part of patch #823031 , adapted to recent code changes)
...
svn-id: r10878
2003-10-17 18:52:15 +00:00
Max Horn
729b556167
patch #824241
...
svn-id: r10877
2003-10-17 18:46:31 +00:00
Jamieson Christian
b901a24d49
Another fix for Bug [817871] re hanging notes on
...
pause with MT-32. Apparently the first fix doesn't work.
svn-id: r10876
2003-10-17 17:38:18 +00:00
Max Horn
0019f9c1ee
removed obsolete FIXME/TODO
...
svn-id: r10875
2003-10-17 17:06:58 +00:00
Max Horn
4ae61964f2
cleanup
...
svn-id: r10874
2003-10-17 17:05:19 +00:00
Max Horn
8ab81c2533
fix warning
...
svn-id: r10873
2003-10-17 16:50:35 +00:00
Jamieson Christian
0279ace9ae
Added trace output for IMuse doCommand codes that we're not sure
...
are even used by the game scripts. This is in preparation for a
restructuring of the volume model.
Also removed unused get_music_volume() member.
svn-id: r10872
2003-10-17 16:46:06 +00:00
Jamieson Christian
e59ce1cd5a
Fix MSVC6 warnings
...
svn-id: r10871
2003-10-17 16:42:49 +00:00
Jamieson Christian
1f941c822c
Make enums public. Fixes MSVC erros with enum usage in member structs
...
svn-id: r10870
2003-10-17 16:42:10 +00:00
Jamieson Christian
4c66e29ffa
Added latest modules
...
svn-id: r10869
2003-10-17 16:41:21 +00:00
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