Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-22 | cleanup | Max Horn | |
svn-id: r8616 | |||
2003-06-22 | fixed warnings | Paweł Kołodziejski | |
svn-id: r8613 | |||
2003-06-22 | Add opengl filter option | Travis Howell | |
for opengl backend Enable poll_event in opengl backend svn-id: r8612 | |||
2003-06-22 | no need to keep these regression tests: the changes are mathematically and ↵ | Max Horn | |
operationally (read: taking into account side effects and special cases in computer arithmetics) equivalent to the old code svn-id: r8606 | |||
2003-06-22 | Patch #757827: Aspect-ratio correction | Max Horn | |
svn-id: r8605 | |||
2003-06-22 | Reduced the number of shifts in highly used functions in Super2xSaI and ↵ | Bertrand Augereau | |
SuperEagle svn-id: r8604 | |||
2003-06-21 | make File constructor virtual to allow subclassing; made seek default to ↵ | Max Horn | |
SEEK_SET mode for conveniance svn-id: r8587 | |||
2003-06-19 | cleanup | Max Horn | |
svn-id: r8557 | |||
2003-06-18 | Fix 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-17 | I will add a wrapper for that (currently NULL driver) | Chris Apers | |
svn-id: r8526 | |||
2003-06-17 | Make OpenGL specific scaler use other keys so all normal scaler canbe made ↵ | Travis Howell | |
available. svn-id: r8521 | |||
2003-06-15 | Parentheses didn't compile on WIN32 | Bertrand Augereau | |
svn-id: r8512 | |||
2003-06-15 | moved 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-14 | some more cleanup | Max Horn | |
svn-id: r8488 | |||
2003-06-14 | fix for LE systems | Max Horn | |
svn-id: r8487 | |||
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-06-14 | fixed 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-14 | cleanup | Max Horn | |
svn-id: r8480 | |||
2003-06-14 | fix for bug #749249, related with path of game data placed on root drive ↵ | Paweł Kołodziejski | |
under win98 svn-id: r8478 | |||
2003-06-13 | make -z output align nicely | Jonathan Gray | |
svn-id: r8459 | |||
2003-06-12 | Fixed problem with variant game IDs (e.g. 'tentaclea') | Jamieson Christian | |
svn-id: r8454 | |||
2003-06-12 | Made 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-12 | indention | Max Horn | |
svn-id: r8447 | |||
2003-06-11 | Fixed 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-11 | Fix for bug [741592] GUI: Switching music driver mixes up music | Jamieson 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-11 | Fixed MSVC warning | Jamieson Christian | |
svn-id: r8431 | |||
2003-06-10 | cleanup | Max Horn | |
svn-id: r8429 | |||
2003-06-09 | added 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-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-07 | removed GF_AFTER flags (except GF_AFTER_HEV7) | Max Horn | |
svn-id: r8374 | |||
2003-06-06 | added to new feature flags | Max Horn | |
svn-id: r8369 | |||
2003-06-06 | remove version column | Max Horn | |
svn-id: r8368 | |||
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn | |
svn-id: r8364 | |||
2003-06-05 | unmacro-ed and templated ABS, MIN & MAX | Bertrand Augereau | |
svn-id: r8311 | |||
2003-06-02 | Korean is kr, not ko | Max Horn | |
svn-id: r8279 | |||
2003-06-02 | fixed compilation | Max Horn | |
svn-id: r8276 | |||
2003-06-01 | renamed&fixed contains(Rect) -> intersects(Rect); added extend() method | Max Horn | |
svn-id: r8246 | |||
2003-06-01 | Rename SimonState to SimonEngine | Travis Howell | |
svn-id: r8228 | |||
2003-05-29 | added some front matter text for doxygen | Max Horn | |
svn-id: r8119 | |||
2003-05-29 | more OSystem docs & cleanup | Max Horn | |
svn-id: r8118 | |||
2003-05-29 | added some doxygen comments to common/system.h; cleaned up the OSystem ↵ | Max Horn | |
interface a bit svn-id: r8116 | |||
2003-05-29 | fixed doc comment | Max Horn | |
svn-id: r8107 | |||
2003-05-29 | added 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-29 | removed cruft | Max Horn | |
svn-id: r8093 | |||
2003-05-28 | the _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-28 | added some missing checks for file being open before reading/writing | Max Horn | |
svn-id: r8043 | |||
2003-05-26 | Prepare support for wide display on HiRes+ device | Chris Apers | |
svn-id: r8001 | |||
2003-05-26 | make lethalwp happy | Jonathan Gray | |
svn-id: r7997 | |||
2003-05-26 | Japanese option is jp and not ja | Travis Howell | |
svn-id: r7993 | |||
2003-05-25 | as Bertrand points out, using && introduces unnecessary branching, so & is ↵ | Max Horn | |
better svn-id: r7979 |