aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2003-09-21added WRITE_LE/BE_16/32 functions to match our current READ_ funcs - useful i...Max Horn
2003-09-21fixed InitLUTs for 555 mode; some tweaksMax Horn
2003-09-21Made Ctrl-Alt 9 the hotkey for the new hq3x scaler, and moved the scanlinesTorbjörn Andersson
2003-09-21Applied ScummVM formatting conventionsTorbjörn Andersson
2003-09-21added HQ3x filterMax Horn
2003-09-20added explicit virtual destructor; added API which makes it potentially possi...Max Horn
2003-09-18disable the custom operator 'new' on Mac OS X, as it cause multiple definitio...Max Horn
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-17cleanupMax Horn
2003-09-17new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (t...Max Horn
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
2003-09-17added a static method setDefaultDirectory to class File; used this to simplif...Max Horn
2003-09-17delete name only after closing the fileMax Horn
2003-09-11added time.h and math.h to default/precompiled headersMax Horn
2003-09-10added refCon parameter to timer classMax Horn
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
2003-09-08fixed circular dependency; moved version string to main.cpp (seems more logic...Max Horn
2003-09-08changes to get a better link order, and to allow building a 'bare bone' scumm...Max Horn
2003-09-08fixed disabling of modulesMax Horn
2003-09-08got rid of version_settingsMax Horn
2003-09-08more plugin related workMax Horn
2003-09-08renamed VersionSettings -> TargetSettings and also renamed some of its member...Max Horn
2003-09-08Some files are located in a different folder in Atari-ST version of ZakChris Apers
2003-09-06removed superfluous newlineMax Horn
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
2003-09-06avoid accidental copying of MapMax Horn
2003-09-06Fix debug level, only > 1 should be valid.Travis Howell
2003-09-06Game failure message shouldn't be a debug either.Travis Howell
2003-09-06Actually make these game version message shown by default, so users can bette...Travis Howell
2003-09-06Default debug level should be zero.Travis Howell
2003-09-05init value of _amiga to falseMax Horn
2003-09-05Add to config as int for now.Travis Howell
2003-09-05Fix platform command line and add to readmeTravis Howell
2003-09-05Use --platform option, instead of system specific options.Travis Howell
2003-09-05Update docs for new flagsTravis Howell
2003-09-05Add atarist and macintosh options, since there seem to be no way to detect ve...Travis Howell
2003-09-03prepare for larger target namesJonathan Gray
2003-08-30Feature Request [778833] '-F' not documentedJamieson Christian
2003-08-29Memory leakChris Apers
2003-08-22add sword2 cd dirsJonathan Gray
2003-08-22change description of -b option to be more correct, also some consistency in ...Jonathan Gray
2003-08-21-Werror cleanup, don't try to free const variables...Jonathan Gray
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-19Fix compile.Torbjörn Andersson
2003-08-19Fix 1 memory leak + 102 memory leaks using launcherChris Apers
2003-08-18added VersionSettings flag MDT_PREFER_NATIVE for defaulting to midi musicRobert Göffringmann
2003-08-16Fixed aspect ratio scalerJochen Hoenicke
2003-08-16Added fullscreen support to palmosChris Apers
2003-08-15Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexibleJamieson Christian
2003-08-13Fix ALWAYS_ADLIB override of native driver selectionJamieson Christian