Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-28 | Add extra case for Russian water. | Travis Howell | |
svn-id: r20275 | |||
2006-01-28 | not used now | Paweł Kołodziejski | |
svn-id: r20274 | |||
2006-01-28 | not used now | Paweł Kołodziejski | |
svn-id: r20273 | |||
2006-01-28 | revert, that is still needed anyway | Paweł Kołodziejski | |
svn-id: r20272 | |||
2006-01-28 | experimental imuse without timer thread usage, it might still have issue ↵ | Paweł Kołodziejski | |
stoped audio while switching rooms svn-id: r20270 | |||
2006-01-27 | A filename without an extension can be passed to generateSubstResFileName() ↵ | Gregory Montoir | |
; changed assert() condition accordingly. svn-id: r20251 | |||
2006-01-27 | Not needed anymore. | Gregory Montoir | |
svn-id: r20241 | |||
2006-01-27 | Fixed invalid memory reads in generateSubstResFileName. | Gregory Montoir | |
svn-id: r20240 | |||
2006-01-27 | experimental smush code without timer callback usage | Paweł Kołodziejski | |
svn-id: r20233 | |||
2006-01-27 | - adds the new gui renderer also a new implementation for the classic gui | Johannes Schickel | |
- adds a ImageMan and ImageDec class for loading and managing image files - adds a loader for zip files which is used by the new theme and the image manager - changes the widgets to use the new gui code - changes the scumm dialogs to use the new gui code - fixes a #include problem in the sky debugger with the new gui code To use the new gui copy gui/themes/default-theme.zip to your extrapath. If the theme zip can not be found the gui will fallback to the classic theme. If you want to change the gui styles use "gui_theme=classic" for the classic theme and "gui_theme=default-theme" for the new theme. Thanks to eriktorbjorn for testing and help with the new theme and to sev for reviewing this patch. svn-id: r20227 | |||
2006-01-27 | Fix memory leak on exit. | Travis Howell | |
svn-id: r20212 | |||
2006-01-27 | Fix another memory leak in HE games. | Travis Howell | |
svn-id: r20209 | |||
2006-01-27 | A | Travis Howell | |
Fix memory leaks in HE games on exit. svn-id: r20208 | |||
2006-01-27 | No longer required. | Travis Howell | |
svn-id: r20207 | |||
2006-01-27 | Resource modified status always cleared when nuked. | Travis Howell | |
svn-id: r20203 | |||
2006-01-27 | Make resource management of modified wizImages closer to original games. | Travis Howell | |
Fixes many errors in Backyard Sports titles. svn-id: r20201 | |||
2006-01-26 | Sync. md5s. | Travis Howell | |
svn-id: r20183 | |||
2006-01-25 | Extend the workaround for bug #1407789 in an attempt to deal with the | Torbjörn Andersson | |
different versions of Full Throttle. This is partly guesswork, and may be incorrect. svn-id: r20161 | |||
2006-01-24 | Fix HE games. | Travis Howell | |
svn-id: r20160 | |||
2006-01-24 | Removing unneccessary checks again (say yay to preconditions that ensure ↵ | Max Horn | |
_version > X :-) svn-id: r20157 | |||
2006-01-24 | Loom (Cd) specific. | Travis Howell | |
svn-id: r20156 | |||
2006-01-24 | FM-TOWNS version of Zak only. | Travis Howell | |
svn-id: r20155 | |||
2006-01-23 | oops | Max Horn | |
svn-id: r20154 | |||
2006-01-23 | Removing GID_ZAK256 and GID_LOOM256 | Max Horn | |
svn-id: r20153 | |||
2006-01-23 | At this point, we may not yet know the precise version of a game; so for ↵ | Max Horn | |
those cases were it can vary (1-3 for Zak, 1-2 for MM, 3-4 for Loom etc.) we need to extend some of the version ranges slightly svn-id: r20144 | |||
2006-01-23 | Added workaround (the nicer one) for a CoMI script bug that would cause | Torbjörn Andersson | |
ScummVM to hang on the PSP. See bug #1398195. (For now, I'm only doing this on the trunk since CoMI on the PSP is considered unsupported/unbearable with ScummVM 0.8.x.) svn-id: r20143 | |||
2006-01-22 | Overlooked the Indy3 FM-TOWNS case in my previous commit <sigh> | Max Horn | |
svn-id: r20141 | |||
2006-01-22 | Simplified SCUMM version checks in writeVar/readVar | Max Horn | |
svn-id: r20140 | |||
2006-01-22 | Modified some workaround comments | Max Horn | |
svn-id: r20139 | |||
2006-01-22 | Sort GIDs alphabetically | Max Horn | |
svn-id: r20138 | |||
2006-01-22 | Used by PC version of FT demo too. | Travis Howell | |
svn-id: r20136 | |||
2006-01-21 | Modifications to the game detection/engine creation code: don't try ↵ | Max Horn | |
impossible file names; reduce code duplication; remove error upon unknown game ID; added or clarified various comments svn-id: r20122 | |||
2006-01-21 | Fix various incorrect usages of the word 'target' instead of 'gameid'; ↵ | Max Horn | |
change the ambigiuous 'GameSettings::name' to 'GameSettings::gameid' svn-id: r20115 | |||
2006-01-21 | cleanup | Max Horn | |
svn-id: r20112 | |||
2006-01-21 | Typo | Travis Howell | |
svn-id: r20109 | |||
2006-01-19 | Make game titles consistent | Travis Howell | |
svn-id: r20093 | |||
2006-01-18 | Update copyright notice | Eugene Sandulenko | |
svn-id: r20088 | |||
2006-01-18 | Add md5 for extracted MM NES De | Eugene Sandulenko | |
svn-id: r20087 | |||
2006-01-18 | Support for MM NES German. Thanks Joachim Eberhard for donating the | Eugene Sandulenko | |
cartridge. svn-id: r20086 | |||
2006-01-18 | SoccerMLS also uses localization tags. | Eugene Sandulenko | |
svn-id: r20082 | |||
2006-01-18 | Work around a script bug in Full Throttle. See bug #1407789. | Torbjörn Andersson | |
svn-id: r20080 | |||
2006-01-18 | Add Macintosh version of Freddi Fish 4 (German). | Travis Howell | |
svn-id: r20079 | |||
2006-01-18 | Too many args. | Travis Howell | |
svn-id: r20077 | |||
2006-01-18 | Sound queue order is different in HE72+ games. | Travis Howell | |
Fixes wrong music been played in some locations. svn-id: r20075 | |||
2006-01-18 | That (PU1) & (PU2) prefixes are used in several HE games. | Travis Howell | |
svn-id: r20073 | |||
2006-01-17 | Updated comments | Max Horn | |
svn-id: r20071 | |||
2006-01-17 | Mark as 16bit color. | Travis Howell | |
svn-id: r20070 | |||
2006-01-17 | Set initial value. | Travis Howell | |
svn-id: r20069 | |||
2006-01-17 | Correct HE version. | Travis Howell | |
svn-id: r20067 | |||
2006-01-17 | Fix actor selection in spyfox. | Travis Howell | |
svn-id: r20066 |