Commit Graph

945 Commits

Author SHA1 Message Date
Filippos Karapetis
6b11923bc8 Cleaned up the MSVC project files of the gob engine
svn-id: r43042
2009-08-04 14:20:38 +00:00
Paul Gilbert
dc3d0549ff Fixed compilation from file changes to common and gob engine
svn-id: r42791
2009-07-26 00:31:28 +00:00
Eugene Sandulenko
2e60a20ea2 This is 1.1.0svn
svn-id: r42699
2009-07-24 19:56:46 +00:00
Travis Howell
aa98f944fe Merged revisions 42463,42468-42484,42486-42488,42490-42495,42498-42507,42510-42513,42516-42518,42521-42525,42527-42531,42533,42536-42540,42543,42545,42548,42551-42552,42558-42561,42563-42565,42570,42572 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42463 | drmccoy | 2009-07-14 09:42:37 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Allow resource loading from EXT even if the TOT has none again
........
  r42468 | fingolfin | 2009-07-14 18:36:06 +1000 (Tue, 14 Jul 2009) | 1 line
  
  TINSEL: Don't use ioFailed to check if a file was opened succesfuly
........
  r42469 | drmccoy | 2009-07-14 18:57:55 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Removing ioFailed() usage and fixing a leak in case of error
........
  r42470 | joostp | 2009-07-14 19:44:56 +1000 (Tue, 14 Jul 2009) | 2 lines
  
  commit peres' patch for #2813472: BASS: "showgrid" enabled triggers an assert 
........
  r42471 | dreammaster | 2009-07-14 20:26:56 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Bugfix for player being able to walk through some objects against room walls
........
  r42472 | dreammaster | 2009-07-14 20:55:51 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Bugfix to cursor updates - it previously required that both X and Y positions had changed before a cursor change could occur
........
  r42473 | joostp | 2009-07-14 21:15:21 +1000 (Tue, 14 Jul 2009) | 2 lines
  
  add workaround for #2687172: BASS: Occasional loss of speech
........
  r42474 | Kirben | 2009-07-14 22:34:42 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Add workaround for bug #1538873 - SIMON1 (French): Text wrongly displayed.
........
  r42475 | vinterstum | 2009-07-14 22:55:54 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Updated xcode project
........
  r42476 | strangerke | 2009-07-14 23:25:38 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Add detection for Playtoons CK 3 (FR)
........
  r42477 | buddha_ | 2009-07-14 23:48:31 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Fix some typos and grammar in sword1's Sound::checkSpeechFileEndianness-function's comments.
........
  r42478 | Kirben | 2009-07-14 23:50:17 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Change key combination to dump all script, due to conflict.
........
  r42479 | vinterstum | 2009-07-14 23:52:11 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Split the iPhone OSystem class up into several files
........
  r42480 | Kirben | 2009-07-14 23:53:54 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Update workaround for bug #1538873, which effects the Polish version of Simon the Sorcerer 2 too.
........
  r42481 | Kirben | 2009-07-14 23:55:10 +1000 (Tue, 14 Jul 2009) | 1 line
  
  Remove last ioFailed() usage in AGOS game engine.
........
  r42482 | buddha_ | 2009-07-15 01:02:17 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Partially fix automatic restarting of AGI games (Addresses bug #2798797 ('AGI: larry 1 doesn't restart after dying') but doesn't fully fix it. There seems to be more to the problem still. Automatic restarting after dying of an STD doesn't take away the STD-condition and Larry continues to die in a loop).
........
  r42483 | strangerke | 2009-07-15 01:48:05 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Add detection for Playtoons 4 EN_ANY as supplied by goodoldgeorg in bug #2820006
........
  r42484 | eriktorbjorn | 2009-07-15 02:45:18 +1000 (Wed, 15 Jul 2009) | 3 lines
  
  Got rid of ioFailed(). I haven't actually tested it, but we don't use the MPEG
  decoder at the moment, and it was only used in the BACKEND_8BIT case anyway.
........
  r42486 | lordhoto | 2009-07-15 04:14:20 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Got rid of ioFailed in font code, also added another check for err() when loading bdf fonts from text files.
........
  r42487 | lordhoto | 2009-07-15 04:15:07 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Fix possible memory leak.
........
  r42488 | fingolfin | 2009-07-15 04:24:20 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Got rid of some more ioFailed uses (also fixed a potential leak in graphics/font.cpp, and handle eos correctly in the FLAC code)
........
  r42490 | lordhoto | 2009-07-15 05:32:25 +1000 (Wed, 15 Jul 2009) | 2 lines
  
  Replaced char usage by int8, since char is unsigned on Linux/PPC by default.
........
  r42491 | fingolfin | 2009-07-15 07:46:23 +1000 (Wed, 15 Jul 2009) | 1 line
  
  AGOS: Cleanup PN code a bit, trying to make sense out of it
........
  r42492 | fingolfin | 2009-07-15 07:50:22 +1000 (Wed, 15 Jul 2009) | 1 line
  
  AGOS: Fixed potential OOBA crash in AGOSEngine_PN::opn_opcode26
........
  r42493 | lordhoto | 2009-07-15 08:47:33 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Fix graphics glitch in LoL PC98 intro.
........
  r42494 | fingolfin | 2009-07-15 09:03:25 +1000 (Wed, 15 Jul 2009) | 1 line
  
  AGOS: Some more cleanup and added some comments to the PN code
........
  r42495 | buddha_ | 2009-07-15 09:03:40 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Remove ioFailed() usage from AGI engine.
........
  r42498 | Kirben | 2009-07-15 12:06:26 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Fix bug #2821215 - DIG: Skipping planetarium animation disables F5 menu.
........
  r42499 | Kirben | 2009-07-15 15:00:59 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Hack is no longer required, due to revision 42498.
........
  r42500 | dreammaster | 2009-07-15 18:55:12 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Created a system for inserting arbitrary code fragments into game scripts, and added an initial fragment to fix the bug of being stuck in the past in the DW1 SCN version
........
  r42501 | fingolfin | 2009-07-15 20:04:50 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Got rid of two more ioFailed uses
........
  r42502 | buddha_ | 2009-07-15 23:04:17 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Remove ioFailed() usage from Cine engine.
........
  r42503 | buddha_ | 2009-07-15 23:10:29 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Fix some typos in TransactionError-enumeration's comments.
........
  r42504 | Kirben | 2009-07-15 23:19:49 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Fix recent PN regression in vc32_saveScreen().
........
  r42505 | Kirben | 2009-07-15 23:53:18 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Add Discworld 1/2.
........
  r42506 | Kirben | 2009-07-15 23:58:23 +1000 (Wed, 15 Jul 2009) | 1 line
  
  Add Cruise for a Corpse and games from MADE engine.
........
  r42507 | lordhoto | 2009-07-16 01:51:47 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Bugfix: Disallow GMM Save/Load while in kyragem scene.
........
  r42510 | lordhoto | 2009-07-16 03:07:45 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Fix "search" filter being settings lost in launcher, when using the "Edit Game..." menu for example.
........
  r42511 | lordhoto | 2009-07-16 03:23:27 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Fix bug, which caused the ListWidget to draw a widget background around the selected item, when the ListWidget had no focus.
........
  r42512 | lordhoto | 2009-07-16 04:05:37 +1000 (Thu, 16 Jul 2009) | 1 line
  
  For a smoother user experience, use different colors for inverted text of the ListWidget, depending on whether the widget has focus or not.
........
  r42513 | lordhoto | 2009-07-16 04:08:54 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Fix formatting of some switch statements.
........
  r42516 | robinwatts | 2009-07-16 06:51:31 +1000 (Thu, 16 Jul 2009) | 4 lines
  
  New ARM code blending Smartphone landscale scaler for WinCE port. Seems to work
  in my mockup - I don't have a smartphone resolution device to test it.
........
  r42517 | lordhoto | 2009-07-16 08:19:16 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Fix ugly spacing between tabs in classic theme (as reported by sunmax on -devel).
........
  r42518 | lordhoto | 2009-07-16 08:19:31 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Slightly brighten up the active tab color in the modern theme.
........
  r42521 | dreammaster | 2009-07-16 12:27:26 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Game script fix for bug #2525010 - in the GRA version, the luggage blocked Rincewind's exit from the Inn, leaving him in a non-walkable area
........
  r42522 | dreammaster | 2009-07-16 14:06:35 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Added no blocking fix for Present Outside Inn scene as well
........
  r42523 | thebluegr | 2009-07-16 18:13:08 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Added a detection entry for Pepper's Adventures in Time, and fixed an issue with _gfxop_set_pic(), which was causing crashes in that game
........
  r42524 | thebluegr | 2009-07-16 18:17:38 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Added the French version of KQ5 floppy (bug report #2812611)
........
  r42525 | thebluegr | 2009-07-16 18:21:06 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Added missing information for the newly-added version of Pepper
........
  r42527 | dreammaster | 2009-07-16 19:31:31 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Added game script fix for bug #2680397 - game hang when using the brochure on the Beekeeper
........
  r42528 | dreammaster | 2009-07-16 19:53:19 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Prior script fix also fixes bug #2820788, with stealing wizard's mallets
........
  r42529 | tanoku | 2009-07-16 21:37:36 +1000 (Thu, 16 Jul 2009) | 2 lines
  
  Fixed issue with beveled shapes being drawn outside their shapes. Possible regressions.
........
  r42530 | lordhoto | 2009-07-16 21:41:45 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Formatting.
........
  r42531 | lordhoto | 2009-07-16 21:42:07 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Update classic and builtin theme after r42529.
........
  r42533 | thebluegr | 2009-07-16 22:43:42 +1000 (Thu, 16 Jul 2009) | 1 line
  
  Added a proper fix for Pepper (the previous one caused regressions in KQ6)
........
  r42536 | eriktorbjorn | 2009-07-17 03:26:44 +1000 (Fri, 17 Jul 2009) | 2 lines
  
  Fixed GCC warning.
........
  r42537 | tanoku | 2009-07-17 03:29:31 +1000 (Fri, 17 Jul 2009) | 2 lines
  
  Fixed bug 2820514 ("Help dialog causes crash")
........
  r42538 | lordhoto | 2009-07-17 03:39:16 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Formatting fixes.
........
  r42539 | lordhoto | 2009-07-17 03:44:05 +1000 (Fri, 17 Jul 2009) | 1 line
  
  This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces instead of tabs for indentation -.-)
........
  r42540 | tanoku | 2009-07-17 03:51:12 +1000 (Fri, 17 Jul 2009) | 2 lines
  
  Fixed bug: In-game console doesn't stay centered when switching resolutions on the fly.
........
  r42543 | lordhoto | 2009-07-17 07:47:57 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Fix bug in "KyraEngine_v2::runSceneScript6", fixes text line Zanthia says, when picking up the spellbook page in the town.
........
  r42545 | Kirben | 2009-07-17 10:10:10 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Fix using subtitles only setting in The Dig.
........
  r42548 | Kirben | 2009-07-17 10:25:27 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.
........
  r42551 | drmccoy | 2009-07-17 10:55:42 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Added some more debug warnings when resources can't be loaded
........
  r42552 | drmccoy | 2009-07-17 10:55:56 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Making TOTResourceItem::size unsigned, fixing a graphics bug that crept in
........
  r42558 | dreammaster | 2009-07-17 15:10:24 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Added an explicit break out of the event processing loop for mouse buttons and/or key-presses - this should allow stylus-based systems to properly process 'mouse down' events before the 'mouse up' is processed
........
  r42559 | Kirben | 2009-07-17 16:26:37 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Fix input glitch regression, after pausing in PN.
........
  r42560 | Kirben | 2009-07-17 19:56:03 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Fix bug #2822956 - ELVIRA2: Crash at the beginning (regression).
........
  r42561 | Kirben | 2009-07-17 20:48:30 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Correct error in saveBackGround.
........
  r42563 | lordhoto | 2009-07-17 23:35:56 +1000 (Fri, 17 Jul 2009) | 1 line
  
  Replace LGPL header by GPL header.
........
  r42564 | lordhoto | 2009-07-17 23:50:59 +1000 (Fri, 17 Jul 2009) | 3 lines
  
  - Moved SoundAdlibPC definition to new header file sound_adlib.h
  - Made the future versions of sound.h GPL only
  - sound_adlib.h is dual licensed under GPL and LGPL (so AdPlug can still benefit from future changes)
........
  r42565 | lordhoto | 2009-07-18 00:05:22 +1000 (Sat, 18 Jul 2009) | 1 line
  
  Cleanup.
........
  r42570 | drmccoy | 2009-07-18 05:22:12 +1000 (Sat, 18 Jul 2009) | 1 line
  
  Adding a workaround for the vanishing Coh Cott bug (#1972466), which is actually an error in that video file
........
  r42572 | drmccoy | 2009-07-18 06:03:41 +1000 (Sat, 18 Jul 2009) | 1 line
  
  /Finally/ fixing the longstanding flicker bug in Woodruff. I was completely mistaken about its cause, too
........

svn-id: r42576
2009-07-18 00:53:31 +00:00
Oystein Eftevaag
37c7cf951a Split the iPhone OSystem class up into several files
svn-id: r42479
2009-07-14 13:52:11 +00:00
Oystein Eftevaag
66c0c83003 Updated xcode project
svn-id: r42475
2009-07-14 12:55:54 +00:00
Travis Howell
e3398c0cc7 Merged revisions 42360-42361,42364-42366,42368-42378,42380 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42360 | Kirben | 2009-07-11 10:38:50 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Fix recent regression in AGOSEngine_Simon1::drawImage().
........
  r42361 | wjpalenstijn | 2009-07-11 10:47:32 +1000 (Sat, 11 Jul 2009) | 3 lines
  
  Fix SAGA outline generation algorithm for characters
  that are copies of earlier characters. (5 characters in IHNM.)
  This fixes #1904624.
........
  r42364 | Kirben | 2009-07-11 11:40:53 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Fix bug #2819628 - DETECTOR: Atlantis CD sets wrong gui options.
........
  r42365 | lordhoto | 2009-07-11 11:54:27 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Fix graphics not updating, when loading a save in Kyra1. This fixes problems when loading saves in rooms like Brynn's temple, which play animations directly on scene enter.
........
  r42366 | lordhoto | 2009-07-11 11:54:42 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Removed the now uneeded "Screen::_disableScreen" flag.
........
  r42368 | dreammaster | 2009-07-11 15:10:13 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Bugfix to show the mouse cursor when restarting the game after returning to launcher
........
  r42369 | dreammaster | 2009-07-11 15:12:17 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Active background screens are now properly freed when the game exits
........
  r42370 | dreammaster | 2009-07-11 15:14:42 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Added initialisation of paging screens when the game starts
........
  r42371 | thebluegr | 2009-07-11 16:19:29 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Fixed regression in the script parser from commit 42260
........
  r42372 | thebluegr | 2009-07-11 16:33:19 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Applied a slightly modified patch from clone2727 which adds static selector names to some demos which are missing them (KQ4, LSL1, LSL3, Iceman and Christmas1992)
........
  r42373 | thebluegr | 2009-07-11 16:34:25 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Removed an invalid detection entry
........
  r42374 | thebluegr | 2009-07-11 16:43:01 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Applied slightly modified patch 2819002 - "SCI: resource-view-patch on SQ5/German fix"
........
  r42375 | thebluegr | 2009-07-11 16:53:39 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Applied patch 2818733 - "SCI: Timer iterator for audio resources played via doSound"
........
  r42376 | Kirben | 2009-07-11 17:03:28 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Only error out, if checkStaticSelectorNames() fails.
........
  r42377 | dreammaster | 2009-07-11 18:16:55 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Bugfix to properly save the currently playing midi music when saving a scene
........
  r42378 | wjpalenstijn | 2009-07-11 19:45:25 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Fix oversight in r42361 and also handle consecutive copied characters in SAGA.
........
  r42380 | drmccoy | 2009-07-11 20:24:06 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Explicitely instantiate the decompressWizImage() templates, so that they won't be optimized away, as they are also used in akos.cpp
........

svn-id: r42381
2009-07-11 11:48:01 +00:00
Filippos Karapetis
0b47fa50ae Applied a slightly modified patch from clone2727 which adds static selector names to some demos which are missing them (KQ4, LSL1, LSL3, Iceman and Christmas1992)
svn-id: r42372
2009-07-11 06:33:19 +00:00
Travis Howell
0577bee938 Merged revisions 42322,42328,42345-42346,42354-42358 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42322 | dreammaster | 2009-07-10 10:49:13 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Changed the status of the Tinsel engine to be enabled by default
........
  r42328 | sev | 2009-07-10 18:40:44 +1000 (Fri, 10 Jul 2009) | 2 lines
  
  Mention cruise support
........
  r42345 | thebluegr | 2009-07-11 04:53:40 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Applied patch #2819665 - "SCI: cell palette fix for QfG3/SQ5/etc."
........
  r42346 | sev | 2009-07-11 05:06:24 +1000 (Sat, 11 Jul 2009) | 2 lines
  
  This is 1.0.0svn
........
  r42354 | drmccoy | 2009-07-11 07:49:47 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Fixing mismatched delete
........
  r42355 | drmccoy | 2009-07-11 08:11:36 +1000 (Sat, 11 Jul 2009) | 1 line
  
  Mention the Gob savegame format change and change the version from 0.14.0 to 1.0.0 there too
........
  r42356 | Hkz | 2009-07-11 08:13:27 +1000 (Sat, 11 Jul 2009) | 1 line
  
  tinsel: proper detection entry for Discworld 1 Italian only CD
........
  r42357 | wjpalenstijn | 2009-07-11 08:29:25 +1000 (Sat, 11 Jul 2009) | 4 lines
  
  Recreate FSNode after calling checkPath since checkPath may
  have created the directory the FSNode points to, invalidating
  its cached metadata. In the future, it might be nice to add
  a FSNode::rescan() function for this? This fixes #2793187 .
........
  r42358 | sev | 2009-07-11 08:46:36 +1000 (Sat, 11 Jul 2009) | 5 lines
  
  Restored several files after the version update.
  
  .in files are THE sources, and have to be modified, not the files generated
  from them.
........

svn-id: r42359
2009-07-10 23:40:21 +00:00
Eugene Sandulenko
272e9487aa Restored several files after the version update.
.in files are THE sources, and have to be modified, not the files generated
from them.

svn-id: r42358
2009-07-10 22:46:36 +00:00
Eugene Sandulenko
4b37e6ad8c This is 1.0.0svn
svn-id: r42346
2009-07-10 19:06:24 +00:00
Jody Northup
cf6d4c0b20 Fixed some branch-specific vsprops configuration, that was lost in the merge to using .vsprops files
svn-id: r42329
2009-07-10 09:45:26 +00:00
Travis Howell
4e99bee142 Merged revisions 42277-42278,42286-42290,42292-42293,42297,42300-42301,42303,42305-42306 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42277 | drmccoy | 2009-07-09 12:54:10 +1000 (Thu, 09 Jul 2009) | 1 line
  
  Giving Font its own real class
........
  r42278 | dreammaster | 2009-07-09 13:07:30 +1000 (Thu, 09 Jul 2009) | 1 line
  
  Changed the status of the cruise engine to be enabled by default
........
  r42286 | drmccoy | 2009-07-09 19:39:51 +1000 (Thu, 09 Jul 2009) | 1 line
  
  Warn instead of crash when a video frame part was found although the header says there's no video
........
  r42287 | thebluegr | 2009-07-09 23:17:46 +1000 (Thu, 09 Jul 2009) | 1 line
  
  Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the upcoming changes to the MSVC project files (sound/iff.* produces iff.obj, which clashes with iff.obj from graphics/iff.*)
........
  r42288 | thebluegr | 2009-07-10 01:12:35 +1000 (Fri, 10 Jul 2009) | 3 lines
  
  - Rewrote and greatly simplified the MSVC8 and MSVC9 project files so that they use common compilation properties, based on patch #2774908. These common properties make it much simpler to change options and compilation defines globally, similar to how GCC *.mk files do. Also, this fixes problems where an ENABLE_* define was set for one project file but not another (like the situation in revisions 42257 and 42259). It's now much easier to construct a tool which will create the project files dynamically.
  - Dropped support for MSVC7 and MSVC7.1 for now (as they don't support common compilation properties and it's no longer easy to construct them from the MSVC8 ones) - hopefully, they will return in the future, once we got a more sophisticated tool to create them
  - Simplified the MSVC9 <-> MSVC8 conversion tools a bit
........
  r42289 | thebluegr | 2009-07-10 01:15:49 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Reverted commit #42257, as the original issue was with the compilation process of MSVC and the ENABLE_* checks work correctly
........
  r42290 | thebluegr | 2009-07-10 01:17:45 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Added proper safeguards for shorten.*, thereby fixing commit 42259
........
  r42292 | lordhoto | 2009-07-10 01:32:06 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Cleanup.
........
  r42293 | lordhoto | 2009-07-10 01:32:25 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Cleanup rollDice (the results of the old and the new function are almost identical).
........
  r42297 | thebluegr | 2009-07-10 01:46:26 +1000 (Fri, 10 Jul 2009) | 1 line
  
  restAdjust should be a signed integer. Fixes crashes with SCI1 games that take absolute lofs parameters (a regression of commit #42260)
........
  r42300 | thebluegr | 2009-07-10 01:54:18 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Applied patch #2818845 - "SCI: resource.map detection for SCI1/1.1 fixed", with some slight formatting changes
........
  r42301 | lordhoto | 2009-07-10 01:59:20 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Fix wrong format arugment.
........
  r42303 | lordhoto | 2009-07-10 02:16:08 +1000 (Fri, 10 Jul 2009) | 1 line
  
  By comparing the commit log of r42300, it seems that "off" was renamed to "lastDirectoryOffset". I changed the SCI32 specific code to use that now. I can't assure this is anyhow correct, so anyone with knowledge of this code please check it.
........
  r42305 | lordhoto | 2009-07-10 02:23:22 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Add fixme about SCI32 specific code.
........
  r42306 | lordhoto | 2009-07-10 02:24:59 +1000 (Fri, 10 Jul 2009) | 1 line
  
  Oops specify the correct revsision number in the fixme.
........

svn-id: r42318
2009-07-10 00:07:26 +00:00
Filippos Karapetis
aa66cf3fd8 - Rewrote and greatly simplified the MSVC8 and MSVC9 project files so that they use common compilation properties, based on patch #2774908. These common properties make it much simpler to change options and compilation defines globally, similar to how GCC *.mk files do. Also, this fixes problems where an ENABLE_* define was set for one project file but not another (like the situation in revisions 42257 and 42259). It's now much easier to construct a tool which will create the project files dynamically.
- Dropped support for MSVC7 and MSVC7.1 for now (as they don't support common compilation properties and it's no longer easy to construct them from the MSVC8 ones) - hopefully, they will return in the future, once we got a more sophisticated tool to create them
- Simplified the MSVC9 <-> MSVC8 conversion tools a bit

svn-id: r42288
2009-07-09 15:12:35 +00:00
Travis Howell
bffeaaae76 Merged revisions 42252,42255-42263,42269-42271 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42252 | Kirben | 2009-07-08 11:07:41 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Fix recent regression in vc61().
........
  r42255 | thebluegr | 2009-07-08 17:09:03 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Synced the MSVC project files of the gob engine
........
  r42256 | thebluegr | 2009-07-08 17:11:43 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Updated the MSVC project files of the scummvm project (added graphics/sjis.*)
........
  r42257 | thebluegr | 2009-07-08 17:13:56 +1000 (Wed, 08 Jul 2009) | 1 line
  
  The ENABLE_* flags are only checked for *.cpp files in MSVC, so move the ENABLE_* checks to sjis.cpp to fix compilation under MSVC
........
  r42258 | thebluegr | 2009-07-08 17:25:09 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Also added the ENABLE_IHNM and ENABLE_SAGA2 preprocessor definitions to the scummvm project files, not only the saga project files
........
  r42259 | thebluegr | 2009-07-08 17:28:13 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Added guards to only include the Shorten audio code when the SAGA2 code in the SAGA engine is enabled
........
  r42260 | thebluegr | 2009-07-08 20:25:37 +1000 (Wed, 08 Jul 2009) | 3 lines
  
  Some cleanup for the script debugger code:
  - Renamed struct DebugState to ScriptState and r_amp_rest to restAdjust inside EngineState. Changed restAdjust to be a uint16 (actually it is a uint16, but it was being casted back and forth from an unsigned integer, so this clears up its type and size)
  - Moved the script state variables from inside the run_vm() into the ScriptState struct, so that they can be accessed by the console commands and the script debugger all the time, and removed the weird isValid code
........
  r42261 | thebluegr | 2009-07-08 20:35:51 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Fixed saving/loading again (broken with the latest changes for game feature auto-detection)
........
  r42262 | thebluegr | 2009-07-08 20:44:25 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Only the kernel needs to be initialized before anything else, when saving/loading
........
  r42263 | thebluegr | 2009-07-08 23:08:51 +1000 (Wed, 08 Jul 2009) | 2 lines
  
  - Moved printObject inside the Console class
  - Enabled the parts where disassemble() is called
........
  r42269 | athrxx | 2009-07-09 06:19:23 +1000 (Thu, 09 Jul 2009) | 1 line
  
  LOL: fix long standing bugs in the battle system (hit chance, damage, etc) by adapting original style random number generator
........
  r42270 | athrxx | 2009-07-09 06:32:34 +1000 (Thu, 09 Jul 2009) | 1 line
  
  LOL: rename new function in last commit according to LordHoto's suggestion
........
  r42271 | athrxx | 2009-07-09 07:12:03 +1000 (Thu, 09 Jul 2009) | 1 line
  
  LOL: cleanup
........

svn-id: r42275
2009-07-09 00:19:00 +00:00
Filippos Karapetis
4e44217047 Also added the ENABLE_IHNM and ENABLE_SAGA2 preprocessor definitions to the scummvm project files, not only the saga project files
svn-id: r42258
2009-07-08 07:25:09 +00:00
Filippos Karapetis
c3a335aacb Updated the MSVC project files of the scummvm project (added graphics/sjis.*)
svn-id: r42256
2009-07-08 07:11:43 +00:00
Filippos Karapetis
4f39ef18c1 Synced the MSVC project files of the gob engine
svn-id: r42255
2009-07-08 07:09:03 +00:00
Travis Howell
3e47aaa151 Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-42222,42229-42235,42238-42240 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42205 | dreammaster | 2009-07-07 17:41:02 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Removed the shooting workaround delay - the overlay number can vary, so it isn't a reliable way of identifying the specific message
........
  r42206 | thebluegr | 2009-07-07 17:44:25 +1000 (Tue, 07 Jul 2009) | 4 lines
  
  - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has been removed and versions SCI_VERSION_01_EGA and SCI_VERSION_01_VGA have been merged into SCI_VERSION_01
  - Simplified the checks for EGA and VGA graphics
  - Fixed a bug in script_adjust_opcode_formats()
  - Simplified the code in GfxResManager::getView() a bit
........
  r42208 | strangerke | 2009-07-07 17:51:18 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Add detection of Playtoons 2 En
........
  r42209 | thebluegr | 2009-07-07 17:51:26 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentially, lofss and lofsa both load an offset, with lofsa loading it in the accumulator and lofss in the stack). lofss is rarely used in SCI1.1 games, which explains why no lofss-related crashes have been observed in SCI1.1
........
  r42211 | thebluegr | 2009-07-07 20:28:05 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Added auto-detection for games with older headers for script blocks, and removed game flag GF_SCI0_OLD
........
  r42212 | thebluegr | 2009-07-07 21:14:18 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Cleanup: added an enum for the auto-detected features, removed the selectors which are only used for auto-detection from the convenience selector map and placed feature auto-detection in a separate function. Also, now the automatically detected graphics resources are shown in the console.
........
  r42214 | strangerke | 2009-07-07 21:58:22 +1000 (Tue, 07 Jul 2009) | 2 lines
  
  - Separate Playtoons gametypes from  in GobEngine::initGameParts()
  - Add a specific save/load class for Playtoons as some specific files need to be tested
........
  r42215 | strangerke | 2009-07-07 22:03:27 +1000 (Tue, 07 Jul 2009) | 3 lines
  
  - Add a new gametype for 'The Land of the Magic Stones'
  - Add detection of the french version
  - Add a new game feature for 800*600
........
  r42216 | thebluegr | 2009-07-07 22:29:55 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Removed the superfluous sci_version_types array (it's essentially the same as the versionNames array)
........
  r42217 | strangerke | 2009-07-07 22:51:21 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Change SaveLoad_Playtoons case
........
  r42219 | thebluegr | 2009-07-07 23:39:24 +1000 (Tue, 07 Jul 2009) | 1 line
  
  Removed the weird checks for a maximum resource number (the sci_max_resource_nr array), as it doesn't serve any real purpose and leads to strange errors: if a resource is found which is bigger than the maximum number, it will be remapped to an incorrect number from this check. This makes KQ5CD work properly again (resources would be remapped to incorrect resource numbers from this code as a result of not updating this array with the latest SCI version merges).
........
  r42221 | lordhoto | 2009-07-08 00:22:23 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Add generic functionallity to draw FM-Towns ROM. (To be used by KYRA and SCI)
........
  r42222 | lordhoto | 2009-07-08 00:22:39 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Adapt KYRA to use the new Graphics::FontSJIS code.
........
  r42229 | sev | 2009-07-08 03:11:29 +1000 (Wed, 08 Jul 2009) | 2 lines
  
  kFeatures800 -> kFeatures800x600 in order to have more meaningful name
........
  r42230 | lordhoto | 2009-07-08 04:10:35 +1000 (Wed, 08 Jul 2009) | 2 lines
  
  - Added support for outlined FM-Towns ROM drawing
  - Adapted KYRA to use that
........
  r42231 | lordhoto | 2009-07-08 04:17:30 +1000 (Wed, 08 Jul 2009) | 2 lines
  
  - Rename FontSJIS::enableShadow to enableOutline.
  - Initialize outline to false by default in FontTowns.
........
  r42232 | lordhoto | 2009-07-08 05:00:39 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Change "FM-Towns" to "FM-TOWNS" for consistency.
........
  r42233 | lordhoto | 2009-07-08 05:00:51 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Add guards to only include SJIS font code, when KYRA or SCI is enabled.
........
  r42234 | lordhoto | 2009-07-08 05:18:32 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Simply compile guard of SJIS code and fix comment.
........
  r42235 | lordhoto | 2009-07-08 05:18:53 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Change all uses of FM-Towns/fm-towns to FM-TOWNS.
........
  r42238 | thebluegr | 2009-07-08 06:01:15 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Added a workaround for incorrect font references in LSL1VGA (which was the original purpose of the code removed in rev. 42219)
........
  r42239 | thebluegr | 2009-07-08 06:17:07 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Improved the LSL1VGA workaround after talking with waltervn
........
  r42240 | thebluegr | 2009-07-08 06:43:27 +1000 (Wed, 08 Jul 2009) | 1 line
  
  Silenced the very chatty song iterator console messages by converting them to appropriate debug messages
........

svn-id: r42248
2009-07-07 23:24:34 +00:00
Arnaud Boutonné
a0ab8c9c0c - Separate Playtoons gametypes from in GobEngine::initGameParts()
- Add a specific save/load class for Playtoons as some specific files need to be tested

svn-id: r42214
2009-07-07 11:58:22 +00:00
Travis Howell
f63b02b920 Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-42113,42115-42132,42134-42150,42153-42155,42161-42162 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r42087 | thebluegr | 2009-07-04 21:24:09 +1000 (Sat, 04 Jul 2009) | 1 line
  
  Newer DoSound() semantics are now detected automatically, by the existence of the "setVol" selector. Removed game flag GF_SCI1_NEWDOSOUND
........
  r42088 | thebluegr | 2009-07-04 21:33:51 +1000 (Sat, 04 Jul 2009) | 1 line
  
  Removed silly FIXME (mixup between debug and engine debug levels)
........
  r42093 | thebluegr | 2009-07-05 01:22:42 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Added a new console command, "selector", which attempts to find a selector by name
........
  r42094 | thebluegr | 2009-07-05 01:39:31 +1000 (Sun, 05 Jul 2009) | 1 line
  
  - Changed some comments to DOxygen style
........
  r42095 | thebluegr | 2009-07-05 01:45:04 +1000 (Sun, 05 Jul 2009) | 3 lines
  
  - Kernel function names are no longer loaded from vocab.999, but are constructed from the hardcoded function table, depending on the SCI version used
  - SCI0 games using older graphics functions are now detected by the presence of the "curAngle" selector
  - SCI0 games using a SCI1 table (like KQ1 demo version and full version) are detected by the presence of the "sightAngle" selector (as no SCI0 game seems to have it)
........
  r42097 | thebluegr | 2009-07-05 02:30:20 +1000 (Sun, 05 Jul 2009) | 3 lines
  
  - Merged the "early" and "late" SCI1 versions - these are functionally equivalent, and the code that does the version check is unreliable (e.g. it sets SQ1 VGA to SCI1 "late" and EcoQuest 1 to SCI1 "early")
  - Cleanup of the vocabulary setting functions
  - Cleanup of the cursor manipulation code
........
  r42098 | thebluegr | 2009-07-05 02:36:56 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Merged SCI1 versions in one more file
........
  r42099 | thebluegr | 2009-07-05 03:39:43 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Cursors without a palette are now initialized correctly (from patch #2816652). Fixes the cursor transparent color in QFG3
........
  r42104 | lordhoto | 2009-07-05 04:54:06 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Add GCC_PRINTF parameter.
........
  r42105 | lordhoto | 2009-07-05 04:54:27 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Fix mismatching format arguments.
........
  r42106 | lordhoto | 2009-07-05 04:54:43 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Kyra1 PC-98 never offered English as language settings, thus remove it. (The CD version *does* supply English files, but those will work as FM-Towns version, so this causes no drawback for the user and is faithful to the original)
........
  r42107 | lordhoto | 2009-07-05 05:04:39 +1000 (Sun, 05 Jul 2009) | 1 line
  
  After discussing with Max, disable -Wmissing-format-attribute again. Also added a comment explaining why it is disabled.
........
  r42110 | athrxx | 2009-07-05 07:18:20 +1000 (Sun, 05 Jul 2009) | 1 line
  
  KYRA: fix minor bug in Screen::drawShape()
........
  r42112 | wjpalenstijn | 2009-07-05 09:52:24 +1000 (Sun, 05 Jul 2009) | 1 line
  
  When morphing a TeeSongIterator, transfer death listeners to remaining child
........
  r42113 | wjpalenstijn | 2009-07-05 11:16:53 +1000 (Sun, 05 Jul 2009) | 1 line
  
  When creating a CleanupSongIterator, transfer death listeners to it
........
  r42115 | dreammaster | 2009-07-05 17:21:17 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Bugfix for word-wrapping of text, which sometimes failed for strings with special characters
........
  r42116 | jvprat | 2009-07-05 19:34:54 +1000 (Sun, 05 Jul 2009) | 3 lines
  
  - Refactorized Groovie::MusicPlayer to make it extensible
  - Added an empty MusicPlayerMac to let the Macintosh version of The 7th Guest start
........
  r42117 | thebluegr | 2009-07-05 20:34:43 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Removed validity check for atoi, which prevented console commands from interacting with resources with id 0
........
  r42118 | thebluegr | 2009-07-05 21:08:53 +1000 (Sun, 05 Jul 2009) | 1 line
  
  SCI1 games with absolute parameters to lofs instructions are automatically detected now. Removed the GF_SCI1_LOFSABSOLUTE game flag
........
  r42119 | drmccoy | 2009-07-05 21:26:23 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Adding an enum MouseButtons
........
  r42120 | drmccoy | 2009-07-05 21:26:42 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Commenting prepareStr a bit and renaming it to cleanupStr
........
  r42121 | drmccoy | 2009-07-05 21:27:11 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Added a Key and ShortKey enum
........
  r42122 | drmccoy | 2009-07-05 21:27:26 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Added a skipBlock() method
........
  r42123 | drmccoy | 2009-07-05 21:27:54 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Moving the "Collision" stuff to Hotspots in hotspots.cpp/.h
........
  r42124 | drmccoy | 2009-07-05 21:28:09 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Wrapping the block end marker checks into Hotspots::Hotspot::isEnd()
........
  r42125 | drmccoy | 2009-07-05 21:28:25 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Removing the now empty Game_Fascination class
........
  r42126 | drmccoy | 2009-07-05 21:28:38 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Fixing indent
........
  r42127 | drmccoy | 2009-07-05 21:28:57 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Merging Game_v1's and Game_v2's prepareStart()
........
  r42128 | drmccoy | 2009-07-05 21:29:13 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Merging Game's and Game_v6's totSub()
........
  r42129 | drmccoy | 2009-07-05 21:29:30 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Merging playTot()
........
  r42130 | drmccoy | 2009-07-05 21:29:54 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Putting the Urban noCD check into Init_v6::initGame()
........
  r42131 | drmccoy | 2009-07-05 21:30:14 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Removing the now unneeded Game_v* classes
........
  r42132 | thebluegr | 2009-07-05 21:49:05 +1000 (Sun, 05 Jul 2009) | 2 lines
  
  - Fixed feature auto-detection for Conquests of Camelot
  - Auto-detected features are now printed in the console (to ease debugging)
........
  r42134 | thebluegr | 2009-07-05 21:58:42 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Updated the MSVC project files of the gob engine
........
  r42135 | drmccoy | 2009-07-05 22:52:14 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Adding a workaround for an invalid expression in Gob1 EGA
........
  r42136 | thebluegr | 2009-07-05 23:07:11 +1000 (Sun, 05 Jul 2009) | 1 line
  
  Merged the two SCI1 versions in one more file
........
  r42137 | lordhoto | 2009-07-06 00:11:54 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Got rid of HACK, which was used to setup new cursor on theme change.
........
  r42138 | lordhoto | 2009-07-06 00:12:04 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Removed pushing of EVENT_SCREEN_CHANGED on theme load. This event should only be pushed by the backend.
........
  r42139 | marcus_c | 2009-07-06 00:57:03 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Refresh the screen if pollEvent() is called without updateScreen() being called for a long time.
........
  r42140 | athrxx | 2009-07-06 00:58:22 +1000 (Mon, 06 Jul 2009) | 1 line
  
  LOL: - reduce code duplication
........
  r42141 | athrxx | 2009-07-06 02:29:17 +1000 (Mon, 06 Jul 2009) | 1 line
  
  LOL: cleanup
........
  r42142 | drmccoy | 2009-07-06 05:56:03 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Encapsulating hotspot state reading
........
  r42143 | drmccoy | 2009-07-06 05:56:23 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Correcting an input related mistake
........
  r42144 | drmccoy | 2009-07-06 05:56:40 +1000 (Mon, 06 Jul 2009) | 1 line
  
  More state-related encapsulation
........
  r42145 | drmccoy | 2009-07-06 05:56:54 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Split off Hotspots::evaluateNew()
........
  r42146 | drmccoy | 2009-07-06 05:57:08 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Ooops, fixing monospaced text input again
........
  r42147 | drmccoy | 2009-07-06 05:57:22 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Split off some drawing related functions
........
  r42148 | drmccoy | 2009-07-06 05:57:37 +1000 (Mon, 06 Jul 2009) | 1 line
  
  More input related split-offs
........
  r42149 | drmccoy | 2009-07-06 05:57:55 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Renaming FontDesc::extraData to charWidths
........
  r42150 | drmccoy | 2009-07-06 05:58:09 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Reordering some methods
........
  r42153 | drmccoy | 2009-07-06 07:39:55 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Renaming the last occurences of "Collision" to "Hotspot"
........
  r42154 | drmccoy | 2009-07-06 07:40:20 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Adding some hotspot debug messages
........
  r42155 | drmccoy | 2009-07-06 07:40:51 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Added an enum for the hotspot states
........
  r42161 | drmccoy | 2009-07-06 11:41:29 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Adding more comments
........
  r42162 | dreammaster | 2009-07-06 12:46:59 +1000 (Mon, 06 Jul 2009) | 1 line
  
  Bugfix for node enabling/disabling, which was previously allowing the player to walk through closed doors and into the walls
........

svn-id: r42165
2009-07-06 06:34:40 +00:00
Filippos Karapetis
0b4e5c43d3 Updated the MSVC project files of the gob engine
svn-id: r42134
2009-07-05 11:58:42 +00:00
Travis Howell
4656019e8a Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,41348-41369,41372-41376,41379-41381,41384-41386,41389,41393,41395,41398,41400-41409,41419,41421,41423-41425,41428-41430,41432-41433,41452-41453,41458-41462,41465,41468,41470,41473-41474,41484-41490,41493,41496-41504,41506-41508,41516-41517,41519-41520,41528,41536-41538,41556-41557,41559-41560,41562-41576,41579,41584,41587-41592,41596,41598,41601-41603,41611,41618-41619,41630,41632-41635,41639,41641,41644-41647,41660,41663-41665,41668,41677,41679-41680,41683,41699-41705,41707-41709,41713-41715,41718-41727,41729-41736,41739-41763,41765-41766,41768-41774,41777-41778,41781-41799,41803,41806,41809-41813,41821-41823,41827,41833-41834,41836-41839,41841,41844-41848,41850-41853,41858-41860,41867-41871,41875-41887,41889-41893,41895-41897,41902-41903,41915-41917,41922,41929-41934,41938,41940-41964,41967-41968,41975,42007-42012,42020,42038-42041,42043-42044,42047-42050,42054-42056,42060,42062,42079,42081 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r41219 | drmccoy | 2009-06-06 21:34:11 +1000 (Sat, 06 Jun 2009) | 2 lines
  
  Adding my German version of Playtoons 2 ("Rummelsdorf hoch zwei")
........
  r41220 | wjpalenstijn | 2009-06-06 21:38:20 +1000 (Sat, 06 Jun 2009) | 3 lines
  
  Store long-term pointers to object variables in a new ObjVarRef struct.
  Storing them as reg_t* could cause the pointers to become invalid
  when they pointed into CloneTable since CloneTable can be re-allocated.
........
  r41221 | athrxx | 2009-06-06 22:18:39 +1000 (Sat, 06 Jun 2009) | 1 line
  
  KYRA/LOL: fix input code for japanese game versions
........
  r41222 | waltervn | 2009-06-06 22:30:13 +1000 (Sat, 06 Jun 2009) | 2 lines
  
  SCI: Fix audio regression in KQ5CD, introduced in r41205.
........
  r41223 | athrxx | 2009-06-07 00:14:07 +1000 (Sun, 07 Jun 2009) | 1 line
  
  LOL: fixed vaelan's cube
........
  r41224 | athrxx | 2009-06-07 00:42:03 +1000 (Sun, 07 Jun 2009) | 1 line
  
  LOL: fixed level temp data size
........
  r41225 | athrxx | 2009-06-07 01:32:42 +1000 (Sun, 07 Jun 2009) | 1 line
  
  LOL: fix last commit
........
  r41226 | djwillis | 2009-06-07 01:41:17 +1000 (Sun, 07 Jun 2009) | 1 line
  
  GP2XWiz: Cleanup and start to work on virtual keyboard support for the backend.
........
  r41227 | thebluegr | 2009-06-07 02:43:13 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Moved some more debug commands to ScummVM's coneole
........
  r41228 | drmccoy | 2009-06-07 02:47:21 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Adding a pause mode
........
  r41229 | drmccoy | 2009-06-07 02:48:29 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Adding a general coktelplayer.scn demo file
........
  r41230 | djwillis | 2009-06-07 02:52:45 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  GP2X: Small cleanup of control code and start to work on virtual keyboard support for the backend.
........
  r41231 | lordhoto | 2009-06-07 03:10:15 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Fix unused variable warnings.
........
  r41232 | djwillis | 2009-06-07 03:21:50 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Virtual Keyboard: Fix detection of v_align option when used in the keyboard definition.
........
  r41233 | sev | 2009-06-07 03:36:06 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement feature request #1180217: "GUI: Mute option"
........
  r41234 | sev | 2009-06-07 03:36:21 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Mention new hotkey in README
........
  r41235 | sev | 2009-06-07 03:36:58 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Add Mute control to all themes
........
  r41236 | sev | 2009-06-07 03:37:15 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement FR#1522626: "GUI: Friendlier "Add Game" session"
........
  r41237 | sev | 2009-06-07 03:37:31 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement FR#2090830: "GUI: RTL should focus game list on the last game played"
........
  r41238 | sev | 2009-06-07 03:37:51 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Decrease number of free memory pages to realistic value
........
  r41239 | sev | 2009-06-07 03:39:13 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Whitespace fixes and C++ comments
........
  r41240 | sev | 2009-06-07 03:39:42 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix bug #2434187: "SQ2: message not displayed, or vanishes too quickly"
........
  r41241 | sev | 2009-06-07 03:40:09 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix implementation of prevent.input. This fixes SQ2 intro
........
  r41242 | sev | 2009-06-07 03:40:27 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix bug #2026570: "SQ2: Prompt disappears when it shouldn't"
........
  r41243 | sev | 2009-06-07 03:40:56 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix bug #2721940: "AGI: Gold Rush! Restart Option differs from original"
........
  r41244 | sev | 2009-06-07 03:41:29 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix bug #1745954: "GR: Intro "jumpy" in parts (Amiga version)"
........
  r41245 | sev | 2009-06-07 03:41:50 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Store and compare MD5s in the saves
........
  r41246 | sev | 2009-06-07 03:42:12 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Disable save/load when original did not allow
........
  r41247 | sev | 2009-06-07 03:42:37 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Stop abusing game flag.
........
  r41248 | sev | 2009-06-07 03:43:04 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Remove duplicated amiga busy cursor
........
  r41249 | sev | 2009-06-07 03:43:26 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement debug commands "room" and "bt"
........
  r41250 | sev | 2009-06-07 03:43:51 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix bug #2026605: "SQ2: Have to wait after dying to do anything."
........
  r41251 | sev | 2009-06-07 03:44:24 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Cleanup
........
  r41252 | sev | 2009-06-07 03:44:46 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement scummvm.ini flag features for AGI engine
........
  r41253 | sev | 2009-06-07 03:45:06 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement cancel.line. Consider obj.status.f implemented
........
  r41254 | sev | 2009-06-07 03:45:52 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Cleanup
........
  r41255 | sev | 2009-06-07 03:46:19 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement hold.key and release.key opcodes
........
  r41256 | sev | 2009-06-07 03:46:38 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement allow.menu opcode
........
  r41257 | sev | 2009-06-07 03:46:55 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement hide.mouse and show.mouse opcodes
........
  r41258 | sev | 2009-06-07 03:47:29 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement fence.mouse opcode
........
  r41259 | sev | 2009-06-07 03:48:09 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Correct implementation for set.key opcode. Fixes #2605104: "AGI: Manhunter, F3 hotkey dosent work", removed number of hacks
........
  r41260 | sev | 2009-06-07 03:48:30 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Add guard check to set.key opcode.
........
  r41261 | sev | 2009-06-07 03:48:46 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Make PopUp widget look more balanced
........
  r41262 | sev | 2009-06-07 03:49:09 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Improved look of popup widget, buttons, checkbox and tab widget
........
  r41263 | sev | 2009-06-07 03:49:59 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement FR#2707442: "GUI: Improve Mass Add dialog"
........
  r41264 | sev | 2009-06-07 03:50:30 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Sync all themes with improvements of mass dialog. Fixed list positioning
........
  r41265 | sev | 2009-06-07 03:51:41 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement widget property "textalign". Added it to all theme layouts
........
  r41266 | sev | 2009-06-07 03:52:44 +1000 (Sun, 07 Jun 2009) | 4 lines
  
  Implement FR#2507667: "GUI: Improve PopupWidget rendering / theme layouting".
  - Split out label from PopUp widget
  - Aligned every widget on all layouts so GUI becomes to look nice again
  - Moved textHAlign to layout properties
........
  r41267 | sev | 2009-06-07 03:53:25 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Add to launcher not yet functional search widget.
  Make EditableWidget CommandSender
........
  r41268 | sev | 2009-06-07 03:54:08 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Implement FR#1970293: "LAUNCHER: Add "quick search" input field like in iTunes"
........
  r41269 | sev | 2009-06-07 03:54:28 +1000 (Sun, 07 Jun 2009) | 5 lines
  
  Improvements to laucher dialog
  - Made quicksearch turned off in the launcher game list
  - Turn ListWidget into CommandSender
  - Turn quicksearch off in launcher game list
  - Connect laucher list widget with search box so search is initiated by typing
........
  r41270 | sev | 2009-06-07 03:54:43 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix font size in EditTextWidget on screen resolution change.
........
  r41271 | sev | 2009-06-07 03:54:59 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix item selection on filtered out list in launcher
........
  r41272 | sev | 2009-06-07 03:56:41 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Added game GUI options to advancedDetector and updated all engines
........
  r41273 | sev | 2009-06-07 03:56:59 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix bug with GUI options not set when per-game setting is empty
........
  r41274 | sev | 2009-06-07 03:57:39 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Add GUI options support to Sky, Queen and Sword1&2 engines (which do not use AD)
........
  r41275 | sev | 2009-06-07 03:58:08 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Implement FR#862150: "GUI: Show subtitles/speech options only for speech games"
  Add generic per-game GUI options support along the way ;)
........
  r41276 | sev | 2009-06-07 03:58:29 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Do not change list content if filter was not changed
........
  r41277 | sev | 2009-06-07 03:59:04 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Disable load from the launcher button for AGOS and Gob games with use of GUI options
........
  r41278 | sev | 2009-06-07 03:59:54 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Add support for GUI options to SCUMM engine
........
  r41279 | thebluegr | 2009-06-07 04:02:16 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Removed unused variable
........
  r41280 | sev | 2009-06-07 04:11:05 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Add empty file to cheat git-svn
........
  r41281 | sev | 2009-06-07 04:21:07 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Disable MIDI controls if GUIO_NOMIDI is set
........
  r41282 | sev | 2009-06-07 04:21:49 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do.
........
  r41283 | sev | 2009-06-07 04:22:18 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Added couple of newly discovered fanmade AGI games.
........
  r41284 | sev | 2009-06-07 04:22:43 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Added CoCo3 version of SQ1
........
  r41285 | sev | 2009-06-07 04:23:05 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Added GUI options for newly added games
........
  r41286 | sev | 2009-06-07 04:23:24 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Shut gcc warning.
........
  r41287 | sev | 2009-06-07 04:27:25 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Bump theme version to 0.5 due to number of recent changes.
........
  r41288 | sev | 2009-06-07 04:32:33 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Restore search.bmp which was lost
........
  r41289 | lordhoto | 2009-06-07 04:33:20 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Fix printf format argument related warnings.
........
  r41290 | thebluegr | 2009-06-07 04:38:41 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Updated the MSVC project files of the SCUMM engine for commit #41282
........
  r41291 | lordhoto | 2009-06-07 04:41:25 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Flag all games without full voice over with GUIO_NOSPEECH.
........
  r41292 | athrxx | 2009-06-07 04:46:07 +1000 (Sun, 07 Jun 2009) | 1 line
  
  LOL: fix flying item hit processing
........
  r41293 | thebluegr | 2009-06-07 05:04:09 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fixed assertion when starting mass add and there are no games currently in the game list
........
  r41294 | drmccoy | 2009-06-07 05:06:47 +1000 (Sun, 07 Jun 2009) | 4 lines
  
  Demoplayer:
  - Fixing the flawed double mode
  - Adding an "auto" double mode, where the videos get scaled if possible
........
  r41295 | lordhoto | 2009-06-07 05:10:25 +1000 (Sun, 07 Jun 2009) | 3 lines
  
  - Flag Kyra3 detection entries with GUIO_NOMIDI
  - Get rid of using directive
........
  r41296 | sev | 2009-06-07 05:20:39 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Bring old 'quick search' behavior of games list back.
........
  r41297 | lordhoto | 2009-06-07 05:47:55 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Use GameDescriptor::setGUIOptions instead of setting key "guioptions" directly.
........
  r41299 | fingolfin | 2009-06-07 06:03:13 +1000 (Sun, 07 Jun 2009) | 1 line
  
  GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references
........
  r41300 | djwillis | 2009-06-07 06:05:21 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Virtual Keyboard: 'Ab'use the console font to get a font small enough to be usable on 320*240 virtual keyboards for display_area (GUI and BigGUI take up far too much space).
........
  r41301 | lordhoto | 2009-06-07 06:22:16 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Made fix for empty game list on starting MassAdd a bit more robust.
........
  r41302 | thebluegr | 2009-06-07 06:29:37 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Moved some more debug commands to ScummVM's coneole
........
  r41303 | djwillis | 2009-06-07 06:36:12 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Virtual Keyboard: Add 320*240 support (in addition to 640*480) to the default keyboard pack. Also tweak vkeybd.xml to make it a little more like valid XML). New graphics still to come so excuse the ugly keyboard images for now.
........
  r41304 | sev | 2009-06-07 06:58:36 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Make script executable
........
  r41305 | fingolfin | 2009-06-07 07:37:30 +1000 (Sun, 07 Jun 2009) | 1 line
  
  GOB: Turned _spritesArray into a Common::Array (of fixed size) to detect out-of-bounds access to it (since access is controlled by scripts, this could (and does :/) easily happen. Also removed an obsolete swap() method, and fixed one case where _spritesArray was indeed accessed out of bounds
........
  r41306 | drmccoy | 2009-06-07 07:41:22 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Fixing the Woodruff intro: Using a flag that's /not/ already used be the scripts
........
  r41307 | drmccoy | 2009-06-07 07:45:47 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Fixing the demoplayer's auto double mode and added a REBASE0 option that sets the video's X and Y coordinates to 0,0
........
  r41308 | drmccoy | 2009-06-07 07:54:12 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Setting the game type of the generic demoplayer to Urban so it can make use of the initial palette
........
  r41309 | fingolfin | 2009-06-07 09:22:22 +1000 (Sun, 07 Jun 2009) | 1 line
  
  GUI: Simplified ThemeEngine::getImageSurface (this way it's easier to add more graphics in the future ;)
........
  r41310 | fingolfin | 2009-06-07 09:22:35 +1000 (Sun, 07 Jun 2009) | 1 line
  
  GUI: Pressing 'ESC' in the Launcher's quick search field now resets the search filter
........
  r41311 | fingolfin | 2009-06-07 09:22:48 +1000 (Sun, 07 Jun 2009) | 1 line
  
  GUI: Tweaked the launcher so that TAB switches focus between the list and the quick search field
........
  r41312 | drmccoy | 2009-06-07 09:39:58 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Renamed the evaluateStore opcodes to assign, because that's what they are
........
  r41313 | drmccoy | 2009-06-07 09:40:11 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fascination needs o1_assign. o2_assign breaks the DOS floppy version
........
  r41314 | athrxx | 2009-06-07 10:37:30 +1000 (Sun, 07 Jun 2009) | 1 line
  
  LOL: implemented king richard healing sequence
........
  r41315 | lordhoto | 2009-06-07 10:51:19 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Fix WSA v2 code, now the automap remove WSA file in Lands of Lore plays correctly.
........
  r41316 | lordhoto | 2009-06-07 10:58:14 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Add support for "WF_NO_LAST_FRAME" in WSA v1 code too. Since so far every v1 WSA file played fine, it might be unneeded, but better safe than sorry.
........
  r41317 | drmccoy | 2009-06-07 11:45:09 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Dropping the v1 parser functions in favour of the extended v2 ones
........
  r41318 | waltervn | 2009-06-07 12:18:38 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr.
........
  r41322 | strangerke | 2009-06-07 18:33:46 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Suppress use of parse_v1 and parse_v2 as DrMcCoy got rid of them.
........
  r41323 | strangerke | 2009-06-07 18:46:15 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Suppress inclusion of a not yet committed file
........
  r41324 | sev | 2009-06-07 20:03:19 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Mention recent improvements
........
  r41325 | sev | 2009-06-07 20:04:41 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  Added MD5 from Bug #2796782: "SCI: LSL1 Russian MD5"
........
  r41326 | sev | 2009-06-07 20:13:05 +1000 (Sun, 07 Jun 2009) | 2 lines
  
  MD5 from bugreport #2797962: "SCI: Laura Bows 2 german, md5"
........
  r41327 | athrxx | 2009-06-07 20:34:01 +1000 (Sun, 07 Jun 2009) | 1 line
  
  LOL: implemented some missing monster animation code
........
  r41328 | fingolfin | 2009-06-07 21:02:51 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Set svn:ignore
........
  r41331 | fingolfin | 2009-06-07 22:37:16 +1000 (Sun, 07 Jun 2009) | 1 line
  
  AGI: Fixed typo in game name ;)
........
  r41332 | fingolfin | 2009-06-07 22:47:10 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Added an experimental '--upgrade-targets' option (to be refined; and possibly hooked to the GUI eventually). This updates the guioptions,platform and lang for all your targets (and with a source change, also the descriptions)
........
  r41333 | fingolfin | 2009-06-07 23:04:03 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Added some new method variants to Common::String
........
  r41334 | fingolfin | 2009-06-07 23:04:16 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fix for bug #2802492 (GUI: search query causes game list scrollbar glitches)
........
  r41336 | athrxx | 2009-06-07 23:07:16 +1000 (Sun, 07 Jun 2009) | 1 line
  
  LOL: implemented two more opcodes for castle cimmeria
........
  r41337 | fingolfin | 2009-06-07 23:14:34 +1000 (Sun, 07 Jun 2009) | 1 line
  
  Fixed appending a (substring of a) string to itself
........
  r41338 | thebluegr | 2009-06-08 01:53:30 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY and PRIORITY_BAND_FIRST wrappers
........
  r41339 | thebluegr | 2009-06-08 02:44:57 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Init _opl to 0. This prevents a crash on exit when the Adlib driver is closed, if the game music driver doesn't support music for the currently playing game (e.g. Christmas 1998)
........
  r41340 | thebluegr | 2009-06-08 02:50:34 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT
........
  r41341 | fingolfin | 2009-06-08 03:05:58 +1000 (Mon, 08 Jun 2009) | 1 line
  
  cleanup
........
  r41342 | fingolfin | 2009-06-08 03:06:32 +1000 (Mon, 08 Jun 2009) | 1 line
  
  SCI: Renamed various song/songlib related structs and members
........
  r41343 | fingolfin | 2009-06-08 03:06:51 +1000 (Mon, 08 Jun 2009) | 1 line
  
  SCI: Objectified SongLibrary
........
  r41344 | fingolfin | 2009-06-08 03:07:07 +1000 (Mon, 08 Jun 2009) | 1 line
  
  SCI: Objectified Song struct 'a bit'
........
  r41345 | fingolfin | 2009-06-08 03:07:25 +1000 (Mon, 08 Jun 2009) | 1 line
  
  SCI: Simplified SongLibrary code a bit
........
  r41346 | fingolfin | 2009-06-08 03:18:11 +1000 (Mon, 08 Jun 2009) | 1 line
  
  SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that SciEngine::_gamestate is updated whenever the EngineState gets changed (due to loading a savestate)
........
  r41348 | athrxx | 2009-06-08 04:51:03 +1000 (Mon, 08 Jun 2009) | 1 line
  
  LOL: minor bug fix in battle system
........
  r41349 | waltervn | 2009-06-08 05:15:55 +1000 (Mon, 08 Jun 2009) | 2 lines
  
  SCI: Moved resource36 handling into resource manager.
........
  r41350 | lordhoto | 2009-06-08 05:58:00 +1000 (Mon, 08 Jun 2009) | 2 lines
  
  Avoid warning about missing SFX file in Lands of Lore (it seems the original misses some datafiles for certain effects).
........
  r41351 | lordhoto | 2009-06-08 06:43:43 +1000 (Mon, 08 Jun 2009) | 2 lines
  
  Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flagsTable instead.
........
  r41352 | sev | 2009-06-08 08:05:57 +1000 (Mon, 08 Jun 2009) | 3 lines
  
  Added current keymapper dialog to all themes so it could be tested by other
  devs.
........
  r41353 | thebluegr | 2009-06-08 08:15:28 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Applied madmoose's patch from bug report #2794216 - "Loading large Smacker movies is slow"
........
  r41354 | thebluegr | 2009-06-08 08:17:44 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Formatting
........
  r41355 | sev | 2009-06-08 08:19:48 +1000 (Mon, 08 Jun 2009) | 3 lines
  
  Added Clear button for search box. Looks a bit off, but we do not yet have
  skinned buttons.
........
  r41356 | thebluegr | 2009-06-08 08:34:03 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Changed the bitstream buffer used to initialize the big Huffman trees to be a normal byte array, instead of a Common::Array
........
  r41357 | lordhoto | 2009-06-08 08:41:38 +1000 (Mon, 08 Jun 2009) | 2 lines
  
  Remove unneeded functionality from Screen.
........
  r41358 | athrxx | 2009-06-08 08:42:21 +1000 (Mon, 08 Jun 2009) | 1 line
  
  LOL: minor bug fix
........
  r41359 | fingolfin | 2009-06-08 09:04:34 +1000 (Mon, 08 Jun 2009) | 1 line
  
  SCI: Got rid of g_EngineState
........
  r41360 | fingolfin | 2009-06-08 09:05:11 +1000 (Mon, 08 Jun 2009) | 1 line
  
  SCI: C++ified the song iterator code a little bit more
........
  r41361 | thebluegr | 2009-06-08 09:29:11 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Hopefully fixed memory corruption when loading games
........
  r41362 | lordhoto | 2009-06-08 12:26:33 +1000 (Mon, 08 Jun 2009) | 3 lines
  
  - Fix Screen_v2::wsaFrameAnimationStep, now the MR album and LoL intro demo WSAs will be correctly played
  - Made album page change in MR a bit slower, so it's visible at least
........
  r41363 | djwillis | 2009-06-08 18:21:18 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Virtual Keyboard: Fix default keyboard pack to return correct events for ENTER and !.
........
  r41364 | thebluegr | 2009-06-08 18:38:10 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Moved some more debug commands to ScummVM's console
........
  r41365 | Kirben | 2009-06-08 18:56:32 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Update details for the Polish version of The Feeble Files.
........
  r41366 | djwillis | 2009-06-08 19:10:12 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Virtual Keyboard: Add source files for the default keyboard pack seperate from ZIP archive (makes it easier to version the packs vkeybd.xml and track fixes) and add script to build keyboard pack(s) ZIP's from source files (based on /gui/themes/scummtheme.py).
........
  r41367 | thebluegr | 2009-06-08 21:42:13 +1000 (Mon, 08 Jun 2009) | 1 line
  
  Replaced GFXWARN with warning and GFXDEBUG with debugC
........
  r41368 | waltervn | 2009-06-08 22:20:36 +1000 (Mon, 08 Jun 2009) | 2 lines
  
  SCI: Cleanup
........
  r41369 | Hkz | 2009-06-08 22:37:24 +1000 (Mon, 08 Jun 2009) | 1 line
  
  sword1: add Broken Sword PSX demo support
........
  r41372 | Kirben | 2009-06-09 00:21:43 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Add Polish font data for The Feeble Files.
........
  r41373 | djwillis | 2009-06-09 00:47:38 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Virtual Keyboard: Move vkeybd.zip into packs folder and rename default keyboard pack to vkeybd_default(.zip) with updates to default-events.cpp. Also update vkeybdpack.py to use zlib compression if Python zlib is found. Update GP2X and GP2XWiz bundle files to get new vkeybd_default.zip.
........
  r41374 | Kirben | 2009-06-09 00:50:34 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Add more Polish font data for The Feeble Files.
........
  r41375 | Kirben | 2009-06-09 00:55:11 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Spacing.
........
  r41376 | djwillis | 2009-06-09 01:45:03 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Virtual Keyboard: Fix slight error in earlier commit (failed to rename the XML to match the keyboard pack name).
........
  r41379 | lordhoto | 2009-06-09 03:47:37 +1000 (Tue, 09 Jun 2009) | 2 lines
  
  Fix out of bounds memory access in Screen::drawShape.
........
  r41380 | Hkz | 2009-06-09 03:54:44 +1000 (Tue, 09 Jun 2009) | 1 line
  
  sword1: slight cleanup of psx related sound code and comments
........
  r41381 | lordhoto | 2009-06-09 04:30:28 +1000 (Tue, 09 Jun 2009) | 2 lines
  
  Cleanup.
........
  r41384 | lordhoto | 2009-06-09 06:11:07 +1000 (Tue, 09 Jun 2009) | 3 lines
  
  - Cleanup
  - Fix regression in Kyra1 outro
........
  r41385 | djwillis | 2009-06-09 06:31:49 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Virtual Keyboard: Add some quick changes to the virtual keyboard to activate submit and cancel events from the default lowercase keyboards. This makes it possible to cancel and submit without having to call Common::KEYCODE_F7 again. Sorry for the nasty (temp) graphics.
........
  r41386 | buddha_ | 2009-06-09 06:46:21 +1000 (Tue, 09 Jun 2009) | 3 lines
  
  Convert FWRenderer and OSRenderer to use Cine::Palette.
  Also fix some bugs that came up in testing of Cine::Palette.
........
  r41389 | sev | 2009-06-09 07:52:32 +1000 (Tue, 09 Jun 2009) | 2 lines
  
  Actually we /did not/ put periods at ends of the sentences in majority of past entries
........
  r41393 | Kirben | 2009-06-09 10:00:24 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Correct check for font data table used in The Feeble Files.
........
  r41395 | Kirben | 2009-06-09 16:37:42 +1000 (Tue, 09 Jun 2009) | 1 line
  
  Remove unused old code.
........
  r41398 | lordhoto | 2009-06-09 21:26:15 +1000 (Tue, 09 Jun 2009) | 5 lines
  
  - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect
  - Made WSAMovie_v1::displayFrame code match the original
  - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too
  - Got rid of '...' parameter usage in all WSA player classes
........
  r41400 | wjpalenstijn | 2009-06-10 01:26:09 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Add (failing) hashmap test case for collision handling
........
  r41401 | lordhoto | 2009-06-10 01:34:02 +1000 (Wed, 10 Jun 2009) | 2 lines
  
  Changed some lines to tabs instead of whitespaces for identation.
........
  r41402 | drmccoy | 2009-06-10 04:14:49 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Win Gob3 is multi-lingual (British, French, German)
........
  r41403 | drmccoy | 2009-06-10 04:18:11 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Win Gob2 is multi-lingual (American, French, German)
........
  r41404 | drmccoy | 2009-06-10 04:19:11 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Win Gob1 is multi-lingual (British, French, German, Italian, Spanish)
........
  r41405 | drmccoy | 2009-06-10 04:52:55 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Multi-lingual Inca2 version (American, French, German, Italian, Spanish)
........
  r41406 | drmccoy | 2009-06-10 04:53:17 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Win Lost in Time is multi-lingual (British, French, Spanish)
........
  r41407 | drmccoy | 2009-06-10 04:53:35 +1000 (Wed, 10 Jun 2009) | 2 lines
  
  Added a workaround for Win Lost in Time.
  It's got VMD files which are still referenced as IMD
........
  r41408 | waltervn | 2009-06-10 05:18:48 +1000 (Wed, 10 Jun 2009) | 2 lines
  
  SCI: Moved SCI1 audio map handling into the resource manager.
........
  r41409 | drmccoy | 2009-06-10 05:37:24 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Fixed CLEAR
........
  r41419 | sev | 2009-06-10 18:18:44 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Clarify that Cygwin is not supported as building platform anymore
........
  r41421 | sev | 2009-06-10 20:11:24 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Added debugCN() call which does not add newline automatically
........
  r41423 | dreammaster | 2009-06-10 22:15:50 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Added variable to savegame format so that savegames can be correctly loaded from the ScummVM launcher
........
  r41424 | dreammaster | 2009-06-10 22:16:30 +1000 (Wed, 10 Jun 2009) | 1 line
  
  Added support for loading savegames from the launcher
........
  r41425 | lordhoto | 2009-06-10 22:47:19 +1000 (Wed, 10 Jun 2009) | 2 lines
  
  Fix documentation for debugC and debugCN, relying on special debug levels.
........
  r41428 | lordhoto | 2009-06-11 01:01:20 +1000 (Thu, 11 Jun 2009) | 2 lines
  
  Fix a bug in disableCursorPalette, where it never allowed the palette to be enabled properly again.
........
  r41429 | strangerke | 2009-06-11 01:04:21 +1000 (Thu, 11 Jun 2009) | 3 lines
  
  Gob detection : 
  - use GUIO_NOSPEECH and GUIO_NOSUBTITLES intensively, as there is no control other them even when they are present
  - Replace non-ASCII characters by hex values
........
  r41430 | lordhoto | 2009-06-11 01:11:17 +1000 (Thu, 11 Jun 2009) | 2 lines
  
  Extend documentation for "kFeatureCursorHasPalette".
........
  r41432 | lordhoto | 2009-06-11 01:20:52 +1000 (Thu, 11 Jun 2009) | 2 lines
  
  Add a convenience wrapper to CursorMan for checking whether cursor palettes are supported.
........
  r41433 | jvprat | 2009-06-11 01:33:37 +1000 (Thu, 11 Jun 2009) | 2 lines
  
  Point to the Cursor and AudioCD Managers to help engine authors following the right path.
........
  r41452 | sev | 2009-06-12 01:45:52 +1000 (Fri, 12 Jun 2009) | 1 line
  
  Added set of CoCo3 AGI games
........
  r41453 | buddha_ | 2009-06-12 04:32:35 +1000 (Fri, 12 Jun 2009) | 8 lines
  
  Fix Operation Stealth's 2nd arcade sequence's revolving doors.
  - Now the doors actually do revolve when before they didn't.
  - The fix was to alias the 9th background with the collision
    page directly when loading collision page data. This way
    changes written to the 9th background go to the collision
    page and vice versa (And there were changes in the labyrinth).
  - Also converted _bgTable from a pure array to a Common::Array
........
  r41458 | peres001 | 2009-06-12 15:03:18 +1000 (Fri, 12 Jun 2009) | 2 lines
  
  * Final version of the IFF parsing code.
  * Refactored ILBMDecoder usage from disk code.
........
  r41459 | peres001 | 2009-06-12 16:20:11 +1000 (Fri, 12 Jun 2009) | 1 line
  
  Removed a leftover printf().
........
  r41460 | peres001 | 2009-06-12 17:18:01 +1000 (Fri, 12 Jun 2009) | 2 lines
  
  * Replaced the A8SVXDecoder class with a function to return an AudioStream in trunk/sound/.
  * Refactored sound code in Parallaction to use the new Audio::make8SVXStream.
........
  r41461 | peres001 | 2009-06-12 17:55:44 +1000 (Fri, 12 Jun 2009) | 1 line
  
  Cleanup of sound code.
........
  r41462 | sev | 2009-06-12 18:00:26 +1000 (Fri, 12 Jun 2009) | 1 line
  
  Rename KeyRemapper dialog to KeyMapper
........
  r41465 | peres001 | 2009-06-12 18:51:05 +1000 (Fri, 12 Jun 2009) | 2 lines
  
  * Moved the updated IFF code from Parallaction to common/
  * Updated Parallaction and SAGA to use the new decoder infrastructure.
........
  r41468 | peres001 | 2009-06-12 19:49:38 +1000 (Fri, 12 Jun 2009) | 3 lines
  
  * Adapted Kyra to the new IFFParser interface.
  * Adapted the new IFFParser to Kyra (slightly).
  The Kyra1 demo on the website works.
........
  r41470 | peres001 | 2009-06-12 19:56:07 +1000 (Fri, 12 Jun 2009) | 1 line
  
  Finally fix build (extra qualifier removed).
........
  r41473 | peres001 | 2009-06-12 20:26:15 +1000 (Fri, 12 Jun 2009) | 1 line
  
  Added missing return statements.
........
  r41474 | peres001 | 2009-06-12 20:26:58 +1000 (Fri, 12 Jun 2009) | 1 line
  
  Fixed disposeStream initialization.
........
  r41484 | strangerke | 2009-06-13 08:35:08 +1000 (Sat, 13 Jun 2009) | 1 line
  
  Fix MSVC compilation : iff.h and iff.cpp were move from engines\parallaction\ to graphics\
........
  r41485 | waltervn | 2009-06-13 09:29:27 +1000 (Sat, 13 Jun 2009) | 2 lines
  
  SCI: Added detection entries for Japanese QFG.
........
  r41486 | waltervn | 2009-06-13 09:46:23 +1000 (Sat, 13 Jun 2009) | 2 lines
  
  SCI: Moved audio code from AudioResource to the sfx core.
........
  r41487 | strangerke | 2009-06-13 17:54:25 +1000 (Sat, 13 Jun 2009) | 1 line
  
  Oups. disk.cpp was also missing in MSVC files
........
  r41488 | vinterstum | 2009-06-13 19:40:42 +1000 (Sat, 13 Jun 2009) | 1 line
  
  Updated xcode project
........
  r41489 | thebluegr | 2009-06-13 20:20:12 +1000 (Sat, 13 Jun 2009) | 1 line
  
  Properly updated the MSVC project files of the parallaction engine, fixing compilation. Side note: please, don't include files outside the engine's directory (like files in /common) for engine project files - it's wrong, as the same code will be compiled twice
........
  r41490 | thebluegr | 2009-06-13 20:23:23 +1000 (Sat, 13 Jun 2009) | 1 line
  
  Removed duplicate entry of disk.cpp
........
  r41493 | vinterstum | 2009-06-13 23:27:21 +1000 (Sat, 13 Jun 2009) | 1 line
  
  Buildfix for gcc 3.3 (moved a template class member into the header file)
........
  r41496 | wjpalenstijn | 2009-06-14 07:07:05 +1000 (Sun, 14 Jun 2009) | 3 lines
  
  Fix erase() sometimes hiding other hash elements.
  Like CPython, we now use a dummy node to mark nodes as erased,
  so that lookup() can skip over it. All tests should now pass again.
........
  r41497 | drmccoy | 2009-06-14 08:10:55 +1000 (Sun, 14 Jun 2009) | 1 line
  
  Making TotTextData's item's offsets unsigned. This could fix the crash in the Polish Woodruff version (bug #2804962)
........
  r41498 | strangerke | 2009-06-14 08:14:58 +1000 (Sun, 14 Jun 2009) | 1 line
  
  Gob - *WIP* incomplete implementation of MDY/TBR 
........
  r41499 | drmccoy | 2009-06-14 08:35:22 +1000 (Sun, 14 Jun 2009) | 1 line
  
  Warn when a sprite operation is to be performed on a nonexistent surface instead of crashing
........
  r41500 | lordhoto | 2009-06-14 08:40:30 +1000 (Sun, 14 Jun 2009) | 2 lines
  
  Strip trailing whitespaces.
........
  r41501 | sev | 2009-06-14 08:48:16 +1000 (Sun, 14 Jun 2009) | 2 lines
  
  Added sanity checking to stopSound() and a bit more debug output
........
  r41502 | lordhoto | 2009-06-14 08:48:32 +1000 (Sun, 14 Jun 2009) | 2 lines
  
  Added periods to every news entry (actually it seems like we always did that in the past, but were a bit lazier in the last time).
........
  r41503 | lordhoto | 2009-06-14 09:04:26 +1000 (Sun, 14 Jun 2009) | 2 lines
  
  Added yet another missing period at the end of a line. (I hope I catched all now)
........
  r41504 | marcus_c | 2009-06-14 09:42:39 +1000 (Sun, 14 Jun 2009) | 5 lines
  
  Detected games with different language or platform are now
  no longer treated as duplicates, even if they have the same
  target and directory.  Also, pass these parameters to the
  ConfMan, so that the correct version of the game is started.
........
  r41506 | dreammaster | 2009-06-14 13:39:30 +1000 (Sun, 14 Jun 2009) | 1 line
  
  Beginnings of music support for Cruise, based on the cine engine sound code (note that the music played isn't yet correct, though)
........
  r41507 | lordhoto | 2009-06-14 21:08:35 +1000 (Sun, 14 Jun 2009) | 2 lines
  
  Fix unused variable warning.
........
  r41508 | drmccoy | 2009-06-14 22:19:42 +1000 (Sun, 14 Jun 2009) | 1 line
  
  Fixed an animation speed regression that got introduced when I added a lag compensation for Woodruff
........
  r41516 | lordhoto | 2009-06-15 00:05:42 +1000 (Mon, 15 Jun 2009) | 2 lines
  
  Got rid of a needless "getEventManager" call. (Using Engine::_eventMan now instead)
........
  r41517 | waltervn | 2009-06-15 00:11:21 +1000 (Mon, 15 Jun 2009) | 2 lines
  
  SCI: Added detection entries for Japanese SQ4.
........
  r41519 | lordhoto | 2009-06-15 00:24:28 +1000 (Mon, 15 Jun 2009) | 2 lines
  
  Cleanup.
........
  r41520 | cyx | 2009-06-15 01:07:34 +1000 (Mon, 15 Jun 2009) | 1 line
  
  simplified .raw/.wav data files handling in introduction sequences
........
  r41528 | jvprat | 2009-06-15 08:10:17 +1000 (Mon, 15 Jun 2009) | 2 lines
  
  Fix groovie's GUI game options
........
  r41536 | sev | 2009-06-15 17:06:52 +1000 (Mon, 15 Jun 2009) | 2 lines
  
  Run AGIMOUSE hack as a side effect always
........
  r41537 | thebluegr | 2009-06-15 18:24:01 +1000 (Mon, 15 Jun 2009) | 1 line
  
  Added the missing pixelformat.h file
........
  r41538 | thebluegr | 2009-06-15 18:44:35 +1000 (Mon, 15 Jun 2009) | 1 line
  
  Added aliases for the script/breakpoint related commands and added the debugflag related commands to the help screen
........
  r41556 | strangerke | 2009-06-16 05:46:00 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Add MD5 for Playtoons 4 FR
........
  r41557 | athrxx | 2009-06-16 06:52:09 +1000 (Tue, 16 Jun 2009) | 4 lines
  
  LOL: - started on the ingame menu code (death menu, load menu and main menu)
  - fixed regression in kyra gui code (broken menu highlighting)
  - fixed minor bug in animation code
........
  r41559 | strangerke | 2009-06-16 07:28:11 +1000 (Tue, 16 Jun 2009) | 1 line
  
  renamed playtoons target names to insult-free target names (maybe non-definitive names)
........
  r41560 | athrxx | 2009-06-16 07:39:43 +1000 (Tue, 16 Jun 2009) | 1 line
  
  LOL: implemented quit menu
........
  r41562 | drmccoy | 2009-06-16 09:07:38 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Merging parseValExpr and parseExpr
........
  r41563 | drmccoy | 2009-06-16 09:07:55 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Renamed varPos to varBase and split off getVarBase() from parseVarIndex() and parseExpr()
........
  r41564 | drmccoy | 2009-06-16 09:08:09 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Renamed various variables to better reflect their meaning
........
  r41565 | drmccoy | 2009-06-16 09:08:28 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Propagating variable name changes
........
  r41566 | drmccoy | 2009-06-16 09:08:44 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Fixing the signness indicated by the OP_ enums
........
  r41567 | drmccoy | 2009-06-16 09:09:04 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Adding a TYPE_ enum
........
  r41568 | drmccoy | 2009-06-16 09:09:23 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Using the TYPE_ enum where applicable
........
  r41569 | drmccoy | 2009-06-16 09:09:37 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Renaming some variables in o1_assign() and o2_assign() to mirror the structure in o6_assign()
........
  r41570 | drmccoy | 2009-06-16 09:09:57 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Using cmpHelper for OP_NEQ too, since the original does a normal strcmp there as well. No idea where the stricmp came from
........
  r41571 | drmccoy | 2009-06-16 09:10:10 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Remove some now superfluous comments
........
  r41572 | drmccoy | 2009-06-16 09:10:27 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Splitting up parseExpr a bit
........
  r41573 | drmccoy | 2009-06-16 09:10:51 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Moving _inter_resVal and _inter_resStr from Global to Parse
........
  r41574 | drmccoy | 2009-06-16 09:11:08 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Renaming _inter_resVal to _resultInt
........
  r41575 | drmccoy | 2009-06-16 09:11:29 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Renamed _inter_resStr to _resultStr
........
  r41576 | athrxx | 2009-06-16 09:22:31 +1000 (Tue, 16 Jun 2009) | 1 line
  
  KYRA: fixed regression (broken menu slide bars in HOF/MR)
........
  r41579 | strangerke | 2009-06-16 17:14:07 +1000 (Tue, 16 Jun 2009) | 1 line
  
  Add MD5 for Playtoons 3 (english)
........
  r41584 | strangerke | 2009-06-16 22:25:53 +1000 (Tue, 16 Jun 2009) | 1 line
  
  MDY/TBR : fix a thing or two. Still far from being OK, but in-game ambiance "music" is (a little) less buggy
........
  r41587 | Hkz | 2009-06-17 04:58:21 +1000 (Wed, 17 Jun 2009) | 1 line
  
  tinsel: check only english.txt for DW1 psx version detection, and use recursive "SearchMan.addDirectory()" to obtain subdirs for Discworld PSX datafiles
........
  r41588 | lordhoto | 2009-06-17 05:26:44 +1000 (Wed, 17 Jun 2009) | 2 lines
  
  Formatting.
........
  r41589 | drmccoy | 2009-06-17 06:14:56 +1000 (Wed, 17 Jun 2009) | 1 line
  
  Encapsulating stack adjustments
........
  r41590 | drmccoy | 2009-06-17 06:15:19 +1000 (Wed, 17 Jun 2009) | 1 line
  
  Encapsulating the Stack and StackFrame a bit
........
  r41591 | drmccoy | 2009-06-17 06:15:49 +1000 (Wed, 17 Jun 2009) | 1 line
  
  Properly initializing _soundMode, for ADLs too
........
  r41592 | drmccoy | 2009-06-17 06:39:37 +1000 (Wed, 17 Jun 2009) | 1 line
  
  Including scummsys.h and forward-declaring GobEngine
........
  r41596 | athrxx | 2009-06-17 07:23:26 +1000 (Wed, 17 Jun 2009) | 1 line
  
  LOL: implemented options menu (settings aren't saved yet)
........
  r41598 | sev | 2009-06-17 07:59:20 +1000 (Wed, 17 Jun 2009) | 2 lines
  
  Disable music for CoCo3 games. It has different format.
........
  r41601 | drmccoy | 2009-06-17 14:15:45 +1000 (Wed, 17 Jun 2009) | 1 line
  
  Changed opcodeDraw to be functor-based
........
  r41602 | drmccoy | 2009-06-17 14:16:21 +1000 (Wed, 17 Jun 2009) | 1 line
  
  Changed opcodeFunc to be functor-based
........
  r41603 | drmccoy | 2009-06-17 14:16:51 +1000 (Wed, 17 Jun 2009) | 1 line
  
  Changed opcodeGob to be functor-based
........
  r41611 | strangerke | 2009-06-18 04:48:41 +1000 (Thu, 18 Jun 2009) | 2 lines
  
  - Modify detection files for Playtoons CK Knights (CK2) as it wasn't making the difference with CK1
  - Add Playtoons CK Monsters (CK1)
........
  r41618 | sev | 2009-06-18 09:16:21 +1000 (Thu, 18 Jun 2009) | 2 lines
  
  Preliminary support for CoCo3 music.
........
  r41619 | dhewg | 2009-06-18 09:36:00 +1000 (Thu, 18 Jun 2009) | 1 line
  
  Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml generation.
........
  r41630 | dreammaster | 2009-06-18 21:37:45 +1000 (Thu, 18 Jun 2009) | 1 line
  
  Removed redundant code that isn't used
........
  r41632 | drmccoy | 2009-06-18 23:27:14 +1000 (Thu, 18 Jun 2009) | 1 line
  
  Replacing some #includes by forward declarations
........
  r41633 | drmccoy | 2009-06-18 23:27:35 +1000 (Thu, 18 Jun 2009) | 1 line
  
  Splitting an ADLPlayer and MDYPlayer from the AdLib class
........
  r41634 | drmccoy | 2009-06-18 23:27:48 +1000 (Thu, 18 Jun 2009) | 1 line
  
  Oops, forgot again that Fascination needs o1_assign
........
  r41635 | Hkz | 2009-06-18 23:50:26 +1000 (Thu, 18 Jun 2009) | 1 line
  
  scumm: added the missing word "version" in a comment
........
  r41639 | dhewg | 2009-06-19 04:40:38 +1000 (Fri, 19 Jun 2009) | 1 line
  
  added DIST_FILES_DOCS to Makefile.common, used by some dist targets now, incl. OSX bundles.
........
  r41641 | vinterstum | 2009-06-19 04:57:17 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Improved the iphone swipe input handling
........
  r41644 | dhewg | 2009-06-19 05:39:12 +1000 (Fri, 19 Jun 2009) | 1 line
  
  added pred.dic to DIST_FILES_ENGINEDATA
........
  r41645 | drmccoy | 2009-06-19 07:08:51 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Removing the useless _vm->_parse->
........
  r41646 | lordhoto | 2009-06-19 07:47:10 +1000 (Fri, 19 Jun 2009) | 2 lines
  
  Replaced "getRandomNumberSpecial" be RandomSource usage. (This is needed for proper event recording, also the probability for generated numbers is actually nearly the same)
........
  r41647 | fingolfin | 2009-06-19 08:09:57 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Patch
........
  r41660 | thebluegr | 2009-06-19 17:56:30 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Fixed a warning about an uninitialized variable
........
  r41663 | drmccoy | 2009-06-19 19:42:41 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Ooops, forgot to change the array when copy-pasting the description function
........
  r41664 | drmccoy | 2009-06-19 19:43:01 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Fixing The Last Dynasty again after the opcode dispatcher changes
........
  r41665 | dreammaster | 2009-06-19 19:44:33 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Added myself to the CRUISE engine credits
........
  r41668 | drmccoy | 2009-06-19 19:55:23 +1000 (Fri, 19 Jun 2009) | 1 line
  
  Added my German version of The Last Dynasty
........
  r41677 | athrxx | 2009-06-20 03:03:28 +1000 (Sat, 20 Jun 2009) | 2 lines
  
  LOL: - implemented bezel cup opcode
  - implemented font conversion for certain language specific characters in load game dialogue (only german atm)
........
  r41679 | lordhoto | 2009-06-20 03:53:25 +1000 (Sat, 20 Jun 2009) | 2 lines
  
  Fix some warnings.
........
  r41680 | waltervn | 2009-06-20 04:07:45 +1000 (Sat, 20 Jun 2009) | 2 lines
  
  SCI: Fix cel1 y-offset regression introduced in r40997.
........
  r41683 | athrxx | 2009-06-20 04:46:19 +1000 (Sat, 20 Jun 2009) | 3 lines
  
  LOL: - implemented delete menu
  - fixed some bugs in the menu code
........
  r41699 | dreammaster | 2009-06-20 16:20:12 +1000 (Sat, 20 Jun 2009) | 1 line
  
  Added explicit casts to _fontConversionTableGerman for systems where char is signed
........
  r41700 | dreammaster | 2009-06-20 16:48:47 +1000 (Sat, 20 Jun 2009) | 1 line
  
  Finally tracked down the difference/bug in the music playing code - music playback now works
........
  r41701 | dreammaster | 2009-06-20 17:36:12 +1000 (Sat, 20 Jun 2009) | 1 line
  
  Bugfix to fade out any currently playing music when the game is restarted
........
  r41702 | dreammaster | 2009-06-20 18:15:01 +1000 (Sat, 20 Jun 2009) | 1 line
  
  Added proper saving of music state to savegames so music resumes when a savegame is loaded.
........
  r41703 | dreammaster | 2009-06-20 18:15:39 +1000 (Sat, 20 Jun 2009) | 1 line
  
  Implemented the library function Op_SongExist
........
  r41704 | cyx | 2009-06-20 20:52:55 +1000 (Sat, 20 Jun 2009) | 2 lines
  
  fixed OPL 0xB0 register write. the return value of findNote() already includes the octave, no need to readd it.
........
  r41705 | dhewg | 2009-06-20 21:48:42 +1000 (Sat, 20 Jun 2009) | 2 lines
  
  split loadKeyboardPack(), fallback to the current dir when searching for packs, and free memory in the case of an error.
........
  r41707 | dhewg | 2009-06-20 21:50:15 +1000 (Sat, 20 Jun 2009) | 1 line
  
  added vkeybd_default.zip to the Wii dist target.
........
  r41708 | dhewg | 2009-06-20 21:53:31 +1000 (Sat, 20 Jun 2009) | 1 line
  
  oups, wrong spot.
........
  r41709 | dreammaster | 2009-06-20 22:02:08 +1000 (Sat, 20 Jun 2009) | 1 line
  
  Changed many file reads and manual conversions from endian format to instead use file readSint16BE/readSint32BE calls
........
  r41713 | athrxx | 2009-06-21 00:26:01 +1000 (Sun, 21 Jun 2009) | 1 line
  
  LOL: implemented save menu
........
  r41714 | athrxx | 2009-06-21 01:09:55 +1000 (Sun, 21 Jun 2009) | 1 line
  
  LOL: cleanup
........
  r41715 | athrxx | 2009-06-21 02:36:26 +1000 (Sun, 21 Jun 2009) | 1 line
  
  LOL: minor fix for save menu
........
  r41718 | lordhoto | 2009-06-21 11:14:57 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Prevent font code to draw characters not included in the font.
........
  r41719 | lordhoto | 2009-06-21 11:15:09 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Fix drawing of sharp s.
........
  r41720 | lordhoto | 2009-06-21 11:15:24 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Moved CP850<->ISO-8859-1 conversion to Util.
........
  r41721 | lordhoto | 2009-06-21 11:15:37 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Enable proper umlaut handling in kyra 1-3.
........
  r41722 | lordhoto | 2009-06-21 11:15:47 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Fix umlauts for original interpreter saves.
........
  r41723 | lordhoto | 2009-06-21 11:22:23 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Cleanup.
........
  r41724 | dreammaster | 2009-06-21 15:13:29 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Bugfixes to pre-loading and handling of resources such as sound files
........
  r41725 | dreammaster | 2009-06-21 21:42:45 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Changed .SPL (sound effect) loading to load the Adlib version of sound effects - sound effects now work
........
  r41726 | dreammaster | 2009-06-21 21:53:11 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Minor fixes to the individual note playing code
........
  r41727 | thebluegr | 2009-06-21 23:06:08 +1000 (Sun, 21 Jun 2009) | 1 line
  
  Cleanup
........
  r41729 | athrxx | 2009-06-22 02:59:51 +1000 (Mon, 22 Jun 2009) | 3 lines
  
  LOL: - implemented audio menu
  - menu settings now get saved
  - remove white spaces
........
  r41730 | lordhoto | 2009-06-22 05:00:50 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Cleanup: Change LoL code to use KYRA volume handling.
........
  r41731 | lordhoto | 2009-06-22 05:01:04 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Cleanup: Change LoL specific config entries to use underscores instead of whitespaces.
........
  r41732 | lordhoto | 2009-06-22 05:49:20 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Fix slider buttons in LoL (and some minor cleanup).
........
  r41733 | lordhoto | 2009-06-22 06:10:45 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Cleanup.
........
  r41734 | athrxx | 2009-06-22 06:40:31 +1000 (Mon, 22 Jun 2009) | 2 lines
  
  LOL: - implemented support for "floating cursors"
  - prevent complete refresh for audio menu whenever a mouse button is pressed
........
  r41735 | athrxx | 2009-06-22 07:05:06 +1000 (Mon, 22 Jun 2009) | 1 line
  
  LOL: minor fix for floating cursors
........
  r41736 | lordhoto | 2009-06-22 07:17:41 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Cleanup.
........
  r41739 | lordhoto | 2009-06-22 12:34:35 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Start refactoring palette handling into new class "Palette".
........
  r41740 | lordhoto | 2009-06-22 12:35:04 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Got rid of Screen::_currentPalette.
........
  r41741 | lordhoto | 2009-06-22 12:35:45 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Changed Screen::getPalette to return a reference to a Palette object.
........
  r41742 | lordhoto | 2009-06-22 12:36:16 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Add wrapper functionality for copying full palettes.
........
  r41743 | lordhoto | 2009-06-22 12:36:54 +1000 (Mon, 22 Jun 2009) | 6 lines
  
  - Changed the following Screen functions to take a reference to a Palette object:
  	-> setScreenPalette
  	-> fadePalette
  	-> getFadeParams
  	-> fadePalStep
  - Fixed initialization of 256 color palettes
........
  r41744 | lordhoto | 2009-06-22 12:37:20 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Changed Screen::loadBitmap and Movie::open to take an optional Palette pointer instead of an optional array pointer.
........
  r41745 | lordhoto | 2009-06-22 12:37:41 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Changed Screen::loadPalette to take a reference to a Palette object instead of an array.
........
  r41746 | lordhoto | 2009-06-22 12:37:57 +1000 (Mon, 22 Jun 2009) | 2 lines
  
  - Fixed regression in Screen::fadeToBlack
  - Fixed some palette regressions in Kyra1 Amiga (only the intro works currently)
........
  r41747 | lordhoto | 2009-06-22 12:41:56 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Fix memory leak.
........
  r41748 | dreammaster | 2009-06-22 16:17:50 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Implemented the Op_SetVolume method like the original, which simply set a dummy variable and never actually changed the volume
........
  r41749 | dreammaster | 2009-06-22 16:35:08 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Added the dummy volume variable to the savegame format
........
  r41750 | drmccoy | 2009-06-22 20:11:25 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Encapsulated access to Parse::_resultInt
........
  r41751 | drmccoy | 2009-06-22 20:11:53 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Encapsulated access to _resultStr
........
  r41752 | drmccoy | 2009-06-22 20:12:33 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Adding DataIO::existData()
........
  r41753 | drmccoy | 2009-06-22 20:13:37 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Encapsulating script file access
........
  r41754 | drmccoy | 2009-06-22 20:14:18 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Implemented a call stack
........
  r41755 | drmccoy | 2009-06-22 20:14:49 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Removing debug output
........
  r41756 | drmccoy | 2009-06-22 20:15:14 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Implemented loading TOTs from video file again
........
  r41757 | drmccoy | 2009-06-22 20:15:52 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Giving CollisionArea a full-blown Script pointer instead the data pointer
........
  r41758 | drmccoy | 2009-06-22 20:16:17 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Removing the now useless cuckoo function and shrink the call stack entries accordingly
........
  r41759 | drmccoy | 2009-06-22 20:16:45 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Unwinding the call stack before unloading the script
........
  r41760 | drmccoy | 2009-06-22 20:29:32 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Putting evalBoolResult() and evalExpr() into Script
........
  r41761 | drmccoy | 2009-06-22 20:29:48 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Removing the Parse object from GobEngine
........
  r41762 | drmccoy | 2009-06-22 20:30:09 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Pushing script.o down
........
  r41763 | dreammaster | 2009-06-22 20:41:32 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Removed redundant variation of the routine to play sound effects
........
  r41765 | drmccoy | 2009-06-22 21:53:46 +1000 (Mon, 22 Jun 2009) | 1 line
  
  const correctness
........
  r41766 | strangerke | 2009-06-22 22:03:58 +1000 (Mon, 22 Jun 2009) | 1 line
  
  Include recently added script.h and script.cpp
........
  r41768 | drmccoy | 2009-06-23 02:29:00 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Removing commented-out declarations
........
  r41769 | drmccoy | 2009-06-23 02:29:16 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Adding some comments
........
  r41770 | drmccoy | 2009-06-23 02:29:31 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Don't assert on pop when no script is loaded
........
  r41771 | drmccoy | 2009-06-23 02:29:45 +1000 (Tue, 23 Jun 2009) | 1 line
  
  More signess consistency on the reading and seeking methods
........
  r41772 | drmccoy | 2009-06-23 02:30:06 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Renaming "Parse" to "Expression"
........
  r41773 | drmccoy | 2009-06-23 02:30:35 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Renaming parse.h and parse.cpp to expression.h and expression.cpp
........
  r41774 | drmccoy | 2009-06-23 02:30:51 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Renaming kDebugParser to kDebugExpression
........
  r41777 | lordhoto | 2009-06-23 05:46:08 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Fix palette regression in Lands of Lore.
........
  r41778 | strangerke | 2009-06-23 05:56:06 +1000 (Tue, 23 Jun 2009) | 1 line
  
  rename parse.h and .cpp to expression.h and .cpp
........
  r41781 | drmccoy | 2009-06-23 06:27:47 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added stream-reading loading wrappers to MDYPlayer and added a workaround to fix TBR reading for the moment
........
  r41782 | drmccoy | 2009-06-23 06:51:34 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Properly guarding Script::getOffset() and adding a reverse operation
........
  r41783 | drmccoy | 2009-06-23 06:51:48 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Removing trailing spaces
........
  r41784 | drmccoy | 2009-06-23 06:52:08 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Removing trailing tabs
........
  r41785 | fingolfin | 2009-06-23 07:48:47 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @brief removed
........
  r41786 | fingolfin | 2009-06-23 09:09:28 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Fixed NDS compilation when using older devkitpro versions (I accidentally broke that some time ago)
........
  r41787 | dreammaster | 2009-06-23 11:01:16 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Bugfixes to keep sound effects to channel #4 like the original (it ignores the channel parameter to the given library routine)
........
  r41788 | drmccoy | 2009-06-23 11:19:03 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added Script methods to get the TOT major and minor version
........
  r41789 | drmccoy | 2009-06-23 11:19:21 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added Script methods to query commun file handling
........
  r41790 | drmccoy | 2009-06-23 11:19:37 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Const correctness
........
  r41791 | drmccoy | 2009-06-23 11:20:05 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added a method to query the number of variables needed by a Script
........
  r41792 | drmccoy | 2009-06-23 11:20:21 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added Script::getTextsOffset()
........
  r41793 | drmccoy | 2009-06-23 11:21:06 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added Script::getResourcesOffset()
........
  r41794 | drmccoy | 2009-06-23 11:21:51 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added Script::getAnimDataSize()
........
  r41795 | drmccoy | 2009-06-23 11:22:30 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added Script::getStartOffset()
........
  r41796 | drmccoy | 2009-06-23 11:22:51 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Added Script::getCenterOffset()
........
  r41797 | drmccoy | 2009-06-23 11:23:14 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Replacing the 2 offset functions by a generic Script::getFunctionOffset()
........
  r41798 | drmccoy | 2009-06-23 11:23:31 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Stopping the seek() going into the header
........
  r41799 | drmccoy | 2009-06-23 11:23:51 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Also loading TOT properties when the TOT is found in a LOM
........
  r41803 | drmccoy | 2009-06-23 18:51:55 +1000 (Tue, 23 Jun 2009) | 1 line
  
  Changing the TBR FIXME into a warning in setVoice()
........
  r41806 | Hkz | 2009-06-23 23:24:46 +1000 (Tue, 23 Jun 2009) | 1 line
  
  tinsel: added some comments to psx palette mapper
........
  r41809 | drmccoy | 2009-06-24 01:06:38 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Added German Fascination (3 disk version), as supplied by windlepoons in bug report #2809247
........
  r41810 | drmccoy | 2009-06-24 01:08:56 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Added Hungarian versions of gob1-gob3 as supplied by goodoldgeorg in bug report #2810082
........
  r41811 | drmccoy | 2009-06-24 03:37:18 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Binary, not logical ORing the GUIO flags (Strangerke, you fscked up there :P)
........
  r41812 | drmccoy | 2009-06-24 03:55:09 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Added support for Hungarian
........
  r41813 | drmccoy | 2009-06-24 03:55:27 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Proper support for Hungarian versions
........
  r41821 | drmccoy | 2009-06-24 09:55:19 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Putting basic TOT handling into its own class
........
  r41822 | drmccoy | 2009-06-24 09:55:35 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Putting TOT filename generation and LOM checking into TOTFile
........
  r41823 | drmccoy | 2009-06-24 09:55:48 +1000 (Wed, 24 Jun 2009) | 1 line
  
  Added methods to get the file base from a filename
........
  r41827 | lordhoto | 2009-06-25 03:01:01 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Silence unsued variables warnings.
........
  r41833 | waltervn | 2009-06-25 05:12:45 +1000 (Thu, 25 Jun 2009) | 2 lines
  
  SCI: Partial support for dual-language games.
........
  r41834 | waltervn | 2009-06-25 05:26:06 +1000 (Thu, 25 Jun 2009) | 2 lines
  
  SCI: Fix regression in r41833.
........
  r41836 | drmccoy | 2009-06-25 07:47:54 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Clarifying some warnings
........
  r41837 | drmccoy | 2009-06-25 07:48:13 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Checking for the file's existence in DataIO::getDataStream()
........
  r41838 | drmccoy | 2009-06-25 07:48:27 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Added the scriptEnd property
........
  r41839 | drmccoy | 2009-06-25 07:49:37 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own class
........
  r41841 | mthreepwood | 2009-06-25 10:14:07 +1000 (Thu, 25 Jun 2009) | 1 line
  
  After discussing with waltervn, committing my fix for the King's Quest I Demo (original from Patch #2795916). I'm also fixing the full game as well :)
........
  r41844 | lordhoto | 2009-06-25 11:29:14 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Initial support for Kyrandia 1 PC-9801 Japanese 16 color.
........
  r41845 | lordhoto | 2009-06-25 11:29:27 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Implement properly colored mouse cursors in 16 color version of Kyrandia 1.
........
  r41846 | lordhoto | 2009-06-25 11:29:41 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Implement palette fading for 16 color version of Kyrandia 1.
........
  r41847 | lordhoto | 2009-06-25 11:29:55 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Add config option for Kyra1 16 color, it'll only use dithering when "16_color" is set to true.
........
  r41848 | lordhoto | 2009-06-25 11:30:12 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Strip trailing whitespaces and tabs.
........
  r41850 | lordhoto | 2009-06-25 12:38:19 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Readd PC98 palette loading for LoL 16 color.
........
  r41851 | lordhoto | 2009-06-25 12:39:00 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Implement proper VGA (a color component in [0, 63]) to our palette format (color component in [0, 255]) conversion.
........
  r41852 | lordhoto | 2009-06-25 12:39:23 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Implement proper AMIGA to VGA color conversion.
........
  r41853 | lordhoto | 2009-06-25 12:41:39 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Mention Kyra 1 PC98 16 color dithering support.
........
  r41858 | strangerke | 2009-06-25 20:03:23 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Fix compilation issue for MSVC
........
  r41859 | drmccoy | 2009-06-25 20:54:35 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Plugging some memory leaks
........
  r41860 | drmccoy | 2009-06-25 20:55:01 +1000 (Thu, 25 Jun 2009) | 1 line
  
  Giving the "backup" arrays their own class, Environments, and really plugging all related leaks
........
  r41867 | lordhoto | 2009-06-26 01:22:08 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Implement proper color index conversion for Lands of Lore PC98. (The intro and menu screen work fine now)
........
  r41868 | drmccoy | 2009-06-26 01:29:19 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Oops, used git commit --amend wrong, apparently. /This/ is the real Environments change I wanted to push
........
  r41869 | drmccoy | 2009-06-26 01:37:46 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Adding more version entries for a Gob1 Win version, thanks to Hkz
........
  r41870 | lordhoto | 2009-06-26 01:53:09 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Fix japanese font colors in Kyra 1 PC98 16 color.
........
  r41871 | lordhoto | 2009-06-26 01:53:21 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Cleanup.
........
  r41875 | drmccoy | 2009-06-26 04:53:36 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Making _numDataChunks unsigned
........
  r41876 | lordhoto | 2009-06-26 05:52:49 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Cleanup.
........
  r41877 | lordhoto | 2009-06-26 05:53:55 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Use Screen::loadPalette instead of Resource::loadFileToBuf.
........
  r41878 | lordhoto | 2009-06-26 05:54:41 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Replace yet another palette from file loading with Screen::loadPalette.
........
  r41879 | lordhoto | 2009-06-26 05:55:25 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Cleanup VQA player a bit.
........
  r41880 | lordhoto | 2009-06-26 05:56:02 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Add a const "getData" access method to Palette.
........
  r41881 | lordhoto | 2009-06-26 05:57:06 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Change Screen_v2::generateOverlay to take a const Palette reference instead of a pointer.
........
  r41882 | lordhoto | 2009-06-26 05:57:35 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Change Screen_LoL::generateGrayOverlay to use a Palette object internally.
........
  r41883 | lordhoto | 2009-06-26 05:58:17 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Change Screen_HoF::generateGrayOverlay to use a Palette object internally.
........
  r41884 | lordhoto | 2009-06-26 05:59:06 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Change Screen_LoL genereta overlay functionallity to accept a Palette object as source.
........
  r41885 | lordhoto | 2009-06-26 05:59:56 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Change Screen_HoF::generateGrayOverlay to accept a Palette object as source.
........
  r41886 | lordhoto | 2009-06-26 06:00:52 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Change Screen_v2::findLeastDifferentColor to take a Palette object as source.
........
  r41887 | athrxx | 2009-06-26 07:17:50 +1000 (Fri, 26 Jun 2009) | 2 lines
  
  KYRA/LOL: - support speech/text settings in LOL intro
  - fix possible pc98 music issue
........
  r41889 | lordhoto | 2009-06-26 09:03:57 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Implement difference in PC98 version. (This actually breaks the text colors in the LoL intro for now...)
........
  r41890 | lordhoto | 2009-06-26 09:04:08 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Cleanup palette setup.
........
  r41891 | lordhoto | 2009-06-26 09:04:21 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Store palettes in a Common::Array instead of a fixed size array.
........
  r41892 | lordhoto | 2009-06-26 09:04:32 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Only initialize palettes with 16 colors in (real) 16 color games.
........
  r41893 | lordhoto | 2009-06-26 09:04:43 +1000 (Fri, 26 Jun 2009) | 1 line
  
  For now always enable voices in PC98 version of LoL.
........
  r41895 | lordhoto | 2009-06-26 10:11:56 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Implement PC98 text mode color palette.
........
  r41896 | lordhoto | 2009-06-26 10:12:08 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Implement palette difference in Kanji drawing code for PC98.
........
  r41897 | lordhoto | 2009-06-26 10:12:19 +1000 (Fri, 26 Jun 2009) | 1 line
  
  Implement difference in TIM's displayText code for PC98, this should fix the font color in the intro.
........
  r41902 | athrxx | 2009-06-27 03:58:27 +1000 (Sat, 27 Jun 2009) | 1 line
  
  KYRA/LOL: fixed minor bug by adding reset() call to pc98 audio driver destructor
........
  r41903 | drmccoy | 2009-06-27 05:03:37 +1000 (Sat, 27 Jun 2009) | 1 line
  
  Fixing text strings embedded in the TOT
........
  r41915 | buddha_ | 2009-06-27 22:26:26 +1000 (Sat, 27 Jun 2009) | 11 lines
  
  Name Operation Stealth's global variables 251 and 252 and init them in main loop.
  
  These are used as a sort of a backup for the
  mouse position (x, y) variables 249 and 250.
  
  Future Wars's VAR_MOUSE_Y_MODE and Operation Stealth's
  VAR_MOUSE_X_POS_2ND (251) clash and that's possibly
  why executePlayerInput currently works incorrectly
  with Operation Stealth. More reverse engineering
  is needed...
........
  r41916 | athrxx | 2009-06-27 22:36:12 +1000 (Sat, 27 Jun 2009) | 1 line
  
  LOL: cleanup
........
  r41917 | athrxx | 2009-06-27 23:15:47 +1000 (Sat, 27 Jun 2009) | 1 line
  
  LOL: fixed regression
........
  r41922 | athrxx | 2009-06-28 02:48:47 +1000 (Sun, 28 Jun 2009) | 1 line
  
  LOL: add workaround to fix map text display when the language is set to French
........
  r41929 | joostp | 2009-06-29 03:51:53 +1000 (Mon, 29 Jun 2009) | 2 lines
  
  change link order in .spec file to produce working binaries when building using the configure script
........
  r41930 | fingolfin | 2009-06-29 05:56:58 +1000 (Mon, 29 Jun 2009) | 1 line
  
  Silenced the reamining warnings reported in patch #2684986 (gcc warnings with -DFORTIFY_SOURCE=2 -fstack-protector)
........
  r41931 | fingolfin | 2009-06-29 05:57:27 +1000 (Mon, 29 Jun 2009) | 1 line
  
  GUI: Replaced ThemeParser::_drawFunction hashmap by a static function getDrawingFunctionCallback which maps strings to draw funcs
........
  r41932 | fingolfin | 2009-06-29 05:58:11 +1000 (Mon, 29 Jun 2009) | 4 lines
  
  Changed OSystem::setWindowCaption to expect ISO LATIN 1 encoded input;
  also intentionally broke WinCE and Symbian ports (in an obvious way that
  can be undo by commenting out some text) -- hopefully this will get the
  maintainers' attention during the next release cycle, unlike my emails
........
  r41933 | fingolfin | 2009-06-29 05:58:30 +1000 (Mon, 29 Jun 2009) | 1 line
  
  PS2: Don't overload fillScreen with a dummy, just use the inherited version
........
  r41934 | fingolfin | 2009-06-29 07:04:24 +1000 (Mon, 29 Jun 2009) | 1 line
  
  Fix PSP port
........
  r41938 | eriktorbjorn | 2009-06-29 08:20:28 +1000 (Mon, 29 Jun 2009) | 2 lines
  
  For consistency, use upper-case letter in hex constant.
........
  r41940 | lordhoto | 2009-06-29 22:33:47 +1000 (Mon, 29 Jun 2009) | 1 line
  
  Indentation fix.
........
  r41941 | lordhoto | 2009-06-30 02:05:50 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Modified Palette::load*Palette definition.
........
  r41942 | lordhoto | 2009-06-30 02:06:02 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Change LoLEngine::processMagicIce to use Palette objects internally.
........
  r41943 | lordhoto | 2009-06-30 02:06:18 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Changed LoLEngine::setPaletteBrightness to take an Palette object.
........
  r41944 | lordhoto | 2009-06-30 02:06:31 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Change LoLEngine::generateBrightnessPalette to take Palette objects as parameters.
........
  r41945 | lordhoto | 2009-06-30 02:07:46 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Chang Palette parameter of LolEngine::setPaletteBrightness to be const.
........
  r41946 | lordhoto | 2009-06-30 02:08:00 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Change raw palette read to Screen::loadPalette call.
........
  r41947 | lordhoto | 2009-06-30 02:08:16 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Change Screen_LoL::loadSpecialColors to take an Palette object as parameter.
........
  r41948 | lordhoto | 2009-06-30 02:08:28 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Change LoLEngine::generateFlashPalette to take Palette objects as parameters.
........
  r41949 | lordhoto | 2009-06-30 02:08:39 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Cleanup KyraEngine_MR::updateCharPal.
........
  r41950 | lordhoto | 2009-06-30 02:49:14 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Cleanup GUI_HoF::setupPalette.
........
  r41951 | lordhoto | 2009-06-30 02:49:26 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Replaced some raw palette loads.
........
  r41952 | lordhoto | 2009-06-30 02:49:38 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Add a "fill" method to Palette.
........
  r41953 | lordhoto | 2009-06-30 02:49:53 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Adapted various code parts to use Palette::fill.
........
  r41954 | lordhoto | 2009-06-30 03:05:49 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Removed some obsolete TODOs.
........
  r41955 | lordhoto | 2009-06-30 03:06:00 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Update the screen animations while dropping items in Hand of Fate.
........
  r41956 | lordhoto | 2009-06-30 03:06:17 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Removed more obsolete TODO messages.
........
  r41957 | lordhoto | 2009-06-30 03:26:43 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Resolved some TODOs in Kyra3 code.
........
  r41958 | lordhoto | 2009-06-30 03:26:56 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Removed obsolete TODOs in HoF code.
........
  r41959 | lordhoto | 2009-06-30 04:00:18 +1000 (Tue, 30 Jun 2009) | 3 lines
  
  - Get rid of code duplication for mouse cursor setup
  - Fix mouse cursor colors in LoL PC98
  (This commit might introduce regressions, since it changes the key color the mouse cursor uses)
........
  r41960 | lordhoto | 2009-06-30 04:49:17 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959.
........
  r41961 | lordhoto | 2009-06-30 04:49:28 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Fix palette regression caused by r41949.
........
  r41962 | lordhoto | 2009-06-30 05:02:15 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Fix bug in drawShape, which caused invisibility in Kyra1 to be displayed incorrectly.
........
  r41963 | lordhoto | 2009-06-30 06:16:59 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Fix LoL cursor in DOS version.
........
  r41964 | lordhoto | 2009-06-30 06:17:10 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Fix bug in drawShape.
........
  r41967 | lordhoto | 2009-06-30 09:14:35 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Fix invisible mouse cursor, when picking up items.
........
  r41968 | lordhoto | 2009-06-30 09:23:29 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Add some more explanation to Graphics::CursorManager::showMouse and OSystem::showMouse.
........
  r41975 | dreammaster | 2009-06-30 20:36:50 +1000 (Tue, 30 Jun 2009) | 1 line
  
  Made the music/sfx volume settings actually affect the in-game music/sfx volume
........
  r42007 | anotherguest | 2009-07-02 06:02:33 +1000 (Thu, 02 Jul 2009) | 1 line
  
  Move action inits to engineInit and engineDone callbacks.
........
  r42008 | anotherguest | 2009-07-02 06:11:44 +1000 (Thu, 02 Jul 2009) | 1 line
  
  Use MIN with correct template parameter.
........
  r42009 | fingolfin | 2009-07-02 06:51:04 +1000 (Thu, 02 Jul 2009) | 4 lines
  
  - Added GCC_PRINTF attribute to several funcs where it makes sense
  - change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings
  - removed duplicate prototypes for some funcs
  - fixed some "increases required alignment of target type" warnings
........
  r42010 | fingolfin | 2009-07-02 06:51:34 +1000 (Thu, 02 Jul 2009) | 1 line
  
  Fixed some more warnings observed on buildbot
........
  r42011 | fingolfin | 2009-07-02 06:51:47 +1000 (Thu, 02 Jul 2009) | 1 line
  
  Flag what looks like a bug in the CMS player code -- somebody should verify and fix this properly
........
  r42012 | fingolfin | 2009-07-02 06:53:47 +1000 (Thu, 02 Jul 2009) | 1 line
  
  oops
........
  r42020 | drmccoy | 2009-07-02 22:15:04 +1000 (Thu, 02 Jul 2009) | 1 line
  
  Added support for compressed sample files (patch #2815426 by m_kiewitz)
........
  r42038 | fingolfin | 2009-07-03 07:16:36 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Enhanced the quicksearch box in the launcher to match words in the search string individually
........
  r42039 | fingolfin | 2009-07-03 07:37:13 +1000 (Fri, 03 Jul 2009) | 1 line
  
  fixed indention (and trigger a reconfigure in buildbot)
........
  r42040 | fingolfin | 2009-07-03 08:05:42 +1000 (Fri, 03 Jul 2009) | 1 line
  
  cleanup
........
  r42041 | fingolfin | 2009-07-03 08:21:33 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Added -Wmissing-format-attribute to build system
........
  r42043 | thebluegr | 2009-07-03 09:16:40 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Moved all the debug state variables in a separate struct and re-enabled several places where they're used
........
  r42044 | thebluegr | 2009-07-03 09:58:05 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Moved some more debug state related variables in the DebugState struct
........
  r42047 | dreammaster | 2009-07-03 16:19:20 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Bugfix for loading savegames where the active resource file database isn't completely filled
........
  r42048 | dreammaster | 2009-07-03 16:21:04 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Bugfix for displaying text messages when an auto tracking (cut-scene) changes to a user wait
........
  r42049 | thebluegr | 2009-07-03 17:06:48 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This fixes the problems with the LSL5 password for good
........
  r42050 | thebluegr | 2009-07-03 19:01:51 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Simplified the kernel name loading code: Merged the default SCI0 and SCI1 kernel name tables in one table. vocab.999 is only used in SCI0 and SCI01 games if it exists as an override to the default kernel name table  (which works with SCI0/SCI01 demos with no vocab.999, like KQ1 and xmas1998). Removed GF_SCI0_SCI1VOCAB.
........
  r42054 | fingolfin | 2009-07-03 20:40:49 +1000 (Fri, 03 Jul 2009) | 1 line
  
  Added more GCC_PRINTF attributes, and fixed resulting warnings in format strings
........
  r42055 | fingolfin | 2009-07-03 20:41:03 +1000 (Fri, 03 Jul 2009) | 1 line
  
  SCI: Fixed warning
........
  r42056 | fingolfin | 2009-07-03 21:05:59 +1000 (Fri, 03 Jul 2009) | 1 line
  
  If NDEBUG is #defined, then assert does nothing, leading to warnings about 'old_size' not being used -> fix that
........
  r42060 | thebluegr | 2009-07-04 00:18:20 +1000 (Sat, 04 Jul 2009) | 1 line
  
  Replaced all calls for manipulating the mouse cursor to be made to the CursorManager instead of directly to the graphics backend
........
  r42062 | thebluegr | 2009-07-04 00:22:50 +1000 (Sat, 04 Jul 2009) | 2 lines
  
  - Pushed debugstate into debug.h
  - When an error occurs, manipulate the execution stack before error() opens the console inside getDebugger(), like FreeSCI did. Added another method for obtaining the SCI console for use by the engine itself.
........
  r42079 | thebluegr | 2009-07-04 07:59:07 +1000 (Sat, 04 Jul 2009) | 1 line
  
  Replaced script_error and CORE_ERROR with error()
........
  r42081 | thebluegr | 2009-07-04 09:37:08 +1000 (Sat, 04 Jul 2009) | 1 line
  
  SCI0 games using older graphics functions are automatically detected now, from the presence of the "TimesSin" and "SinMult" kernel functions. Removed the GF_SCI0_OLDGFXFUNCS game flag
........

svn-id: r42085
2009-07-04 05:56:10 +00:00
Scott Thomas
855a9587b9 Sync MSVC project files for r42057
svn-id: r42083
2009-07-04 01:48:08 +00:00
Jody Northup
c37f1d9d5e Cleaned up system.h, renamed OSystem::convertRect to OSystem::convertScreenRect (still not very descriptive). Added graphics/conversion.h and graphics/conversion.cpp with Graphics::crossBlit function created from extending original contents of OSystem::convertRect
svn-id: r42057
2009-07-03 11:46:09 +00:00
Scott Thomas
da1f41005c Sync MSVC project files for JPEG addition
svn-id: r41992
2009-07-01 15:10:30 +00:00
Jody Northup
39e957d313 Enabled RGB color support in SCI engine, corrected SCI engine's initGraphics call for modified API
svn-id: r41911
2009-06-27 08:16:21 +00:00
Arnaud Boutonné
33a836fc56 Fix compilation issue for MSVC
svn-id: r41858
2009-06-25 10:03:23 +00:00
Jody Northup
dc873f5e89 added preprocessor defines for ENABLE_RGB_COLOR and GROOVIE_EXPERIMENTAL to groovie msvc8 project
svn-id: r41855
2009-06-25 08:56:00 +00:00
Arnaud Boutonné
e9ffb84179 rename parse.h and .cpp to expression.h and .cpp
svn-id: r41778
2009-06-22 19:56:06 +00:00
Arnaud Boutonné
ca10b516a3 Include recently added script.h and script.cpp
svn-id: r41766
2009-06-22 12:03:58 +00:00
Jody Northup
f7dd1c15ed renamed ENABLE_16BIT define to more accurate ENABLE_RGB_COLOR
svn-id: r41696
2009-06-20 05:23:09 +00:00
Andre Heider
b07a35e5af Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml generation.
svn-id: r41619
2009-06-17 23:36:00 +00:00
Jody Northup
a9755e2547 Added ENABLE_16BIT to preprocessor defines in gob's msvc8 vcproj. Fixed preprocessor define list formating in msvc8 scumm.vcproj and scummvm.vcproj (mainly so that my tortoiseSVN will no longer mark them as modified)
svn-id: r41607
2009-06-17 10:11:47 +00:00
Filippos Karapetis
c672e21fc3 Added the missing pixelformat.h file
svn-id: r41537
2009-06-15 08:24:01 +00:00
Filippos Karapetis
abd23cf3ca Removed duplicate entry of disk.cpp
svn-id: r41490
2009-06-13 10:23:23 +00:00
Filippos Karapetis
aea120f991 Properly updated the MSVC project files of the parallaction engine, fixing compilation. Side note: please, don't include files outside the engine's directory (like files in /common) for engine project files - it's wrong, as the same code will be compiled twice
svn-id: r41489
2009-06-13 10:20:12 +00:00
Oystein Eftevaag
e434396b25 Updated xcode project
svn-id: r41488
2009-06-13 09:40:42 +00:00
Arnaud Boutonné
0648710285 Oups. disk.cpp was also missing in MSVC files
svn-id: r41487
2009-06-13 07:54:25 +00:00
Arnaud Boutonné
355d3e2378 Fix MSVC compilation : iff.h and iff.cpp were move from engines\parallaction\ to graphics\
svn-id: r41484
2009-06-12 22:35:08 +00:00
Arnaud Boutonné
5db387a496 Suppress inclusion of a not yet committed file
svn-id: r41323
2009-06-07 08:46:15 +00:00
Arnaud Boutonné
c37ff65613 Suppress use of parse_v1 and parse_v2 as DrMcCoy got rid of them.
svn-id: r41322
2009-06-07 08:33:46 +00:00
Filippos Karapetis
fe967127e2 Updated the MSVC project files of the SCUMM engine for commit #41282
svn-id: r41290
2009-06-06 18:38:41 +00:00
Travis Howell
8ff3a568fa Merged revisions 41154-41156,41160,41163-41181,41185-41186,41188-41189,41196-41202 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r41154 | thebluegr | 2009-06-04 18:25:48 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Turned debug_weak_validations on by default again, as apparently some games like SQ3 fail in some validations (e.g. when loading). Also, fixed a potential out of bounds access when copying the value of __FILE__ into a buffer (as its value can be quite long in some cases).
........
  r41155 | thebluegr | 2009-06-04 18:28:20 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Reordered the numpad keys so that they make more sense, and simplified the code which returns the values of shifted function keys
........
  r41156 | djwillis | 2009-06-04 18:30:31 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Initial import of the GP2XWiz backend (based on the GP2X and SDL backends). Includes configure changes and one #ifdef to SDL backend. Also updates NEWS.
........
  r41160 | strangerke | 2009-06-04 19:48:56 +1000 (Thu, 04 Jun 2009) | 1 line
  
  gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperation
........
  r41163 | fingolfin | 2009-06-04 21:28:05 +1000 (Thu, 04 Jun 2009) | 1 line
  
  SCI: Renamed various debug related global variables to have a g_ prefix; and moved any 'extern' decls of them into a new header file
........
  r41164 | waltervn | 2009-06-04 21:35:17 +1000 (Thu, 04 Jun 2009) | 2 lines
  
  SCI: Support for 16-bit DPCM.
........
  r41165 | fingolfin | 2009-06-04 21:44:55 +1000 (Thu, 04 Jun 2009) | 1 line
  
  SCI: cleanup
........
  r41166 | fingolfin | 2009-06-04 21:45:17 +1000 (Thu, 04 Jun 2009) | 1 line
  
  SCI: Moved MemObject code into a separate source file
........
  r41167 | fingolfin | 2009-06-04 21:45:34 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Code formatting in the gp2xwiz backend
........
  r41168 | thebluegr | 2009-06-04 22:47:11 +1000 (Thu, 04 Jun 2009) | 1 line
  
  Updated the MSVC project files of the SCI engine
........
  r41169 | waltervn | 2009-06-05 00:29:20 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Message: Added support for escape sequences.
........
  r41170 | waltervn | 2009-06-05 01:56:11 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Added support for early SCI1.1 audio maps.
........
  r41171 | waltervn | 2009-06-05 02:18:35 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Audio: Fixed bug in reading of SOL header.
........
  r41172 | fingolfin | 2009-06-05 06:50:51 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Added FIXME comment to not_register()
........
  r41173 | fingolfin | 2009-06-05 06:51:09 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: cleanup
........
  r41174 | fingolfin | 2009-06-05 06:51:24 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Slightly modified kAddAfter so that it does not modify its arguments needlessly
........
  r41175 | fingolfin | 2009-06-05 06:51:40 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Added MemObject::isValidOffset method; use it to simplify determine_reg_type
........
  r41176 | fingolfin | 2009-06-05 07:42:24 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Renamed _kfuncTable -> _kernelFuncs; and simplified/streamlined the kernel func map in kernel.cpp a bit
........
  r41177 | fingolfin | 2009-06-05 07:44:39 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Renamed EngineState::flags and version to _flags and _version (following our conventions); also slightly changed the EngineState constructor to init _version & _flags, and used this to make them constant
........
  r41178 | fingolfin | 2009-06-05 07:53:45 +1000 (Fri, 05 Jun 2009) | 1 line
  
  oops
........
  r41179 | athrxx | 2009-06-05 08:12:13 +1000 (Fri, 05 Jun 2009) | 1 line
  
  LOL: implemented Vaelan's cube
........
  r41180 | fingolfin | 2009-06-05 08:16:31 +1000 (Fri, 05 Jun 2009) | 1 line
  
  SCI: Made some members of class Resource protected; some cleanup
........
  r41181 | waltervn | 2009-06-05 09:55:08 +1000 (Fri, 05 Jun 2009) | 3 lines
  
  SCI: Fixed some endian bugs related to speech handling. READ_UINT* are not LE,
  but use native endianness. Thanks to clone2727 for pointing this out.
........
  r41185 | Kirben | 2009-06-05 10:57:58 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Update sound code in HE80+ games, for sound rate differences.
........
  r41186 | waltervn | 2009-06-05 11:12:52 +1000 (Fri, 05 Jun 2009) | 2 lines
  
  SCI: Audio: Fixed bug in sample length computation.
........
  r41188 | Kirben | 2009-06-05 12:35:38 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Fix issues selecting some items in arttime and football.
........
  r41189 | Kirben | 2009-06-05 14:16:32 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Minor cleanup.
........
  r41196 | dreammaster | 2009-06-05 22:20:42 +1000 (Fri, 05 Jun 2009) | 1 line
  
  Tweaks to the code that pauses for a mouse press when displaying many text messages
........
  r41197 | thebluegr | 2009-06-06 04:05:45 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Removed some unused code and performed some cleanup
........
  r41198 | thebluegr | 2009-06-06 05:04:14 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Moved some more debug commands to ScummVM's coneole and removed some unused code
........
  r41199 | athrxx | 2009-06-06 07:34:18 +1000 (Sat, 06 Jun 2009) | 1 line
  
  LOL: implemented another opcode
........
  r41200 | mthreepwood | 2009-06-06 08:35:13 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Make the PlayStation's abbreviation to all lower-case for consistency and change the description from Playstation to Sony PlayStation
........
  r41201 | athrxx | 2009-06-06 08:53:36 +1000 (Sat, 06 Jun 2009) | 1 line
  
  LOL: minor bug fix
........
  r41202 | thebluegr | 2009-06-06 09:08:35 +1000 (Sat, 06 Jun 2009) | 1 line
  
  Cleanup
........

svn-id: r41206
2009-06-06 00:10:40 +00:00
Jody Northup
9789ba7f28 Corrected backend to be able to accept a 16-bit mouseKeyColor without overflow
svn-id: r41194
2009-06-05 08:09:37 +00:00
Filippos Karapetis
c3206f3671 Updated the MSVC project files of the SCI engine
svn-id: r41168
2009-06-04 12:47:11 +00:00
Jody Northup
8447a3650e Applying the temporary 16-bit SDL hack.
svn-id: r41152
2009-06-03 23:36:23 +00:00
Arnaud Boutonné
3b311c65d0 gob - Apply DrMcCoy modifications to the save system in the vcproj files. (still not compiling, though)
svn-id: r41060
2009-05-31 09:11:45 +00:00
Filippos Karapetis
8e2af8ff7c Updated the MSVC project files of the SCI engine
svn-id: r41034
2009-05-30 15:42:29 +00:00
Filippos Karapetis
56c0a41b71 SCI: Moved the rest of the console code out of sciconsole.cpp and into console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment
svn-id: r41024
2009-05-30 10:22:53 +00:00
Filippos Karapetis
f728ddefd0 Updated the MSVC project files of the SCI engine with the latest changes, and synced the MSVC7 project file of the kyra engine
svn-id: r40998
2009-05-29 14:18:46 +00:00
Filippos Karapetis
d25ddb5fa9 Updated the MSVC project files of the SCI engine
svn-id: r40970
2009-05-28 22:28:23 +00:00
Paul Gilbert
6ca62c0581 Added new files to the MSVC Kyra project
svn-id: r40953
2009-05-28 08:36:27 +00:00
Filippos Karapetis
ae480e2903 Updated the MSVC project files of the SCI engine
svn-id: r40918
2009-05-26 15:01:52 +00:00
Filippos Karapetis
409c5e0a7e Updated the MSVC project files of the kyra engine (added sound_lol.cpp)
svn-id: r40881
2009-05-25 10:32:36 +00:00
Florian Kagerer
cbce9e1179 LOL: implemented fireball spell
svn-id: r40813
2009-05-23 18:43:04 +00:00
Filippos Karapetis
24242bfb4c Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder)
svn-id: r40777
2009-05-21 23:27:12 +00:00
Florian Kagerer
5076b06bb6 LOL: - implemented Lightning Spell
svn-id: r40776
2009-05-21 22:29:49 +00:00
Filippos Karapetis
dfffea1bf4 Updated the MSVC project files of the gob engine (added helper.h)
svn-id: r40769
2009-05-21 17:28:43 +00:00
Filippos Karapetis
b7f8990ba8 Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're decoders, not players
svn-id: r40759
2009-05-21 13:02:56 +00:00
Filippos Karapetis
6bc543d499 Updated the MSVC project files with the latest changes to file structure
svn-id: r40756
2009-05-21 10:52:13 +00:00
Filippos Karapetis
3f778de173 Updated the MSVC project files of the AGOS and KYRA engines
svn-id: r40639
2009-05-17 08:51:34 +00:00
Filippos Karapetis
4b52d7ae2a Updated the MSVC project files of the SCI engine
svn-id: r40610
2009-05-15 14:13:06 +00:00
Filippos Karapetis
abe09307ea Updated the MSVC project files of the SCI engine
svn-id: r40562
2009-05-14 13:56:05 +00:00
Filippos Karapetis
ab3bd3c3c0 Updated the MSVC project files of the SCI engine
svn-id: r40543
2009-05-13 21:25:37 +00:00
Filippos Karapetis
636776cf44 Updated the MSVC project files of the SCI engine
svn-id: r40525
2009-05-13 17:00:28 +00:00
Max Horn
0255cd0213 SCI: Removed sci_memory.h/.cpp
svn-id: r40514
2009-05-12 23:30:10 +00:00
Paul Gilbert
2cb051a394 Added the new hardwarekeys.cpp file
svn-id: r40448
2009-05-11 09:30:39 +00:00
Florian Kagerer
dd84aaf648 LOL: - added some spell casting (spark, heal, swarm)
- fixed several bugs (not the one in the fighting system though)
- added several opcodes. there shouldn't be any real show stoppers in the draracle cave now.
- simplified wsa code (which required 4 lines of code for displaying a frame)
- added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file)

svn-id: r40420
2009-05-10 13:40:28 +00:00
Oystein Eftevaag
11ba91b4de Updated xcode project and did some minor iphone optimizations
svn-id: r40418
2009-05-10 12:01:37 +00:00
Oystein Eftevaag
8b813f02b8 Converted the iPhone backend to use OpenGL ES instead of CoreSurface for graphics output
svn-id: r40403
2009-05-09 22:25:28 +00:00
Filippos Karapetis
5dc9bdc05a Synced all the MSVC project files of the SCI engine
svn-id: r40402
2009-05-09 15:34:13 +00:00
Paul Gilbert
68c8ff242d Added file gfx\gfx_pixmap_scale.cpp
svn-id: r40400
2009-05-09 11:25:18 +00:00
Filippos Karapetis
1c50778e46 Fixed compilation under all versions of MSVC (renamed sound/softsynth/opl/opl.cpp and .h into opl_impl.h and opl_inc.h respectively)
svn-id: r40379
2009-05-08 11:24:20 +00:00
Paul Gilbert
cd90fdaceb Removed the renamed OPL files from the project
svn-id: r40367
2009-05-07 08:23:47 +00:00
Oystein Eftevaag
bab6dedcc7 Updated xcode project, and fixed dependency for the iphonebundle makefile target
svn-id: r40366
2009-05-06 20:23:04 +00:00
Filippos Karapetis
625f218388 Fixed SCI compilation under MSVC and added several missing files
svn-id: r40359
2009-05-06 11:16:38 +00:00
Paul Gilbert
36ebfc0a90 Sync with adlib.cpp rename
svn-id: r40357
2009-05-06 11:07:25 +00:00
Paul Gilbert
0ac523d561 Added reference to sci\sfx\player\player.cpp
svn-id: r40352
2009-05-06 10:29:30 +00:00
Filippos Karapetis
494000dab7 Updated the MSVC project files of the SCI engine (compilation is broken with SCI under MSVC)
svn-id: r40350
2009-05-06 10:03:22 +00:00
Filippos Karapetis
f982011f4e - Updated the MSVC project files of ScummVM (added the new Adlib player, as well as vkeyb and keymapper)
- Synced the GOB project files
- Synced the SCUMM project files

svn-id: r40349
2009-05-06 10:01:05 +00:00
Oystein Eftevaag
dd4797b823 Updated xcode project
svn-id: r40245
2009-05-02 18:14:35 +00:00
Arnaud Boutonné
99e5936a30 Gob - Fix MSVC7, 7.1 and 9 VCPROJ, as compilation failed (demos classes were teleported to a demos subdir by some evil entity) ;)
svn-id: r40235
2009-05-02 08:53:45 +00:00
Paul Gilbert
ee10b1a196 Updated Gob project for files moved to the demos folder
svn-id: r40214
2009-04-30 09:36:22 +00:00
Arnaud Boutonné
a61089a730 Gob - Add game_fascin.cpp file
svn-id: r40208
2009-04-29 16:41:04 +00:00
Florian Kagerer
ccb64ad81e LOL: - Started implementing the fighting system. The damage inflicted is wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm.
- added support for monsters with distance attacks (like those orcs in front of roland's house)
- lots of small bug fixes
- Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong.

svn-id: r40144
2009-04-25 13:15:05 +00:00
Arnaud Boutonné
fa191f251a Gob Compilation - last fix ... (mixed up 7.1 and 7.0)
svn-id: r40139
2009-04-25 00:38:59 +00:00
Arnaud Boutonné
8601e5af13 svn-id: r40138 2009-04-25 00:28:40 +00:00
Arnaud Boutonné
e575683c65 MSVC project files for Gob : Add demoplayer and batplayer needed to compile
svn-id: r40137
2009-04-25 00:07:30 +00:00
Filippos Karapetis
de9f2a2b5a Updated the MSVC project files of the gob engine for commit #40122
svn-id: r40125
2009-04-24 18:40:15 +00:00
Filippos Karapetis
6206ea92bb Updated the MSVC project files of the gob engine
svn-id: r40061
2009-04-21 23:03:12 +00:00
Max Horn
9d8d3fdb2f Patch #2776913: Fix MSVC dists to include new necessary files
svn-id: r40047
2009-04-21 13:41:29 +00:00
Oystein Eftevaag
bedd33ef79 Updated Mac OS X and iPhone bundle creation a bit (copying in more docs, and removed the version name from the mounted volume directory to avoid manually updating the DS_Store file every release)
svn-id: r40018
2009-04-19 10:28:00 +00:00
Eugene Sandulenko
8c60930aaa Part of patch #2738575: "GSOC09: Upd copyright add about line, fix MSVC warnings"
svn-id: r39995
2009-04-18 21:18:23 +00:00
Filippos Karapetis
0dc02a2cbe Updated the SAGA and SCI MSVC project files (removed saga/list.h and sci/engine/aatree.h)
svn-id: r39932
2009-04-11 12:34:16 +00:00
Jordi Vilalta Prat
b82707463a Remove the obsolete IPHONE_BACKEND define
svn-id: r39835
2009-04-04 10:10:15 +00:00
Oystein Eftevaag
3687838d19 Updated xcode project
svn-id: r39834
2009-04-04 08:03:24 +00:00
Florian Kagerer
9638c7ec4b LOL: - added support for magic atlas
- fixed minor palette bug

svn-id: r39818
2009-04-03 21:32:50 +00:00
Kari Salminen
0a9febc300 Update MSVC project files (MSVC9's cruise.vcproj bas broken in r39787).
svn-id: r39792
2009-04-01 16:19:48 +00:00
Paul Gilbert
ef81dc0f98 Added Cruise sound.cpp/.h to the MSVC projects
svn-id: r39787
2009-04-01 10:45:36 +00:00
Kari Salminen
02b178f4db Update MSVC project files for r39687.
svn-id: r39692
2009-03-25 20:07:44 +00:00
Oystein Eftevaag
779bdd93b0 xcode project update with latest engine changes
svn-id: r39594
2009-03-21 17:07:15 +00:00
Filippos Karapetis
a8672bc492 Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM engines
svn-id: r39592
2009-03-21 16:24:07 +00:00
Filippos Karapetis
28036e8f0c Updated the MSVC project files of the SCI engine
svn-id: r39516
2009-03-18 13:26:13 +00:00
Filippos Karapetis
7918852b1d Added some missing header files to the MSVC project files of the SCI engine
svn-id: r39507
2009-03-18 08:09:02 +00:00
Filippos Karapetis
4c498d3456 Updated the MSVC project files of the SCI engine for commit #39499
svn-id: r39500
2009-03-17 23:39:28 +00:00
Florian Kagerer
52726344b7 LOL: - implemented item throwing
svn-id: r39455
2009-03-16 21:20:34 +00:00
Filippos Karapetis
6a83723b0c Updated the MSVC project files of the tinsel, sci and scummvm projects for the file changes which occurred in commits #39430 and #39439
svn-id: r39440
2009-03-16 07:45:47 +00:00
Filippos Karapetis
adde70537a Updated MSVC project files for commit #39416 (moved vag.* from engines/sword1/ to sound/)
svn-id: r39423
2009-03-15 17:11:34 +00:00
Florian Kagerer
dcf32be3f6 LOL: - added some missing animations for the shops
- added support for dropping/picking up items (no throwing yet)

svn-id: r39422
2009-03-15 16:48:20 +00:00
Filippos Karapetis
4805271539 Updated the MSVC project files of the parallaction engine
svn-id: r39403
2009-03-14 17:45:41 +00:00
Max Horn
7c8a73f3bd Patch #2684984: desktop-file-validate warnings
svn-id: r39399
2009-03-14 17:10:22 +00:00
Florian Kagerer
092f2a37e3 LOL: - complete support for the three "special rooms" in the castle
svn-id: r39391
2009-03-14 13:48:12 +00:00
Filippos Karapetis
0796c72e97 Updated the MSVC project files of the SCI engine (added engine/savegame.h)
svn-id: r39378
2009-03-14 00:17:12 +00:00
Filippos Karapetis
8dc86556da Add the ENABLE_LOL flag to release builds as well
svn-id: r39377
2009-03-14 00:16:02 +00:00
Filippos Karapetis
eaaa703c62 Updated the MSVC project files for the SCI engine (added engine/stringfrag.cpp)
svn-id: r39316
2009-03-10 22:07:42 +00:00
Filippos Karapetis
915b29c3f5 Synced the rest of the MSVC project files for the SCI engine
svn-id: r39314
2009-03-10 21:55:32 +00:00
Greg Frieger
0a38541cc5 Resource decompression functions moved to scicore\decompressor.cpp and turned into classes.
svn-id: r39311
2009-03-10 21:44:03 +00:00
Filippos Karapetis
519e16b9e2 Updated the MSVC project files of the SCI engine and ScummVM
svn-id: r39294
2009-03-10 11:00:50 +00:00
Oystein Eftevaag
fcb2faa18a Added proper icon for the mac os x target
svn-id: r39239
2009-03-08 17:02:06 +00:00
Oystein Eftevaag
b5e40034bc The xcode project can now compile a native Mac OS X build
svn-id: r39238
2009-03-08 16:09:25 +00:00
Filippos Karapetis
44f479c82e Updated the MSVC project files of the SAGA engine
svn-id: r39235
2009-03-08 15:40:46 +00:00
Filippos Karapetis
ef2758fd71 Updated the MSVC project files of the SCI engine (added gfx/font.h)
svn-id: r39232
2009-03-08 14:37:41 +00:00
Filippos Karapetis
70ef87a38b Updated the AGOS engine with the additional files for PN. Also, warnings are not treated as errors in AGOS, cause MSVC throws a warning about the currently non-portable setjmp code in PN
svn-id: r39231
2009-03-08 14:36:09 +00:00
Max Horn
7cf72e8a17 SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file
svn-id: r39213
2009-03-08 08:17:18 +00:00
Filippos Karapetis
950937c446 Updated the MSVC project files of the SCI engine
svn-id: r39193
2009-03-07 17:12:42 +00:00
Oystein Eftevaag
f3a953e4f7 Updated xcde project
svn-id: r39191
2009-03-07 16:34:27 +00:00
Filippos Karapetis
b594af5389 Enabled LoL for MSVC
svn-id: r39127
2009-03-04 12:00:03 +00:00
Filippos Karapetis
565c075e3b Updated the MSVC project files for the SCI engine and the ScummVM common code with the latest changes
svn-id: r39124
2009-03-04 11:14:14 +00:00
Filippos Karapetis
df205f26b8 Updated the MSVC project files of the Kyra engine
svn-id: r39046
2009-03-01 17:56:42 +00:00
Florian Kagerer
7ea5cefef4 LOL: implemented some monster related code (monsters now get placed in the maze, but they still don't do anything)
svn-id: r39039
2009-03-01 14:45:30 +00:00
Oystein Eftevaag
b9a5562ab8 Updated iPhone xcode project
svn-id: r39021
2009-03-01 09:04:19 +00:00
Eugene Sandulenko
166941cde8 Patch #2590824: DRASCULA: further improvements in italian translation
svn-id: r38963
2009-02-28 11:32:51 +00:00
Filippos Karapetis
6ccd2d4db9 Updated the MSVC project files of the SCI and SWORD1 engines
svn-id: r38962
2009-02-28 11:32:34 +00:00
Paweł Kołodziejski
4042eb8259 update
svn-id: r38929
2009-02-27 11:10:44 +00:00
Filippos Karapetis
c1fb06c162 Updated the MSVC project files of the SCI engine
svn-id: r38917
2009-02-26 23:04:50 +00:00
Filippos Karapetis
73f1e8c85f Updated the MSVC project files of the SCI and parallaction engines
svn-id: r38911
2009-02-26 18:59:41 +00:00
Paweł Kołodziejski
04588b1fa2 update
svn-id: r38873
2009-02-24 23:19:52 +00:00
Paweł Kołodziejski
7d5e45fa83 update
svn-id: r38853
2009-02-24 20:49:52 +00:00
Filippos Karapetis
c327ed3faf Updated the MSVC project files for the SCI engine
svn-id: r38802
2009-02-23 01:01:28 +00:00
Filippos Karapetis
e35e7c0415 Removed include/aatree.h from the MSVC project files
svn-id: r38773
2009-02-22 01:01:40 +00:00
Filippos Karapetis
8db5bb6dbb Updated the MSVC project files for the tinsel engine, which were not updated for some reason...
svn-id: r38772
2009-02-22 00:56:21 +00:00
Filippos Karapetis
78f5828f5a Updated and synced all MSVC project files
svn-id: r38771
2009-02-22 00:53:10 +00:00
Paweł Kołodziejski
a25c7debe1 update older msvc
svn-id: r38739
2009-02-21 19:53:20 +00:00
Paweł Kołodziejski
991dbfff2f update
svn-id: r38737
2009-02-21 19:43:11 +00:00
Filippos Karapetis
dbfe031ef2 Updated the MSVC project files of the SCI engine
svn-id: r38734
2009-02-21 19:28:06 +00:00
Florian Kagerer
8a95f02abf LOL: some work on inventory/item handling
svn-id: r38711
2009-02-21 17:24:50 +00:00
Paweł Kołodziejski
51bb24626a update
svn-id: r38710
2009-02-21 17:24:02 +00:00
Oystein Eftevaag
5d67e3de0f Updated xcode project
svn-id: r38677
2009-02-21 10:44:06 +00:00
Paweł Kołodziejski
65aa806005 disable warnings as error, said.cpp generate warnings from bison generated parser
svn-id: r38667
2009-02-21 07:43:46 +00:00
Paweł Kołodziejski
c729101d5b re-enable warnings as errors
svn-id: r38645
2009-02-20 23:24:46 +00:00
Filippos Karapetis
720b013ac8 Updated the MSVC project files of the SCI engine
svn-id: r38624
2009-02-20 21:32:24 +00:00
Travis Howell
efb806554e Correct typo in project files, which caused SCI engine to be disabled.
svn-id: r38578
2009-02-20 04:09:16 +00:00
Filippos Karapetis
ed0c75e73f Synced the project files of the cruise engine
svn-id: r38571
2009-02-20 00:34:15 +00:00
Filippos Karapetis
a566728ab8 Updated the MSVC project files of the SCI engine
svn-id: r38570
2009-02-20 00:33:23 +00:00
Filippos Karapetis
2ce63815f3 Updated the MSVC project files of the SCI engine
svn-id: r38544
2009-02-19 12:45:32 +00:00
Paul Gilbert
59db1e85f3 Merged the contents of fontCharacterTable into staticres
svn-id: r38542
2009-02-19 11:08:11 +00:00
Filippos Karapetis
e6179b7ebd Synced the SCI MSVC project files
svn-id: r38510
2009-02-18 22:28:17 +00:00
Paweł Kołodziejski
46eb365c77 update msvc9
svn-id: r38507
2009-02-18 22:04:06 +00:00
Oystein Eftevaag
18ea8081c0 XCode project updated with latest SCI changes
svn-id: r38503
2009-02-18 20:59:12 +00:00
Filippos Karapetis
b9d3c752b1 Include the SCI engine when building ScummVM under MSVC
svn-id: r38474
2009-02-18 12:35:24 +00:00
Filippos Karapetis
effc556fd3 Updated and synced the SCI engine MSVC project files
svn-id: r38462
2009-02-18 10:14:41 +00:00
Filippos Karapetis
f0947f9e58 Updated and synced the SCI engine MSVC project files
svn-id: r38459
2009-02-18 09:58:52 +00:00
Paweł Kołodziejski
d428b4da6c remove not needed anymore SCUMMVM define
svn-id: r38443
2009-02-17 20:06:17 +00:00
Oystein Eftevaag
23dd0d861d Updated the xcode project to generate Info.plist, and use the correct icon
svn-id: r38438
2009-02-17 19:39:25 +00:00
Filippos Karapetis
73b104ec4f Updated the SCI MSVC project files
svn-id: r38402
2009-02-17 10:01:35 +00:00
Filippos Karapetis
cc653bc3b0 Updated the SCI MSVC files
svn-id: r38389
2009-02-16 23:37:06 +00:00
Oystein Eftevaag
6da742f47f Updated xcode project with latest changes
svn-id: r38388
2009-02-16 23:31:53 +00:00
Oystein Eftevaag
d61b83814b Updated the iphone xcode project to include dependency libs, and fixed config/savegame paths
svn-id: r38386
2009-02-16 23:21:18 +00:00
Filippos Karapetis
2ced8f361d Updated the MSVC project files of the SCI engine with the latest changes to the file structure
svn-id: r38366
2009-02-16 11:28:35 +00:00
Filippos Karapetis
271758dbb8 Sync
svn-id: r38363
2009-02-16 10:14:58 +00:00
Oystein Eftevaag
7a3c7c1e9a Added zlib support and SCI to the xcode project for iphone
svn-id: r38355
2009-02-16 08:32:45 +00:00
Paul Gilbert
fd9c7198f5 Removed reference to deleted reg_t_hashmap.cpp
svn-id: r38354
2009-02-16 08:16:52 +00:00
Paweł Kołodziejski
36d7495577 fixed compilation
svn-id: r38350
2009-02-16 07:06:12 +00:00
Paweł Kołodziejski
78282ea586 remove defines from msvc project files
svn-id: r38286
2009-02-15 20:15:24 +00:00
Oystein Eftevaag
270165522b XCode project for the iPhone official SDK
svn-id: r38281
2009-02-15 19:12:21 +00:00
Filippos Karapetis
79086b1b1f Synced the MSVC project files for earlier versions of MSVC
svn-id: r38269
2009-02-15 16:57:36 +00:00
Paweł Kołodziejski
f1baf28969 update
svn-id: r38255
2009-02-15 15:19:00 +00:00
Florian Kagerer
dee51a77b5 LOL: fix bug in kyra.dat
svn-id: r38246
2009-02-15 14:49:01 +00:00
Paweł Kołodziejski
0724206156 fixed compilation and linking with msvc9
svn-id: r38232
2009-02-15 12:29:09 +00:00
Paweł Kołodziejski
aef228ac27 updated mscv9
svn-id: r38220
2009-02-15 10:28:03 +00:00
Paweł Kołodziejski
311344b445 fixed msvc9 compilation
svn-id: r38208
2009-02-15 09:56:04 +00:00
Paweł Kołodziejski
41f78a6641 update
svn-id: r38203
2009-02-15 09:17:23 +00:00
Paweł Kołodziejski
1ef23afe6b added initial sci.vcproj
svn-id: r38200
2009-02-15 08:31:38 +00:00
Florian Kagerer
16a57f299c LOL: - implemented proper button processing (works exactly as in Kyra 2 and 3, so we do have some code duplication atm, I just fixed right mouse button support for LOL)
- keyboard control now works

svn-id: r38190
2009-02-15 03:36:30 +00:00
Filippos Karapetis
7853ff65db Updated the MSVC project files for commit #36007 (removed /backends/saves/compressed/*)
svn-id: r38182
2009-02-14 21:50:13 +00:00
Florian Kagerer
f065524949 LOL:
- implemented some input code
- you can walk around now (not very far though, since doors don't work yet). Keyboard control is still missing
- processButtonList isn't really implemented yet for LOL. I'll still have to check which features are  needed here.

svn-id: r36320
2009-02-14 00:51:07 +00:00
Filippos Karapetis
2c9d1567d0 Synced the cruise engine MSVC 2002/2003 project files
svn-id: r36305
2009-02-13 17:02:21 +00:00
Willem Jan Palenstijn
15a56d9256 sync .spec files from 0.13 branch
svn-id: r36269
2009-02-11 17:33:39 +00:00
Paul Gilbert
c2afb25ec5 Added debugger console
svn-id: r36259
2009-02-11 10:03:01 +00:00
Filippos Karapetis
8f91046af4 Updated the MSVC project files of the scummvm project with the latest changes to the files
svn-id: r36190
2009-02-01 21:09:29 +00:00
Filippos Karapetis
aacaf0d41d Updated the kyra MSVC project files for the newly added files
svn-id: r36189
2009-02-01 21:06:02 +00:00
Paul Gilbert
9b707ed951 Backport of bugfix for incorrect fight animation offset in French version
svn-id: r36070
2009-01-26 07:10:41 +00:00
Paul Gilbert
7eff8a012b Updated the MSVC projects with the new cruise/staticres file
svn-id: r36052
2009-01-25 05:56:04 +00:00
Eugene Sandulenko
98ba7247b1 This is 0.14.0svn
svn-id: r35927
2009-01-19 21:44:58 +00:00
Florian Kagerer
44918f5f16 LOL: basic music support and some cleanup
svn-id: r35917
2009-01-18 23:50:31 +00:00
Florian Kagerer
35c8fd4dad LOL: fix some valgrind warnings
svn-id: r35910
2009-01-18 18:20:33 +00:00
Filippos Karapetis
66228f77e9 Updated the MSVC files of the Kyra engine
svn-id: r35909
2009-01-18 17:42:46 +00:00
Florian Kagerer
ff268e8fd5 LOL: Some drawing code and some opcodes so that the first scene will show up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet.
svn-id: r35903
2009-01-18 17:04:24 +00:00
Max Horn
20dad9e967 Merged gui/ThemeData.cpp into ThemeEngine.cpp
svn-id: r35881
2009-01-17 17:13:04 +00:00
Filippos Karapetis
d5f9fdabc3 Updated the project files of the groovie engine for commit #35855
svn-id: r35860
2009-01-14 07:47:52 +00:00
Filippos Karapetis
9129f13b09 Updated the MSVC project files for the latest changes to the video playing code
svn-id: r35773
2009-01-07 21:25:50 +00:00
Filippos Karapetis
d5b6996c45 - Split the IHNM script functions into a different file
- Added two new defines, ENABLE_IHNM and ENABLE_SAGA2 (enabled by default), which can be used to remove the parts of the SAGA engine which are specific to IHNM and SAGA 2 games. Hopefully, this will reduce the size of the engine even more for platforms with little memory (e.g. the Nintendo DS)

svn-id: r35672
2009-01-02 16:52:38 +00:00
Filippos Karapetis
a09a7678f4 Updated the MSVC project files for commit #35668
svn-id: r35671
2009-01-02 14:09:21 +00:00
Max Horn
569636eb54 Removed Graphics::ImageMan. Nothing uses it
svn-id: r35638
2008-12-31 15:11:39 +00:00
Filippos Karapetis
cae6bdac08 Preliminary Shorten audio support for SAGA 2 games. It's still very wrong and needs further work, but it's a start
svn-id: r35626
2008-12-31 11:46:21 +00:00
Filippos Karapetis
1e60714ff7 Updated the MSVC project files of the kyra engine
svn-id: r35556
2008-12-26 12:04:59 +00:00
Filippos Karapetis
eee07138c9 Updated the MSVC project files for commit #35526
svn-id: r35529
2008-12-24 16:44:14 +00:00
Filippos Karapetis
77ad9f76e5 Updated the MSVC project files of the SAGA engine
svn-id: r35485
2008-12-22 14:18:06 +00:00
Filippos Karapetis
e07d509100 Updated the MSVC project files for commit #35475
svn-id: r35476
2008-12-21 23:47:35 +00:00
Filippos Karapetis
f6547e0691 Updated the MSVC project files for commit #35470
svn-id: r35471
2008-12-21 21:44:16 +00:00
Filippos Karapetis
41499091b0 Updated the MSVC project files (added smk_player.cpp/.h)
svn-id: r35367
2008-12-14 22:32:32 +00:00
Filippos Karapetis
c0a8a13081 Updated the MSVC project files of the gob engine (added game_v6.cpp)
svn-id: r35346
2008-12-13 21:08:13 +00:00
Filippos Karapetis
afa21d9de8 Updated the MSVC project files of the gob engine
svn-id: r35339
2008-12-13 13:31:13 +00:00
Filippos Karapetis
005c63f794 Updated the MSVN project files of the gob engine
svn-id: r35291
2008-12-09 17:36:28 +00:00
Filippos Karapetis
5212c3ea03 Updated the MSVC project files for the new files in tinsel2
svn-id: r35197
2008-12-01 20:38:14 +00:00
Filippos Karapetis
7f69d3e9a2 Updated the MSVC project files of the kyra engine
svn-id: r35186
2008-11-30 11:05:37 +00:00
Matthew Hoops
187d9f3355 the create_kyradat tool has been in the trunk for a while ;)
svn-id: r35145
2008-11-21 21:47:13 +00:00
Filippos Karapetis
b74b43a1fa Updated the MSVC project files of the groovie engine, for commit #35122
svn-id: r35123
2008-11-19 13:19:11 +00:00
Kari Salminen
c67881f0cc Fix compilation of Tucker-engine under MSVC by adding missing flic_player.h and flic_player.cpp to the project files.
svn-id: r35108
2008-11-17 20:38:40 +00:00
Filippos Karapetis
a5619194c8 Added MSVC projects for the new groovie engine and enabled the engine
svn-id: r35097
2008-11-16 20:31:07 +00:00
Filippos Karapetis
04a33b48c0 Updated the MSVC project files of the sword1 engine
svn-id: r35044
2008-11-13 12:25:19 +00:00
Filippos Karapetis
963445e559 Updated the MSVC project files of the cine engine
svn-id: r35034
2008-11-13 09:00:51 +00:00
Filippos Karapetis
8b91e9c8be Updated MSVC project files for the sky engine
svn-id: r35016
2008-11-12 12:39:18 +00:00
Filippos Karapetis
a0528c87ca Updated MSVC project files for commit #35002
svn-id: r35010
2008-11-11 23:28:43 +00:00
Filippos Karapetis
6e9cb25641 Enable the tucker engine
svn-id: r34998
2008-11-10 22:32:21 +00:00
Filippos Karapetis
8940030f44 Added MSVC project files for the new tucker engine
svn-id: r34996
2008-11-10 22:08:02 +00:00
Filippos Karapetis
dbb0fa5f62 Updated the MSVC project files for commit #34983
svn-id: r34987
2008-11-10 14:34:32 +00:00
Filippos Karapetis
92d12dc5c4 The MSVC8 -> MSVC 7/7.1 conversion tool now handles both cases of version numbers (with . and ,) - depending on the system's localization settings. Updated the scummvm.vcproj files
Fixes bug #2159813 - "BUILD: scummvm.vcproj fails to build in msvc7/msvc71"

svn-id: r34778
2008-10-12 16:06:04 +00:00
Filippos Karapetis
b5f2e4ee8c Synced the rest of the MSVC project files (MSVC7, 7.1 and 8) with the latest changes to the GUI from the GSoC branch
svn-id: r34768
2008-10-11 14:18:11 +00:00
Vicent Marti
9feb0f5f67 - Merged the new RTL changes into the branch.
- Fixed conflicts.
- Added new RTL dialogs to the Theme Description files.

Full SVNMerge log:
==================
Merged revisions 33928,33930,33932-33936,33938-33940,33942-33943,33948,33950,33953,33967,33973,33976,33978,33980,33985,33991,33993,33999-34000,34006,34009,34011,34013,34015,34019,34021-34023,34025,34027-34028,34030,34032-34034,34036,34038-34039,34041,34046-34048,34050-34055,34057,34059-34065,34067,34072,34074,34076,34078-34081,34084,34086-34087,34089-34090,34093,34096-34102,34104,34107,34113,34116,34119,34122,34124,34126,34128,34131-34132,34135,34138,34141,34144,34146,34149,34152-34154,34156-34157,34160,34163-34164,34169,34173,34179-34194,34196-34198,34200-34201,34205-34206,34208-34217,34219-34225,34227-34228,34234-34237,34239-34249,34251-34279,34281-34284,34286-34288,34290-34320,34323-34324,34326,34328-34329,34332,34334,34336,34338-34340,34343-34353,34356-34357,34359-34371,34373,34375,34378,34381-34382,34384-34385,34389-34391,34393-34394,34396-34397,34399-34405,34407-34409,34411,34413,34415,34417-34420,34423-34426,34428-34438,34440-34454,34456-34458,34460,34462-34469,34472,34474,34479-34481,34483-34498,34501-34505,34508,34511-34518,34520-34524,34526-34563,34566-34569,34571-34590,34592,34595-34599,34602-34603 via svnmerge from 
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r33928 | peres001 | 2008-08-16 08:39:58 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Fixed label positioning in BRA.
........
  r33930 | peres001 | 2008-08-16 09:47:44 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Enabled interaction with movable zones - mainly NPCs - which are linked to animations.
........
  r33932 | anotherguest | 2008-08-16 10:49:36 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Enable CINE
........
  r33933 | peres001 | 2008-08-16 10:57:07 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Fixed half-invisible balloons.
........
  r33934 | fingolfin | 2008-08-16 13:37:36 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Replaced ARM_USE_GFX_ASM by USE_ARM_GFX_ASM
........
  r33935 | buddha_ | 2008-08-16 13:38:43 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Changed AdlibRegisterSoundInstrument's member variables from unsigned 16-bit to unsigned 8-bit. Maybe this'll fix the crash in AdlibSoundDriver::setupInstrument() eriktorbjorn was getting in Future Wars when teleporting from the photocopier room to the swamp. There was a OPLWriteReg(_opl, 0x80 | car, reg->sustainRelease) call with sustainRelease = 65452. Now there shouldn't be any such calls made because the sustainRelease value is always 8-bit now. Hopefully this won't break anything.
........
  r33936 | eriktorbjorn | 2008-08-16 13:50:36 +0200 (Sat, 16 Aug 2008) | 2 lines
  
  Removed unused variable.
........
  r33938 | athrxx | 2008-08-16 14:38:37 +0200 (Sat, 16 Aug 2008) | 4 lines
  
  - KYRA: FM-Towns/PC-98 Audio: fixed several bugs and got rid of some floating point arithmetic (or at least replaced some doubles with floats)
  - Improved support for PC-98 music: HOF tracks seem to be fine, KYRA should be okay, too (I can't compare with an emulator since I am missing the floppy boot disk with the executable)
  - There are still tempo issues. Some tracks play way too slow, others way too fast
  - PC-98 sound effects in Kyra 1 don't work (I would need the floppy disk with the executable for that)
........
  r33939 | peres001 | 2008-08-16 14:49:27 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Multiple balloons (answers) are now positioned correctly in BRA.
........
  r33940 | peres001 | 2008-08-16 15:10:54 +0200 (Sat, 16 Aug 2008) | 1 line
  
  Extended balloon manager to handle color constants and fixed color of text in balloons for BRA.
........
  r33942 | athrxx | 2008-08-16 16:25:03 +0200 (Sat, 16 Aug 2008) | 1 line
  
  KYRA: Fm-Towns Audio: fixed music fading
........
  r33943 | athrxx | 2008-08-16 17:24:52 +0200 (Sat, 16 Aug 2008) | 1 line
  
  KYRA: Fm-Towns Audio: fixed crash
........
  r33948 | lordhoto | 2008-08-16 23:51:56 +0200 (Sat, 16 Aug 2008) | 2 lines
  
  Cleanup.
........
  r33950 | buddha_ | 2008-08-17 00:15:57 +0200 (Sun, 17 Aug 2008) | 5 lines
  
  Workaround for bug #2054882 (FW: Impossible to survive entering monastery (regression)):
  For Future Wars o1_compareGlobalVar now compares global variable 255 to be equal to everything.
  The scripts probably tested global variable 255 for equality with some value (Maybe 143?)
  to see whether copy protection was properly passed.
........
  r33953 | lordhoto | 2008-08-17 00:30:47 +0200 (Sun, 17 Aug 2008) | 2 lines
  
  Properly close files opened when checking for config file on WIN32.
........
  r33967 | buddha_ | 2008-08-17 12:43:54 +0200 (Sun, 17 Aug 2008) | 1 line
  
  Forwardport of branch-0-12-0's r33966: Fix to Future Wars's rendering of type 0 overlays (i.e. color sprites). Objects with negative frame values are supposed to be jumped over (Verified with disassembly).
........
  r33973 | sev | 2008-08-17 20:58:23 +0200 (Sun, 17 Aug 2008) | 2 lines
  
  Patch #2045543: Possible fix for Drascula's decodeRLE()
........
  r33976 | buddha_ | 2008-08-17 22:53:18 +0200 (Sun, 17 Aug 2008) | 1 line
  
  Added some documentation about how data is unpacked in gfxConvertSpriteToRaw (Learned this from trying to implement convertPI1_2 i.e. gfxConvertSpriteToRaw myself to see if that was the problem with the Operation Stealth's labyrinth arcade sequence).
........
  r33978 | anotherguest | 2008-08-17 23:16:07 +0200 (Sun, 17 Aug 2008) | 1 line
  
  Improved filehandling for securer and quicker way to get ref to file session
........
  r33980 | athrxx | 2008-08-18 00:49:34 +0200 (Mon, 18 Aug 2008) | 4 lines
  
  KYRA: FM-Towns/PC-98 Audio:
  - improved accuracy
  - complete percussion channel support (does not work atm though, since the instrument data is missing)
  - some cleanup
........
  r33985 | peres001 | 2008-08-18 09:12:05 +0200 (Mon, 18 Aug 2008) | 3 lines
  
  * Split up blt routine (there is room for a ton of improvements)
  * Added scaling as a new blt option
  * Activated scaling for the main character in BRA
........
  r33991 | knakos | 2008-08-18 19:24:25 +0200 (Mon, 18 Aug 2008) | 1 line
  
  do away with the smush force redraw hack
........
  r33993 | athrxx | 2008-08-18 19:42:32 +0200 (Mon, 18 Aug 2008) | 3 lines
  
  KYRA: FM-Towns/PC-98 Audio:
  - adpcm decoding for rhythm channel
  - cleanup
........
  r33999 | knakos | 2008-08-18 20:15:32 +0200 (Mon, 18 Aug 2008) | 1 line
  
  switching to libTremolo
........
  r34000 | anotherguest | 2008-08-18 20:16:24 +0200 (Mon, 18 Aug 2008) | 1 line
  
  Do Deinit of pixel buffer when hiding menu.That saves 600KB in VGA games for low memory devices.
........
  r34006 | robinwatts | 2008-08-18 22:04:15 +0200 (Mon, 18 Aug 2008) | 8 lines
  
  Updates to the scummvm blitting code as discussed on the mailing list.
  
   1) Remove DS version of the ARM blitters in favour of the 'normal' ARM one.
   2) Update normal ARM blitter to use Carlo's clever algorithm.
   3) Update C version with Max Horns patch (slightly tweaked - counting down
  on loops is better, M'kay).
........
  r34009 | tramboi | 2008-08-18 22:43:44 +0200 (Mon, 18 Aug 2008) | 1 line
  
  Compile fix for 34006
........
  r34011 | anotherguest | 2008-08-18 23:09:46 +0200 (Mon, 18 Aug 2008) | 1 line
  
  Enable quick F5 save key for Touche!
........
  r34013 | anotherguest | 2008-08-18 23:19:18 +0200 (Mon, 18 Aug 2008) | 1 line
  
  Enable save game action key in Touche for WinCE devices.
........
  r34015 | athrxx | 2008-08-19 03:00:15 +0200 (Tue, 19 Aug 2008) | 2 lines
  
  fixed bug that caused a lockup in certain configurations when the music was fading
........
  r34019 | athrxx | 2008-08-19 08:31:57 +0200 (Tue, 19 Aug 2008) | 1 line
  
  fixed warnings
........
  r34021 | anotherguest | 2008-08-19 09:44:35 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Remove Deinit when hiding menu! UI infoprints needed the pixelbuffer.
........
  r34022 | peres001 | 2008-08-19 10:08:32 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Fixed segfault when quitting BRA.
........
  r34023 | thebluegr | 2008-08-19 10:49:53 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Fix for bug #2057194 - "IHNM: -x option crashes ScummVM, if savegame doesn't exist"
........
  r34025 | anotherguest | 2008-08-19 10:54:28 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Don't Use CEikonEnv::Static, get FS from system class instead
........
  r34027 | anotherguest | 2008-08-19 11:26:41 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Use the correct and specified datatype int32 instead of only int.
........
  r34028 | thebluegr | 2008-08-19 12:05:07 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Fixed regression from commit #33576. Fixes bug #2056282 - "DRASCULA: can't use inventory objects"
........
  r34030 | thebluegr | 2008-08-19 12:12:35 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Fix for bug #2057664 - "DRASCULA: No GUI warning when playing from CD"
........
  r34032 | fingolfin | 2008-08-19 12:52:39 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Fixed GCC warning
........
  r34033 | fingolfin | 2008-08-19 12:58:35 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Fixed 'make install' when building outside srcdir
........
  r34034 | buddha_ | 2008-08-19 13:55:20 +0200 (Tue, 19 Aug 2008) | 5 lines
  
  Fix for bug #2057637: FW: Spaceship glitches in demo (regression).
  This was caused by assuming in-place decompression is ok, it wasn't,
  although AFAIK the original did decompression in-place too.
  Changed unpacking to be done not in-place and the glitch vanished.
  Also changed the unpacker to also handle uncompressed input data.
........
  r34036 | buddha_ | 2008-08-19 15:05:38 +0200 (Tue, 19 Aug 2008) | 6 lines
  
  Fix for bug #2057656: FW: Assert during demo (regression).
  Future Wars's Amiga demo is trying to load collision data files
  'L8_MK.NEO' and 'L23_MK.NEO' that aren't supplied with the demo.
  Previous code crashed when a file couldn't be found,
  now it gives a warning instead.
........
  r34038 | peres001 | 2008-08-19 16:07:48 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Fixed bug in low-level parser. Block comments weren't interpreted correctly.
........
  r34039 | buddha_ | 2008-08-19 16:19:28 +0200 (Tue, 19 Aug 2008) | 2 lines
  
  Fix for bug #2057619: FW: Glitches in title display of demo (regression).
  Removed incorrect transparency data used for logo. Now it's shown correctly.
........
  r34041 | peres001 | 2008-08-19 16:36:05 +0200 (Tue, 19 Aug 2008) | 1 line
  
  Deleted debug code that slipped in.
........
  r34046 | peres001 | 2008-08-20 05:36:49 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  * Enlarged buffer for frame decoding. Crashes in the introduction were caused by a small buffer and subsequent out-of-bound writes.
  * Disabled debug code.
........
  r34047 | peres001 | 2008-08-20 06:02:12 +0200 (Wed, 20 Aug 2008) | 1 line
  
  Engine now returns to the menu when intro is over.
........
  r34048 | eriktorbjorn | 2008-08-20 11:12:11 +0200 (Wed, 20 Aug 2008) | 4 lines
  
  I believe the setVolume() function has to be guarded by a mutex. (I added this to
  the Tinsel engine a while back to fix mysterious problems, but forgot to add it
  elsewhere.) Maybe this will fix the mysterious IHNM crashes, as well?
........
  r34050 | eriktorbjorn | 2008-08-20 11:15:59 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  Moved the mutex locking a bit. (Consistent with how the AGOS engine does it.)
........
  r34051 | fingolfin | 2008-08-20 12:18:59 +0200 (Wed, 20 Aug 2008) | 1 line
  
  Extended HashMap debug output
........
  r34052 | fingolfin | 2008-08-20 13:07:16 +0200 (Wed, 20 Aug 2008) | 1 line
  
  Unified member names in container/storage classes Array, HashMap and String: _storage, _size, _capacity
........
  r34053 | lordhoto | 2008-08-20 16:03:34 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now)
........
  r34054 | lordhoto | 2008-08-20 16:24:16 +0200 (Wed, 20 Aug 2008) | 4 lines
  
  - Committed Max' compressed save backseeking support from patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement"
  - Extended SCUMM engine to support savegames without thumbnail header. (Increased savegame version to prevent saves to be loaded from older ScummVM versions)
  - Fixed KYRA to properly support savegames without thumbnail header.
........
  r34055 | lordhoto | 2008-08-20 16:30:40 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  Committed patch #2055831 "KYRA: ResFileEntry parent cache optimization".
........
  r34057 | buddha_ | 2008-08-20 16:56:46 +0200 (Wed, 20 Aug 2008) | 1 line
  
  Fix compilation: Changed 'not' to '!'.
........
  r34059 | buddha_ | 2008-08-20 17:06:26 +0200 (Wed, 20 Aug 2008) | 1 line
  
  Added graphics/thumbnail.cpp and graphics/thumbnail.h to MSVC project files.
........
  r34060 | lordhoto | 2008-08-20 17:08:00 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  Cleanup of thumbnail saving/loading code.
........
  r34061 | lordhoto | 2008-08-20 17:12:36 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  Oops fix save loading after last commit.
........
  r34062 | buddha_ | 2008-08-20 17:17:35 +0200 (Wed, 20 Aug 2008) | 1 line
  
  Removed already deleted file engines/scumm/thumbnail.cpp from MSVC project files.
........
  r34063 | buddha_ | 2008-08-20 17:58:52 +0200 (Wed, 20 Aug 2008) | 1 line
  
  Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes compiling under MSVC.
........
  r34064 | athrxx | 2008-08-20 18:14:10 +0200 (Wed, 20 Aug 2008) | 1 line
  
  tempo fix
........
  r34065 | buddha_ | 2008-08-20 19:31:35 +0200 (Wed, 20 Aug 2008) | 4 lines
  
  Fix font loading:
  Fixes bug #2058539: OS: Assert starting demo (regression).
  May possibly also fix bug #2019344: FW: crash with Amiga Italian version (photocopy room),
  but not sure about that because I couldn't reproduce the bug myself.
........
  r34067 | athrxx | 2008-08-20 21:57:57 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  - add support for Italian floppy version
  - more work on fm-towns music tempo
........
  r34072 | lordhoto | 2008-08-20 23:23:30 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  Fixed warning.
........
  r34074 | lordhoto | 2008-08-20 23:28:59 +0200 (Wed, 20 Aug 2008) | 2 lines
  
  Committed patch from bug #2062926 "GCC 4.x versions not detected by configure script".
........
  r34076 | athrxx | 2008-08-21 00:38:36 +0200 (Thu, 21 Aug 2008) | 1 line
  
  KYRA: Towns/PC-98-Audio: fix bug where pitch wheel is processed twice instead of once
........
  r34078 | athrxx | 2008-08-21 04:17:52 +0200 (Thu, 21 Aug 2008) | 1 line
  
  KYRA: Towns/PC-98-Audio: tempo fix for output rates other than 44100 Hz
........
  r34079 | athrxx | 2008-08-21 14:04:55 +0200 (Thu, 21 Aug 2008) | 1 line
  
  KYRA: Towns/PC-98-Audio: increased precision for envelope generator timing and tempo when using "odd" output rates like 48 kHz or 8 kHz
........
  r34080 | peres001 | 2008-08-21 14:11:24 +0200 (Thu, 21 Aug 2008) | 1 line
  
  Removed unused code and structures, and a bit of cleanup.
........
  r34081 | buddha_ | 2008-08-21 16:14:33 +0200 (Thu, 21 Aug 2008) | 4 lines
  
  Fix for bug #2057619: FW: Glitches in title display of demo (regression).
  This fix doesn't seem to break other Future Wars versions like r34039 did.
  Some versions of TITRE.ANI use 15 for transparency color, others use 0.
  Previously only one of the choices was supported, now both are recognized.
........
  r34084 | buddha_ | 2008-08-21 16:43:03 +0200 (Thu, 21 Aug 2008) | 1 line
  
  Fix typo.
........
  r34086 | eriktorbjorn | 2008-08-21 16:52:55 +0200 (Thu, 21 Aug 2008) | 2 lines
  
  Fixed warning.
........
  r34087 | athrxx | 2008-08-21 20:24:52 +0200 (Thu, 21 Aug 2008) | 1 line
  
  KYRA: Towns/PC-98-Audio: fixed bug where notes for which the hold flag was set were turned off nonetheless
........
  r34089 | peres001 | 2008-08-22 02:19:12 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Implement transition when entering a new location for BRA. Not pixel-perfect, but... let's e happy about it.
........
  r34090 | Kirben | 2008-08-22 05:37:43 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Add another 3DO version of Fatty Bear's Birthday Surprise.
........
  r34093 | peres001 | 2008-08-22 08:32:12 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Fixed error in parsing.
........
  r34096 | fingolfin | 2008-08-22 13:17:12 +0200 (Fri, 22 Aug 2008) | 1 line
  
  code formatting cleanup
........
  r34097 | fingolfin | 2008-08-22 13:19:41 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Moved POSIXFilesystemNode class declaration to a new header file, to enable subclassing
........
  r34098 | fingolfin | 2008-08-22 13:36:47 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Turned Windows, AmigaOS and POSIX FSFactories into plain classes; no need for them to be singletons (actually true for all other FS factories)
........
  r34099 | fingolfin | 2008-08-22 13:41:14 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Symbian backend does not have to implement config file methods, as long as they are identical to those in the SDL backend...
........
  r34100 | fingolfin | 2008-08-22 13:45:29 +0200 (Fri, 22 Aug 2008) | 1 line
  
  SDL backend: Simplified openConfigFileForReading/openConfigFileForWriting impl; also init _fsFactory in constructor, as it is needed to load the config file
........
  r34101 | fingolfin | 2008-08-22 13:49:34 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Turned SymbianFilesystemFactory from a singleton into a normal class; adapted symbian backend accordingly
........
  r34102 | buddha_ | 2008-08-22 14:11:51 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Designate fix for bug #2057619 as a hack, as that's what it is.
........
  r34104 | Kirben | 2008-08-22 15:01:23 +0200 (Fri, 22 Aug 2008) | 1 line
  
  Remove warning about change of config file location under Windows, since it is frequently repeated (due to code restructures). The information is mentioned in the README anyway.
........
  r34107 | Kirben | 2008-08-23 08:09:30 +0200 (Sat, 23 Aug 2008) | 1 line
  
  Another French version Humongous Catalog and another English DOS version of Fatty Bear's Birthday Surprise.
........
  r34113 | drmccoy | 2008-08-23 16:18:12 +0200 (Sat, 23 Aug 2008) | 2 lines
  
  Fixing _itemsMap access (bug #2069177)
........
  r34116 | Kirben | 2008-08-24 09:48:44 +0200 (Sun, 24 Aug 2008) | 1 line
  
  Add more versions of HE games.
........
  r34119 | aquadran | 2008-08-24 09:54:36 +0200 (Sun, 24 Aug 2008) | 1 line
  
  remove broken code, but i'll add better feature into compression tool
........
  r34122 | sev | 2008-08-24 23:28:20 +0200 (Sun, 24 Aug 2008) | 2 lines
  
  Fix inventory.
........
  r34124 | sev | 2008-08-24 23:31:20 +0200 (Sun, 24 Aug 2008) | 3 lines
  
  Italian version now has properly translated verbs area as well as numerous
  fixes to object names. So new version of packet.005 was prepared.
........
  r34126 | sev | 2008-08-24 23:32:37 +0200 (Sun, 24 Aug 2008) | 2 lines
  
  Fixes for Italian strings thanks to glorfindel & co.
........
  r34128 | sev | 2008-08-24 23:34:03 +0200 (Sun, 24 Aug 2008) | 2 lines
  
  New drascula.dat with fixed Italian strings
........
  r34131 | wjpalenstijn | 2008-08-25 00:09:55 +0200 (Mon, 25 Aug 2008) | 1 line
  
  new tools
........
  r34132 | buddha_ | 2008-08-25 01:16:37 +0200 (Mon, 25 Aug 2008) | 3 lines
  
  Fix for bug #2055912: FW: incrustSprite fails on savegame loading.
  What little testing I did, this seems to work, but more testing
  would be nice.
........
  r34135 | peres001 | 2008-08-25 08:32:08 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Added workaround for bug 2070751, long standing issue with item matching exposed after revision 32873.
........
  r34138 | knakos | 2008-08-25 10:11:52 +0200 (Mon, 25 Aug 2008) | 1 line
  
  patch 1984130: Add Tremolo info
........
  r34141 | knakos | 2008-08-25 10:48:46 +0200 (Mon, 25 Aug 2008) | 1 line
  
  patch 1868881: ini option to disable doubletap rmb
........
  r34144 | peres001 | 2008-08-25 11:35:22 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Fixed regression: show mouse and enable input in NS Demo.
........
  r34146 | buddha_ | 2008-08-25 14:00:38 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Added a warning to bug #2055912's fix committed in revision 34132.
........
  r34149 | lordhoto | 2008-08-25 15:52:10 +0200 (Mon, 25 Aug 2008) | 2 lines
  
  Added short delay(Millis) call while waiting for text input, should reduce CPU usage a little bit.
........
  r34152 | thebluegr | 2008-08-25 16:55:11 +0200 (Mon, 25 Aug 2008) | 3 lines
  
  Fix for bug #2073159 - "MICKEY: Incomplete computer message".
  
  Random numbers are calculated from 1 onwards in the preAGI engines, but there was an off-by one error. I'm currently hesitant to add this fix to the 0.12.0 branch, as I'm unsure if it has any possible regressions in Troll's Tale or Winnie the Pooh
........
  r34153 | buddha_ | 2008-08-25 17:04:48 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Added Cinematique archive file unpacker and script disassembler to tools. NOT polished code so caveat emptor.
........
  r34154 | thebluegr | 2008-08-25 17:07:05 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Fix for bug #2062024 - "DRASCULA: Error talking with blind man"
........
  r34156 | buddha_ | 2008-08-25 17:14:20 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Added info about cine_tools to tools/README. Also added a couple of FIXMEs to the cine_tools files about missing endian safeness.
........
  r34157 | lordhoto | 2008-08-25 17:14:29 +0200 (Mon, 25 Aug 2008) | 2 lines
  
  Implemented continous screen updating while waiting for text input in v2 GUI. (based on LoK implementation)
........
  r34160 | thebluegr | 2008-08-25 17:58:45 +0200 (Mon, 25 Aug 2008) | 2 lines
  
  Fix for original game bug with the wall plug in chapter 5.
  Fixes bug #2059621 - DRASCULA: Plug bug
........
  r34163 | buddha_ | 2008-08-25 19:41:00 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Reverted revision 34156 and revision 34153 (extract_cine and decine got properly placed in revision 34162).
........
  r34164 | knakos | 2008-08-25 19:43:56 +0200 (Mon, 25 Aug 2008) | 1 line
  
  Update readme
........
  r34169 | eriktorbjorn | 2008-08-25 20:47:27 +0200 (Mon, 25 Aug 2008) | 5 lines
  
  Refined the workaround for wrongly compressed audio. If the sample rate is given
  as 11025 Hz, it should be 11840 Hz. However, a fixed version of compress_queen
  won't necessarily produce files with that sample rate, since LAME will resample
  the sounds to 12000 Hz. I.e. we can only override the rate if it's exactly 11025.
........
  r34173 | wjpalenstijn | 2008-08-25 21:22:16 +0200 (Mon, 25 Aug 2008) | 1 line
  
  package tools_gui as scummvm_tools_gui
........
  r34179 | thebluegr | 2008-08-26 09:48:19 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Cleanup
........
  r34180 | thebluegr | 2008-08-26 10:05:36 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Merged talk_vonBraun and talk_vonBraunpuerta
........
  r34181 | thebluegr | 2008-08-26 10:21:21 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Simplified several calls to copyBackground()
........
  r34182 | thebluegr | 2008-08-26 10:35:02 +0200 (Tue, 26 Aug 2008) | 2 lines
  
  talk_dr_grande -> talk_drascula_big
  talk_baul -> talk_trunk
........
  r34183 | thebluegr | 2008-08-26 12:59:59 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Removed some unneeded sanity checks that have been introduced with the latest cleanups
........
  r34184 | Kirben | 2008-08-26 13:15:01 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Add more versions of HE games.
........
  r34185 | peres001 | 2008-08-26 14:15:11 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Cleanup.
........
  r34186 | thebluegr | 2008-08-26 14:34:05 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Correct fix for bug #2073159 - "MICKEY: Incomplete computer message"
........
  r34187 | lordhoto | 2008-08-26 15:51:26 +0200 (Tue, 26 Aug 2008) | 2 lines
  
  Fixed typo. (Thanks to salty-horse for spotting it).
........
  r34188 | lordhoto | 2008-08-26 15:56:58 +0200 (Tue, 26 Aug 2008) | 2 lines
  
  And for all of those who love recompiling most of ScummVM... fixed typo properly :-P
........
  r34189 | thebluegr | 2008-08-26 16:26:43 +0200 (Tue, 26 Aug 2008) | 1 line
  
  Fix for bug #2057200 - "IHNM: Invisible inventory objects"
........
  r34190 | thebluegr | 2008-08-27 12:00:32 +0200 (Wed, 27 Aug 2008) | 1 line
  
  Document some animations
........
  r34191 | fingolfin | 2008-08-27 19:41:05 +0200 (Wed, 27 Aug 2008) | 1 line
  
  cleanup
........
  r34192 | fingolfin | 2008-08-27 20:21:03 +0200 (Wed, 27 Aug 2008) | 1 line
  
  Slightly cleaned up version of patch #2072006: Enhance OSystem_SDL::setupIcon
........
  r34193 | fingolfin | 2008-08-27 20:38:06 +0200 (Wed, 27 Aug 2008) | 1 line
  
  Slightly modified form of patch #2043093: OS/2 patches for posix-fs
........
  r34194 | fingolfin | 2008-08-27 20:52:21 +0200 (Wed, 27 Aug 2008) | 1 line
  
  Partial commit of patch #2012839: Atari Patch for adding Native MIDI and Fix Compile
........
  r34196 | fingolfin | 2008-08-27 21:29:41 +0200 (Wed, 27 Aug 2008) | 1 line
  
  Fix bug #2078922: DW: Pushing ESC repeatedly at beginning causes odd behavior
........
  r34197 | fingolfin | 2008-08-27 22:31:22 +0200 (Wed, 27 Aug 2008) | 1 line
  
  FSNode code: Merged most versions of lastPathComponent() into one new AbstractFilesystemNode::lastPathComponent() method, with customizable path separator character
........
  r34198 | fingolfin | 2008-08-27 22:41:28 +0200 (Wed, 27 Aug 2008) | 1 line
  
  Removed various uses of scumm_stricmp by the more readable String::equalsIgnoreCase and String:: compareToIgnoreCase
........
  r34200 | fingolfin | 2008-08-28 11:03:43 +0200 (Thu, 28 Aug 2008) | 1 line
  
  Some extra HashMap tests
........
  r34201 | fingolfin | 2008-08-29 11:44:05 +0200 (Fri, 29 Aug 2008) | 1 line
  
  Made out-of-memory error in SCUMM a bit more verbose
........
  r34205 | lordhoto | 2008-08-30 00:04:15 +0200 (Sat, 30 Aug 2008) | 1 line
  
  Updated msvc8 and msvc9 project files for latest FS changes.
........
  r34206 | peres001 | 2008-08-30 12:27:20 +0200 (Sat, 30 Aug 2008) | 1 line
  
  Moved mouse cursor loading/handling to Input class.
........
  r34208 | eriktorbjorn | 2008-08-30 14:54:54 +0200 (Sat, 30 Aug 2008) | 2 lines
  
  Added a whitespace, just for salty-horse.
........
  r34209 | peres001 | 2008-08-30 17:49:54 +0200 (Sat, 30 Aug 2008) | 1 line
  
  Removed global g_system.
........
  r34210 | fingolfin | 2008-08-30 23:03:15 +0200 (Sat, 30 Aug 2008) | 1 line
  
  TINSEL: Added support for the 3,4 and 5 FLAGS (multi lingual) versions of DW (only 4 flags version has been tested; see also bug #2048383)
........
  r34211 | fingolfin | 2008-08-30 23:43:36 +0200 (Sat, 30 Aug 2008) | 1 line
  
  cleanup
........
  r34212 | fingolfin | 2008-08-30 23:51:13 +0200 (Sat, 30 Aug 2008) | 1 line
  
  TINSEL: Write config changes to disk
........
  r34213 | fingolfin | 2008-08-31 00:09:35 +0200 (Sun, 31 Aug 2008) | 1 line
  
  TINSEL: Remove some unused code; and duplicated the 4-FLAGS version detection entry (one copy for each language) for the user's convenience
........
  r34214 | fingolfin | 2008-08-31 00:10:48 +0200 (Sun, 31 Aug 2008) | 1 line
  
  TINSEL: The engine version is an integer, not a bitfield
........
  r34215 | fingolfin | 2008-08-31 00:16:59 +0200 (Sun, 31 Aug 2008) | 1 line
  
  cleanup
........
  r34216 | fingolfin | 2008-08-31 00:26:16 +0200 (Sun, 31 Aug 2008) | 1 line
  
  Fix (?) Solaris detection in some workaround code in the MT-32 emulator
........
  r34217 | drmccoy | 2008-08-31 01:59:46 +0200 (Sun, 31 Aug 2008) | 2 lines
  
  Added some The Last Dynasty stubs
........
  r34219 | peres001 | 2008-08-31 07:18:25 +0200 (Sun, 31 Aug 2008) | 1 line
  
  Uniformed the interface of Parallaction class (and its hierarchy) with regards of gui code, which is now independent of engine version.
........
  r34220 | peres001 | 2008-08-31 08:14:45 +0200 (Sun, 31 Aug 2008) | 1 line
  
  Moved save/load code into SaveLoad class.
........
  r34221 | peres001 | 2008-08-31 10:27:40 +0200 (Sun, 31 Aug 2008) | 1 line
  
  Removed extra semicolon detected by salty-horse pesky compiler.
........
  r34222 | peres001 | 2008-08-31 11:30:16 +0200 (Sun, 31 Aug 2008) | 2 lines
  
  Cleanup.
........
  r34223 | peres001 | 2008-08-31 12:24:32 +0200 (Sun, 31 Aug 2008) | 1 line
  
  More cleanup.
........
  r34224 | peres001 | 2008-08-31 12:43:32 +0200 (Sun, 31 Aug 2008) | 1 line
  
  Fixed leak with Input class, introduced in commit 34206.
........
  r34225 | drmccoy | 2008-08-31 13:37:07 +0200 (Sun, 31 Aug 2008) | 2 lines
  
  Shutting up a warning on systems where char is signed by default
........
  r34227 | peres001 | 2008-08-31 15:58:17 +0200 (Sun, 31 Aug 2008) | 4 lines
  
  * Added Archive, an interface for searching into file containers.
  * Added FSDirectory, an Archive implementation that models a directory from the filesystem.
  * Added SearchSet, an Archive implementation that allows searching multiple Archives.
  See patch 2034983 on sf.net.
........
  r34228 | fingolfin | 2008-08-31 17:30:07 +0200 (Sun, 31 Aug 2008) | 1 line
  
  Fix warnings
........
  r34234 | lordhoto | 2008-09-01 01:11:55 +0200 (Mon, 01 Sep 2008) | 2 lines
  
  Added newly added archive.cpp to the build system, just in case someone wants to play with the code and wonders about errors while linking.
........
  r34235 | thebluegr | 2008-09-01 12:07:48 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Updated all MSVC project files with the latest changes to the code (gob and parallaction engines and the file system)
........
  r34236 | thebluegr | 2008-09-01 12:09:48 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Silence MSVC warning about potentially uninitialized variable
........
  r34237 | fingolfin | 2008-09-01 12:54:03 +0200 (Mon, 01 Sep 2008) | 1 line
  
  New Queue class, from RTL branch
........
  r34239 | lordhoto | 2008-09-01 17:39:48 +0200 (Mon, 01 Sep 2008) | 2 lines
  
  Fixed warnings.
........
  r34240 | lordhoto | 2008-09-01 18:52:09 +0200 (Mon, 01 Sep 2008) | 3 lines
  
  - Added tests for newly added Common::Queue
  - Changed Common::Queue::front and Common::Queue::back to return references instead of values
........
  r34241 | fingolfin | 2008-09-01 19:30:03 +0200 (Mon, 01 Sep 2008) | 1 line
  
  First part of GSoC2008 RTL branch merge
........
  r34242 | fingolfin | 2008-09-01 19:46:05 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: AGI
........
  r34243 | fingolfin | 2008-09-01 19:46:53 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: AGOS
........
  r34244 | fingolfin | 2008-09-01 19:47:36 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: CINE
........
  r34245 | fingolfin | 2008-09-01 19:50:00 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: GOB
........
  r34246 | fingolfin | 2008-09-01 19:52:50 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: KYRA
........
  r34247 | fingolfin | 2008-09-01 19:55:52 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: QUEEN
........
  r34248 | lordhoto | 2008-09-01 20:14:55 +0200 (Mon, 01 Sep 2008) | 2 lines
  
  Cleanup.
........
  r34249 | lordhoto | 2008-09-01 20:26:28 +0200 (Mon, 01 Sep 2008) | 2 lines
  
  Formatting.
........
  r34251 | fingolfin | 2008-09-01 22:18:17 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: LURE
........
  r34252 | fingolfin | 2008-09-01 22:19:28 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: SAGA
........
  r34253 | fingolfin | 2008-09-01 22:20:20 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: SCUMM
........
  r34254 | fingolfin | 2008-09-01 22:20:57 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: SKY
........
  r34255 | fingolfin | 2008-09-01 22:21:30 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: SWORD1
........
  r34256 | fingolfin | 2008-09-01 22:21:53 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: SWORD2
........
  r34257 | fingolfin | 2008-09-01 22:22:10 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: TINSEL
........
  r34258 | fingolfin | 2008-09-01 22:22:29 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: TOUCHE
........
  r34259 | athrxx | 2008-09-01 22:23:25 +0200 (Mon, 01 Sep 2008) | 1 line
  
  - kyra: fm-towns/pc-98 audio: restructured  driver, added rhythm channel data
........
  r34260 | fingolfin | 2008-09-01 22:31:44 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Clarified some comments
........
  r34261 | fingolfin | 2008-09-01 22:41:43 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Clarified clarification ;)
........
  r34262 | fingolfin | 2008-09-01 23:06:32 +0200 (Mon, 01 Sep 2008) | 1 line
  
  Document each MetaEngineFeature (instead of listing just 'examples'). Wording could be better, feel free to improve it
........
  r34263 | fingolfin | 2008-09-01 23:13:11 +0200 (Mon, 01 Sep 2008) | 1 line
  
  TINSEL: Enabled listSaves support
........
  r34264 | fingolfin | 2008-09-01 23:30:38 +0200 (Mon, 01 Sep 2008) | 1 line
  
  cleanup
........
  r34265 | thebluegr | 2008-09-02 01:36:59 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Silence MSVC warning about empty switch statement
........
  r34266 | thebluegr | 2008-09-02 01:37:24 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Silence MSVC warning about empty switch statement
........
  r34267 | joostp | 2008-09-02 02:31:27 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  fix Virgin logo screen breakage that was introduced in the RTL merge
........
  r34268 | peres001 | 2008-09-02 03:58:55 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Merging more of the GSoC 2008 RTL branch: PARALLACTION
........
  r34269 | thebluegr | 2008-09-02 09:32:09 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Added new files to the MSVC projects (engines/dialogs.* and common/queue.h)
........
  r34270 | thebluegr | 2008-09-02 09:59:52 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Changed the MSVC optimization settings for the release version of all current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly
........
  r34271 | thebluegr | 2008-09-02 10:02:40 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Added the missing tinsel engine project files for MSVC 7/7.1
........
  r34272 | fingolfin | 2008-09-02 13:32:38 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Added two new global funcs which ease proper handling of 'path' strings: Common::lastPathComponent() and Common::normalizePath()
........
  r34273 | fingolfin | 2008-09-02 13:34:12 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Revised HashMap implementation
........
  r34274 | thebluegr | 2008-09-02 13:42:15 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Enabled the new optimizations for older versions of MSVC as well
  Also, included the tinsel engine library for the release version as well (fixes compilation of the release version)
........
  r34275 | lordhoto | 2008-09-02 15:05:43 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Added missing include.
........
  r34276 | lordhoto | 2008-09-02 15:11:54 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Handle OSystem::lockScreen fail in default OSystem::clearScreen implementation.
........
  r34277 | lordhoto | 2008-09-02 15:13:02 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Updated NULL backend for FS changes.
........
  r34278 | lordhoto | 2008-09-02 15:16:51 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Fixed copy&paste error when checking y and h of a widget on layout change.
........
  r34279 | lordhoto | 2008-09-02 15:17:40 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Fake 320x200 resolution instead of 200x320.
........
  r34281 | lordhoto | 2008-09-02 15:27:26 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Applied my patch from -devel, which reenables GMM opening via F6.
........
  r34282 | lordhoto | 2008-09-02 16:36:47 +0200 (Tue, 02 Sep 2008) | 4 lines
  
  Cleanup: Remove now unneeded KyraEngine_v1::quitGame.
  
  Peres proposal for this commit log was: 'fixing .... as peres pointed out in his very interesting mail on -devel that everybody should read'.
........
  r34283 | fingolfin | 2008-09-02 17:19:31 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Modified POSIX FSNode implementation to use Common::normalizePath & Common::lastPathComponent; added a TODO regarding relative paths
........
  r34284 | fingolfin | 2008-09-02 18:35:16 +0200 (Tue, 02 Sep 2008) | 1 line
  
  Change FilesystemNode::getChild to new desired behavior: namely, that it should return valid nodes even for names for which no child exists (yet?) -- mail to scummvm-devel pending
........
  r34286 | drmccoy | 2008-09-02 22:15:42 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Urban Runner stubs
........
  r34287 | drmccoy | 2008-09-02 23:29:06 +0200 (Tue, 02 Sep 2008) | 2 lines
  
  Added French Bargon Attack, as supplied by kizkoool in bugreport #2089734
........
  r34288 | athrxx | 2008-09-02 23:31:53 +0200 (Tue, 02 Sep 2008) | 1 line
  
  some minor bug fixes
........
  r34290 | Kirben | 2008-09-03 03:47:01 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1.
........
  r34291 | Kirben | 2008-09-03 04:06:11 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Add another Dutch demo of Pajama Sam 1.
........
  r34292 | thebluegr | 2008-09-03 09:32:59 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Updated gob MSVC project files for commit #34286
........
  r34293 | fingolfin | 2008-09-03 10:57:39 +0200 (Wed, 03 Sep 2008) | 1 line
  
  If launching scummvm with no game selected, clear the transient domain (and hence the effect of all command line args) before opening the launcher (may cause regressions)
........
  r34294 | fingolfin | 2008-09-03 10:58:19 +0200 (Wed, 03 Sep 2008) | 1 line
  
  In the launcher load dialog code, store the save_slot in the transient domain (fixing bug #2089740)
........
  r34295 | thebluegr | 2008-09-03 11:03:21 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Cleanup
........
  r34296 | thebluegr | 2008-09-03 11:55:29 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Silence MSVC warning about ambiguous usage of CLIP
........
  r34297 | thebluegr | 2008-09-03 11:58:28 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Commented out currently broken code, adding a FIXME
........
  r34298 | thebluegr | 2008-09-03 12:00:43 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Silence MSVC warning about uninitialized variables
........
  r34299 | thebluegr | 2008-09-03 12:10:45 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Fix for MSVC warning about ambiguous usage of MIN
........
  r34300 | fingolfin | 2008-09-03 12:11:36 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Added new StdioStream class, a thin wrapper around FILE
........
  r34301 | fingolfin | 2008-09-03 12:40:46 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Added new AbstractFilesystemNode::openForReading & ::openForWriting method, based on StdioStream; changed FilesystemNode to use them
........
  r34302 | fingolfin | 2008-09-03 13:22:51 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases
........
  r34303 | fingolfin | 2008-09-03 13:49:02 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Moved StdioStream to its own files inside backends
........
  r34304 | fingolfin | 2008-09-03 14:56:46 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out to backends
........
  r34305 | Kirben | 2008-09-03 15:49:24 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Added more versions of HE games.
........
  r34306 | thebluegr | 2008-09-03 16:06:54 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Updated MSVC project files for commit #34303
........
  r34307 | fingolfin | 2008-09-03 16:55:19 +0200 (Wed, 03 Sep 2008) | 1 line
  
  POSIX FSNode: got rid of Double-slashes in paths for childs of the root; simplified code
........
  r34308 | fingolfin | 2008-09-03 17:22:19 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Some cleanup by peres
........
  r34309 | fingolfin | 2008-09-03 17:58:40 +0200 (Wed, 03 Sep 2008) | 1 line
  
  TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_new) -> fix that
........
  r34310 | fingolfin | 2008-09-03 18:56:40 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Moved check for shouldRTL() from engines to scummvm_main
........
  r34311 | fingolfin | 2008-09-03 19:06:24 +0200 (Wed, 03 Sep 2008) | 1 line
  
  clarified comment
........
  r34312 | fingolfin | 2008-09-03 19:07:13 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtr
........
  r34313 | fingolfin | 2008-09-03 19:39:18 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Modified Common::Str to use exponential growth for its storage; also changed the meaning of 'capacity' from 'max length of string' to 'size of storage' (i.e. added one)
........
  r34314 | fingolfin | 2008-09-03 19:46:42 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Removed unused readLine code from the MT-32 emu
........
  r34315 | fingolfin | 2008-09-03 19:53:25 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead
........
  r34316 | fingolfin | 2008-09-03 20:07:31 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Fixed Stream::readLine implementation to match its doxygen comment
........
  r34317 | fingolfin | 2008-09-03 20:38:01 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Fix nasty off-by-one errors
........
  r34318 | fingolfin | 2008-09-03 20:40:49 +0200 (Wed, 03 Sep 2008) | 1 line
  
  Changed some code to use the new Stream::readLine() method
........
  r34319 | lordhoto | 2008-09-03 21:07:38 +0200 (Wed, 03 Sep 2008) | 2 lines
  
  Minor formatting cleanup.
........
  r34320 | mthreepwood | 2008-09-03 23:37:19 +0200 (Wed, 03 Sep 2008) | 1 line
  
  correct a typo (thanks to salty-horse)
........
  r34323 | Kirben | 2008-09-04 10:11:35 +0200 (Thu, 04 Sep 2008) | 1 line
  
  Correct HE version for Wii version of Freddi Fish 1.
........
  r34324 | joostp | 2008-09-04 10:16:39 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to DefaultSaveFileManager ctor
........
  r34326 | joostp | 2008-09-04 10:34:02 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  move save directory detection/creation from main() to OSystem_PSP::initBackend()
........
  r34328 | Kirben | 2008-09-04 16:12:27 +0200 (Thu, 04 Sep 2008) | 1 line
  
  Add missing case in o100_resourceRoutines.
........
  r34329 | drmccoy | 2008-09-04 19:39:22 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  Ooops, adding Lost in Time and Woodruff
........
  r34332 | drmccoy | 2008-09-04 21:20:51 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  Added another version of Lost in Time CD, as supplied by SiRoCs in bug report #2093672
........
  r34334 | fingolfin | 2008-09-04 22:03:08 +0200 (Thu, 04 Sep 2008) | 1 line
  
  Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead of a SharedPtr
........
  r34336 | eriktorbjorn | 2008-09-04 23:40:32 +0200 (Thu, 04 Sep 2008) | 2 lines
  
  Use readLine() instead of readLine_OLD().
........
  r34338 | anotherguest | 2008-09-05 13:06:27 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Updated buildscripts to support tinsel
........
  r34339 | anotherguest | 2008-09-05 13:09:29 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Updated package revision no to 0.13. Updated default engine list
........
  r34340 | anotherguest | 2008-09-05 13:31:51 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Updated Symbian OS file actions with ferror and fflush.
........
  r34343 | peres001 | 2008-09-05 13:41:39 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Removed useless dependencies from common/file.h in common code. When complete removal was not possibile, dependency has been pushed to the cpp files from the headers.
........
  r34344 | anotherguest | 2008-09-05 13:55:58 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Added two new files
........
  r34345 | fingolfin | 2008-09-05 13:59:33 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Ported AMIGA specific file buffering 'hack' from class File to StdioStream
........
  r34346 | anotherguest | 2008-09-05 14:02:15 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Updated filehandling for Symbian OS
........
  r34347 | anotherguest | 2008-09-05 14:30:19 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Updated build script with new dialog.cpp
........
  r34348 | anotherguest | 2008-09-05 14:53:43 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Still need to get that build working. Readjust buildscript
........
  r34349 | thebluegr | 2008-09-05 15:02:03 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Hopefully fixed the chaos with the SAGA volume values. This also fixes the broken volume introduced with the introduction of the RTL code in the engine
........
  r34350 | anotherguest | 2008-09-05 15:03:31 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Add missing dialogs.cpp
........
  r34351 | anotherguest | 2008-09-05 15:13:51 +0200 (Fri, 05 Sep 2008) | 1 line
  
  ADded Tinsel as supported engine strings
........
  r34352 | Kirben | 2008-09-05 15:35:27 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Use exact case numbers, to avoid unneeded subtractions.
........
  r34353 | anotherguest | 2008-09-05 16:11:23 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Enum needs to be minimum four chars to compile (32 bit number I guess)
........
  r34356 | fingolfin | 2008-09-05 19:23:44 +0200 (Fri, 05 Sep 2008) | 1 line
  
  whitespace 'fix'
........
  r34357 | eriktorbjorn | 2008-09-05 19:34:38 +0200 (Fri, 05 Sep 2008) | 2 lines
  
  Set the date for 0.12.0.
........
  r34359 | peres001 | 2008-09-05 20:24:41 +0200 (Fri, 05 Sep 2008) | 2 lines
  
  * Implemented a default matchPattern for Archive subclasses (courtesy of Fingolfin).
  * Fixed bug in FSDirectory::matchPattern.
........
  r34360 | peres001 | 2008-09-05 20:28:25 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Made FSDirectory use the default matchPattern implementation.
........
  r34361 | anotherguest | 2008-09-05 20:45:04 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Remove usage of main_features.inl and the file
........
  r34362 | anotherguest | 2008-09-05 20:49:13 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Change location of create fs factory for Symbian!
........
  r34363 | anotherguest | 2008-09-05 21:03:30 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Add symbian implementations to create read/write configfile handles
........
  r34364 | fingolfin | 2008-09-05 22:07:34 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Moved matchString from util.* to str.*; added new String::matchString method; fixed matchString doxygen comment (it confused pattern & string); added unit tests for matchString
........
  r34365 | fingolfin | 2008-09-05 22:08:29 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Make use of String::matchString
........
  r34366 | fingolfin | 2008-09-05 22:26:36 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Fix class FSDirectory (matchPattern would call getAllNames would call matchPattern would call ...); some cleanup
........
  r34367 | fingolfin | 2008-09-05 22:29:03 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Optimized matchString for the common case where there is a trailing * (if that is the case, abort immediately instead of scanning the rest of the string)
........
  r34368 | fingolfin | 2008-09-05 22:42:41 +0200 (Fri, 05 Sep 2008) | 1 line
  
  Some tweaks to help (?) OS/2
........
  r34369 | wjpalenstijn | 2008-09-05 22:53:30 +0200 (Fri, 05 Sep 2008) | 1 line
  
  additional Common::String tests
........
  r34370 | fingolfin | 2008-09-06 00:12:46 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Added simple ZipArchive class, and changed some GUI code to use it, instead of the ugly C API to the unzip code
........
  r34371 | fingolfin | 2008-09-06 00:14:43 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Updated some copyright strings to 2001-2008
........
  r34373 | fingolfin | 2008-09-06 00:16:29 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Added Chris to credits
........
  r34375 | Kirben | 2008-09-06 03:02:45 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Add debugInput opcode for HE 100 games.
........
  r34378 | Kirben | 2008-09-06 09:03:38 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Add Wii version of SPY Fox 1.
........
  r34381 | thebluegr | 2008-09-06 10:37:03 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Added missing common/archive.*
........
  r34382 | anotherguest | 2008-09-06 12:30:05 +0200 (Sat, 06 Sep 2008) | 2 lines
  
  Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause memory overwrites). 
  Use bsearch implementation from WINCE port.
........
  r34384 | fingolfin | 2008-09-06 18:46:28 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Added some unit tests for Stream::readLine_NEW, and clarified that readLine_NEW is essentially fgets in disguise
........
  r34385 | fingolfin | 2008-09-06 19:00:50 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Unlike ferror, our Stream::ioFailed() is also supposed to return true when the end of stream has been reached
........
  r34389 | fingolfin | 2008-09-06 22:34:21 +0200 (Sat, 06 Sep 2008) | 1 line
  
  ScummFile: Don't use the File::_ioFailed flag, rather track the io status separately;  also, changed eof() -> eos()
........
  r34390 | fingolfin | 2008-09-06 22:36:47 +0200 (Sat, 06 Sep 2008) | 1 line
  
  MT32 emu: eof -> eos
........
  r34391 | fingolfin | 2008-09-06 22:49:48 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Switched class File & DumpFile to use StdioStream internally
........
  r34393 | fingolfin | 2008-09-06 23:04:42 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Removed last traces of fopen / FILE from common/file.cpp
........
  r34394 | fingolfin | 2008-09-06 23:09:34 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Clarified / fixed some Common::Archive doxygen comments
........
  r34396 | fingolfin | 2008-09-06 23:23:08 +0200 (Sat, 06 Sep 2008) | 1 line
  
  Got rid of File::eof()
........
  r34397 | lordhoto | 2008-09-07 00:09:34 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Added hasArchive to SearchSet.
........
  r34399 | anotherguest | 2008-09-07 12:57:28 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Remove symbian defines from stdiostream.cpp
........
  r34400 | anotherguest | 2008-09-07 14:37:14 +0200 (Sun, 07 Sep 2008) | 1 line
  
  StdioStream implemented with Symbian file handling.
........
  r34401 | anotherguest | 2008-09-07 14:38:35 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Updated to include SymbianStream instead of StdioStream
........
  r34402 | anotherguest | 2008-09-07 14:39:56 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Need to have own implementation of snprintf and vsnprintf.
........
  r34403 | anotherguest | 2008-09-07 14:54:26 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Remove SYMBIAN special handing from default handler.
........
  r34404 | drmccoy | 2008-09-07 15:16:58 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Added another demo version of Gobliiins (bug #2098412)
........
  r34405 | anotherguest | 2008-09-07 15:17:21 +0200 (Sun, 07 Sep 2008) | 1 line
  
  H file cleanup, remove old vibra support
........
  r34407 | anotherguest | 2008-09-07 15:40:30 +0200 (Sun, 07 Sep 2008) | 3 lines
  
  Updated readme about usage of snprintf source
  Added vsnprintf implementation.
  Cleanout SymbianOS.cpp from old file functions.
........
  r34408 | fingolfin | 2008-09-07 17:16:45 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Temporary workaround for bug #2098279: ALL: Game path with no trailing backslash fails
........
  r34409 | drmccoy | 2008-09-07 17:21:52 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Clipping setMousePos() parameters to sane values
........
  r34411 | drmccoy | 2008-09-07 17:29:47 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug #2046244)
........
  r34413 | drmccoy | 2008-09-07 17:39:06 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Added a spanish floppy version of Gob3, as supplied by SiRoCs in bug report #2098621
........
  r34415 | drmccoy | 2008-09-07 18:27:04 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Added polish version of Woodruff, as supplied by goodoldgeorg in bug report #2098838
........
  r34417 | anotherguest | 2008-09-07 18:43:03 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Set default save path via save manager.
  Fix bug in symbian-fs GetChild function.
........
  r34418 | anotherguest | 2008-09-07 20:28:58 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Updated with two new variations, scumm and brokensword
........
  r34419 | anotherguest | 2008-09-07 20:30:07 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Slightly updated built script. Faster?
........
  r34420 | sev | 2008-09-07 20:36:40 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Generate drascula.dat by the latest create_drascula
........
  r34423 | anotherguest | 2008-09-07 21:19:45 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Symbian already store all paths with a trailing "\". 
  Quick fix waiting for proper solution
........
  r34424 | fingolfin | 2008-09-07 23:30:55 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Added new OSystem method addSysArchivesToSearchSet() [better name pending, suggestions welcome]
........
  r34425 | fingolfin | 2008-09-07 23:38:53 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Comment out some #defines in skydefs.h as they conflict with other headers (esp. T2 conflicts with some template defs)
........
  r34426 | fingolfin | 2008-09-07 23:43:36 +0200 (Sun, 07 Sep 2008) | 1 line
  
  added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf' and 'resource' to the list of default dirs doesn't sound very sensible to me ;)
........
  r34428 | lordhoto | 2008-09-07 23:46:37 +0200 (Sun, 07 Sep 2008) | 2 lines
  
  Moved Kyra resource code to a SearchSet/Archive based implementation, this removes dependencies on Common::File.
........
  r34429 | fingolfin | 2008-09-07 23:47:01 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an invalid node in that case
........
  r34430 | fingolfin | 2008-09-07 23:47:46 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs / are invalid, instead of erroring out
........
  r34431 | fingolfin | 2008-09-07 23:51:59 +0200 (Sun, 07 Sep 2008) | 1 line
  
  oops
........
  r34432 | fingolfin | 2008-09-07 23:59:25 +0200 (Sun, 07 Sep 2008) | 1 line
  
  Add a priority param to OSystem::addSysArchivesToSearchSet (still in search for a better name ;)
........
  r34433 | fingolfin | 2008-09-08 00:00:04 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Fix warning about missing virtual destructor
........
  r34434 | fingolfin | 2008-09-08 00:10:58 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation
........
  r34435 | lordhoto | 2008-09-08 00:30:34 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Got rid of all Common::File usages in Kyra.
........
  r34436 | lordhoto | 2008-09-08 00:35:13 +0200 (Mon, 08 Sep 2008) | 2 lines
  
  - Fixed regression in Resource::unloadPakFile
  - Changed priority value for OSystem::addSysArchivesToSearchSet call
........
  r34437 | fingolfin | 2008-09-08 00:37:27 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Changed md5_file(FSNode) to use FSNode::openForReading
........
  r34438 | lordhoto | 2008-09-08 00:41:57 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Changed priorities for search paths. (Just in case system specific data paths contain an outdated kyra.dat version)
........
  r34440 | thebluegr | 2008-09-08 10:07:06 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Cleanup
........
  r34441 | thebluegr | 2008-09-08 10:09:22 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Added kyra/resource_intern.* to the kyra MSVC project files
........
  r34442 | thebluegr | 2008-09-08 10:26:54 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Free the current voice lookup table a bit earlier in loadGlobalResources()
........
  r34443 | thebluegr | 2008-09-08 12:36:53 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Reduced calls to File::exists()
........
  r34444 | fingolfin | 2008-09-08 13:11:32 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Switched File::open, File::addDefaultDirectory to use a SearchSet internally. Code is a lot shorter & simpler now, far less failing fopen calls (good for NDS and other ports); drawback: regressions :). Good bug hunting to everybody
........
  r34445 | thebluegr | 2008-09-08 13:45:15 +0200 (Mon, 08 Sep 2008) | 1 line
  
  decompiler.cpp is not used anywhere by default. Remove it to prevent a warning under MSVC that the object file is empty (since DUMP_SCRIPT is not defined by default, the whole code in this file is not used)
........
  r34446 | thebluegr | 2008-09-08 13:57:49 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Changed WarnAsError to be true across all engines, in both debug and release builds
........
  r34447 | thebluegr | 2008-09-08 14:38:55 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Removed some unneeded conversions from the MSVC8->MSVC7/7.1 conversion tool
........
  r34448 | thebluegr | 2008-09-08 15:00:43 +0200 (Mon, 08 Sep 2008) | 5 lines
  
  Some more unification of options:
  - AdditionalIncludeDirectories is set to "../../;../../engines"
  - InlineFunctionExpansion is set to "0" for debug and "2" for release builds
  - DisableLanguageExtensions is set to "false" (disabling language extensions leads to some very weird errors)
  - Detect64BitPortabilityProblems is set to "false", as setting it to "true" throws loads of warnings too (mainly related to strlen, when trying to store its result in an integer)
........
  r34449 | thebluegr | 2008-09-08 16:00:26 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Don't use fileName both as a structure and as a function parameter
........
  r34450 | peres001 | 2008-09-08 16:38:07 +0200 (Mon, 08 Sep 2008) | 1 line
  
  Made searching the game path recursive (with the default depth of 4 levels). This is a temporary fix to make some games work, until we decide what to do with the file/directory searching.
........
  r34451 | lordhoto | 2008-09-08 20:48:39 +0200 (Mon, 08 Sep 2008) | 2 lines
  
  Fixed LoL file loading regression.
........
  r34452 | lordhoto | 2008-09-08 20:55:29 +0200 (Mon, 08 Sep 2008) | 2 lines
  
  Made some filenames uppercase for consistency.
........
  r34453 | anotherguest | 2008-09-08 23:54:04 +0200 (Mon, 08 Sep 2008) | 2 lines
  
  Updated/Fixed Symbian Filesystem handling.
  Does not store ending backslash on path, and will list any sub folder properly, by adding '\' when needed.
........
  r34454 | athrxx | 2008-09-08 23:57:38 +0200 (Mon, 08 Sep 2008) | 1 line
  
  HOF: msvc8 compile fix (ARRAYSIZE used with run-time allocated array)
........
  r34456 | peres001 | 2008-09-09 01:24:20 +0200 (Tue, 09 Sep 2008) | 1 line
  
  Documented commit 34450 (game path searched recursively).
........
  r34457 | thebluegr | 2008-09-09 08:47:41 +0200 (Tue, 09 Sep 2008) | 1 line
  
  Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-errors"
........
  r34458 | thebluegr | 2008-09-09 09:05:47 +0200 (Tue, 09 Sep 2008) | 1 line
  
  Committed patch #2100962 - "Saga engine reduced memory usage"
........
  r34460 | thebluegr | 2008-09-09 13:20:34 +0200 (Tue, 09 Sep 2008) | 1 line
  
  Cleanup. Simplified converse()
........
  r34462 | thebluegr | 2008-09-09 14:57:12 +0200 (Tue, 09 Sep 2008) | 1 line
  
  Cleanup
........
  r34463 | thebluegr | 2008-09-09 14:57:57 +0200 (Tue, 09 Sep 2008) | 1 line
  
  Cleanup of exitRoom()
........
  r34464 | thebluegr | 2008-09-09 17:59:06 +0200 (Tue, 09 Sep 2008) | 4 lines
  
  - Cleanup and simplification
  - Moved several simple animations out of animation.cpp
  - Moved some animations with talk sequences inside drascula.dat
  - A new version of drascula.dat is needed (will be uploaded shortly)
........
  r34465 | thebluegr | 2008-09-09 17:59:52 +0200 (Tue, 09 Sep 2008) | 1 line
  
  New version of the create_drascula tool
........
  r34466 | thebluegr | 2008-09-09 18:00:28 +0200 (Tue, 09 Sep 2008) | 1 line
  
  New version of drascula.dat
........
  r34467 | lordhoto | 2008-09-09 20:09:46 +0200 (Tue, 09 Sep 2008) | 2 lines
  
  Changed static resource code to use Streams instead of operating on buffers.
........
  r34468 | thebluegr | 2008-09-10 08:57:32 +0200 (Wed, 10 Sep 2008) | 1 line
  
  Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-errors"
........
  r34469 | thebluegr | 2008-09-10 08:59:55 +0200 (Wed, 10 Sep 2008) | 1 line
  
  Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable"
........
  r34472 | thebluegr | 2008-09-10 10:25:12 +0200 (Wed, 10 Sep 2008) | 1 line
  
  Reduced game memory usage by about 400KB by only loading the current language strings, not all strings
........
  r34474 | fingolfin | 2008-09-10 11:20:38 +0200 (Wed, 10 Sep 2008) | 1 line
  
  Small fix to help with compile problems on Amiga
........
  r34479 | thebluegr | 2008-09-10 14:03:42 +0200 (Wed, 10 Sep 2008) | 1 line
  
  Merged all the methods to assign and set default palettes
........
  r34480 | thebluegr | 2008-09-10 15:06:40 +0200 (Wed, 10 Sep 2008) | 1 line
  
  Removed the unused variable changeColor
........
  r34481 | lordhoto | 2008-09-10 20:01:02 +0200 (Wed, 10 Sep 2008) | 2 lines
  
  Cleanup.
........
  r34483 | vinterstum | 2008-09-10 21:46:08 +0200 (Wed, 10 Sep 2008) | 1 line
  
  Merged up iPhone backend changes from 0.12 to trunk
........
  r34484 | lordhoto | 2008-09-10 22:47:58 +0200 (Wed, 10 Sep 2008) | 2 lines
  
  Cleanup.
........
  r34485 | fingolfin | 2008-09-11 11:25:13 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Simplify check for a slash in the string *g*
........
  r34486 | fingolfin | 2008-09-11 11:26:27 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Added detection for 4-language floppy version of DW (see report on forum post 39703)
........
  r34487 | fingolfin | 2008-09-11 11:28:14 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Remove obsolete note about fopen
........
  r34488 | thebluegr | 2008-09-11 11:31:45 +0200 (Thu, 11 Sep 2008) | 5 lines
  
  - The game's cursor is now handled via ScummVM's cursor manager, instead of the game itself (this means that there might be regressions where the cursor is visible when it shouldn't be)
  - Removed the textSurface pointer, which was used in the Spanish version. Non-Spanish versions of the game hold the font data in the tableSurface buffer (which contains picture 96). The font data for Spanish versions is in picture 974. Now both versions load their font data from the tableSurface buffer
  - hay_que_load -> loadedDifferentChapter
  - Merged withoutVerb() and selectVerb()
  This is a big change, it might lead to regressions!
........
  r34489 | thebluegr | 2008-09-11 11:33:15 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Fixed the hotspot for the crosshair cursor
........
  r34490 | thebluegr | 2008-09-11 11:37:42 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Cleanup
........
  r34491 | thebluegr | 2008-09-11 14:04:45 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Code optimizations from Fingolfin
........
  r34492 | peres001 | 2008-09-11 15:24:01 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Added first version of the SearchManager, as it is presented in patch tracker item 2093502.
........
  r34493 | thebluegr | 2008-09-11 16:49:04 +0200 (Thu, 11 Sep 2008) | 5 lines
  
  - Merged openDoor() and closeDoor()
  - Cleaned up updateDoor()
  - Bugfixes to exitRoom() and gotoObject()
  - Moved cursor-related functions to interface.cpp
  - alapuertakeva -> roomExits
........
  r34494 | thebluegr | 2008-09-11 17:35:56 +0200 (Thu, 11 Sep 2008) | 1 line
  
  Cleanup
........
  r34495 | lordhoto | 2008-09-11 21:47:45 +0200 (Thu, 11 Sep 2008) | 2 lines
  
  Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".
........
  r34496 | lordhoto | 2008-09-11 22:20:02 +0200 (Thu, 11 Sep 2008) | 4 lines
  
  - Moved delete confirm dialog to SaveLoadChooser, allows the user to check which save he was trying to delete
  - Cleaned up the SaveLoadChooser / Launcher code
   -> Should reduce memory usage a little bit
........
  r34497 | lordhoto | 2008-09-11 22:34:46 +0200 (Thu, 11 Sep 2008) | 2 lines
  
  Little more cleanup.
........
  r34498 | anotherguest | 2008-09-11 23:32:40 +0200 (Thu, 11 Sep 2008) | 3 lines
  
  Added SymbianStream.h for SymbianStdioStream definition
  Renamed Symbian stream implementation to
  SymbianStdioStream instead of StdioStream.
........
  r34501 | Kirben | 2008-09-12 03:28:28 +0200 (Fri, 12 Sep 2008) | 1 line
  
  Fix compiling under mingw, when using latest mingw-runtime (3.15).
........
  r34502 | lordhoto | 2008-09-12 14:25:56 +0200 (Fri, 12 Sep 2008) | 2 lines
  
  Fixed slot 0 savefile name in Kyra3. (Now using 'New game' instead of 'German')
........
  r34503 | thebluegr | 2008-09-12 14:54:16 +0200 (Fri, 12 Sep 2008) | 5 lines
  
  - Moved more animation data inside drascula.dat
  - Merged copyRect and copyRectClip
  - Added enums for all the possible character directions and removed duplicate directions
  - Extended the talk sequence commands a bit
  - Removed unnecessary buffer faceBuffer and the unneeded casts between byte * and char * that were used
........
  r34504 | thebluegr | 2008-09-12 14:54:47 +0200 (Fri, 12 Sep 2008) | 1 line
  
  New version of the create_drascula tool
........
  r34505 | thebluegr | 2008-09-12 14:55:25 +0200 (Fri, 12 Sep 2008) | 1 line
  
  New version of drascula.dat
........
  r34508 | Kirben | 2008-09-13 02:33:40 +0200 (Sat, 13 Sep 2008) | 1 line
  
  Add missing targets.
........
  r34511 | anotherguest | 2008-09-13 10:34:38 +0200 (Sat, 13 Sep 2008) | 1 line
  
  Fixed drascula dat path and version nr.
........
  r34512 | anotherguest | 2008-09-13 10:35:38 +0200 (Sat, 13 Sep 2008) | 1 line
  
  Fixed rev nr. 130 will give wrong ver. in installation.
........
  r34513 | eriktorbjorn | 2008-09-13 17:23:23 +0200 (Sat, 13 Sep 2008) | 2 lines
  
  Indentation.
........
  r34514 | fingolfin | 2008-09-13 18:51:46 +0200 (Sat, 13 Sep 2008) | 1 line
  
  Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings)
........
  r34515 | sev | 2008-09-13 19:41:42 +0200 (Sat, 13 Sep 2008) | 2 lines
  
  Portability fixes.
........
  r34516 | fingolfin | 2008-09-13 22:04:19 +0200 (Sat, 13 Sep 2008) | 1 line
  
  SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk
........
  r34517 | fingolfin | 2008-09-13 22:22:52 +0200 (Sat, 13 Sep 2008) | 1 line
  
  SCUMM: Merged class Chunk & FileChunk
........
  r34518 | fingolfin | 2008-09-14 00:41:30 +0200 (Sun, 14 Sep 2008) | 1 line
  
  SCUMM: Got rid of class Chunk
........
  r34520 | lordhoto | 2008-09-14 16:01:24 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Rename save slots in KyraMetaEngine::removeSaveState, so it matches behavior in GUI_v2::deleteMenu at least a little bit more.
........
  r34521 | lordhoto | 2008-09-14 16:08:14 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Added a hack in KyraMetaEngine::listSaves to prevent slot 0 from being listed. Check comment for additional information.
........
  r34522 | lordhoto | 2008-09-14 16:58:37 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Only setup 'cdaudio' config default for FM-Towns/PC98.
........
  r34523 | lordhoto | 2008-09-14 17:35:40 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Fixed regression introduced with r34522. (Now games without 'cdaudio' config value set should startup again).
........
  r34524 | lordhoto | 2008-09-14 17:36:16 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Implemented opcode 151: o1_resetMaskRegion
........
  r34526 | thebluegr | 2008-09-14 18:21:31 +0200 (Sun, 14 Sep 2008) | 1 line
  
  Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a regression from moving mouse handling to OSystem
........
  r34527 | lordhoto | 2008-09-14 18:29:14 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Fixed thumbnail creation / loading in kyra.
........
  r34528 | lordhoto | 2008-09-14 18:48:20 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Typo.
........
  r34529 | thebluegr | 2008-09-14 20:00:06 +0200 (Sun, 14 Sep 2008) | 1 line
  
  Updated MSVC project files for the SCUMM engine - removed smush/chunk.*
........
  r34530 | lordhoto | 2008-09-14 20:19:22 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Committed patch by [md5] from bug tracker item #2100790 "GUI:Clicking "Load" when no games are added triggers a crash".
........
  r34531 | thebluegr | 2008-09-14 20:30:08 +0200 (Sun, 14 Sep 2008) | 1 line
  
  Slight cleanup of centerText()
........
  r34532 | lordhoto | 2008-09-14 20:59:43 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Fix for bug #2089275: "GUI: Returning to launcher may trigger an error".
........
  r34533 | lordhoto | 2008-09-14 21:05:05 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Fix potentional bug in Screen::setResolution.
........
  r34534 | lordhoto | 2008-09-14 21:16:08 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Fix for bug #2090879 "GUI: Launcher 'Load' dialog should preserve save slot index".
........
  r34535 | lordhoto | 2008-09-14 21:48:40 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Added autosave support in Kyra.
........
  r34536 | lordhoto | 2008-09-14 22:01:01 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Changed message when trying to open the load dialog for games not supporting direct loading.
........
  r34537 | lordhoto | 2008-09-14 22:42:50 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Added ScummVM logo to GMM.
........
  r34538 | lordhoto | 2008-09-14 22:52:40 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Minor improvement for GMM layout.
........
  r34539 | lordhoto | 2008-09-14 23:00:24 +0200 (Sun, 14 Sep 2008) | 3 lines
  
  - Added thumbnail support to launcher load dialog.
  - Adopted KYRA to support displaying thumbnails in load dialog (SCUMM engine has yet to follow)
........
  r34540 | lordhoto | 2008-09-14 23:13:40 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Added thumbnail support for launcher to SCUMM engine.
........
  r34541 | fingolfin | 2008-09-14 23:26:59 +0200 (Sun, 14 Sep 2008) | 1 line
  
  Fixed a typo & clarified a comment
........
  r34542 | fingolfin | 2008-09-14 23:32:45 +0200 (Sun, 14 Sep 2008) | 1 line
  
  Compilation fix for NDS
........
  r34543 | lordhoto | 2008-09-14 23:34:49 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Little cleanup.
........
  r34544 | fingolfin | 2008-09-14 23:39:45 +0200 (Sun, 14 Sep 2008) | 1 line
  
  Changed VPATH to vpath, to allow building NDS port in parallel to another port (for the records, this patch went to Neil in January, and he didn't complain)
........
  r34545 | lordhoto | 2008-09-14 23:41:27 +0200 (Sun, 14 Sep 2008) | 2 lines
  
  Cleanup.
........
  r34546 | fingolfin | 2008-09-15 00:12:59 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Another NDS compilation fix, plus a warning fix
........
  r34547 | fingolfin | 2008-09-15 00:15:13 +0200 (Mon, 15 Sep 2008) | 1 line
  
  NDS: Replaced -I- by modern -iquote
........
  r34548 | fingolfin | 2008-09-15 00:24:35 +0200 (Mon, 15 Sep 2008) | 1 line
  
  DS: Removed legacy GCC 2.x build code (NDS/DevKitPro uses GCC 3 or newer anyway); thinned down INCLUDES some more; added a FIXME to the elf->bin rule
........
  r34549 | wjpalenstijn | 2008-09-15 00:28:53 +0200 (Mon, 15 Sep 2008) | 6 lines
  
  Big patch changing semantics of ReadStream::eos():
  eos() now only returns true _after_ trying to read past the end of the stream.
  
  This has a large potential for regressions. Please test!
........
  r34550 | fingolfin | 2008-09-15 00:44:49 +0200 (Mon, 15 Sep 2008) | 1 line
  
  DS: Some more compile fixes (prope solution would of course be to overload ::openForReading & ::openForWriting)
........
  r34551 | lordhoto | 2008-09-15 01:14:38 +0200 (Mon, 15 Sep 2008) | 2 lines
  
  Fixed regression introduced with latest stream changes (it seems compressed savefiles ioFailed never returned true when only eos was set).
........
  r34552 | wjpalenstijn | 2008-09-15 08:51:15 +0200 (Mon, 15 Sep 2008) | 1 line
  
  fix listSaveGames
........
  r34553 | wjpalenstijn | 2008-09-15 08:52:00 +0200 (Mon, 15 Sep 2008) | 1 line
  
  replace ioFailed by err
........
  r34554 | thebluegr | 2008-09-15 11:17:18 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Proper check for eos(), after the latest changes to OSystem
........
  r34555 | fingolfin | 2008-09-15 12:05:36 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Fix SubReadStream by initing _eos to false in the constructor (spotted thanks to our unit tests)
........
  r34556 | fingolfin | 2008-09-15 14:37:18 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Corrected and shortened some file opening related warnings
........
  r34557 | Kirben | 2008-09-15 14:37:24 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Replace ioFailed by err.
........
  r34558 | thebluegr | 2008-09-15 15:37:28 +0200 (Mon, 15 Sep 2008) | 2 lines
  
  Rewrote the very confusing centerText() function into something that makes more sense, and matches the way that the original printed text on screen (in most cases)
  Fixes bugs #2102657 - "DRASCULA: Crash when talking to the piano player" and #2111820 - "DRASCULA: Dialog texts too long"
........
  r34559 | thebluegr | 2008-09-15 15:45:10 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Fixed the phrase told by the protagonist when he talks to the blind man the second time
........
  r34560 | thebluegr | 2008-09-15 16:17:51 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Remove a workaround in textFitsCentered(). The blind man's dialog is a bit better placed now
........
  r34561 | thebluegr | 2008-09-15 16:35:11 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Show the blind man's dialog text at a bit better place
........
  r34562 | wjpalenstijn | 2008-09-15 21:19:30 +0200 (Mon, 15 Sep 2008) | 1 line
  
  fix eos() behaviour for CompressedInSaveFile
........
  r34563 | wjpalenstijn | 2008-09-15 21:34:06 +0200 (Mon, 15 Sep 2008) | 1 line
  
  also check for premature end-of-stream when loading
........
  r34566 | fingolfin | 2008-09-15 23:55:50 +0200 (Mon, 15 Sep 2008) | 1 line
  
  Turned compressed savefile wrapper into a generic stream wrapper
........
  r34567 | fingolfin | 2008-09-16 00:37:45 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Fixed compiler warnings
........
  r34568 | fingolfin | 2008-09-16 00:43:20 +0200 (Tue, 16 Sep 2008) | 1 line
  
  DS: Backported 0.12 changes to trunk
........
  r34569 | thebluegr | 2008-09-16 09:16:26 +0200 (Tue, 16 Sep 2008) | 2 lines
  
  - Fixed centerText() to print text at the correct height
  - Removed some duplicate code
........
  r34571 | thebluegr | 2008-09-16 10:10:08 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Added a workaround to skip the silence in the beginning and end of file 3.als. Fixes bug #2111815 - "DRASCULA: Voice delayed"
........
  r34572 | thebluegr | 2008-09-16 10:12:13 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Assign _lang to the appropriate enum values
........
  r34573 | thebluegr | 2008-09-16 10:24:42 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Removed the confirmation speech when a game is saved - it's "99.als" instead of "s99.als", but the main problem is that it's not translated in the English version and it's in Spanish (plus it's creepy and annoying...)
........
  r34574 | thebluegr | 2008-09-16 12:44:07 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Cleaned up and fixed the cutscene with Von Braun's story. Fixes bugs #2111804 - "DRASCULA: Cut scene bugs" and #2059648 - "DRASCULA: VonBraun's song"
........
  r34575 | thebluegr | 2008-09-16 12:53:57 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Fixed some glitches in the last part of Von Braun's story
........
  r34576 | fingolfin | 2008-09-16 13:42:21 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Modified uncompress in common/zlib.h to return a bool, so that we don't have to #include the real zlib.h; fixed PSP backend to not run uncompress inside an assert (which would cause it to not be invoked when turning off asserts)
........
  r34577 | thebluegr | 2008-09-16 13:49:40 +0200 (Tue, 16 Sep 2008) | 3 lines
  
  - Moved some includes away from drascula.h
  - Moved grr() to talk.cpp
  - Removed the unnecessary parameter length from isTalkFinished()
........
  r34578 | fingolfin | 2008-09-16 13:50:10 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Merged common/gzip-stream.* and common/zlib.*
........
  r34579 | lordhoto | 2008-09-16 13:54:37 +0200 (Tue, 16 Sep 2008) | 2 lines
  
  Removed assert leftover.
........
  r34580 | fingolfin | 2008-09-16 13:57:45 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Fix sign warnings in unit tests
........
  r34581 | lordhoto | 2008-09-16 16:10:55 +0200 (Tue, 16 Sep 2008) | 6 lines
  
  Added "querySaveMetaInfos" to MetaEngine.
   -> Allows easy addition of save state specific infos like playtime, save date atc.
   -> Removed MetaEngine::loadThumbnailFromSlot, superseded by meta infos
   -> Changed SCUMM / KYRA to implement the newly added functionallity
   -> Removed hack in KYRAs listSavefiles, which is now handled via meta infos
........
  r34582 | lordhoto | 2008-09-16 16:22:51 +0200 (Tue, 16 Sep 2008) | 2 lines
  
  Cleanup.
........
  r34583 | lordhoto | 2008-09-16 16:56:02 +0200 (Tue, 16 Sep 2008) | 2 lines
  
  Added support for SCUMM savestates date/time and playtime info in the launcher load dialog.
........
  r34584 | lordhoto | 2008-09-16 16:59:52 +0200 (Tue, 16 Sep 2008) | 2 lines
  
  Added whitespace in playtime textfield.
........
  r34585 | fingolfin | 2008-09-16 22:12:25 +0200 (Tue, 16 Sep 2008) | 1 line
  
  Removed tons of unused 'length' variables, to silence compiler warnings
........
  r34586 | fingolfin | 2008-09-17 18:31:25 +0200 (Wed, 17 Sep 2008) | 1 line
  
  adding Info.plist to svn:ignore
........
  r34587 | fingolfin | 2008-09-17 18:38:01 +0200 (Wed, 17 Sep 2008) | 1 line
  
  DS: Removing some dead code; merged (parts of) std_cwd into GBAMPSaveFileManager::listSavefiles
........
  r34588 | fingolfin | 2008-09-17 18:50:19 +0200 (Wed, 17 Sep 2008) | 1 line
  
  Adding *.dSYM (generated by gcc on OSX these days) to svn:ignore
........
  r34589 | fingolfin | 2008-09-17 19:31:29 +0200 (Wed, 17 Sep 2008) | 1 line
  
  Moved base/game.* to engines/game.*
........
  r34590 | lordhoto | 2008-09-17 19:46:55 +0200 (Wed, 17 Sep 2008) | 2 lines
  
  Fixed bug in SaveLoadChooser reflowLayout, which prevented widgets from being properly hidden.
........
  r34592 | fingolfin | 2008-09-17 20:16:06 +0200 (Wed, 17 Sep 2008) | 1 line
  
  Patch #2112604: Update for the man page
........
  r34595 | fingolfin | 2008-09-17 20:26:44 +0200 (Wed, 17 Sep 2008) | 1 line
  
  Patch #2043093 (again - new patch): OS/2 patches for posix-fs
........
  r34596 | fingolfin | 2008-09-17 20:56:13 +0200 (Wed, 17 Sep 2008) | 1 line
  
  Patch #2060517: SCUMM: engine sets incorrect talkspeed value
........
  r34597 | fingolfin | 2008-09-17 20:56:54 +0200 (Wed, 17 Sep 2008) | 1 line
  
  Added some noteworthy improvements due to Chris Page & GSoC 2008
........
  r34598 | fingolfin | 2008-09-17 20:59:09 +0200 (Wed, 17 Sep 2008) | 1 line
  
  Simplified & fixed SearchManager
........
  r34599 | fingolfin | 2008-09-18 10:19:00 +0200 (Thu, 18 Sep 2008) | 1 line
  
  Added 'native' implementations for FSDirectory::matchPattern & SearchSet::getAllNames (untested)
........
  r34602 | thebluegr | 2008-09-19 12:25:40 +0200 (Fri, 19 Sep 2008) | 1 line
  
  Updated MSVC project files with the latest changes (moved base/game.* to engines/game.*)
........
  r34603 | thebluegr | 2008-09-19 15:58:09 +0200 (Fri, 19 Sep 2008) | 1 line
  
  Changed tinsel's volume range (0-127) to match ScummVM's (0-255)
........

svn-id: r34606
2008-09-20 11:21:35 +00:00
Filippos Karapetis
0068c63f22 Updated MSVC project files with the latest changes (moved base/game.* to engines/game.*)
svn-id: r34602
2008-09-19 10:25:40 +00:00
Max Horn
977ee1fabc Patch #2112604: Update for the man page
svn-id: r34592
2008-09-17 18:16:06 +00:00
Filippos Karapetis
dc31d1d9a8 Updated MSVC project files for the SCUMM engine - removed smush/chunk.*
svn-id: r34529
2008-09-14 18:00:06 +00:00
Filippos Karapetis
369939121b New version of drascula.dat
svn-id: r34505
2008-09-12 12:55:25 +00:00
Filippos Karapetis
cd194805bf New version of drascula.dat
svn-id: r34466
2008-09-09 16:00:28 +00:00
Filippos Karapetis
84b97066a3 Some more unification of options:
- AdditionalIncludeDirectories is set to "../../;../../engines"
- InlineFunctionExpansion is set to "0" for debug and "2" for release builds
- DisableLanguageExtensions is set to "false" (disabling language extensions leads to some very weird errors)
- Detect64BitPortabilityProblems is set to "false", as setting it to "true" throws loads of warnings too (mainly related to strlen, when trying to store its result in an integer)

svn-id: r34448
2008-09-08 13:00:43 +00:00
Filippos Karapetis
576482e917 Removed some unneeded conversions from the MSVC8->MSVC7/7.1 conversion tool
svn-id: r34447
2008-09-08 12:38:55 +00:00
Filippos Karapetis
ce5b63da9b Changed WarnAsError to be true across all engines, in both debug and release builds
svn-id: r34446
2008-09-08 11:57:49 +00:00
Filippos Karapetis
f518bcce3e decompiler.cpp is not used anywhere by default. Remove it to prevent a warning under MSVC that the object file is empty (since DUMP_SCRIPT is not defined by default, the whole code in this file is not used)
svn-id: r34445
2008-09-08 11:45:15 +00:00
Filippos Karapetis
dc366ff266 Added kyra/resource_intern.* to the kyra MSVC project files
svn-id: r34441
2008-09-08 08:09:22 +00:00
Eugene Sandulenko
ede55b8117 Generate drascula.dat by the latest create_drascula
svn-id: r34420
2008-09-07 18:36:40 +00:00
Filippos Karapetis
a625e6cfae Added missing common/archive.*
svn-id: r34381
2008-09-06 08:37:03 +00:00
Max Horn
5bac6ed411 Updated some copyright strings to 2001-2008
svn-id: r34371
2008-09-05 22:14:43 +00:00
Filippos Karapetis
8764ccebc7 Updated MSVC project files for commit #34303
svn-id: r34306
2008-09-03 14:06:54 +00:00
Filippos Karapetis
c560bf1d72 Updated gob MSVC project files for commit #34286
svn-id: r34292
2008-09-03 07:32:59 +00:00
Vicent Marti
dcc72fe29e Massive refactoring/cleanup on the theme engine/parser.
svn-id: r34285
2008-09-02 17:51:08 +00:00
Filippos Karapetis
e2b7c126eb Enabled the new optimizations for older versions of MSVC as well
Also, included the tinsel engine library for the release version as well (fixes compilation of the release version)

svn-id: r34274
2008-09-02 11:42:15 +00:00
Filippos Karapetis
9c5d81fb83 Added the missing tinsel engine project files for MSVC 7/7.1
svn-id: r34271
2008-09-02 08:02:40 +00:00
Filippos Karapetis
9edc5f445d Changed the MSVC optimization settings for the release version of all current engines, according to the settings proposed in patch #1877032 - "better optimization settings for msvc9". SSE has NOT been enabled by default though, as it's not available under 64-bit platforms. Updated the MSVC 8 -> MSVC 7/7.1 batch file accordingly
svn-id: r34270
2008-09-02 07:59:52 +00:00