Commit Graph
86814 Commits
Author SHA1 Message Date
David Eriksson 3e1e888c07 - currentImage stuff
- create correct voice file prefix

svn-id: r10903
2003-10-19 11:01:23 +00:00
Max Horn 1836d4a097 enabled Altivec on OSX machines
svn-id: r10902
2003-10-18 22:06:21 +00:00
Gregory Montoir 26aa6c9087 fix truck intro problem
svn-id: r10901
2003-10-18 19:40:11 +00:00
Gregory Montoir 3fdb2540c0 fix bad access on areas
svn-id: r10900
2003-10-18 17:42:24 +00:00
Gregory Montoir eadf6356d3 fix bob clipping errors
svn-id: r10899
2003-10-18 17:12:50 +00:00
Gregory Montoir 673b211fda display Joe at current position during intro. Still have to find out why the truck flashes on talkie version...
svn-id: r10898
2003-10-18 17:09:13 +00:00
David Eriksson 2a5c965283 Improved the 'special moves' for intro cutaway (but the thugs must be
hiding behind some crate...)

svn-id: r10897
2003-10-18 16:19:36 +00:00
David Eriksson 201c7f129c Fix normal animation.
svn-id: r10896
2003-10-18 15:33:23 +00:00
David Eriksson 57dc2067c1 Special actions for cdint.cut
svn-id: r10895
2003-10-18 14:01:43 +00:00
Max Horn 7eab653832 cleanup
svn-id: r10894
2003-10-18 13:04:59 +00:00
David Eriksson 1a8397a475 Fix a little bug.
svn-id: r10893
2003-10-18 12:59:44 +00:00
David Eriksson d2e65e35e9 Handle cutaway text.
svn-id: r10892
2003-10-18 12:48:05 +00:00
David Eriksson 935a476a29 Moved function from Talk to Graphics because Cutaway need it too.
svn-id: r10891
2003-10-18 12:18:43 +00:00
David Eriksson de37ee0c3e - Fix some cutaway crashes
- Implement more cutaway animation

svn-id: r10890
2003-10-18 11:46:52 +00:00
David Eriksson 65883950d8 Make the aeroplane fly (and Joe too... I wonder what he smoked.)
svn-id: r10889
2003-10-18 10:58:10 +00:00
Gregory Montoir c518ee26ec minor changes to joeMove() code
svn-id: r10888
2003-10-18 08:12:56 +00:00
Gregory Montoir be8bbb143e minor adds + cleanup + fix parallax problem
svn-id: r10887
2003-10-18 08:12:14 +00:00
Gregory Montoir a581a2be5e update references for Display class
svn-id: r10886
2003-10-18 08:11:59 +00:00
Torbjörn Andersson 3a43829b88 Moved the opcode functions into the Logic class.
svn-id: r10885
2003-10-18 08:11:50 +00:00
Max Horn 23b3e4cc7d fix handling of unknown targets (previously, you could invoke scummvm with a randomg string, e.g. 'scumvmm foobar', and it wouldn't error out as it should)
svn-id: r10884
2003-10-18 00:25:13 +00:00
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