aboutsummaryrefslogtreecommitdiff
path: root/scumm
AgeCommit message (Collapse)Author
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax Horn
svn-id: r6871
2003-03-25make the volume controls in the global options dialog workMax Horn
svn-id: r6863
2003-03-25added some meat to the global options dialog (no prefs are stored yet, though)Max Horn
svn-id: r6862
2003-03-25Patch #691696: Possible fix for Adlib regressionMax Horn
svn-id: r6857
2003-03-24cleanupMax Horn
svn-id: r6855
2003-03-23Patch #708384: Off-by-one bug which causes inventory problems in COMIMax Horn
svn-id: r6852
2003-03-23cleanupMax Horn
svn-id: r6847
2003-03-21moved delay stuff outside of lock mutexPaweł Kołodziejski
svn-id: r6843
2003-03-20take lock mutex mechanism also processKbd() and waitForTimer().Paweł Kołodziejski
I hope it will finally solve locking gfx resources svn-id: r6838
2003-03-19use a mutex to sync smush screen updates (should avoid crash caused by a ↵Max Horn
race condition) svn-id: r6837
2003-03-18cleanupMax Horn
svn-id: r6836
2003-03-18added script opcode for dig minigamePaweł Kołodziejski
svn-id: r6834
2003-03-18added input keys support for dig ingamePaweł Kołodziejski
svn-id: r6833
2003-03-18cleanupMax Horn
svn-id: r6832
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
svn-id: r6830
2003-03-17a tiny saferPaweł Kołodziejski
svn-id: r6829
2003-03-17changed orderPaweł Kołodziejski
svn-id: r6828
2003-03-17few corrections for smushPaweł Kołodziejski
svn-id: r6827
2003-03-17moved backend update_screen() (slooolest thing) from smush updateScreen() ↵Paweł Kołodziejski
into main loop switching scalers also works now svn-id: r6826
2003-03-17moved handle events from update into main loopPaweł Kołodziejski
svn-id: r6825
2003-03-17changed debug level 4Paweł Kołodziejski
svn-id: r6824
2003-03-17256 + 1 != 256Jonathan Gray
svn-id: r6823
2003-03-17init member vars in right orderJonathan Gray
svn-id: r6822
2003-03-17stop gcc crying about unused variableJonathan Gray
svn-id: r6821
2003-03-17update for smush changesJonathan Gray
svn-id: r6820
2003-03-17split waitForTimer func, update for smush,Paweł Kołodziejski
btw, switching scalers while playing smush movies doesn't work or at least SDL backend, it hang on SDL_SetVideo func svn-id: r6818
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
svn-id: r6817
2003-03-15patch #704237 SO_ROOM_NEW_PALETTE implementation which fixes at least the ↵Jonathan Gray
banjo and crypt scenes svn-id: r6814
2003-03-13clenaupPaweł Kołodziejski
svn-id: r6813
2003-03-13fix for little endian systemsMax Horn
svn-id: r6811
2003-03-13Patch #686427: SO_ROOM_SATURATION implementationMax Horn
svn-id: r6810
2003-03-13cleanupMax Horn
svn-id: r6809
2003-03-13char* -> byte*; if something is declared 'private' and then subclasses have ↵Max Horn
to hack around that (BaseRenderer vs. ScummRenderer) that's usually a hint that it was not the right choice to make it private; don't use so many accessors for no good reasons svn-id: r6808
2003-03-13changed decoder API to take a memory block as source, not a ChunkMax Horn
svn-id: r6807
2003-03-13Remove blitter.cppTravis Howell
svn-id: r6805
2003-03-13removed Blitter classMax Horn
svn-id: r6804
2003-03-13cleanupMax Horn
svn-id: r6803
2003-03-12removed additional back buffer in smushPaweł Kołodziejski
svn-id: r6802
2003-03-12separated comi/dig translation stuffPaweł Kołodziejski
svn-id: r6801
2003-03-10added stub for proper oldRoomEffects implementation (proper for Zak256 that ↵Max Horn
is); real code needs to be inserted svn-id: r6794
2003-03-10tiny improvement <g>Max Horn
svn-id: r6793
2003-03-10cleanup CD opcode a bit; slightly increase the 'delay' -> sounds better ↵Max Horn
since speakers are not cut off abruptly anymore svn-id: r6791
2003-03-09added opcode 17 to 16 in o6_kernelSetFunctionsPaweł Kołodziejski
svn-id: r6788
2003-03-09hack for "%___" in translated stringsPaweł Kołodziejski
svn-id: r6787
2003-03-09fix for bug #700202Max Horn
svn-id: r6785
2003-03-09rest of patch #655594: Handling Y/N questionsMax Horn
svn-id: r6784
2003-03-08more cleanup; added an error in case we encounter a 'real' input overflow ↵Max Horn
(more than one byte, or one byte overflow but number of bits needed exceeds 8) svn-id: r6780
2003-03-08cleanup / optimizationMax Horn
svn-id: r6779
2003-03-08cleanup; added warning for decoder overflows in COMI (it writes 1 byte past ↵Max Horn
the output buffer...) svn-id: r6778
2003-03-08hack for comi bundle codec, i hope it fix valgrid warningsPaweł Kołodziejski
svn-id: r6777