Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-24 | Changed createResFileEntry() to error out again | Filippos Karapetis | |
svn-id: r44301 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44300 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44299 | |||
2009-09-24 | AGOS: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44298 | |||
2009-09-24 | MADE: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44296 | |||
2009-09-24 | TINSEL: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44295 | |||
2009-09-24 | The maximum value that a signed 16-bit integer can hold is 32767, not 32768 ↵ | Filippos Karapetis | |
(0x8000) svn-id: r44294 | |||
2009-09-24 | CRUISE: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44293 | |||
2009-09-24 | Removed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44292 | |||
2009-09-24 | Add "demo" to the extras field of the fallback detector for demos | Filippos Karapetis | |
svn-id: r44291 | |||
2009-09-24 | Changed some references from LureEngine to the global g_engine (e.g. calls ↵ | Filippos Karapetis | |
to shouldQuit()), to minimize places where LureEngine is referenced svn-id: r44290 | |||
2009-09-24 | Add VGA script code differences in DIMP. | Travis Howell | |
svn-id: r44288 | |||
2009-09-24 | Correct tags. | Travis Howell | |
svn-id: r44286 | |||
2009-09-24 | Split the script opcode table for DIMP, since it doesn't match(ie timers) ↵ | Travis Howell | |
other Puzzle Pack games. svn-id: r44285 | |||
2009-09-24 | Commented out unused variable | Filippos Karapetis | |
svn-id: r44284 | |||
2009-09-24 | Removed the MSVC-specific pragmas for disabling warnings. These are now in ↵ | Filippos Karapetis | |
ScummVM_Global.vsprops and thus not needed in scummsys.h svn-id: r44283 | |||
2009-09-24 | Fix bug #2865191 - NoPatience hangs after undo. | Travis Howell | |
svn-id: r44281 | |||
2009-09-23 | Removed an assert() in favour of error checking. | Andre Heider | |
svn-id: r44278 | |||
2009-09-23 | PSP: improved suspend/resume support [patch from bluddy] | Joost Peters | |
svn-id: r44276 | |||
2009-09-23 | fix for bug #2820389 | Paweł Kołodziejski | |
svn-id: r44274 | |||
2009-09-23 | Commit modified patch from bug report #2849084 "AGI: Crash when saving ↵ | Johannes Schickel | |
fallback-matched game" to fix that bug. svn-id: r44273 | |||
2009-09-23 | not need continue checks after found | Paweł Kołodziejski | |
svn-id: r44272 | |||
2009-09-23 | SCI: Rename _sciVersion to s_sciVersion and made it local to resource.cpp ↵ | Max Horn | |
(i.e. follow CFG and achieve code/data isolation) svn-id: r44271 | |||
2009-09-23 | Removed redundant offset from dirty rect calculation logic | Paul Gilbert | |
svn-id: r44270 | |||
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis | |
- Changed all the SCI version checks to use getSciVersion() - Also made getSciVersionDesc a global function (removes some ugly accessing of the SCI engine) The fallback detector should work correctly now svn-id: r44269 | |||
2009-09-23 | ops, remove some ancient change | Paweł Kołodziejski | |
svn-id: r44268 | |||
2009-09-23 | this should fix bug #2820389 | Paweł Kołodziejski | |
svn-id: r44267 | |||
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the ↵ | Johannes Schickel | |
solution proposed in "Case agnostic handling for directories (and files)" on -devel. svn-id: r44266 | |||
2009-09-23 | COMMON: Add "ignoreCase" parameter to matchString. | Johannes Schickel | |
svn-id: r44265 | |||
2009-09-22 | Clear menu stack in FWRenderer deconstructor. | Johannes Schickel | |
svn-id: r44264 | |||
2009-09-22 | Implement menu stack to support all menu color effects, specific to the ↵ | Johannes Schickel | |
Amiga version of the game. svn-id: r44263 | |||
2009-09-22 | Fix warning in gcc 3.3.5, by changing FORCEINLINE definition. | Johannes Schickel | |
svn-id: r44262 | |||
2009-09-22 | - Merged scriptObjInit0() and scriptObjInit11() | Filippos Karapetis | |
- Replaced some cases where getSciVersion() is used with _resMan->sciVersion(), as getSciVersion() will fail with the fallback detector (as the engine is not initialized). Object property accessors still crash currently, when used with the fallback detector svn-id: r44261 | |||
2009-09-22 | Add basic test for HashMap::iterator | Willem Jan Palenstijn | |
svn-id: r44259 | |||
2009-09-22 | Remove superfluous checks | Willem Jan Palenstijn | |
svn-id: r44258 | |||
2009-09-22 | Fix regression in 44236, which caused iterators to see dummy node entries as ↵ | Johannes Schickel | |
valid entries. svn-id: r44256 | |||
2009-09-22 | cleanup | Joost Peters | |
svn-id: r44253 | |||
2009-09-22 | Apply patch #2863653: "PSP: Flickering problem fix" + some formatting ↵ | Joost Peters | |
changes and fixing several incorrect depth values. svn-id: r44251 | |||
2009-09-22 | Copy the internal game name when loading, and don't recreate it | Filippos Karapetis | |
svn-id: r44250 | |||
2009-09-22 | Removed unused variable | Filippos Karapetis | |
svn-id: r44249 | |||
2009-09-22 | Simplified the code which creates the mouse cursor | Filippos Karapetis | |
svn-id: r44248 | |||
2009-09-22 | Updated the MSVC project files for commit #44240 (removed intmap.*) | Filippos Karapetis | |
svn-id: r44247 | |||
2009-09-22 | SCI: Change SystemStrings to use RAW storage consistenly | Max Horn | |
svn-id: r44246 | |||
2009-09-22 | SCI: Add some FIXMEs, and print warning if accessing a raw segment as ↵ | Max Horn | |
non-raw or vice versa svn-id: r44245 | |||
2009-09-22 | SCI: Add new type SegmentRef which ultimately will allow us to distinguish ↵ | Max Horn | |
between raw and 'reg_t' memory blocks in client code svn-id: r44244 | |||
2009-09-22 | SCI: Change SystemString::name from char* to Common::String | Max Horn | |
svn-id: r44243 | |||
2009-09-22 | SCI: SegmentObj's now set their type in constructor; replace central ↵ | Max Horn | |
SegmentObj::createSegmentObj call in SegManager::allocSegment by several explicit 'new' statements; some extra cleanup svn-id: r44242 | |||
2009-09-21 | SCI: cleanup | Max Horn | |
svn-id: r44241 | |||
2009-09-21 | SCI: Replace IntMapper Script::_objIndices and Common::Array ↵ | Max Horn | |
Script::_objects by a HashMap -- goodbye, class IntMapper svn-id: r44240 | |||
2009-09-21 | SCI: Workaround for crash in debugger's backtrace | Max Horn | |
svn-id: r44239 |