Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-27 | ops | Paweł Kołodziejski | |
svn-id: r8667 | |||
2003-06-27 | chenged ifdef to handle all win32 ports | Paweł Kołodziejski | |
svn-id: r8666 | |||
2003-06-22 | fix the inaccurate version of interpolate5Line to work correctly for odd widths | Max Horn | |
svn-id: r8628 | |||
2003-06-22 | undoing this optimization: despite my initial sureness about this being ↵ | Max Horn | |
correct - I was wrong :-) just plug in 0xFFFFFFFF to see it (roughly spoken, we can loose the uppermost bits if we shift after the addition instead of before it) svn-id: r8627 | |||
2003-06-22 | fixed warning | Paweł Kołodziejski | |
svn-id: r8623 | |||
2003-06-22 | Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratio | Torbjörn Andersson | |
correction mode by making sure that dirty rects always start on a line that won't have its colours changed by the stretching function. This was probably only noticeable when using the 1x scaler. [*] Actually, the glitches weren't specific to the mouse cursor, but it was useful for triggering them. svn-id: r8621 | |||
2003-06-22 | Rearranged logic in SuperEagle | Bertrand Augereau | |
svn-id: r8620 | |||
2003-06-22 | Fix some graphics glitches that would sometimes be visible around the mouse | Torbjörn Andersson | |
cursor in aspect-ratio correction mode. svn-id: r8618 | |||
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 |