aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm speci...Max Horn
2003-06-14some more cleanupMax Horn
2003-06-14fix for LE systemsMax Horn
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-14fixed aquadran's Windows fix (a pointer is const for good reasons; simply cas...Max Horn
2003-06-14cleanupMax Horn
2003-06-14fix for bug #749249, related with path of game data placed on root drive unde...Paweł Kołodziejski
2003-06-13make -z output align nicelyJonathan Gray
2003-06-12Fixed problem with variant game IDs (e.g. 'tentaclea')Jamieson Christian
2003-06-12Made notation of transient config domains consistent.Jamieson Christian
2003-06-12indentionMax Horn
2003-06-11Fixed command line options being ignored when the launcher is used.Jamieson Christian
2003-06-11Fix for bug [741592] GUI: Switching music driver mixes up musicJamieson Christian
2003-06-11Fixed MSVC warningJamieson Christian
2003-06-10cleanupMax Horn
2003-06-09added clear_sound_proc method to backend API (this requires all backends to b...Max Horn
2003-06-08added quit eventMax Horn
2003-06-07removed GF_AFTER flags (except GF_AFTER_HEV7)Max Horn
2003-06-06added to new feature flagsMax Horn
2003-06-06remove version columnMax Horn
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
2003-06-05unmacro-ed and templated ABS, MIN & MAXBertrand Augereau
2003-06-02Korean is kr, not koMax Horn
2003-06-02fixed compilationMax Horn
2003-06-01renamed&fixed contains(Rect) -> intersects(Rect); added extend() methodMax Horn
2003-06-01Rename SimonState to SimonEngineTravis Howell
2003-05-29added some front matter text for doxygenMax Horn
2003-05-29more OSystem docs & cleanupMax Horn
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem interf...Max Horn
2003-05-29fixed doc commentMax Horn
2003-05-29added some doxygen (javadoc style) comments. yes I sure these function probab...Max Horn
2003-05-29removed cruftMax Horn
2003-05-28the _encbyte code was evil, because it modified the memory passed to write();...Max Horn
2003-05-28added some missing checks for file being open before reading/writingMax Horn
2003-05-26Prepare support for wide display on HiRes+ deviceChris Apers
2003-05-26make lethalwp happyJonathan Gray
2003-05-26Japanese option is jp and not jaTravis Howell
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