aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-28some comments on actorHitMax Horn
svn-id: r6878
2003-03-28cleanupMax Horn
svn-id: r6877
2003-03-28this should fix one of those nasty deadlocks, I hopeMax Horn
svn-id: r6876
2003-03-28small optimization (do three memory reads instead of five)Max Horn
svn-id: r6875
2003-03-28fixed verb drawing in COMI (and maybe FT, too?)Max Horn
svn-id: r6874
2003-03-27fixed compilation under VC6Paweł Kołodziejski
svn-id: r6873
2003-03-27add back removed checks for definitions of mouse scrolling buttons before ↵Jonathan Gray
using them as we don't want to depend on sdl >= 1.2.5 svn-id: r6872
2003-03-26grow default buttons size & browser dialog to accomodate for spanish gamesMax Horn
svn-id: r6871
2003-03-26long standing evil bug (luckily hardly has any effect since almost ↵Max Horn
everything has 2 byte alignment; but if the motion/button structs are ever changed, this would have gone broke) svn-id: r6870
2003-03-26cleanup; added SDL_VIDEOEXPOSEMax Horn
svn-id: r6869
2003-03-26sys/types.h only needed on OS X to work non-POSIX compliance in system ↵Max Horn
headers; use getcwd instead of getwd svn-id: r6868
2003-03-26Hook up the midi driver selection popup; disable GFX popup for now, till we ↵Max Horn
modify the backends to properly allow for it's support svn-id: r6867
2003-03-26get scummvm to compile on unix != macosx as wellOliver Kiehl
svn-id: r6866
2003-03-26cleanupMax Horn
svn-id: r6865
2003-03-26Make it possible to disable popups/checkboxesMax Horn
svn-id: r6864
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-25Commit as binaryTravis Howell
svn-id: r6861
2003-03-25*** empty log message ***Travis Howell
svn-id: r6860
2003-03-25Bug fix from luddeTravis Howell
svn-id: r6859
2003-03-25default to current directory (instead of FS root)Max Horn
svn-id: r6858
2003-03-25Patch #691696: Possible fix for Adlib regressionMax Horn
svn-id: r6857
2003-03-25cleanupMax Horn
svn-id: r6856
2003-03-24cleanupMax Horn
svn-id: r6855
2003-03-24Some more cleanup, loadFile now returns a uint8*/byte* so no casting is ↵Joost Peters
needed anymore. svn-id: r6854
2003-03-24use description to set window title if one is specifiedJonathan Gray
svn-id: r6853
2003-03-23Patch #708384: Off-by-one bug which causes inventory problems in COMIMax Horn
svn-id: r6852
2003-03-23Because khalek said so.Jonathan Gray
svn-id: r6851
2003-03-23Because Kirben said so.James Brown
svn-id: r6850
2003-03-23Quick update of NEWSJames Brown
svn-id: r6849
2003-03-23move language enum to gameDetector.hJonathan Gray
svn-id: r6848
2003-03-23cleanupMax Horn
svn-id: r6847
2003-03-23updated Mac OS X static build ruleMax Horn
svn-id: r6846
2003-03-23add comment to language enum I meant to do a while backJonathan Gray
svn-id: r6845
2003-03-23Add Spanish quit key for Simon gamesTravis Howell
svn-id: r6844
2003-03-21moved delay stuff outside of lock mutexPaweł Kołodziejski
svn-id: r6843
2003-03-21convert tabs to space...Jonathan Gray
svn-id: r6842
2003-03-21update readme with some more game targetsJonathan Gray
svn-id: r6841
2003-03-20updated to plist 1.0Max Horn
svn-id: r6840
2003-03-20simon1amiga should be disabled for nowTravis Howell
svn-id: r6839
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-18cleanup; add stopID method to stop a currently playing sound via its IDMax Horn
svn-id: r6835
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-18it omit one blit for scaler Normal1X in SDL backendPaweł Kołodziejski
svn-id: r6831
2003-03-18add GF_DEFAULT_TO_1X_SCALERJonathan Gray
svn-id: r6830
2003-03-17a tiny saferPaweł Kołodziejski
svn-id: r6829