Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-28 | fix mouse redraw issue when toggling fullscreen mode (visible if one mode is ↵ | Max Horn | |
555 and the other 565) svn-id: r13088 | |||
2004-02-28 | renamed more OSystem methods to follow our naming scheme; renamed ↵ | Max Horn | |
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087 | |||
2004-02-28 | forgot to change that, too | Gregory Montoir | |
svn-id: r13086 | |||
2004-02-28 | dropped the 'always' verb feature, as it is more confusing than useful | Gregory Montoir | |
svn-id: r13084 | |||
2004-02-28 | simplified alt_intro check | Gregory Montoir | |
svn-id: r13082 | |||
2004-02-28 | removed hack from loading code | Gregory Montoir | |
svn-id: r13080 | |||
2004-02-28 | Correct Mac fbear MD5 | Eugene Sandulenko | |
Remove slipped in spaces in some MD5's. Don't know either it prevented them from being detected but anyway that's potential bug svn-id: r13077 | |||
2004-02-28 | Forgot to add this to xref.txt | Joost Peters | |
svn-id: r13076 | |||
2004-02-27 | Handle comic book case, enable music toggle and some minor cleanup. | Joost Peters | |
svn-id: r13074 | |||
2004-02-27 | Add reported MD5's | Eugene Sandulenko | |
svn-id: r13072 | |||
2004-02-27 | the 2xsai class scalers all move the resulting image one up; work around that | Max Horn | |
svn-id: r13071 | |||
2004-02-27 | fix a recursive lock bug related to update_screen() (shouldn't have caused ↵ | Max Horn | |
problems on most systems, but still was a bug); rewrite the code which switches the scaler mode to be slightly more efficient svn-id: r13070 | |||
2004-02-27 | cleanup | Max Horn | |
svn-id: r13069 | |||
2004-02-27 | obsolete TODOs | Max Horn | |
svn-id: r13068 | |||
2004-02-27 | Don't reamp F1 in COMI demo | Travis Howell | |
svn-id: r13067 | |||
2004-02-27 | Handle "compressed" songs | Joost Peters | |
svn-id: r13066 | |||
2004-02-26 | Fix crashes in French version of Simon2 | Travis Howell | |
svn-id: r13062 | |||
2004-02-26 | Work around music glitch in Monkey Island 2: | Torbjörn Andersson | |
In the scene where Largo is speaking to Mad Marty, the Woodtick music often resumes way before Largo's theme has finished. With this workaround, it waits until Largo's theme has definitely finished before starting the Woodtick music again. I wouldn't have done it this way if I hadn't been almost positive that it's a script bug, rather than an iMUSE bug. svn-id: r13061 | |||
2004-02-26 | few corrections | Paweł Kołodziejski | |
svn-id: r13060 | |||
2004-02-26 | Restrict hack | Travis Howell | |
svn-id: r13059 | |||
2004-02-25 | remove outdated TODO | Max Horn | |
svn-id: r13058 | |||
2004-02-25 | another TODO | Max Horn | |
svn-id: r13057 | |||
2004-02-25 | small TODO | Max Horn | |
svn-id: r13056 | |||
2004-02-25 | added some todos | Paweł Kołodziejski | |
svn-id: r13055 | |||
2004-02-25 | Revert fixme out.. as it's all fixed. :o) | James Brown | |
svn-id: r13054 | |||
2004-02-25 | Disable var setting which could cause possible script issues. | Travis Howell | |
Update comment svn-id: r13053 | |||
2004-02-25 | Build SDL backend via a module.mk file, too | Max Horn | |
svn-id: r13052 | |||
2004-02-25 | Fix VAR_VOICE_MODE in COMI | Travis Howell | |
svn-id: r13051 | |||
2004-02-25 | undoing this for now as it causes problems with at least MinGW | Max Horn | |
svn-id: r13050 | |||
2004-02-25 | alternate linking order, avoids 'SDL_main' related linker errors on OSX ↵ | Max Horn | |
(this shouldn't break other linkers, I hope - if it does, please tell me, and feel free to undo this) svn-id: r13049 | |||
2004-02-25 | Update | Travis Howell | |
svn-id: r13048 | |||
2004-02-25 | support subdir modules | Max Horn | |
svn-id: r13047 | |||
2004-02-25 | fix fullscreen switch code 'properly' (sorry for missing this one, folks). ↵ | Max Horn | |
Since we don't have the OpenGL variant anymore, we could now merge back the two parts of the SDL backend - and maybe split them into multiple files in a different way (events, graphics, audio, misc ?) svn-id: r13045 | |||
2004-02-25 | OpenGL *is* needed for the OSX static target, because SDL always links ↵ | Max Horn | |
against it svn-id: r13044 | |||
2004-02-25 | Honor per-game aspect-ratio correction setting when starting the game from | Torbjörn Andersson | |
the launcher. svn-id: r13043 | |||
2004-02-25 | Fix SDL backend compilation | James Brown | |
svn-id: r13042 | |||
2004-02-25 | OpenGL libs no longer required | Travis Howell | |
svn-id: r13040 | |||
2004-02-25 | OpenGL backend no longer exists. | Travis Howell | |
svn-id: r13037 | |||
2004-02-24 | the OSystem changes we discussed on the ML (note: renaming of the existing ↵ | Max Horn | |
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036 | |||
2004-02-24 | Random 640x480 tweaks | Nicolas Bacca | |
svn-id: r13035 | |||
2004-02-24 | Fix monkey detection | Nicolas Bacca | |
svn-id: r13033 | |||
2004-02-24 | Fix graphic options on WinCE | Nicolas Bacca | |
svn-id: r13031 | |||
2004-02-24 | Fix hide toolbar | Nicolas Bacca | |
svn-id: r13029 | |||
2004-02-24 | Fix Simon detection | Nicolas Bacca | |
svn-id: r13027 | |||
2004-02-24 | COMI uses VAR_CHARINC in reverse, so adjust readvar. | Travis Howell | |
svn-id: r13025 | |||
2004-02-24 | Remove warnings, they were dummy warnings in originals. | Travis Howell | |
svn-id: r13024 | |||
2004-02-24 | Reset more for a restart and avoid some code duplication. | Travis Howell | |
svn-id: r13022 | |||
2004-02-24 | post-0.6.0 features should be added to a new section, not the 0.6.0 part of ↵ | Max Horn | |
the NEWS svn-id: r13021 | |||
2004-02-24 | Add case for 3do version. | Travis Howell | |
svn-id: r13020 | |||
2004-02-24 | update some HE bits | Jonathan Gray | |
svn-id: r13019 |