aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2003-05-25as Bertrand points out, using && introduces unnecessary branching, so & is be...Max Horn
2003-05-25cleanup / added some more const qualifiersMax Horn
2003-05-25optimized GetResult, based on code by Bertrand AugereauMax Horn
2003-05-25removed obsolete codeMax Horn
2003-05-25cvs going to 0.4.2cvsMax Horn
2003-05-25changed scaler proc signature so that srcPtr is const (this can help optimize...Max Horn
2003-05-23oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs)Max Horn
2003-05-21fix #defineOliver Kiehl
2003-05-21don't inline free_check to make debugging easierMax Horn
2003-05-21pedantic fixes (little endian version)Oliver Kiehl
2003-05-21added fixme commentMax Horn
2003-05-21more pedantic changesMax Horn
2003-05-21pedantic fixesMax Horn
2003-05-21fixed ltrim/rtrimMax Horn
2003-05-20replace our 'nice' new which sets memory to 0 with a nasty one which sets it ...Max Horn
2003-05-19new date (post-0.4.0)Max Horn
2003-05-19Oops....Jamieson Christian
2003-05-19Fixed silence in older games under native MIDI driversJamieson Christian
2003-05-19Patch #739911: Fix for undefined behaviour in fopenNoCase()Max Horn
2003-05-18HAVE_CONFIG_HJonathan Gray
2003-05-17_gameId is of type char so it does not make sense to have 299 GIDs. reduce to...Oliver Kiehl
2003-05-17make ARRAYSIZE 'return' an intMax Horn
2003-05-17Added command line options forJamieson Christian
2003-05-16Feature [557411] Adlib sound effects with GM drivers.Jamieson Christian
2003-05-16GF_AFTER_HEV7Jonathan Gray
2003-05-16add config option basename to override base file name for games of the form f...Jonathan Gray
2003-05-16fix advmame scaler ('flickering', observable in e.g. Sam&Max, and the left-sc...Max Horn
2003-05-15oopsMax Horn
2003-05-15add method to grow a rectMax Horn
2003-05-15renamed isInside() to contains() (this is more intuitive, because r.isInside(...Max Horn
2003-05-15make SWAP a template function, so that it works for swapping non-int stuff, t...Max Horn
2003-05-15let it compileMax Horn
2003-05-15cleanup (rect.h is not used anywhere but I plan to change that...)Max Horn
2003-05-12added method to detect which midi driver will be createdRobert Göffringmann
2003-05-09Patch #735294: AdvMame3x scalerMax Horn
2003-05-05-> version 0.4.1cvsMax Horn
2003-05-04hexdump defaults to 16 bytes/line now, and prints an offestMax Horn
2003-05-02make hexdump width variableMax Horn
2003-05-02Add PalmOS port stuffChris Apers
2003-05-02Change __PALM_OS__ to NEWGUI_256, more genericChris Apers
2003-05-02Change int16 to NewGuiColor in overlay/RGB functionsChris Apers
2003-05-02Add PalmOS GFX modesChris Apers
2003-05-01fix leakJonathan Gray
2003-04-30typedef NewGuiColor on all platforms; indentionMax Horn
2003-04-30more PalmOS changesMax Horn
2003-04-26Make it possible to disable some/all of our three game modules (scumm/simon/s...Max Horn
2003-04-25cleanup; added commentMax Horn
2003-04-25delete stdafx.cppPaweł Kołodziejski
2003-04-20BumpidityJames Brown
2003-04-10fixed GP32 portJoost Peters