aboutsummaryrefslogtreecommitdiff
path: root/scummvm.cpp
AgeCommit message (Expand)Author
2002-07-26samnmax film noir mode patch by eriktorbjornJonathan Gray
2002-07-22moved some utility functions out of class ScummMax Horn
2002-07-21Apply patch from Torbj�rn Andersson to make MP3_CDMUSIC mixer useJames Brown
2002-07-20Display error for WinCE, better than unexpected silent crashesNicolas Bacca
2002-07-19patch by khalek, Added -x parameter that loads from a slot (defaults to 0). A...Ralph Brorsen
2002-07-19make PRNG a bit less predictableMax Horn
2002-07-18put stuff in util.h into namespace ScummVM; fixed stupid bug in String class;...Max Horn
2002-07-18fix for #583166 (hoagie doesn't enter mansion correctly); moved putActor into...Max Horn
2002-07-16Patch #582286 - fix for double key events in newguiMax Horn
2002-07-16biiig checkin: removed more stuff from scumm.h; added new headers resource.h ...Max Horn
2002-07-16got rid of _xPos, _yPos, _dir members in class ScummMax Horn
2002-07-16primes usually give better results (verified this with Chi Squared testMax Horn
2002-07-15no need to error out on FlashlightMax Horn
2002-07-15fixed my fix - mouse cursor now moves again in new GUIMax Horn
2002-07-15fixed pause mode; changed semantics of getRandomNumber slightlyMax Horn
2002-07-14Duh - COMPILE before commit.James Brown
2002-07-14Reapply the Zak cashcard var exclusions... two of them somehow vanishedJames Brown
2002-07-13added latest of painelf's patches which makes NewGui handle system events dir...Max Horn
2002-07-13took painelf's change, modified it a lot, and now here's the result :-)Max Horn
2002-07-13renamed fadeToBlackEffect to fadeOut; renamed screenEffect to fadeIn; impleme...Max Horn
2002-07-12small indention fixMax Horn
2002-07-10added prototype ListWidget (doesn't do anything yet, only serves to demo how ...Max Horn
2002-07-08delay creation of dialogs till they are used; fixed new pause dialog & use it...Max Horn
2002-07-05hooked in new experimental, *incomplete* GUI code to F6/F7Max Horn
2002-07-02yes, yaz0r, there is a much better way to do this :-); also removed some unus...Max Horn
2002-07-02gee, why hardcode the ascii codes if we can use char constants? Also, volume ...Max Horn
2002-06-16Fix Simon case sensitivity, work around Win32 SDL bug (hang on audio exit)James Brown
2002-06-07removed useless (read: already done in other place) codeMax Horn
2002-06-04more Actor class cleanup; renamed unkRoomFunc4 to palManipulate and added an ...Max Horn
2002-06-02another attempt to fix #529538Max Horn
2002-06-01fixed script dumping for small header games (by MadMoose)Max Horn
2002-05-23moved more stuff out of the Scumm class (usage of g_scumm is only temporary, ...Max Horn
2002-05-22Fixed a bit of dig's walking bugs. But I'm still diabling the walk script sin...Vincent Hamm
2002-05-20Temp removal of the actor walk script execution to fix dig's walkingVincent Hamm
2002-05-19fixed #557574 - quickload/save shortcuts where passed on to game engine, whic...Max Horn
2002-05-18Big ugly hairy hack to remove Scumm class dependencies to the MidiEmu driver,...Nicolas Bacca
2002-05-15Misc. fixesJames Brown
2002-05-14removed actor.h from scumm.h; added _scumm member var to class Actor; some va...Max Horn
2002-05-14some cleanupMax Horn
2002-05-14refactored parts of actor.cpp: many methods are now members of class Actor in...Max Horn
2002-05-14Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon du...James Brown
2002-05-12renamed unkVirtScreen4 to fadeToBlackEffect; fixed graphic transition glitch ...Max Horn
2002-05-11FIXME to re-enable F5 under zak256 until we support the ingame save/load dialogJames Brown
2002-05-10rewrote many_direction_tab a bit to make it clearer where that values come fromMax Horn
2002-05-10added FIXME commentMax Horn
2002-05-10renamed fixActorDirection to setActorDirection; fixed a bug causing wrong act...Max Horn
2002-05-08Fix next to last Zak bugs.James Brown
2002-05-08made most stuff in gui class protected, as it should be; moved internal defin...Max Horn
2002-05-07First commit of the OPL2 MIDI driver (to have MIDI music withoutLionel Ulmer
2002-05-07Beginning of support for multiple resolutions.James Brown