aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-07-29Added dummy SoundMan to help with integration of Big Red Adventure.Nicola Mettifogo
svn-id: r28288
2007-07-29added sfx/voice and few correctionsPaweł Kołodziejski
svn-id: r28286
2007-07-29more correctionsPaweł Kołodziejski
svn-id: r28284
2007-07-29correction to palettePaweł Kołodziejski
svn-id: r28283
2007-07-28allow exit, formatingPaweł Kołodziejski
svn-id: r28281
2007-07-28more fixes to display fontsPaweł Kołodziejski
svn-id: r28280
2007-07-28more fixes to display fontsPaweł Kołodziejski
svn-id: r28279
2007-07-28fix display fontsPaweł Kołodziejski
svn-id: r28278
2007-07-28correction for palette and formatingPaweł Kołodziejski
svn-id: r28277
2007-07-28formating and correctionPaweł Kołodziejski
svn-id: r28276
2007-07-28more fixesPaweł Kołodziejski
svn-id: r28274
2007-07-28few more fixesPaweł Kołodziejski
svn-id: r28273
2007-07-28Should fix bug #1762614. There is a chance some regression glitches appear ↵Nicola Mettifogo
in locations where animations are displayed together with character comments. svn-id: r28272
2007-07-28opsPaweł Kołodziejski
svn-id: r28271
2007-07-28fixes into enginePaweł Kołodziejski
svn-id: r28270
2007-07-28Now yielding control to system after updateScreen is invoked to get smoother ↵Nicola Mettifogo
mouse movements. svn-id: r28269
2007-07-28Remove debug code.Travis Howell
svn-id: r28268
2007-07-28Fixed bug #1762638. Mask filenames weren't chosen correctly when not ↵Nicola Mettifogo
explicitly specified by scripts. svn-id: r28267
2007-07-28The palette in Benny's part in the IHNM demo is correct nowFilippos Karapetis
svn-id: r28266
2007-07-28Screen is now refreshed when waiting for left clicks. Solves bug #1762618.Nicola Mettifogo
svn-id: r28265
2007-07-28The main panel is now correctly shown in the IHNM demo. Some inventory items ↵Filippos Karapetis
are still wrong, though svn-id: r28264
2007-07-28cleanup white spaces from 'jvprat'Paweł Kołodziejski
svn-id: r28262
2007-07-28Add save code differences in Amiga verison of Waxworks.Travis Howell
svn-id: r28261
2007-07-28Add save code differences in Amiga verison of Waxworks.Travis Howell
svn-id: r28260
2007-07-28Add zone override table for Amiga verison of Waxworks.Travis Howell
svn-id: r28259
2007-07-28Switch error back to debug message, due to strange data in restart state files.Travis Howell
svn-id: r28258
2007-07-28Ooops, fix typo in last commit.Travis Howell
svn-id: r28257
2007-07-28Add support for multi-tune Protracker modules used in the Amiga version of ↵Travis Howell
Waxworks. svn-id: r28256
2007-07-28Fixed one of the incorrectly loaded palettes in Benny's part in the IHNM demoFilippos Karapetis
svn-id: r28255
2007-07-28The demo version of IHNM has no options panel, therefore the options icon ↵Filippos Karapetis
and the options panel shortcuts have been disabled for the IHNM demo svn-id: r28254
2007-07-28The IHNM demo uses the NULL panelFilippos Karapetis
svn-id: r28253
2007-07-28The mouse cursor is no longer incorrectly shown in the IHNM demoFilippos Karapetis
svn-id: r28252
2007-07-28Disable the status text in the IHNM demoFilippos Karapetis
svn-id: r28251
2007-07-28Don't allow setCursor to change the cursor to an hourglass in the IHNM demo. ↵Filippos Karapetis
The IHNM demo no longer crashes now svn-id: r28250
2007-07-28Updated the MSVC8 project file of the parallaction engine for commit #28246Filippos Karapetis
svn-id: r28249
2007-07-27Added Italian language flag to Big Red Adventure detection structs.Nicola Mettifogo
svn-id: r28248
2007-07-27Added detection target for Big Red Adventure, and derived new engine classes ↵Nicola Mettifogo
for supported games. svn-id: r28247
2007-07-27- Moved disk code for Nippon Safes in new file disk_ns.cpp, adding _ns ↵Nicola Mettifogo
suffix to classes and member functions. - Added function stubs into new file disk_br.cpp for Big Red Adventure [IT STILL CRASHES!]. - Modified engine to create the proper Disk manager object. svn-id: r28246
2007-07-27Do not try to load music if the music resource id is 0. Also, the voice LUT ↵Filippos Karapetis
resource ID and the voice bank are now set correctly for the IHNM demo. The IHNM demo starts now, showing some scenes, but the main panel is not loaded correctly, the status line is shown incorrectly and the demo crashes after a cutaway is shown svn-id: r28245
2007-07-27The IHNM demo only has one mouse cursorFilippos Karapetis
svn-id: r28244
2007-07-27Fixed some warningsFilippos Karapetis
svn-id: r28243
2007-07-27Disabled another bunch of warnings. This turned up two places - print_abc_opc()Torbjörn Andersson
and print_abc() - where we would try to modify a string constant. I have disabled this for now, and added FIXME comments. svn-id: r28242
2007-07-27Fixed a bunch of warnings.Torbjörn Andersson
svn-id: r28241
2007-07-27fixed warningPaweł Kołodziejski
svn-id: r28240
2007-07-27Defined the starting scene for the IHNM demoFilippos Karapetis
svn-id: r28239
2007-07-27Clarifying the language fallback warningsSven Hesse
svn-id: r28238
2007-07-27The language fallback now prefers the other english if USA or GRB was ↵Sven Hesse
requested but wasn't found in the game data. svn-id: r28237
2007-07-27Fixing languages for another Woodruff versionSven Hesse
svn-id: r28236
2007-07-27AGI game strings which are substituted in game texts may contain values as ↵Filippos Karapetis
well, so use agiSprintf on them to substitute any values they may contain. Fixes bug #1760541 - "PQ1: Text output garbled" svn-id: r28235
2007-07-27Fix loading restart state file in Amiga version of Waxworks.Travis Howell
svn-id: r28234