aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2003-06-19cleanupMax Horn
svn-id: r8557
2003-06-18Fix for bug [756559] ALL: 'multi_midi=true' in scummvm.ini does not work.Jamieson Christian
Fix properly propogates previously encountered value of multi_midi and native_mt32 so follow-on config domains that don't include multi_midi or native_mt32 won't reset the settings. svn-id: r8545
2003-06-17I will add a wrapper for that (currently NULL driver)Chris Apers
svn-id: r8526
2003-06-17Make OpenGL specific scaler use other keys so all normal scaler canbe made ↵Travis Howell
available. svn-id: r8521
2003-06-15Parentheses didn't compile on WIN32Bertrand Augereau
svn-id: r8512
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm ↵Max Horn
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496
2003-06-14some more cleanupMax Horn
svn-id: r8488
2003-06-14fix for LE systemsMax Horn
svn-id: r8487
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵Max Horn
augmented by some more changes of mine svn-id: r8482
2003-06-14fixed aquadran's Windows fix (a pointer is const for good reasons; simply ↵Max Horn
casting it to something non-const is bad, and undermines the compilers aliasing detection svn-id: r8481
2003-06-14cleanupMax Horn
svn-id: r8480
2003-06-14fix for bug #749249, related with path of game data placed on root drive ↵Paweł Kołodziejski
under win98 svn-id: r8478
2003-06-13make -z output align nicelyJonathan Gray
svn-id: r8459
2003-06-12Fixed problem with variant game IDs (e.g. 'tentaclea')Jamieson Christian
svn-id: r8454
2003-06-12Made notation of transient config domains consistent.Jamieson Christian
Now all transient config domains use a name in the form _TRANSIENT_DOMAIN svn-id: r8452
2003-06-12indentionMax Horn
svn-id: r8447
2003-06-11Fixed command line options being ignored when the launcher is used.Jamieson Christian
Again, I hope I'm manipulating the domain-based config architecture correctly. I've created yet another transient domain called "_COMMAND_LINE", so that after game-specific options are loaded, the command line options can be loaded and override the config file. GUI options are then loaded so as to override command line options. svn-id: r8437
2003-06-11Fix for bug [741592] GUI: Switching music driver mixes up musicJamieson Christian
Implement true music driver selection from the GUI options dialog. This implementation depends on a new, transient config domain called "user-overrides". Probably any other config changes made from the options dialog will need to go into this domain, which is now loaded after the game settings are loaded. I hope this is the right way to do it. I'm still a little fuzzy about our game settings architecture. If anybody suddenly gets a "[user-overrides]" section showing up in their scummvm.ini or scummvm.rc files, you'll know why. svn-id: r8434
2003-06-11Fixed MSVC warningJamieson Christian
svn-id: r8431
2003-06-10cleanupMax Horn
svn-id: r8429
2003-06-09added clear_sound_proc method to backend API (this requires all backends to ↵Max Horn
be modified, but can't help it) svn-id: r8409
2003-06-08added quit eventMax Horn
svn-id: r8398
2003-06-07removed GF_AFTER flags (except GF_AFTER_HEV7)Max Horn
svn-id: r8374
2003-06-06added to new feature flagsMax Horn
svn-id: r8369
2003-06-06remove version columnMax Horn
svn-id: r8368
2003-06-06Preparations for removing GF_AFTER_V? flagsMax Horn
svn-id: r8364
2003-06-05unmacro-ed and templated ABS, MIN & MAXBertrand Augereau
svn-id: r8311
2003-06-02Korean is kr, not koMax Horn
svn-id: r8279
2003-06-02fixed compilationMax Horn
svn-id: r8276
2003-06-01renamed&fixed contains(Rect) -> intersects(Rect); added extend() methodMax Horn
svn-id: r8246
2003-06-01Rename SimonState to SimonEngineTravis Howell
svn-id: r8228
2003-05-29added some front matter text for doxygenMax Horn
svn-id: r8119
2003-05-29more OSystem docs & cleanupMax Horn
svn-id: r8118
2003-05-29added some doxygen comments to common/system.h; cleaned up the OSystem ↵Max Horn
interface a bit svn-id: r8116
2003-05-29fixed doc commentMax Horn
svn-id: r8107
2003-05-29added some doxygen (javadoc style) comments. yes I sure these function ↵Max Horn
probably needed documentation the least, but I just wanted something simple to test this on :-) svn-id: r8094
2003-05-29removed cruftMax Horn
svn-id: r8093
2003-05-28the _encbyte code was evil, because it modified the memory passed to ↵Max Horn
write(); worse, though, it incremented ptr2, which then was later passed to fwrite - hence if used to write something while _encbyte != 0, write() resulted in wrong data being written svn-id: r8055
2003-05-28added some missing checks for file being open before reading/writingMax Horn
svn-id: r8043
2003-05-26Prepare support for wide display on HiRes+ deviceChris Apers
svn-id: r8001
2003-05-26make lethalwp happyJonathan Gray
svn-id: r7997
2003-05-26Japanese option is jp and not jaTravis Howell
svn-id: r7993
2003-05-25as Bertrand points out, using && introduces unnecessary branching, so & is ↵Max Horn
better svn-id: r7979
2003-05-25cleanup / added some more const qualifiersMax Horn
svn-id: r7975
2003-05-25optimized GetResult, based on code by Bertrand AugereauMax Horn
svn-id: r7974
2003-05-25removed obsolete codeMax Horn
svn-id: r7973
2003-05-25cvs going to 0.4.2cvsMax Horn
svn-id: r7946
2003-05-25changed scaler proc signature so that srcPtr is const (this can help ↵Max Horn
optimizer by simplifying aliasing detection; thanks to Bertrand Augereau for pointing this out) svn-id: r7939
2003-05-23oops, fixed ScummVM::Rect constructor (this fixes various string redraw bugs)Max Horn
svn-id: r7868
2003-05-21fix #defineOliver Kiehl
svn-id: r7806