aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2002-09-23Patch #612847: Sam and Max painting subgame fixJames Brown
svn-id: r5008
2002-09-22Add fix meTravis Howell
svn-id: r5004
2002-09-22NewGUI now has its own event loop; this may cause some regressionMax Horn
svn-id: r5001
2002-09-22Add hack from trin to make zak256 sfx/music work again.Travis Howell
Add Makefile changes to Makefile.mingw svn-id: r5000
2002-09-22fixed the non-POD warning for real this timeMax Horn
svn-id: r4999
2002-09-222002-09-21 Matt Hargett <matt@use.net>Matt Hargett
* scumm.dsp, scummvm.dsp, simon.dsp: Turn on warning as errors. Generate PDBs on all builds. * gameDetector.cpp, newgui.cpp, widget.cpp, actor.cpp, dialogs.cpp, resource.cpp, saveload.cpp, scumm_renderer.cpp: Fix warnings where possible. One pragma added to eliminate warning of unknown pragmas. * string.cpp: If unknown escape sequence, print warning. svn-id: r4998
2002-09-22tied to fix 'non-POD type' warning in some GCC versions; moved some common ↵Max Horn
code to saveload.h svn-id: r4997
2002-09-22renamec string -> _string and sentence -> _sentence in class Scumm (I ↵Max Horn
originally reworked StringTab, but then noticed the save game format depends on it <sigh>) svn-id: r4995
2002-09-22don't tolerate warningsMax Horn
svn-id: r4994
2002-09-22guess what? riiight! more warning fixes :-)Max Horn
svn-id: r4993
2002-09-22yet more warning fixesMax Horn
svn-id: r4992
2002-09-21more warning fixesMax Horn
svn-id: r4991
2002-09-21fixed warningMax Horn
svn-id: r4990
2002-09-21DIG: added hack to allow turn on light bridgePaweł Kołodziejski
svn-id: r4989
2002-09-21trivial cleanupMax Horn
svn-id: r4988
2002-09-21Added the following patch:Travis Howell
[ 598121 ] Cursor cosmetics svn-id: r4987
2002-09-21Add the following patches:Travis Howell
[ 609649 ] Sound patch for GF_OLD256 games [ 611997 ] RFC: Timer-based CD audio sync svn-id: r4986
2002-09-21added support for sound volume for smush samples(IACT) in the dig (propably bad)Paweł Kołodziejski
svn-id: r4985
2002-09-21partial fix for bug #605970Max Horn
svn-id: r4984
2002-09-20Patch #612277: text rendering crash + spacing issueMax Horn
svn-id: r4983
2002-09-20removed old smush playerPaweł Kołodziejski
svn-id: r4981
2002-09-20fixed placement subtitles in smush(the dig)Paweł Kołodziejski
svn-id: r4980
2002-09-19based on my findings for guifont, I changed string.cpp to read the char ↵Max Horn
width table for OLD256 games! yippi! some more code cleanup, and marked two struct values as 'to be removed when savegame format changes' svn-id: r4978
2002-09-19NewGui now has its own mouse cursor code -> again one less dependency on ↵Max Horn
Scumm; moved makeCursorColorTransparent to gfx.cpp where it belongs svn-id: r4977
2002-09-19removed even more scumm dependencies from NewGUI; fixed some redraw issues ↵Max Horn
(this might help the inventory-display issue in The Dig, and definitly fixes the 'vanishing volcanoe' in the FOA extro) svn-id: r4974
2002-09-19moved the Scumm specific dialogs to scumm/dialogs.*Max Horn
svn-id: r4973
2002-09-19renamed unk3/unk4 to scaleX/scaleYMax Horn
svn-id: r4970
2002-09-19patch #611449: Workaround for bug #604398Max Horn
svn-id: r4969
2002-09-18fixed for and added commentsPaweł Kołodziejski
svn-id: r4967
2002-09-18applied patch: #610954Paweł Kołodziejski
svn-id: r4966
2002-09-18moved warning, debug, checkheap to enginePaweł Kołodziejski
svn-id: r4965
2002-09-18Timer is handled in Engine nowPaweł Kołodziejski
svn-id: r4964
2002-09-18oops, forgot braces :)Paweł Kołodziejski
svn-id: r4963
2002-09-18fixed naming convention and added support 11khz for Smush sound channelsPaweł Kołodziejski
svn-id: r4962
2002-09-17added support for nonenglish the dig(dialogs, descriptions, warnings), not ↵Paweł Kołodziejski
gui yet svn-id: r4959
2002-09-17Fix newgui crash, and commit patch 600645: Loom flashlight fixJames Brown
svn-id: r4958
2002-09-17added framework for non-english version of the dig, not yet completedPaweł Kołodziejski
svn-id: r4957
2002-09-17Replace some exit()'s with a call to the OSystem quit method, as per 610251.James Brown
svn-id: r4956
2002-09-16patch #609859: Some general patches for string.cppMax Horn
svn-id: r4954
2002-09-16Patch 609563: eriktorbjorns drawBomp() rewrite.James Brown
Scaling + Alpha. Fixes Sam and Max and Dig bugs. svn-id: r4953
2002-09-16Fix some odd regression issue.James Brown
Somewhere, recently, current_cd_sound has stopped being set for various things. svn-id: r4951
2002-09-16added some comments, cleanupMax Horn
svn-id: r4950
2002-09-16minor changes in source structurePaweł Kołodziejski
svn-id: r4949
2002-09-16609791: Sam and Max 'phantom sound' (precaching) hack.James Brown
svn-id: r4947
2002-09-15removed additional directory in filenamePaweł Kołodziejski
svn-id: r4946
2002-09-15improved open function in File classPaweł Kołodziejski
svn-id: r4945
2002-09-15speed changes to play smush moviesPaweł Kołodziejski
svn-id: r4941
2002-09-14changed speed in smushPaweł Kołodziejski
svn-id: r4939
2002-09-13patch #608543 (fix for unkRoomFunc3)Max Horn
svn-id: r4938
2002-09-13fixed file headerMax Horn
svn-id: r4937