Commit Graph

528 Commits

Author SHA1 Message Date
Travis Howell
96c0685879 Avoid file leaking.
svn-id: r35369
2008-12-14 23:47:56 +00:00
Travis Howell
9c20a533bb Enable Smacker support, and switch later HE games to Smacker support (since they aren't supported yet).
svn-id: r35368
2008-12-14 23:41:48 +00:00
Eugene Sandulenko
7f94c9f543 Add preliminary support for SMK player. Code is derived from ffmpeg.
svn-id: r35366
2008-12-14 22:10:48 +00:00
Gregory Montoir
e63c0ba1e2 cleanup
svn-id: r35275
2008-12-07 14:23:54 +00:00
Gregory Montoir
a243d61b68 add missing _curFrame reset to 0
svn-id: r35208
2008-12-02 21:26:41 +00:00
Filippos Karapetis
fead4f304f Formatting
svn-id: r35173
2008-11-29 18:19:39 +00:00
Robin Watts
8f3b2e9b4d Remove warnings from NDS build.
svn-id: r35172
2008-11-29 18:01:16 +00:00
Gregory Montoir
443c57146d added load/closeFile to Graphics::FlicPlayer (matching DXAPlayer class)
svn-id: r35170
2008-11-28 23:51:59 +00:00
Max Horn
a4a4624d06 Check whether opening a flic actually worked... proper error handling would of course be much better
svn-id: r35168
2008-11-28 11:38:05 +00:00
Johannes Schickel
858cf88c47 Updated documentation.
svn-id: r35134
2008-11-20 19:49:21 +00:00
Johannes Schickel
4368081c55 Fixed ZipArchive/FSDirectory creation.
svn-id: r35133
2008-11-20 18:25:22 +00:00
Gregory Montoir
b45227cfa0 some fixes to input handling, cleanup
svn-id: r35100
2008-11-16 20:51:10 +00:00
Joost Peters
21ec2de29d remove outdated comment
svn-id: r35079
2008-11-15 11:43:15 +00:00
Gregory Montoir
2babdcb41d added missing File destructor call if file can't be read
svn-id: r35070
2008-11-15 02:41:37 +00:00
Gregory Montoir
48363b80fb added FLIC player from KoM engine module.
changes :
- changed methods name to match the ones from DXAPlayer
- added file read streaming
- added possibiltiy to reset playback

svn-id: r35068
2008-11-15 02:31:11 +00:00
Max Horn
eb27307c12 minor tweaks
svn-id: r35036
2008-11-13 11:20:43 +00:00
Max Horn
3b01ed48f5 Further optimized drawCharIntern (on my system, 30% of the time used to draw the GUI is spent in there)
svn-id: r35028
2008-11-12 22:15:47 +00:00
Max Horn
c0f82d3518 Renamed Graphics::TextAlignment -> Graphics::TextAlign and merged it with GUI::ThemeEngine::TextAlignVertical
svn-id: r35023
2008-11-12 14:30:16 +00:00
Vicent Marti
b98f89c7f0 Merged GUI::Theme and Gui::ThemeEngine into the same class, GUI::ThemeEngine.
Massive cleanup.

svn-id: r34983
2008-11-10 11:24:55 +00:00
Max Horn
edf9f24926 Got rid of OSystem::colorToRGB and RGBToColor; added implementations for OSystem::getOverlayFormat to several ports (pending testing by the porters)
svn-id: r34912
2008-11-06 15:02:50 +00:00
Max Horn
4a23fd9170 Fixed off-by-one error in horizontal text centering code
svn-id: r34903
2008-11-05 14:47:06 +00:00
Nicola Mettifogo
33b6bc4215 Reordered initialization lists to kill a ton of warnings.
svn-id: r34892
2008-11-04 05:29:53 +00:00
Johannes Schickel
4905d827b7 Removed dependency on OSystem::RGBToColor, by using Graphics::RGBToColor + Graphics::PixelFormat instead.
svn-id: r34888
2008-11-03 20:15:45 +00:00
Johannes Schickel
57a3d2ae3b Oops actually it seems I forgot to remove mask entries of PixelFormat before committing...
svn-id: r34877
2008-11-03 14:07:07 +00:00
Johannes Schickel
b58aca856c Simplified Graphics::createPixelFormatFromMask helper.
svn-id: r34876
2008-11-03 14:02:29 +00:00
Johannes Schickel
985c02ee7d Committed my patch #2216641 "GRAPHICS: PixelFormat introduction".
svn-id: r34875
2008-11-03 13:44:59 +00:00
Johannes Schickel
d8a76a6b59 Typo.
svn-id: r34866
2008-10-29 20:05:59 +00:00
Johannes Schickel
ebcb486191 Enable gui renderer for all bit depths we support currently.
svn-id: r34865
2008-10-29 20:02:56 +00:00
Johannes Schickel
98b0c4b33c Committed my patch from -devel, which reintroduces DISABLE_FANCY_THEMES to strip functionallity in theme renderer uneeded by small devices.
svn-id: r34864
2008-10-29 19:48:15 +00:00
Johannes Schickel
7d331b7341 Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedPtr usage".
svn-id: r34837
2008-10-22 17:44:12 +00:00
Max Horn
2f92b31235 Simplify DXAPlayer::decodeZlib, and use common/zlib.h instead of system's zlib.h
svn-id: r34824
2008-10-18 22:56:43 +00:00
Lars Persson
167614f6f8 Need a differentiating zlib.h filename for SymbianOS.
svn-id: r34820
2008-10-18 12:20:46 +00:00
Vicent Marti
46b036ab6a ImageManager: Added support for generic archives (zips and folders).
Theme Font Loading: Added support for generic archives.
ThemeEngine: Removed dependency on Common::File and File::AddDefaultPath for image and font loading.

svn-id: r34815
2008-10-18 01:27:33 +00:00
Max Horn
ca53370157 Fix some in-line doxygen comments to document the correct member(s); also fixed some typos
svn-id: r34781
2008-10-12 21:56:03 +00:00
Vicent Marti
ec60fc6db7 Fixed small graphical glitch in Classic theme tabs.
svn-id: r34760
2008-10-09 17:15:10 +00:00
Vicent Marti
60ad4bd0d9 - Merged 75 revisions from trunk.
- Fixed new conflicts.
- Changed Theme loading to use the new ZipArchive class.
- Implemented ZipArchive::getAllNames()

Original log message from SVNMerge.py
================================
Merged revisions 34605,34613-34615,34617,34619-34624,34627-34628,34630-34639,34642-34649,34656-34661,34663-34664,34671-34672,34674-34676,34678-34685 via svnmerge from 
https://tanoku@scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r34605 | Tanoku | 2008-09-20 12:32:59 +0200 (Sat, 20 Sep 2008) | 1 line
  
  Fixed "empty control statement" warning in FSDirectory::matchPattern().
........
  r34613 | lordhoto | 2008-09-20 16:53:31 +0200 (Sat, 20 Sep 2008) | 2 lines
  
  Updated theme file version, to reflect latest addition of new required entries/files.
........
  r34614 | wjpalenstijn | 2008-09-20 17:03:37 +0200 (Sat, 20 Sep 2008) | 1 line
  
  fix drawing order in saveload choosers (draw container before contents)
........
  r34615 | fingolfin | 2008-09-20 17:53:17 +0200 (Sat, 20 Sep 2008) | 1 line
  
  Little readability tweak
........
  r34617 | fingolfin | 2008-09-20 18:10:29 +0200 (Sat, 20 Sep 2008) | 1 line
  
  Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertion
........
  r34619 | eriktorbjorn | 2008-09-20 18:21:27 +0200 (Sat, 20 Sep 2008) | 4 lines
  
  I think this is the correct fix for bug #2081347 ("MM: Charset out of
  bounds!"). If I understand correctly, version <= 2 games only have one (hard-
  coded) font, so when that's initialised we can set _curId to 0.
........
  r34620 | marcus_c | 2008-09-20 18:38:50 +0200 (Sat, 20 Sep 2008) | 1 line
  
  game.h is now in engines, not base.
........
  r34621 | marcus_c | 2008-09-20 18:47:31 +0200 (Sat, 20 Sep 2008) | 5 lines
  
  In the CD filesystem, nothing can be opened for writing, so just
  short-circuit any call to openForWriting().  Also, directories and
  non-existing files can't be opened for reading either, so just
  return 0 for those.
........
  r34622 | sev | 2008-09-21 12:23:22 +0200 (Sun, 21 Sep 2008) | 2 lines
  
  Patch #2054467: CRUISE: 64bits fixes
........
  r34623 | sev | 2008-09-21 13:17:22 +0200 (Sun, 21 Sep 2008) | 2 lines
  
  Add recent patch contributors. Reflect current ScummVM team in the credits
........
  r34624 | sev | 2008-09-21 13:18:16 +0200 (Sun, 21 Sep 2008) | 2 lines
  
  Reflect current team
........
  r34627 | lordhoto | 2008-09-22 19:33:30 +0200 (Mon, 22 Sep 2008) | 1 line
  
  Fixed full screen toggling via alt+enter.
........
  r34628 | fingolfin | 2008-09-22 22:55:27 +0200 (Mon, 22 Sep 2008) | 1 line
  
  Fix comments for random() funcs (thanks to salty-horse for pointing this out)
........
  r34630 | fingolfin | 2008-09-23 11:39:37 +0200 (Tue, 23 Sep 2008) | 1 line
  
  Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen method
........
  r34631 | fingolfin | 2008-09-23 11:42:38 +0200 (Tue, 23 Sep 2008) | 1 line
  
  ImageManager: renamed remArchive() to removeArchive(); switched to using a SearchSet + ZipArchive to access ZIP files (code is much simpler now yet more flexible, yay)
........
  r34632 | fingolfin | 2008-09-23 11:50:03 +0200 (Tue, 23 Sep 2008) | 1 line
  
  Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to unzip.cpp (to be cleaned up)
........
  r34633 | fingolfin | 2008-09-23 12:08:45 +0200 (Tue, 23 Sep 2008) | 1 line
  
  cleanup
........
  r34634 | fingolfin | 2008-09-23 12:10:29 +0200 (Tue, 23 Sep 2008) | 1 line
  
  Perform error checking when reading from a ZIP file
........
  r34635 | fingolfin | 2008-09-23 13:43:57 +0200 (Tue, 23 Sep 2008) | 1 line
  
  Fix for bug #1917981: Game crash when finishing Indy3 demo. At the same time, added a new paranoia check
........
  r34636 | Kirben | 2008-09-23 14:34:02 +0200 (Tue, 23 Sep 2008) | 1 line
  
  Add another French Windows version of Putt-Putt Enters the Race.
........
  r34637 | lordhoto | 2008-09-23 18:40:41 +0200 (Tue, 23 Sep 2008) | 2 lines
  
  Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and '-g' command line switch behavior.
........
  r34638 | john_doe | 2008-09-24 01:16:47 +0200 (Wed, 24 Sep 2008) | 1 line
  
  Improved updateScreenAndWait; the mouse cursor is less jerky now in some scenes in Manhole:N&E
........
  r34639 | thebluegr | 2008-09-24 09:26:45 +0200 (Wed, 24 Sep 2008) | 1 line
  
  Readded missing special case for the storm animation in ITE. Fixes bug #2125675 - "ITE: Game locks up in storm clouds scene"
........
  r34642 | fingolfin | 2008-09-24 22:29:29 +0200 (Wed, 24 Sep 2008) | 1 line
  
  Changed Common::String to use a MemoryPool for its refcounts
........
  r34643 | fingolfin | 2008-09-24 22:31:14 +0200 (Wed, 24 Sep 2008) | 1 line
  
  cleanup
........
  r34644 | fingolfin | 2008-09-24 22:35:31 +0200 (Wed, 24 Sep 2008) | 1 line
  
  Changed builtin Common::String capacity to 24 (on 32 bit systems), to make sizeof(String) 32; reduces overall memory req by 200k on my system; overall # of mallocs after this + the refcount memory pool change is almost unchanged
........
  r34645 | sev | 2008-09-25 00:44:01 +0200 (Thu, 25 Sep 2008) | 2 lines
  
  Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No Animation of Disk Icon"
........
  r34646 | fingolfin | 2008-09-25 10:06:18 +0200 (Thu, 25 Sep 2008) | 1 line
  
  SCUMM: Added a new ActorHE class, as well as a virtual Actor::prepareDrawActorCostume() method
........
  r34647 | fingolfin | 2008-09-25 10:19:51 +0200 (Thu, 25 Sep 2008) | 1 line
  
  SCUMM: Moved Actor::drawActorToBackBuf to class ActorHE
........
  r34648 | fingolfin | 2008-09-25 12:11:06 +0200 (Thu, 25 Sep 2008) | 1 line
  
  SCUMM: Moved more stuf from class Actor to ActorHE
........
  r34649 | fingolfin | 2008-09-25 12:14:50 +0200 (Thu, 25 Sep 2008) | 1 line
  
  cleanup
........
  r34656 | eriktorbjorn | 2008-09-27 19:25:40 +0200 (Sat, 27 Sep 2008) | 2 lines
  
  Fixed typos.
........
  r34657 | eriktorbjorn | 2008-09-27 19:47:22 +0200 (Sat, 27 Sep 2008) | 2 lines
  
  Allow quitting or returning to the launcher while cutscenes are playing.
........
  r34658 | eriktorbjorn | 2008-09-27 19:51:22 +0200 (Sat, 27 Sep 2008) | 2 lines
  
  Slight simplification of last commit.
........
  r34659 | fingolfin | 2008-09-27 20:32:01 +0200 (Sat, 27 Sep 2008) | 1 line
  
  Modified Common::SearchSet to take signed integer priorities, for convenience (so that one can add archives with less-than-default priority)
........
  r34660 | fingolfin | 2008-09-27 20:34:24 +0200 (Sat, 27 Sep 2008) | 1 line
  
  Fixed a nasty bug in SearchManager::addDirectory; made the 'char' constructor of Common::String explicit, to avoid such bugs in the future
........
  r34661 | drmccoy | 2008-09-27 22:04:04 +0200 (Sat, 27 Sep 2008) | 2 lines
  
  Added a spanish floppy version of Lost in Time, as supplied by goodoldgeorg in bug report #2105220
........
  r34663 | fingolfin | 2008-09-28 01:00:46 +0200 (Sun, 28 Sep 2008) | 1 line
  
  Changed Common::File to use SearchMan
........
  r34664 | fingolfin | 2008-09-28 01:27:01 +0200 (Sun, 28 Sep 2008) | 1 line
  
  SCUMM: Use FilesystemNode::openForReading instead of Common::File::open(FilesystemNode) in the detector
........
  r34671 | john_doe | 2008-09-28 22:02:01 +0200 (Sun, 28 Sep 2008) | 1 line
  
  Return 32000 in sfGetCdTime instead of 0; this fixes the Manhole intro/credits (until the function is actually implemented)
........
  r34672 | sev | 2008-09-28 23:07:41 +0200 (Sun, 28 Sep 2008) | 2 lines
  
  Add Italian C64 Zak
........
  r34674 | sev | 2008-09-28 23:53:14 +0200 (Sun, 28 Sep 2008) | 2 lines
  
  Fix bug #2043489: DRASCULA: Cannot disable speech
........
  r34675 | sev | 2008-09-29 00:07:16 +0200 (Mon, 29 Sep 2008) | 3 lines
  
  - Renamed withVoices to _subtitlesDisabled as it reflect the true meaning.
  - Allowed to disable subtitles from options dialogs including RTL.
........
  r34676 | sev | 2008-09-29 00:19:11 +0200 (Mon, 29 Sep 2008) | 2 lines
  
  Use better "silence" without clicks when speech is disabled.
........
  r34678 | fingolfin | 2008-09-29 12:29:01 +0200 (Mon, 29 Sep 2008) | 1 line
  
  Added FIXME to GP2x port
........
  r34679 | fingolfin | 2008-09-29 12:30:31 +0200 (Mon, 29 Sep 2008) | 1 line
  
  Add priority parameter to the SearchMan API
........
  r34680 | fingolfin | 2008-09-29 12:32:06 +0200 (Mon, 29 Sep 2008) | 1 line
  
  File::open no longer falls back to searching the current dir (if this causes any regressions, please report them; don't work around them, don't revert this change, without discussing it first)
........
  r34681 | fingolfin | 2008-09-29 12:49:36 +0200 (Mon, 29 Sep 2008) | 1 line
  
  Don't subclass ArjFile from Common::File (there seems to be no good reason for it). BTW, this code is an abomination and should be replaced by an Archive/SearchSet approach
........
  r34682 | fingolfin | 2008-09-29 13:01:25 +0200 (Mon, 29 Sep 2008) | 1 line
  
  Added const qualifiers
........
  r34683 | fingolfin | 2008-09-29 13:02:11 +0200 (Mon, 29 Sep 2008) | 1 line
  
  SCUMM HE: Fixed leak in Win32ResExtractor::extractResource_, use _filename instead of File::name
........
  r34684 | fingolfin | 2008-09-29 13:03:10 +0200 (Mon, 29 Sep 2008) | 1 line
  
  Added const qualifiers
........
  r34685 | fingolfin | 2008-09-29 13:07:39 +0200 (Mon, 29 Sep 2008) | 1 line
  
  Don't use File::name() needlessly (i.e. if you still know which file you just opened :)
........

svn-id: r34687
2008-09-29 19:23:36 +00:00
Stephen Kennedy
a7bb113e83 Merged revisions 33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478,33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621,33623,33626-33627,33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716,33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766,33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919,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,34605,34613-34615,34617,34619-34624,34627-34628,34630-34639,34642-34649 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

svn-id: r34654
2008-09-26 21:53:08 +00:00
Max Horn
9216eeabce Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to unzip.cpp (to be cleaned up)
svn-id: r34632
2008-09-23 09:50:03 +00:00
Max Horn
c1c9c895a3 ImageManager: renamed remArchive() to removeArchive(); switched to using a SearchSet + ZipArchive to access ZIP files (code is much simpler now yet more flexible, yay)
svn-id: r34631
2008-09-23 09:42:38 +00:00
Vicent Marti
4f511db2c1 Bugfix: Graphical glitch when drawing beveled squares (classic theme).
svn-id: r34611
2008-09-20 14:06:18 +00:00
Vicent Marti
46168618be - Reverted circle drawing algorithm.
- Fixed Launcher savegame load menu.

svn-id: r34610
2008-09-20 13:52:12 +00:00
Johannes Schickel
0d4ce96799 Fixed warnings.
svn-id: r34609
2008-09-20 13:04:50 +00:00
Johannes Schickel
eb65bcd953 Fixed build.
svn-id: r34607
2008-09-20 12:28:45 +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
Vicent Marti
c7e07102b6 Unrolled a loop.
Misc fixes.

svn-id: r34604
2008-09-19 17:15:20 +00:00
Johannes Schickel
259d87a8a6 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

svn-id: r34581
2008-09-16 14:10:55 +00:00
Willem Jan Palenstijn
c8eeae8d4d 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!

svn-id: r34549
2008-09-14 22:28:53 +00:00
Vicent Marti
81715eae04 Fixed bottleneck: Screen dimming.
svn-id: r34482
2008-09-10 18:43:24 +00:00
Vicent Marti
dcc2caf6d0 Misc performance fixes.
svn-id: r34398
2008-09-07 09:43:10 +00:00
Vicent Marti
e0592c7d25 Fixed severe bottleneck in the XML Parser code.
Applied Max's patch for character drawing.
Added new FP squareroot function.

svn-id: r34354
2008-09-05 14:48:47 +00:00
Nicola Mettifogo
12106a1599 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.
svn-id: r34343
2008-09-05 11:41:39 +00:00
Max Horn
020be5bc21 Fixing a typo :)
svn-id: r34342
2008-09-05 11:33:19 +00:00
Max Horn
6893418942 Fixing some compiler warnings
svn-id: r34341
2008-09-05 11:32:23 +00:00
Max Horn
e802acca0b TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_new) -> fix that
svn-id: r34309
2008-09-03 15:58:40 +00:00
Vicent Marti
dcc72fe29e Massive refactoring/cleanup on the theme engine/parser.
svn-id: r34285
2008-09-02 17:51:08 +00:00
Max Horn
83cc4e1c92 Use memcpy instead of hand-rolled colorCopy (on many systems, memcpy is hand-optimized asm or even a compiler built-in and *way* faster than any C code you could roll yourself -- it's way faster on my system, too)
svn-id: r34238
2008-09-01 12:41:46 +00:00
Vicent Marti
b53220d2cc Split VectorRenderer interface from custom vector renderers.
svn-id: r34226
2008-08-31 13:51:48 +00:00
Kari Salminen
fac71dc6d4 Renamed graphics/scaler/thumbnail.cpp to thumbnail_intern.cpp. Fixes compiling under MSVC.
svn-id: r34063
2008-08-20 15:58:52 +00:00
Johannes Schickel
9138128f5c - 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.

svn-id: r34054
2008-08-20 14:24:16 +00:00
Johannes Schickel
f4fc8c3e4c Committed patch #2050337 "KYRA/SCUMM: Thumbnail support/improvement". (Without Max' compressed backward seeking support for now)
svn-id: r34053
2008-08-20 14:03:34 +00:00
Vicent Marti
146be8e16b Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,33529-33530,33537,33541,33544,33546,33550,33552-33554,33556,33558,33561-33562,33565,33568,33570,33574,33576,33578-33581,33584-33587,33590,33596,33604-33611,33614-33615,33617-33618,33620-33621,33623,33626-33627,33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-33655,33664,33667-33670,33673-33674,33678,33682,33686-33691,33693,33696,33698,33700,33703,33708,33710,33712-33714,33716,33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,33754,33756,33758,33761,33763,33766,33777,33781-33788,33790,33792-33793,33795,33797,33805,33807-33812,33815-33817,33819,33822,33826,33829,33837,33839,33844,33847,33858-33861,33864,33871-33873,33875,33877-33879,33886,33889-33892,33894,33896,33900,33902-33903,33919 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

........
  r33490 | thebluegr | 2008-08-01 16:03:20 +0200 (Fri, 01 Aug 2008) | 2 lines
  
  Added load confirmation dialog for IHNM, like in the original.
  Fixes bug #1971699 - "IHNM: No Load Game Confirmation"
........
  r33492 | thebluegr | 2008-08-01 16:27:40 +0200 (Fri, 01 Aug 2008) | 1 line
  
  Fixed crash on exit from commit #32742 - the memory leak was only in IHNM, not ITE (in ITE, the 4 sprite lists are actually one)
........
  r33495 | fingolfin | 2008-08-01 18:31:40 +0200 (Fri, 01 Aug 2008) | 1 line
  
  Print a warning if unsupported XMIDI controllers are used
........
  r33496 | fingolfin | 2008-08-01 18:33:22 +0200 (Fri, 01 Aug 2008) | 1 line
  
  Moved Ludde & yaz0r to a new credits section, retired project leaders
........
  r33509 | peres001 | 2008-08-02 04:24:36 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  * Added a preprocessor to deal with the crappy location scripts in BRA.
  * Added some comments on how the parser and related code should be changed to make things smoother.
........
  r33510 | peres001 | 2008-08-02 04:26:09 +0200 (Sat, 02 Aug 2008) | 1 line
  
  Removed debug code I forgot a long time ago ;)
........
  r33511 | peres001 | 2008-08-02 04:43:05 +0200 (Sat, 02 Aug 2008) | 1 line
  
  Fixed issues detected by DrMcCoy's obnoxious compiler. ;)
........
  r33512 | peres001 | 2008-08-02 05:19:45 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  * Increasing max number of allowed token on one line.
  * Increasing buffer size to match old parser.
........
  r33518 | lordhoto | 2008-08-02 13:40:09 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Fix for bug #2035459 "KYRA1: long savegame names cause garbage".
........
  r33519 | lordhoto | 2008-08-02 13:57:06 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Proper fix for bug #2035459 "KYRA1: long savegame names cause garbage".
........
  r33522 | lordhoto | 2008-08-02 16:32:05 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Fixed regressions in kyra1 amiga.
........
  r33523 | athrxx | 2008-08-02 16:35:38 +0200 (Sat, 02 Aug 2008) | 1 line
  
  HOF: bug fix for FM-Towns music when using output rates other than 22050 khz
........
  r33524 | lordhoto | 2008-08-02 16:35:43 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Add warning when a voc file is not found.
........
  r33525 | Kirben | 2008-08-02 16:37:10 +0200 (Sat, 02 Aug 2008) | 1 line
  
  Detect both HOF non-interactive demos.
........
  r33526 | lordhoto | 2008-08-02 16:42:44 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Fixed yet another crash in kyra1 amiga.
........
  r33527 | lordhoto | 2008-08-02 17:05:19 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Added a member function loadSoundFile to Sound which accepts a filename string instead of a filename list id.
........
  r33529 | buddha_ | 2008-08-02 17:47:25 +0200 (Sat, 02 Aug 2008) | 7 lines
  
  - Combined loadAbs and loadResource into one function.
  - Made resource loading functions (loadSpl, loadMsk etc)
    return the number of the animDataTable entry right after
    the loaded data.
  - Made resource loading functions always load multiframe
    data into directly sequential animDataTable entries
    (Hopefully this won't break anything).
........
  r33530 | buddha_ | 2008-08-02 17:59:38 +0200 (Sat, 02 Aug 2008) | 3 lines
  
  Made loadResourcesFromSave internally use the loadResource-function.
  Fixes Operation Stealth savegame loading! HURRAH! FINALLY!
........
  r33537 | sev | 2008-08-02 23:05:46 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Fix crash when drascula.dat file is missing
........
  r33541 | sev | 2008-08-02 23:22:05 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Fix bug #2007170: "DRASCULA: No Spaces in SaveGames Names"
........
  r33544 | sev | 2008-08-02 23:36:08 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Fix bug #2023727: "MONKEY2: Misplaced Text"
........
  r33546 | sev | 2008-08-02 23:57:35 +0200 (Sat, 02 Aug 2008) | 2 lines
  
  Fix bug #1879606: "MANIACNES: Crash when game ends"
........
  r33550 | fingolfin | 2008-08-03 00:32:32 +0200 (Sun, 03 Aug 2008) | 1 line
  
  Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file'
........
  r33552 | sev | 2008-08-03 00:51:53 +0200 (Sun, 03 Aug 2008) | 3 lines
  
  Fix for bug #1945335: "SCUMM: Invalid charset id can be stored".
  Regressions possible.
........
  r33553 | fingolfin | 2008-08-03 01:01:14 +0200 (Sun, 03 Aug 2008) | 1 line
  
  Renamed Tinsel v1->v0 (used in the demo only), and v2->v1, to avoid confusion with DW2
........
  r33554 | sev | 2008-08-03 01:05:38 +0200 (Sun, 03 Aug 2008) | 2 lines
  
  Fix bug #2035390: "GUI: setting game id to "scummvm" messes up list"
........
  r33556 | athrxx | 2008-08-03 01:11:31 +0200 (Sun, 03 Aug 2008) | 1 line
  
  add non-interactive lol demo
........
  r33558 | eriktorbjorn | 2008-08-03 09:40:04 +0200 (Sun, 03 Aug 2008) | 3 lines
  
  Fixed #2021902 ("DRASCULA: Can't adjust the volume inside the game"). I can't
  verify that this matches the original behaviour, but at least it's better now.
........
  r33561 | buddha_ | 2008-08-03 10:01:11 +0200 (Sun, 03 Aug 2008) | 1 line
  
  Shut up MSVC warning about mgY being an unreferenced local variable.
........
  r33562 | fingolfin | 2008-08-03 10:05:19 +0200 (Sun, 03 Aug 2008) | 1 line
  
  Proper fix for bug #2035390: Check for ConfigManager::kApplicationDomain, and also forbid targets starting with an underscore
........
  r33565 | eriktorbjorn | 2008-08-03 11:41:10 +0200 (Sun, 03 Aug 2008) | 4 lines
  
  Fixed bug that prevented upper-case letters from being used in savegame names.
  Apparently, strchr(..., 0) will find the string terminator - at least for me -
  and when that's added to the name, it will terminate the string.
........
  r33568 | eriktorbjorn | 2008-08-03 11:51:13 +0200 (Sun, 03 Aug 2008) | 2 lines
  
  Fixed bug #1995022 ("BASS: wrong displayed 2 line text").
........
  r33570 | eriktorbjorn | 2008-08-03 12:16:17 +0200 (Sun, 03 Aug 2008) | 5 lines
  
  Fixed bug #1995033 ("BASS: BG Sound stopped on opening item list"). Apparently
  the sound is supposed to be paused and then unpaused, but the pause function is
  called many more times than the unpause function. In the original, this
  presumably didn't matter. In ScummVM's mixer, it does.
........
  r33574 | sev | 2008-08-03 13:42:05 +0200 (Sun, 03 Aug 2008) | 2 lines
  
  Fix bug #2017432: "DRASCULA: Typing is slow when you save a game"
........
  r33576 | sev | 2008-08-03 14:02:09 +0200 (Sun, 03 Aug 2008) | 2 lines
  
  Fix bug #2011470: "DRASCULA: slowdown when you hold mouse buttons"
........
  r33578 | athrxx | 2008-08-03 14:09:48 +0200 (Sun, 03 Aug 2008) | 1 line
  
  add support for HOF Italian fan translation to kyra.dat
........
  r33579 | lordhoto | 2008-08-03 14:16:53 +0200 (Sun, 03 Aug 2008) | 2 lines
  
  Added detection entries for kyra2 cd italian fan translation (see fr#2003504 "KYRA: add support for Italian version of Kyrandia 2&3"). (totally untested!)
........
  r33580 | athrxx | 2008-08-03 14:50:56 +0200 (Sun, 03 Aug 2008) | 1 line
  
  fix last commit (invalid kyra.dat game features for HOFCD)
........
  r33581 | lordhoto | 2008-08-03 14:53:12 +0200 (Sun, 03 Aug 2008) | 2 lines
  
  Removed comment.
........
  r33584 | fingolfin | 2008-08-03 18:54:18 +0200 (Sun, 03 Aug 2008) | 1 line
  
  New OSystem API for loading/storing default config file
........
  r33585 | fingolfin | 2008-08-03 19:05:01 +0200 (Sun, 03 Aug 2008) | 1 line
  
  OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; made openConfigFileForReading/openConfigFileForWriting return 0 if they failed to open a file
........
  r33586 | fingolfin | 2008-08-03 20:11:27 +0200 (Sun, 03 Aug 2008) | 1 line
  
  Implemented DumpFile::open(FSNode)
........
  r33587 | fingolfin | 2008-08-03 20:29:37 +0200 (Sun, 03 Aug 2008) | 1 line
  
  cleanup
........
  r33590 | fingolfin | 2008-08-03 20:35:51 +0200 (Sun, 03 Aug 2008) | 1 line
  
  FilesystemNode code: some comment cleanup; added FilesystemNode::openForReading() and openForWriting() methods (for now these are simple wrappers around Common::File)
........
  r33596 | Kirben | 2008-08-04 03:57:50 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Remove debug left over.
........
  r33604 | fingolfin | 2008-08-04 13:30:47 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::flush()
........
  r33605 | fingolfin | 2008-08-04 13:32:42 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Removed join_paths from default save manager, and use FSNode API instead (may lead to regressions, watch out)
........
  r33606 | fingolfin | 2008-08-04 13:38:25 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Turned InSaveFile & OutSaveFile into simple typedefs
........
  r33607 | fingolfin | 2008-08-04 13:46:52 +0200 (Mon, 04 Aug 2008) | 1 line
  
  SCUMM: Only try to load savefile metadata from slots >= 0
........
  r33608 | fingolfin | 2008-08-04 13:48:33 +0200 (Mon, 04 Aug 2008) | 1 line
  
  DefaultSaveFileManager: Killed class StdioSaveFile, used FilesystemNode::openForReading()/openForWriting() instead (may cause regressions, watch out)
........
  r33609 | fingolfin | 2008-08-04 15:25:30 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Modified DumpFile::open to accept non-existing nodes, and to actually open files in write mode -- d'oh
........
  r33610 | thebluegr | 2008-08-04 17:01:41 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Fixing compilation under MSVC
........
  r33611 | thebluegr | 2008-08-04 17:23:08 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Added Italian translation for the load confirmation window in IHNM
........
  r33614 | fingolfin | 2008-08-04 19:17:37 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager (eventually, should be pushed into backends/platform/ code)
........
  r33615 | fingolfin | 2008-08-04 19:41:07 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Modified DefaultSaveFileManager::checkPath to perform at least basic checks on non-UNIX, non-Symbian systems
........
  r33617 | fingolfin | 2008-08-04 19:46:22 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Remove some code which was rendered obsolete by md5's commit r33610
........
  r33618 | anotherguest | 2008-08-04 20:14:17 +0200 (Mon, 04 Aug 2008) | 3 lines
  
  List the correct engines in about, 
  updated actions with Lure (from WinCE). 
  Increased min heap size to 5MB
........
  r33620 | buddha_ | 2008-08-04 21:32:52 +0200 (Mon, 04 Aug 2008) | 7 lines
  
  Fix for misplaced objects in mouse object selection (Operation Stealth specific).
  - Implemented Operation Stealth specific part of getObjectUnderCursor
    which handles negative frame values.
  - Fixed a test case (Should test for ydif <= 0 although tested for ydif < 0).
  - Made part-value be anded with 0x0F in a test case to comply with disassembly.
  - Added comment about a test case which isn't present in the disassembly.
    Removing it makes things crash sometimes so letting it be.
........
  r33621 | fingolfin | 2008-08-04 21:38:28 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Pushed some port specific code from DefaultSaveFileManager out to port specific code in backends/platform/
........
  r33623 | anotherguest | 2008-08-04 22:00:56 +0200 (Mon, 04 Aug 2008) | 1 line
  
  Symbian build package should now contain drascula.dat also
........
  r33626 | Kirben | 2008-08-05 02:21:46 +0200 (Tue, 05 Aug 2008) | 1 line
  
  Fix win32 compile.
........
  r33627 | Kirben | 2008-08-05 02:27:25 +0200 (Tue, 05 Aug 2008) | 1 line
  
  Removed unneeded #includes.
........
  r33632 | lordhoto | 2008-08-05 13:32:16 +0200 (Tue, 05 Aug 2008) | 2 lines
  
  Changed implementation parameters/return values to match definition.
........
  r33633 | Kirben | 2008-08-05 13:42:04 +0200 (Tue, 05 Aug 2008) | 1 line
  
  Remove file attribute check, since getChild() can be called on file path that doesn'r exist.
........
  r33635 | lordhoto | 2008-08-05 14:13:01 +0200 (Tue, 05 Aug 2008) | 2 lines
  
  Output errors on (some) missing files.
........
  r33637 | buddha_ | 2008-08-05 14:58:23 +0200 (Tue, 05 Aug 2008) | 7 lines
  
  Fix prompt updating regression introduced in r32257:
  Previously prompt didn't get updated all the time,
  like e.g. when selecting EXAMINE and moving the
  cursor over to DOOR and then moving the cursor to
  a place where there was no selectable object. The
  prompt would've still shown "EXAMINE DOOR", now
  it shows just "EXAMINE" which is correct AFAIK.
........
  r33639 | fingolfin | 2008-08-05 15:08:07 +0200 (Tue, 05 Aug 2008) | 1 line
  
  SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load metadata if nothing is selected)
........
  r33640 | fingolfin | 2008-08-05 15:11:22 +0200 (Tue, 05 Aug 2008) | 1 line
  
  SCUMM: cleanup SaveLoadChooser::updateInfos code
........
  r33642 | buddha_ | 2008-08-05 20:17:55 +0200 (Tue, 05 Aug 2008) | 1 line
  
  Add detection entry for a previously unrecognized 16 color PC version of Operation Stealth (The John Glames variant).
........
  r33643 | buddha_ | 2008-08-05 21:30:16 +0200 (Tue, 05 Aug 2008) | 5 lines
  
  Made rest of resource loading functions used in loadResource return -1 on error.
  This fixed a crash in Operation Stealth when walking out of the airport
  (Some file couldn't be opened and the game crashed because of that.
  Now it doesn't crash but handles the missing file gracefully).
........
  r33644 | buddha_ | 2008-08-05 23:20:11 +0200 (Tue, 05 Aug 2008) | 1 line
  
  Workaround for missing player character animation when exiting the airport in Santa Paragua in at least the 256 color PC version of Operation Stealth.
........
  r33645 | fingolfin | 2008-08-05 23:26:04 +0200 (Tue, 05 Aug 2008) | 1 line
  
  Patch #2014663: Do not mark stack as executable in HQx scaler
........
  r33648 | eriktorbjorn | 2008-08-05 23:43:10 +0200 (Tue, 05 Aug 2008) | 4 lines
  
  Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a
  slight modification to the README changes. (I don't know how to interpret all
  the output from aconnect, so I'm only documenting "the most important bit".)
........
  r33654 | fingolfin | 2008-08-06 11:13:57 +0200 (Wed, 06 Aug 2008) | 1 line
  
  SCUMM: Renamed inventoryScript -> inventoryScriptIndy3Mac
........
  r33655 | fingolfin | 2008-08-06 12:32:20 +0200 (Wed, 06 Aug 2008) | 1 line
  
  Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne)
........
  r33664 | fingolfin | 2008-08-06 18:03:06 +0200 (Wed, 06 Aug 2008) | 1 line
  
  Do not query savestates which obviously do not exist (to shut up bogus console warnings)
........
  r33667 | buddha_ | 2008-08-06 22:41:53 +0200 (Wed, 06 Aug 2008) | 5 lines
  
  HACK: Force oxygen to maximum during Operation Stealth's first arcade sequence.
  This way the arcade sequence is completable now.
  This hack should be removed later and the first
  arcade sequence be made properly playable!
........
  r33668 | buddha_ | 2008-08-06 22:47:59 +0200 (Wed, 06 Aug 2008) | 5 lines
  
  Add 320x200 screen bounds checking to Operation Stealth's checkCollision function.
  Fixes teleporting bug when getting out of the water after first arcade sequence.
  The player previously got teleported to the beach near the hotel. Now it doesn't happen.
  The player is still caught motionless and can't move after this fix though...
........
  r33669 | buddha_ | 2008-08-06 22:54:38 +0200 (Wed, 06 Aug 2008) | 1 line
  
  Renamed page3Raw to collisionPage so it's more apparent what it does.
........
  r33670 | buddha_ | 2008-08-06 22:58:02 +0200 (Wed, 06 Aug 2008) | 1 line
  
  Tiny comment update to loadCt-opcodes: Load collision table data.
........
  r33673 | buddha_ | 2008-08-07 01:12:25 +0200 (Thu, 07 Aug 2008) | 4 lines
  
  HACK: In Operation Stealth after the first arcade sequence jump player's position to avoid getting stuck.
  The player's position is changed only by *one* pixel but it helps
  and makes it possible to carry on with the game (Previously the player was totally stuck).
........
  r33674 | knakos | 2008-08-07 11:10:42 +0200 (Thu, 07 Aug 2008) | 1 line
  
  smartphone-specific code not needed anymore
........
  r33678 | eriktorbjorn | 2008-08-07 15:36:02 +0200 (Thu, 07 Aug 2008) | 3 lines
  
  Initialise the _sound object. Otherwise, ScummVM crashes for me if I use a native
  MIDI driver instead of Adlib.
........
  r33682 | knakos | 2008-08-07 20:36:12 +0200 (Thu, 07 Aug 2008) | 1 line
  
  setup interface for later kyra games
........
  r33686 | buddha_ | 2008-08-07 21:04:19 +0200 (Thu, 07 Aug 2008) | 7 lines
  
  Fix for popup boxes sometimes blocking animation when they shouldn't in Operation Stealth:
  - Made waitForPlayerClick updating more like in the original.
  - Moved removeMessages to after the frame drawing in main loop hoping to be more like the original.
  - Added an additional test to Operation Stealth's implementation of overlay type 2 drawing.
  - Added an additional parameter incrementing and testing to Operation Stealth's removeMessages.
  Hopefully this won't cause any regressions in Future Wars!
........
  r33687 | buddha_ | 2008-08-07 21:31:12 +0200 (Thu, 07 Aug 2008) | 1 line
  
  Made drawPlainBox handle border cases so it won't corrupt memory so easily. This may help with some memory corruption issues when for an example trying to draw the player's command string out of screen.
........
  r33688 | buddha_ | 2008-08-07 21:46:06 +0200 (Thu, 07 Aug 2008) | 1 line
  
  Added precautionary tests to background scrolling function in Operation Stealth to avoid possible memory corruptions.
........
  r33689 | buddha_ | 2008-08-07 23:46:56 +0200 (Thu, 07 Aug 2008) | 1 line
  
  Implemented game speed changing by pressing - or + to e.g. ease testing.
........
  r33690 | cyx | 2008-08-07 23:49:55 +0200 (Thu, 07 Aug 2008) | 1 line
  
  fix for bug #2040311: TOUCHE: Missing characters in the spanish version
........
  r33691 | cyx | 2008-08-07 23:50:12 +0200 (Thu, 07 Aug 2008) | 1 line
  
  fix for bug #2040484: TOUCHE: Graphic glitch with long answer options
........
  r33693 | Kirben | 2008-08-08 04:18:17 +0200 (Fri, 08 Aug 2008) | 1 line
  
  Hopefully allow quiting at any stage AGOS engines games again.
........
  r33696 | Kirben | 2008-08-08 04:49:51 +0200 (Fri, 08 Aug 2008) | 1 line
  
  Remove debug leftover.
........
  r33698 | buddha_ | 2008-08-08 15:30:01 +0200 (Fri, 08 Aug 2008) | 9 lines
  
  Added basic moving using keyboard (Only works in Operation Stealth at the moment):
  - Should make it possible to complete the first arcade sequence legitimately
  Renamed input variables (Their names were mixed up between Future Wars and Operation Stealth):
  - Future Wars's inputVar1 -> egoMovedWithKeyboard
  - Future Wars's inputVar2 -> xMoveKeyb
  - Future Wars's inputVar3 -> yMoveKeyb
  - Operation Stealth's inputVar0 -> xMoveKeyb
  - Operation Stealth's inputVar1 -> yMoveKeyb
........
  r33700 | buddha_ | 2008-08-08 16:46:19 +0200 (Fri, 08 Aug 2008) | 1 line
  
  Partially fix Adlib volume setting in Cine (Now uses music volume for Adlib volume, previously always played with full volume. Doesn't differentiate between playing sound effects and music!).
........
  r33703 | buddha_ | 2008-08-08 20:28:13 +0200 (Fri, 08 Aug 2008) | 4 lines
  
  Added detection entry for the Sony published CD version of Future Wars.
  Also added decrypting of the crypted AUTO00.PRC for this particular version.
  Now this version should work but no CD audio support for it yet though.
........
  r33708 | buddha_ | 2008-08-09 12:44:12 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Small cleanup: Renamed rol to rolByte and made it handle all cases.
........
  r33710 | buddha_ | 2008-08-09 12:52:48 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Removing moving with keys qweasdzxc for now because they messed with savegame name typing. One can move with the cursor keys anyway.
........
  r33712 | buddha_ | 2008-08-09 17:17:32 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Added updating of global variable var5 to Operation Stealth's renderOverlay function's type 20 overlay case (Previously var5 wasn't updated anywhere!). Also added a lower bound for var5's value into a comparison (Previously only the upper bound was tested for).
........
  r33713 | buddha_ | 2008-08-09 18:07:08 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Added preliminary version of drawing type 22 overlays (Such overlays are added with opcode 0xA4 (o2_loadMask22) and removed with opcode 0xA5 (o2_unloadMask22)). Things might be wrong so needs testing! WIP!
........
  r33714 | knakos | 2008-08-09 20:09:24 +0200 (Sat, 09 Aug 2008) | 1 line
  
  fix MR on ce: allocate large buffer on the heap instead and of the stack, and improve the workaround
........
  r33716 | knakos | 2008-08-09 20:12:43 +0200 (Sat, 09 Aug 2008) | 1 line
  
  hotfix around drascula mem leak problems. see also bug report
........
  r33719 | dhewg | 2008-08-09 20:37:18 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Updates to the recent OSystem API changes
........
  r33721 | buddha_ | 2008-08-09 21:47:05 +0200 (Sat, 09 Aug 2008) | 7 lines
  
  Made drawPlainBox's effective width and height always at least one.
  - Makes oxygen gauge during first arcade sequence visible as it gave drawPlainBox a height of zero.
  Made type 21 overlays be drawn as type 22 (Filled rectangle).
  - For an example the oxygen gauge during the first arcade sequence is a type 21 overlay.
  Flipped type 21 & 22 overlays as it looks correct for the oxygen gauge.
  These features are quite WIP, they need testing to see if they're correct.
........
  r33722 | buddha_ | 2008-08-09 21:57:46 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Made type 21 & 22 overlays not be flipped (The oxygen gauge looks actually better when it reaches zero this way although in its fully charged state it still does look a bit off. Disassembly seems to agree with not flipping the overlays so I'm going with this one for now).
........
  r33723 | dhewg | 2008-08-09 22:02:56 +0200 (Sat, 09 Aug 2008) | 3 lines
  
  Updated the Makefile to the new build system.
  Introduced a Makefile variable to build a gamecube version.
........
  r33725 | buddha_ | 2008-08-09 22:50:10 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Converted objectTable from a plain array to a Common::Array. Should help to catch out of bounds access errors that may cause memory corruption.
........
  r33726 | buddha_ | 2008-08-09 22:55:01 +0200 (Sat, 09 Aug 2008) | 1 line
  
  Converted animDataTable from a plain array to a Common::Array. Should help to catch out of bounds access errors which may cause memory corruption.
........
  r33727 | buddha_ | 2008-08-10 00:38:03 +0200 (Sun, 10 Aug 2008) | 1 line
  
  Converted zoneData and zoneQuery tables from plain array types to Common::Array. Should help catch out of bounds access errors that may cause memory corruption.
........
  r33729 | fingolfin | 2008-08-10 00:42:03 +0200 (Sun, 10 Aug 2008) | 1 line
  
  If no default config file is present, just don't load it, instead of crashing
........
  r33730 | fingolfin | 2008-08-10 01:07:32 +0200 (Sun, 10 Aug 2008) | 1 line
  
  Use FSNode API in default OSystem::openConfigFileForReading & OSystem::openConfigFileForWriting method implementations
........
  r33733 | lordhoto | 2008-08-10 02:17:56 +0200 (Sun, 10 Aug 2008) | 2 lines
  
  Fixed crash in KyraEngine_HoF::pauseEngineIntern.
........
  r33736 | lordhoto | 2008-08-10 02:36:46 +0200 (Sun, 10 Aug 2008) | 2 lines
  
  Fixed kyra to support properly support restarting of engine (for GSoC RTL, based on a patch from Chris Page).
........
  r33742 | lordhoto | 2008-08-10 03:28:00 +0200 (Sun, 10 Aug 2008) | 2 lines
  
  Added fallback to text only mode when voice files are not found.
........
  r33754 | knakos | 2008-08-10 19:10:09 +0200 (Sun, 10 Aug 2008) | 1 line
  
  add support for drascula engine
........
  r33756 | knakos | 2008-08-10 19:13:24 +0200 (Sun, 10 Aug 2008) | 1 line
  
  hint the backend to show the VK
........
  r33758 | knakos | 2008-08-10 19:15:30 +0200 (Sun, 10 Aug 2008) | 1 line
  
  address the ignored events and bad inventory screen handling 'features'
........
  r33761 | sev | 2008-08-10 19:35:42 +0200 (Sun, 10 Aug 2008) | 2 lines
  
  Add checksums for ScummVM repacked Italian and Spanish versions.
........
  r33763 | eriktorbjorn | 2008-08-10 19:59:42 +0200 (Sun, 10 Aug 2008) | 5 lines
  
  Committed my patch #2040074 ("XMIDI callback control events"). At the moment, I'm
  not aware of any game that actually uses this XMIDI feature, so its primary
  function right now is to silence lots of warnings while running the DOS version
  of Simon the Sorcerer 2.
........
  r33766 | eriktorbjorn | 2008-08-10 20:44:00 +0200 (Sun, 10 Aug 2008) | 5 lines
  
  Fixed a bunch of Valgrind warnings (mostly uninitialised variables, but also an
  invalid free()), so that I can start and quit the game without any unexpected
  warnings. (The obvious next step, of course, would be to actually *play* the game
  for a bit...)
........
  r33777 | athrxx | 2008-08-11 16:47:50 +0200 (Mon, 11 Aug 2008) | 2 lines
  
  LOL: add support for floppy installer files
  (startup will fail nonethelesse since we have different pak file names)
........
  r33781 | buddha_ | 2008-08-11 22:09:03 +0200 (Mon, 11 Aug 2008) | 1 line
  
  Changed readBundleFile to unpack data in-place and added debugging messages to the function.
........
  r33782 | buddha_ | 2008-08-11 22:18:33 +0200 (Mon, 11 Aug 2008) | 1 line
  
  Added a safeguard to readBundleFile so it shouldn't corrupt memory even if the input says the data's unpacked size is less than its packed size (This shouldn't ever happen with non-corrupted data).
........
  r33783 | buddha_ | 2008-08-11 22:41:13 +0200 (Mon, 11 Aug 2008) | 1 line
  
  Changed partBuffer from a pointer to a Common::Array. Removed numElementInPart variable as it's now equivalent with partBuffer.size().
........
  r33784 | buddha_ | 2008-08-11 23:26:41 +0200 (Mon, 11 Aug 2008) | 1 line
  
  Removed textDataPtr pointer as it's not used beyond the loadTextData function. Reworked loadTextData a bit so there are no two loops for the same thing (Also renamed some of the local variables).
........
  r33785 | buddha_ | 2008-08-11 23:45:47 +0200 (Mon, 11 Aug 2008) | 1 line
  
  Changed palPtr from a pointer to a Common::Array named palArray. Removed palEntriesCount variable as it's now equivalent to palArray.size().
........
  r33786 | buddha_ | 2008-08-12 00:26:25 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Moved fontParamTable inside TextHandler struct and made it a constant size as that's what it is (No need for using malloc & free anymore). Previously we would've tried to free an array that wasn't heap-allocated in freePoldatDat (Freeing fontParamTable_standard or fontParamTable_alt), that's fixed.
........
  r33787 | dhewg | 2008-08-12 00:43:00 +0200 (Tue, 12 Aug 2008) | 7 lines
  
  video mode polishing:
  * proper fullscreen video mode
  * multiple graphic modes with different overscan values
  * "fullscreen mode" stretches the picture on 16:9 displays
  * fixed broken sword 1/2 gfx garbage
  * support for setShakePos()
........
  r33788 | dhewg | 2008-08-12 00:44:29 +0200 (Tue, 12 Aug 2008) | 1 line
  
  build a wii binary per default
........
  r33790 | buddha_ | 2008-08-12 01:01:32 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Implemented drawMessage changes for Operation Stealth's timed cutscenes (Negative colors are used for timed text boxes that are totally transparent, only the text is drawn).
........
  r33792 | buddha_ | 2008-08-12 01:20:10 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Made Operation Stealth's action failure messages use a background color set by the opcode 0x49 'o1_setDefaultMenuBgColor'. Should fix the 'text hard to read' problems.
........
  r33793 | buddha_ | 2008-08-12 02:13:27 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Changed commandBuffer from a char[80] to Common::String and made FWRenderer::setCommand use a Common::String. Hopefully this might help with the command buffer overflow stuff, although this isn't a fix for the problem behind it, just a bandaid.
........
  r33795 | buddha_ | 2008-08-12 16:44:44 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Implemented Operation Stealth specific parts of processInventory and added another mouse button waiting loop into the function's end (It's in both Future Wars and Operation Stealth). Fixes inventory showing in Operation Stealth.
........
  r33797 | aquadran | 2008-08-12 16:52:44 +0200 (Tue, 12 Aug 2008) | 1 line
  
  added few ignores for build dirs
........
  r33805 | buddha_ | 2008-08-12 21:33:17 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Implemented Operation Stealth's makeCommandLine.
........
  r33807 | buddha_ | 2008-08-12 22:27:49 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Tiny comment fix.
........
  r33808 | buddha_ | 2008-08-12 22:58:26 +0200 (Tue, 12 Aug 2008) | 1 line
  
  Fix for GCC warning in OSRenderer::renderOverlay: declaration of 'len' shadows a previous local.
........
  r33809 | joostp | 2008-08-12 23:23:40 +0200 (Tue, 12 Aug 2008) | 2 lines
  
  fix typo 'baclup' -> 'backup'
........
  r33810 | buddha_ | 2008-08-13 00:45:38 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Added possibility to get the read resource's size from readBundleFile. Made loadMsg handle input data that has empty strings residing just beyond the input buffer (Thanks Valgrind :-)).
........
  r33811 | buddha_ | 2008-08-13 01:44:39 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Fixed drawPlainBox's boundary checking (It wrote outside the screen occasionally). Now using the Common::Rect for clipping, yay! It's good.
........
  r33812 | buddha_ | 2008-08-13 01:56:13 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Hopefully fixes 'Conditional jump or move depends on uninitialised value(s)' Valgrind warning at sound.cpp:611.
........
  r33815 | buddha_ | 2008-08-13 03:02:00 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. Also added initialization of _playing to false in SoundMgr's constructor. Hopefully helps with the occasional crashes in the sound code when starting the first sound in an AGI game.
........
  r33816 | buddha_ | 2008-08-13 03:10:03 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Shutting up Valgrind about using uninitialised values from array _chn in function stopNote.
........
  r33817 | fingolfin | 2008-08-13 12:13:22 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Clarify SCUMM MD5 message: We do not want reports on fanmade translations
........
  r33819 | buddha_ | 2008-08-13 13:36:45 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Reverted r33815 (But not r33816).
........
  r33822 | buddha_ | 2008-08-13 13:57:48 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuffer's allocation to SoundMgr's constructor and its deallocation to the destructor. Made fillAudio SoundMgr's method and removed a superfluous global static variable 'int16 *buffer'. Should help with the occasional crashes when starting the first sound in an AGI game.
........
  r33826 | buddha_ | 2008-08-13 15:40:28 +0200 (Wed, 13 Aug 2008) | 1 line
  
  Type 21 overlay comment update (Found the drawing routine in the disassembly and checked the original for how the oxygen gauge during the first arcade sequence looks like. They're some kind of sprites most likely and not just simply filled rectangles).
........
  r33829 | knakos | 2008-08-13 17:16:38 +0200 (Wed, 13 Aug 2008) | 1 line
  
  fix bug #2038992 by saving and restoring channel volumes
........
  r33837 | lordhoto | 2008-08-13 21:10:31 +0200 (Wed, 13 Aug 2008) | 2 lines
  
  Added detection entries for kyra3 Mac.
........
  r33839 | knakos | 2008-08-13 21:13:53 +0200 (Wed, 13 Aug 2008) | 1 line
  
  fix bug #1910057: FT multifunction
........
  r33844 | knakos | 2008-08-13 21:32:25 +0200 (Wed, 13 Aug 2008) | 1 line
  
  fix a small bug in the quit dialog
........
  r33847 | fingolfin | 2008-08-13 22:37:54 +0200 (Wed, 13 Aug 2008) | 1 line
  
  cleanup
........
  r33858 | peres001 | 2008-08-14 09:10:42 +0200 (Thu, 14 Aug 2008) | 1 line
  
  Removed cross-references between the general parser and the text formatter. To achieve this, I have rewritten the latter for both NS and BRA.
........
  r33859 | peres001 | 2008-08-14 09:14:34 +0200 (Thu, 14 Aug 2008) | 1 line
  
  Finally moved parseNextToken to Script, where it belongs!
........
  r33860 | peres001 | 2008-08-14 12:04:43 +0200 (Thu, 14 Aug 2008) | 1 line
  
  Cleanup.
........
  r33861 | peres001 | 2008-08-14 12:24:39 +0200 (Thu, 14 Aug 2008) | 1 line
  
  More cleanup.
........
  r33864 | peres001 | 2008-08-14 15:45:32 +0200 (Thu, 14 Aug 2008) | 1 line
  
  Some variable renamed to make more sense.
........
  r33871 | buddha_ | 2008-08-14 22:18:13 +0200 (Thu, 14 Aug 2008) | 1 line
  
  Added debug showing of the collision page when pressing the Alt key. Alt isn't used for anything else so one might as well use it for this.
........
  r33872 | buddha_ | 2008-08-14 22:49:34 +0200 (Thu, 14 Aug 2008) | 1 line
  
  Fix for bugging moving at the bottom of the ocean when trying to free the girl from the ropes and swimming to the surface. Some global variables related to mouse position weren't being updated in executePlayerInput, now they are and things seem to work. Also enables moving in the labyrinth arcade sequence at the palace.
........
  r33873 | athrxx | 2008-08-14 23:21:04 +0200 (Thu, 14 Aug 2008) | 1 line
  
  - HOF: another Italian fan translation
........
  r33875 | athrxx | 2008-08-14 23:34:29 +0200 (Thu, 14 Aug 2008) | 1 line
  
  - HOF: forgot french and german entries in last commit
........
  r33877 | buddha_ | 2008-08-15 00:01:56 +0200 (Fri, 15 Aug 2008) | 1 line
  
  Moved showing of the collision page from Alt-key to F11-key because Alt conflicted with taking screenshots using Alt-s. Great. Hopefully F11 doesn't conflict with anything useful.
........
  r33878 | lordhoto | 2008-08-15 00:09:36 +0200 (Fri, 15 Aug 2008) | 2 lines
  
  Improved version of my resource loading patch from -devel (check also r33876).
........
  r33879 | lordhoto | 2008-08-15 00:11:56 +0200 (Fri, 15 Aug 2008) | 2 lines
  
  Formatting.
........
  r33886 | athrxx | 2008-08-15 01:46:37 +0200 (Fri, 15 Aug 2008) | 1 line
  
  lol: new detection entry (german floppy extracted)
........
  r33889 | peres001 | 2008-08-15 04:52:42 +0200 (Fri, 15 Aug 2008) | 2 lines
  
  Simplified handling of script variables (especially locals).
........
  r33890 | peres001 | 2008-08-15 05:36:01 +0200 (Fri, 15 Aug 2008) | 1 line
  
  Disabled lip syncing code in BRA, since I couldn't find any scripts actually using it. Some warnings have been added as a sentinel.
........
  r33891 | peres001 | 2008-08-15 05:59:45 +0200 (Fri, 15 Aug 2008) | 1 line
  
  Made scripts access Animation fields via accessors and mutators, instead of using raw pointers.
........
  r33892 | peres001 | 2008-08-15 06:30:45 +0200 (Fri, 15 Aug 2008) | 1 line
  
  Made coordinates and frame number protected into Zone and Animation, and changed client code to use get/set. This will allow various simplifications (e.g. when calculating Z), and is a step towards correct handling of interactive zones of Zone/Animation in BRA.
........
  r33894 | peres001 | 2008-08-15 10:44:41 +0200 (Fri, 15 Aug 2008) | 1 line
  
  Updated layer calculation: animations are now hidden properly by background elements (but not items yet).
........
  r33896 | drmccoy | 2008-08-15 12:47:42 +0200 (Fri, 15 Aug 2008) | 2 lines
  
  Fixing a segfault in the Bargon Attack menu
........
  r33900 | peres001 | 2008-08-15 16:25:43 +0200 (Fri, 15 Aug 2008) | 1 line
  
  Added routines to load and handle item masks: animation are now correctly hidden when they are behind any object. The masks of items that are not explicitly activated (even if visible) still are handled (e.g. the crown in the museum is not visible in the foreground).
........
  r33902 | anotherguest | 2008-08-15 16:38:25 +0200 (Fri, 15 Aug 2008) | 2 lines
  
  UpdUpdated actions and Readme for Symbian OS port!
........
  r33903 | peres001 | 2008-08-15 17:08:08 +0200 (Fri, 15 Aug 2008) | 1 line
  
  Implemented raster operation for masks and postponed blitting of zones after everything in the location has been loaded. This fixes the remaining problems with animations not being masked by items.
........
  r33919 | fingolfin | 2008-08-16 00:06:15 +0200 (Sat, 16 Aug 2008) | 1 line
  
  SCUMM: Made some potentially ambiguous (to the reader, at least) checks slightly less ambiguous
........

svn-id: r33920
2008-08-16 00:08:12 +00:00
Vicent Marti
7c213ab110 Tons of misc. GFX fixes.
svn-id: r33911
2008-08-15 19:10:37 +00:00
Vicent Marti
8eaa982c41 Added Classic Theme - WIP (yes, it's working).
Added Builtin theme back.
Added Python script to automatically build themes.

svn-id: r33868
2008-08-14 18:43:27 +00:00
Vicent Marti
a4b3434af9 Bugfix: Selection background too short when scrollbar not present.
Bugfix: Vector renderer drawstep for bitmap blitting.
Added bitmap GFX for checkboxes.

svn-id: r33771
2008-08-10 22:03:00 +00:00
Vicent Marti
52f3551587 Bugfix: Several text-drawing issues.
Bugfix: Overlapping text in text edit dialogs.

svn-id: r33768
2008-08-10 18:56:10 +00:00
Vicent Marti
103a4f6681 Added support for image loading/blitting.
Added support for loading theme files.
(Make sure to grab the sample theme "scummodern.zip" from the gui/themes/ directory to try it out)
Misc fixes.

svn-id: r33718
2008-08-09 18:34:16 +00:00
Vicent Marti
1ea3301a8a SCUMM save/load dialog.
Expanded documentation.
Added support for sub-blitting in the vector renderer.

svn-id: r33697
2008-08-08 10:37:58 +00:00
Max Horn
169b27de0a Patch #2014663: Do not mark stack as executable in HQx scaler
svn-id: r33645
2008-08-05 21:26:04 +00:00
Vicent Marti
85c36885f5 Theme layout parsing. Work in progress.
svn-id: r33613
2008-08-04 16:59:55 +00:00
Vicent Marti
a3f85956ff Added basic support for inner shadows.
Made sliders look pretty much like the current GUI.

svn-id: r33548
2008-08-02 22:11:57 +00:00
Vicent Marti
c5980b6211 Screen/dialog dimming.
svn-id: r33532
2008-08-02 16:23:58 +00:00
Vicent Marti
7cb23c76a2 Improved looks on the Modern theme in the new GUI.
Added support for including externally the default theme in the code.
Added Modern theme as a separate XML file in the themes/ dir.
Added "makedeftheme.py" script to convert XML themes into include files.

svn-id: r33528
2008-08-02 15:15:32 +00:00
Vicent Marti
01b7d26956 Replicating the trunk GUI theme. WIP.
svn-id: r33508
2008-08-01 21:51:30 +00:00
Vicent Marti
44d91bfa81 Massive changes to the renderer in order to replicate the current GUI theme, as requested by Eugene
svn-id: r33507
2008-08-01 20:19:37 +00:00
Vicent Marti
7d797c878d Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,32785-32786,32789-32791,32798-32799,32801-32807,32809-32812,32816-32817,32819-32821,32823-32830,32832-32836,32838-32844,32846-32850,32852-32854,32858-32859,32865-32868,32873-32874,32879,32883,32895,32899,32902-32904,32910-32912,32923-32924,32930-32931,32938,32940,32948-32949,32951,32960-32964,32966-32970,32972-32974,32976,32978,32983,32986-32990,32992,32994,33002-33004,33006-33007,33009-33010,33014,33017,33021-33023,33030,33033,33052-33053,33056-33058,33061-33064,33068,33070,33072,33075,33078-33079,33083,33086-33087,33089,33094-33096,33098-33099,33104,33108-33109,33114-33117,33120,33135-33146,33160,33162,33165,33167-33169,33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446,33452-33453,33455-33459,33463-33464,33466-33471,33473-33474,33478 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

................
  r32701 | Tanoku | 2008-06-14 16:44:06 +0200 (Sat, 14 Jun 2008) | 1 line
  
  Updated MS Visual Studio project files for MusicPlugin.
................
  r32705 | sev | 2008-06-15 09:15:58 +0200 (Sun, 15 Jun 2008) | 2 lines
  
  Make null plugin compilable
................
  r32727 | thebluegr | 2008-06-17 20:27:03 +0200 (Tue, 17 Jun 2008) | 1 line
  
  Removed duplicate code
................
  r32728 | thebluegr | 2008-06-17 23:52:58 +0200 (Tue, 17 Jun 2008) | 1 line
  
  Possible fix for bug  #1979086 - "DRASCULA: Wrong language detection(?) and crash"
................
  r32730 | buddha_ | 2008-06-18 05:31:13 +0200 (Wed, 18 Jun 2008) | 1 line
  
  Fixed a small discrepancy in Delphine unpacker's command 00b's documentation (Parameter range is 1..8, not 1..9).
................
  r32731 | john_doe | 2008-06-18 13:01:51 +0200 (Wed, 18 Jun 2008) | 4 lines
  
  - Fixed sprite drawing in Rodney's Funscreen
  - Handle mouse button up events and event number fixes in MadeEngine::handleEvents()
  - Use milliseconds -> game ticks calculation based on Windows version of the original engine
  - "Rodney's Fun Screen" -> "Rodney's Funscreen"
................
  r32732 | fingolfin | 2008-06-18 21:46:50 +0200 (Wed, 18 Jun 2008) | 1 line
  
  Setting svn:ignore for backends/fs/wii
................
  r32733 | fingolfin | 2008-06-18 23:02:52 +0200 (Wed, 18 Jun 2008) | 1 line
  
  Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and in class String it is used for a bool property)
................
  r32737 | drmccoy | 2008-06-19 18:27:49 +0200 (Thu, 19 Jun 2008) | 2 lines
  
  Only try playing object videos when the game version supports that (only Woodruff, for now)
................
  r32738 | drmccoy | 2008-06-20 00:54:17 +0200 (Fri, 20 Jun 2008) | 2 lines
  
  Fixed a palette issue in Lost in Time
................
  r32742 | cpage88 | 2008-06-20 22:20:46 +0200 (Fri, 20 Jun 2008) | 117 lines
  
  Merged revisions 31992,32088,32094,32129,32203,32208,32219,32236,32329,32332-32333,32357,32504,32519,32525,32566,32578,32641-32642,32673,32675,32677,32679-32680,32718-32719,32721,32739 via svnmerge from 
  https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/branches/gsoc2008-rtl
  
  ........
    r31992 | cpage88 | 2008-05-10 18:44:46 -0500 (Sat, 10 May 2008) | 1 line
    
    Modified game loop to return to launcher, codeblocks layouts update 1.5->1.6
  ........
    r32088 | cpage88 | 2008-05-13 11:09:57 -0500 (Tue, 13 May 2008) | 1 line
    
    used memmove() instead of memcpy() to fix memory overlap error
  ........
    r32094 | cpage88 | 2008-05-13 17:59:19 -0500 (Tue, 13 May 2008) | 1 line
    
    Fixed memory leak by deallocating memory used by window->iconPtr
  ........
    r32129 | cpage88 | 2008-05-14 18:26:32 -0500 (Wed, 14 May 2008) | 1 line
    
    Fixed memory leak when returning to launcher in AGOS engine by properly creating and deleting midi driver pointer
  ........
    r32203 | cpage88 | 2008-05-20 16:40:53 -0500 (Tue, 20 May 2008) | 1 line
    
    AGOS Engine: Began implementation for a new quit event which will cleanly return to the launcher.  This replaces the old shutdown() method within delay()
  ........
    r32208 | cpage88 | 2008-05-21 13:52:27 -0500 (Wed, 21 May 2008) | 1 line
    
    AGOS: Fixed two memory leaks when returning to the launcher (_mouseData and _zoneBuffers)
  ........
    r32219 | cpage88 | 2008-05-22 18:40:36 -0500 (Thu, 22 May 2008) | 1 line
    
    AGOS: Fixed a memory leak from earlier in a better way
  ........
    r32236 | cpage88 | 2008-05-23 19:08:13 -0500 (Fri, 23 May 2008) | 1 line
    
    AGI: Fixed two memory leaks when returning to launcher from AGI Engine
  ........
    r32329 | cpage88 | 2008-05-27 15:15:36 -0500 (Tue, 27 May 2008) | 1 line
    
    AGI: Modified AGI Engine to shutdown without using system->quit
  ........
    r32332 | cpage88 | 2008-05-27 18:26:48 -0500 (Tue, 27 May 2008) | 1 line
    
    CINE: Fixed two memory leaks when shutting down the CINE engine
  ........
    r32333 | cpage88 | 2008-05-27 19:52:45 -0500 (Tue, 27 May 2008) | 1 line
    
    CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returning to the launcher
  ........
    r32357 | cpage88 | 2008-05-28 18:28:11 -0500 (Wed, 28 May 2008) | 1 line
    
    LURE: Fixed some memory leaks when returning to the launcher from the LURE engine
  ........
    r32504 | cpage88 | 2008-06-02 16:08:49 -0500 (Mon, 02 Jun 2008) | 1 line
    
    PARA: Got rid of calls to system->quit() so that the Parallaction engine can return to the launcher.  Also fixed a couple of memory leaks.
  ........
    r32519 | cpage88 | 2008-06-03 13:24:54 -0500 (Tue, 03 Jun 2008) | 1 line
    
    PARA: Fixed some memory leaks
  ........
    r32525 | cpage88 | 2008-06-04 00:21:47 -0500 (Wed, 04 Jun 2008) | 1 line
    
    QUEEN: Modified engine to use a quit flag instead of system->quit() in order to return to the launcher
  ........
    r32566 | cpage88 | 2008-06-05 19:34:47 -0500 (Thu, 05 Jun 2008) | 1 line
    
    TOUCHE: Fixed a memory leak
  ........
    r32578 | cpage88 | 2008-06-06 11:40:39 -0500 (Fri, 06 Jun 2008) | 1 line
    
    SKY: Fixed a memory leak in SKY engine
  ........
    r32641 | cpage88 | 2008-06-09 17:26:05 -0500 (Mon, 09 Jun 2008) | 1 line
    
    TOUCHE: Reverted some comments that were used for testing purposes
  ........
    r32642 | cpage88 | 2008-06-09 18:15:17 -0500 (Mon, 09 Jun 2008) | 1 line
    
    Implemented popAllCursors() in CursorManager to ensure that all unnecessary cursors are removed from the cursor stack when returning to the launcher
  ........
    r32673 | cpage88 | 2008-06-12 11:58:02 -0500 (Thu, 12 Jun 2008) | 1 line
    
    SAGA: Fixed memory leaks in the SAGA engine
  ........
    r32675 | cpage88 | 2008-06-12 13:11:09 -0500 (Thu, 12 Jun 2008) | 1 line
    
    LURE: Fixed memory leaks in the LURE engine
  ........
    r32677 | cpage88 | 2008-06-12 13:52:43 -0500 (Thu, 12 Jun 2008) | 1 line
    
    CINE: Fixed memory leaks in the CINE engine
  ........
    r32679 | cpage88 | 2008-06-12 14:34:32 -0500 (Thu, 12 Jun 2008) | 1 line
    
    AGOS: Fixed a memory leak in the AGOS engine
  ........
    r32680 | cpage88 | 2008-06-12 14:43:54 -0500 (Thu, 12 Jun 2008) | 1 line
    
    SCUMM: Fixed a memory leak in the SCUMM engine
  ........
    r32718 | cpage88 | 2008-06-16 12:34:58 -0500 (Mon, 16 Jun 2008) | 1 line
    
    AGOS: Found a system->quit(), changed to _quit=true
  ........
    r32719 | cpage88 | 2008-06-16 13:47:32 -0500 (Mon, 16 Jun 2008) | 1 line
    
    Fixed a problem where the function that I previously implemented, popAllCursors(), was causing the mouse cursor to disapear
  ........
    r32721 | cpage88 | 2008-06-16 14:55:59 -0500 (Mon, 16 Jun 2008) | 1 line
    
    Cleaned up some unnecessary comments
  ........
    r32739 | cpage88 | 2008-06-20 14:38:38 -0500 (Fri, 20 Jun 2008) | 1 line
    
    Reverting changes to codeblocks layouts made in revision 31992
  ........
................
  r32744 | peres001 | 2008-06-22 07:42:22 +0200 (Sun, 22 Jun 2008) | 1 line
  
  Circular references between Zone/Animation and Command are now manually removed, to allow the objects - which are stored into SharedPtr's - to be deallocated.
................
  r32745 | fingolfin | 2008-06-22 12:26:18 +0200 (Sun, 22 Jun 2008) | 1 line
  
  Disabled return to launcher on trunk again
................
  r32747 | thebluegr | 2008-06-22 12:29:36 +0200 (Sun, 22 Jun 2008) | 1 line
  
  Updated NEWS about Drascula support
................
  r32750 | athrxx | 2008-06-22 14:31:05 +0200 (Sun, 22 Jun 2008) | 1 line
  
  this should fix bug #1997149: KYRA2: no text in spellbook
................
  r32751 | lordhoto | 2008-06-22 14:36:38 +0200 (Sun, 22 Jun 2008) | 2 lines
  
  Cleanup.
................
  r32752 | lordhoto | 2008-06-22 14:39:40 +0200 (Sun, 22 Jun 2008) | 2 lines
  
  Update comment.
................
  r32753 | athrxx | 2008-06-22 14:41:46 +0200 (Sun, 22 Jun 2008) | 1 line
  
  missed this in last commit (bug fix for #1997149)
................
  r32754 | lordhoto | 2008-06-22 14:43:32 +0200 (Sun, 22 Jun 2008) | 2 lines
  
  Cleanup.
................
  r32755 | lordhoto | 2008-06-22 15:26:22 +0200 (Sun, 22 Jun 2008) | 2 lines
  
  Fixed getTotalPlayTime implementation for MP3InputStream.
................
  r32756 | peres001 | 2008-06-22 16:31:45 +0200 (Sun, 22 Jun 2008) | 1 line
  
  Fixed leak when loading sounds for Amiga version of Nippon Safes.
................
  r32757 | peres001 | 2008-06-22 16:46:08 +0200 (Sun, 22 Jun 2008) | 1 line
  
  Added constructor and destructor to Dialogue, thus fixing a long standing leak.
................
  r32758 | thebluegr | 2008-06-22 19:36:14 +0200 (Sun, 22 Jun 2008) | 1 line
  
  Fixed 2 MSVC warnings (potentially undefined behavior and possibly uninitialized variable used)
................
  r32759 | thebluegr | 2008-06-22 19:57:06 +0200 (Sun, 22 Jun 2008) | 1 line
  
  Turned off overzealous warning 4800 - "forcing value to bool 'true' or 'false' (performance warning)"
................
  r32762 | peres001 | 2008-06-24 15:21:22 +0200 (Tue, 24 Jun 2008) | 1 line
  
  Fix for bug #2001193. Character confirmation screen didn't appear and game crashed because too many strings were added to the draw list.
................
  r32763 | lordhoto | 2008-06-24 15:59:48 +0200 (Tue, 24 Jun 2008) | 2 lines
  
  Added const to some static data.
................
  r32764 | jvprat | 2008-06-24 16:23:26 +0200 (Tue, 24 Jun 2008) | 2 lines
  
  Fixed mktemp usage in BSD systems (as noted in bug #2000931)
................
  r32769 | buddha_ | 2008-06-24 22:44:37 +0200 (Tue, 24 Jun 2008) | 7 lines
  
  Fixed opcodes:
  - 0xA0: o2_addGfxElementType20 (Was o2_addGfxElementA0)
  Implemented opcodes:
  - 0xA1: o2_removeGfxElementType20 (Was o2_removeGfxElementA0)
  - 0xA2: o2_addGfxElementType21 (Was o2_opA2)
  - 0xA3: o2_removeGfxElementType21 (Was o2_opA3)
  NOTE: Drawing of type 21 overlay elements isn't coded yet.
................
  r32777 | thebluegr | 2008-06-25 10:36:07 +0200 (Wed, 25 Jun 2008) | 1 line
  
  Possible fix for (for the drascula engine) for bug #2001583 - "WINCE: CRUISE and DRASCULA engines can not be compiled"
................
  r32783 | thebluegr | 2008-06-25 14:02:34 +0200 (Wed, 25 Jun 2008) | 1 line
  
  Added patch from bug report #2001189 - "DRASCULA: Wrong intro music in Spanish version"
................
  r32785 | buddha_ | 2008-06-25 17:09:24 +0200 (Wed, 25 Jun 2008) | 5 lines
  
  Implemented opcode:
  - 0x8D: o2_op8D (Didn't come up with a descriptive name yet)
  Compares ranges of x, y and mask parameters between two objects.
  Possibly some kind of an intersection testing function?
................
  r32786 | buddha_ | 2008-06-25 19:14:44 +0200 (Wed, 25 Jun 2008) | 4 lines
  
  Implemented opcode:
  - 0x82: o2_modifySeqListElement (Was o2_op82)
  Seeks a matching element from the seqList and modifies its values.
................
  r32789 | buddha_ | 2008-06-25 20:51:44 +0200 (Wed, 25 Jun 2008) | 1 line
  
  Added FIXME about the broken implementation of opcode 0x9A (o2_wasZoneChecked).
................
  r32790 | buddha_ | 2008-06-25 23:57:08 +0200 (Wed, 25 Jun 2008) | 5 lines
  
  Implemented support for zoneQuery (Operation Stealth specific).
  Fixed opcodes (related to zoneQuery):
  - 0x08: o1_checkCollision
  - 0x9A: o2_wasZoneChecked
  NOTE: Savegame support for the zoneQuery data is broken
................
  r32791 | buddha_ | 2008-06-26 00:13:18 +0200 (Thu, 26 Jun 2008) | 1 line
  
  Fix for GCC warning (Warned about testing x >= 0 when x is unsigned and therefore the test is always true).
................
  r32798 | cyx | 2008-06-26 12:12:12 +0200 (Thu, 26 Jun 2008) | 1 line
  
  moved midi driver object creation to MidiPlayer class (to match delete call)
................
  r32799 | cyx | 2008-06-26 12:12:47 +0200 (Thu, 26 Jun 2008) | 1 line
  
  fix possible oob access
................
  r32801 | buddha_ | 2008-06-26 17:16:15 +0200 (Thu, 26 Jun 2008) | 1 line
  
  Comments update.
................
  r32802 | buddha_ | 2008-06-26 17:44:26 +0200 (Thu, 26 Jun 2008) | 1 line
  
  Comments update.
................
  r32803 | anotherguest | 2008-06-26 18:51:02 +0200 (Thu, 26 Jun 2008) | 1 line
  
  Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian build.
................
  r32804 | buddha_ | 2008-06-26 19:29:21 +0200 (Thu, 26 Jun 2008) | 4 lines
  
  Fixed opcode:
  - 0x83: o2_isSeqRunning (Should it be named o2_isSeqNotRunning?)
  -- Added previously missing test part
  -- Negated the result (It was backwards before!)
................
  r32805 | anotherguest | 2008-06-26 20:31:33 +0200 (Thu, 26 Jun 2008) | 1 line
  
  Changed default paths
................
  r32806 | anotherguest | 2008-06-26 20:45:46 +0200 (Thu, 26 Jun 2008) | 1 line
  
  Remove inclusion of .o in mmp.in
................
  r32807 | athrxx | 2008-06-26 21:42:59 +0200 (Thu, 26 Jun 2008) | 3 lines
  
  - improved hof music support for fm-towns (driver for *.twn tracks) (still needs quite some work)
  - some PC-98 music support since it uses a very similar driver, but this can't be considered working yet)
  - Kyra 1 PC-98 music doen't work at all since I haven't figured out yet how to turn track numbers into the corresponding music file names (might require a hard coded track map)
................
  r32809 | drmccoy | 2008-06-26 21:56:18 +0200 (Thu, 26 Jun 2008) | 2 lines
  
  Fixing compilation for me. There are still lots of "cast casts away constness" warnings, though
................
  r32810 | athrxx | 2008-06-26 22:13:04 +0200 (Thu, 26 Jun 2008) | 1 line
  
  cleanup
................
  r32811 | athrxx | 2008-06-26 22:30:43 +0200 (Thu, 26 Jun 2008) | 1 line
  
  more cleanup
................
  r32812 | athrxx | 2008-06-26 22:43:23 +0200 (Thu, 26 Jun 2008) | 1 line
  
  fix bad const casts
................
  r32816 | buddha_ | 2008-06-27 01:30:45 +0200 (Fri, 27 Jun 2008) | 1 line
  
  Implemented Operation Stealth's version of addOverlay(objectIndex, overlayType).
................
  r32817 | john_doe | 2008-06-27 11:57:38 +0200 (Fri, 27 Jun 2008) | 2 lines
  
  - Fixed umlauts in printText
  - Don't exit when a pmv video couldn't be found
................
  r32819 | athrxx | 2008-06-28 15:13:37 +0200 (Sat, 28 Jun 2008) | 2 lines
  
  - HOF: bug fix for music driver
  - KYRA1 PC98: fix music file selection
................
  r32820 | peres001 | 2008-06-28 15:31:58 +0200 (Sat, 28 Jun 2008) | 1 line
  
  Added comment for fix for bug #2001193.
................
  r32821 | athrxx | 2008-06-28 15:40:03 +0200 (Sat, 28 Jun 2008) | 1 line
  
  hof: remove debug code
................
  r32823 | joostp | 2008-06-28 15:53:39 +0200 (Sat, 28 Jun 2008) | 2 lines
  
  add getFilesystemFactory() method to null backend
................
  r32824 | fingolfin | 2008-06-28 16:14:16 +0200 (Sat, 28 Jun 2008) | 1 line
  
  Removed OSystem::getFilesystemFactory() default implentation, as announced
................
  r32825 | fingolfin | 2008-06-28 17:00:27 +0200 (Sat, 28 Jun 2008) | 1 line
  
  Removed dead X11 backend
................
  r32826 | fingolfin | 2008-06-28 17:13:54 +0200 (Sat, 28 Jun 2008) | 1 line
  
  Removed obsolete ::clearSoundCallback() code
................
  r32827 | fingolfin | 2008-06-28 17:27:40 +0200 (Sat, 28 Jun 2008) | 1 line
  
  Doxygenified a comment
................
  r32828 | fingolfin | 2008-06-28 17:28:29 +0200 (Sat, 28 Jun 2008) | 1 line
  
  Patch ##1956946 (Audio::Mixer internal API revision) with some tweaks
................
  r32829 | athrxx | 2008-06-28 17:36:50 +0200 (Sat, 28 Jun 2008) | 1 line
  
  - implement music fading for Hof FM-Towns
................
  r32830 | eriktorbjorn | 2008-06-28 18:00:04 +0200 (Sat, 28 Jun 2008) | 2 lines
  
  Fixed warning. (Hopefully without breaking anything.)
................
  r32832 | marcus_c | 2008-06-29 00:16:51 +0200 (Sun, 29 Jun 2008) | 1 line
  
  Set $(DEPDIR).
................
  r32833 | peres001 | 2008-06-29 11:30:32 +0200 (Sun, 29 Jun 2008) | 1 line
  
  Changed all remaining code to use the GfxObj class to keep frames data. This allows for more uniform processing during rendering, and also fixes the display of dialogue faces for BRA.
................
  r32834 | peres001 | 2008-06-29 11:56:44 +0200 (Sun, 29 Jun 2008) | 1 line
  
  Merged the three render lists (for animations, doors and objects) into a single one.
................
  r32835 | djwillis | 2008-06-29 12:16:20 +0200 (Sun, 29 Jun 2008) | 1 line
  
  Small GP2X tidy (mostly svn:executable on scripts) and fixes needed to reflect "Patch ##1956946 (Audio::Mixer internal API revision)"
................
  r32836 | marcus_c | 2008-06-29 13:51:47 +0200 (Sun, 29 Jun 2008) | 1 line
  
  New Mixer API.
................
  r32838 | marcus_c | 2008-06-29 14:10:38 +0200 (Sun, 29 Jun 2008) | 1 line
  
  Updated to use new EngineMan.detectGames() API.
................
  r32839 | knakos | 2008-06-29 16:40:41 +0200 (Sun, 29 Jun 2008) | 1 line
  
  finish up new mixer changes
................
  r32840 | knakos | 2008-06-29 16:41:44 +0200 (Sun, 29 Jun 2008) | 1 line
  
  fix some quirks of the newer build system
................
  r32841 | athrxx | 2008-06-29 17:25:45 +0200 (Sun, 29 Jun 2008) | 2 lines
  
  - some more work on the Hof FM-Towns/PC98 music driver
  - move channels to a separate class
................
  r32842 | athrxx | 2008-06-29 17:59:35 +0200 (Sun, 29 Jun 2008) | 1 line
  
  cleanup
................
  r32843 | athrxx | 2008-06-29 18:07:29 +0200 (Sun, 29 Jun 2008) | 1 line
  
  fix warning
................
  r32844 | knakos | 2008-06-29 18:58:27 +0200 (Sun, 29 Jun 2008) | 1 line
  
  adding a fixme
................
  r32846 | joostp | 2008-06-30 01:36:44 +0200 (Mon, 30 Jun 2008) | 2 lines
  
  changes required for new mixer API + implement getMillis() and delayMillis() using gettimeofday() and usleep() resp.
................
  r32847 | peres001 | 2008-06-30 03:36:50 +0200 (Mon, 30 Jun 2008) | 1 line
  
  Small cleanup/shuffling of Gfx code.
................
  r32848 | buddha_ | 2008-06-30 05:33:08 +0200 (Mon, 30 Jun 2008) | 1 line
  
  Implemented resetGfxEntityEntry and made it used where appropriate (The function wasn't very easy to reverse engineer so it may have flaws still, but let's hope it doesn't ;-)).
................
  r32849 | thebluegr | 2008-06-30 10:46:20 +0200 (Mon, 30 Jun 2008) | 1 line
  
  Updated MSVC project files for commit #32828
................
  r32850 | buddha_ | 2008-06-30 19:24:23 +0200 (Mon, 30 Jun 2008) | 1 line
  
  Fixed addAni (A test before using resetGfxEntityEntry was incorrect). Also added comments and checked that most 8-bit values used in this function are used as signed integers.
................
  r32852 | buddha_ | 2008-06-30 20:15:34 +0200 (Mon, 30 Jun 2008) | 1 line
  
  Removed TODO from checkCollision: Updating zoneQuery each time checkCollision is called seems to be fine.
................
  r32853 | anotherguest | 2008-06-30 21:10:32 +0200 (Mon, 30 Jun 2008) | 1 line
  
  del instead of rm command
................
  r32854 | athrxx | 2008-06-30 23:55:08 +0200 (Mon, 30 Jun 2008) | 2 lines
  
  - this fixes Hof PC98 music initialization
  - music sounds exactly like FM-Towns for now
................
  r32858 | lordhoto | 2008-07-01 01:39:56 +0200 (Tue, 01 Jul 2008) | 2 lines
  
  Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: Add support for Spanish fan translation").
................
  r32859 | lordhoto | 2008-07-01 01:44:33 +0200 (Tue, 01 Jul 2008) | 2 lines
  
  Fix game flags for detection entries of installed kyra3 versions.
................
  r32865 | fingolfin | 2008-07-01 12:33:25 +0200 (Tue, 01 Jul 2008) | 1 line
  
  Fixed unitialized variables
................
  r32866 | dreammaster | 2008-07-01 13:46:29 +0200 (Tue, 01 Jul 2008) | 1 line
  
  Made corrections to the Italian strings
................
  r32867 | dreammaster | 2008-07-01 13:48:06 +0200 (Tue, 01 Jul 2008) | 1 line
  
  New lure.dat with corrections to the Italian strings
................
  r32868 | fingolfin | 2008-07-01 16:51:44 +0200 (Tue, 01 Jul 2008) | 1 line
  
  Reverted accidental commit of Tinsel changes in engines.mk
................
  r32873 | peres001 | 2008-07-02 03:41:08 +0200 (Wed, 02 Jul 2008) | 2 lines
  
  - Changed labels to be GfxObj's, thus removing the Label object altogether.
  - Changed Item's to be almost GfxObj's, since ownership and destruction of underlying resource is an issue here (got to think some more about it).
................
  r32874 | buddha_ | 2008-07-02 06:31:50 +0200 (Wed, 02 Jul 2008) | 5 lines
  
  Fully implemented processSeqListElement
  - Added parts that were missing and fixed a couple of errors
  -- One test was backwards and a global variable was written to when it shouldn't have been
  Added global variable inputVar0 that's used in processSeqListElement
  NOTE: inputVar0 isn't updated anywhere yet, so that's a TODO
................
  r32879 | sev | 2008-07-03 10:44:29 +0200 (Thu, 03 Jul 2008) | 1 line
  
  Fix for bug #2008054: Parallaction engine doesn't compile under MSVC9
................
  r32883 | peres001 | 2008-07-03 12:31:25 +0200 (Thu, 03 Jul 2008) | 1 line
  
  Changed balloons to use GfxObj as well. Next step is to integrate balloons for BRA.
................
  r32895 | drmccoy | 2008-07-03 18:25:59 +0200 (Thu, 03 Jul 2008) | 2 lines
  
  Fixing a crash when loading a save made within the cult/bargon building (bug #2005965)
................
  r32899 | athrxx | 2008-07-03 23:09:07 +0200 (Thu, 03 Jul 2008) | 1 line
  
  minor fix for Towns/PC98 music
................
  r32902 | peres001 | 2008-07-04 02:29:21 +0200 (Fri, 04 Jul 2008) | 2 lines
  
  - Moved dialogue balloon management code from Gfx to its own class
  - Added a class to draw balloons in BRA (still without text and with wrong placement)
................
  r32903 | Kirben | 2008-07-04 02:35:39 +0200 (Fri, 04 Jul 2008) | 1 line
  
  Correct typo.
................
  r32904 | buddha_ | 2008-07-04 11:38:03 +0200 (Fri, 04 Jul 2008) | 1 line
  
  Updated MSVC project files (Added Parallaction's balloons.cpp).
................
  r32910 | sev | 2008-07-05 06:28:17 +0200 (Sat, 05 Jul 2008) | 2 lines
  
  Mention merge of Chris Page's memory leak plugging code.
................
  r32911 | lordhoto | 2008-07-05 09:47:27 +0200 (Sat, 05 Jul 2008) | 2 lines
  
  Added spanish menu strings for spanish fan translation of Kyrandia 3.
................
  r32912 | lordhoto | 2008-07-05 10:20:10 +0200 (Sat, 05 Jul 2008) | 2 lines
  
  Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 "KYRA: add support for Italian version of Kyrandia 2&3")
................
  r32923 | marcus_c | 2008-07-06 00:53:17 +0200 (Sun, 06 Jul 2008) | 1 line
  
  Enable all engines.
................
  r32924 | dhewg | 2008-07-06 14:04:19 +0200 (Sun, 06 Jul 2008) | 1 line
  
  adjustments to the recent mixer api changes
................
  r32930 | eriktorbjorn | 2008-07-06 20:37:52 +0200 (Sun, 06 Jul 2008) | 4 lines
  
  Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (the
  loop hack is no longer needed, and has been removed), and will be used by
  Discworld.
................
  r32931 | eriktorbjorn | 2008-07-06 21:25:32 +0200 (Sun, 06 Jul 2008) | 4 lines
  
  Fixed silly error. The NEXT_BREAK event should, of course, jump to the event
  *after* the FOR_LOOP event. Apart from simplifying things, this should allow
  limited number of repeats to work.
................
  r32938 | drmccoy | 2008-07-07 15:01:54 +0200 (Mon, 07 Jul 2008) | 2 lines
  
  Don't let listSavefiles() search subdirectories. Files with the same name (in different directories) would cause duplicate entries for the same file.
................
  r32940 | peres001 | 2008-07-07 16:51:27 +0200 (Mon, 07 Jul 2008) | 1 line
  
  Fixed regression after label code refactoring.
................
  r32948 | thebluegr | 2008-07-07 21:40:43 +0200 (Mon, 07 Jul 2008) | 1 line
  
  Some fixes for warnings under GCC 2.95
................
  r32949 | lordhoto | 2008-07-07 22:40:35 +0200 (Mon, 07 Jul 2008) | 1 line
  
  Fix for bug #2012293 "KYRA: Bad Spanish String in menu".
................
  r32951 | buddha_ | 2008-07-08 00:02:01 +0200 (Tue, 08 Jul 2008) | 1 line
  
  Fix for bathroom door opening crash in Operation Stealth's start.
................
  r32960 | fingolfin | 2008-07-08 12:29:35 +0200 (Tue, 08 Jul 2008) | 1 line
  
  Remove reference to kPlainSoundType
................
  r32961 | sev | 2008-07-08 13:18:44 +0200 (Tue, 08 Jul 2008) | 1 line
  
  Shut couple of MSVC warnings
................
  r32962 | drmccoy | 2008-07-08 13:35:09 +0200 (Tue, 08 Jul 2008) | 2 lines
  
  Modified the EGA story image delay to work for the Mac versions as well
................
  r32963 | drmccoy | 2008-07-08 13:36:52 +0200 (Tue, 08 Jul 2008) | 3 lines
  
  Added a Gob1 version supplied by raina in the forums.
  It does look like the Mac version with a DOS executable and stripped music to me, so let's hope the Mac level image workaround works there as well.
................
  r32964 | sev | 2008-07-08 13:48:16 +0200 (Tue, 08 Jul 2008) | 1 line
  
  One more MSVC warning
................
  r32966 | eriktorbjorn | 2008-07-08 18:25:39 +0200 (Tue, 08 Jul 2008) | 4 lines
  
  On reading some more about XMIDI, I believe the NEXT and BREAK variants of the
  controller are mutually exclusive cases, i.e. a BREAK simply means forget about
  the innermost loop, and continue as if nothing had happened.
................
  r32967 | joostp | 2008-07-08 19:20:26 +0200 (Tue, 08 Jul 2008) | 2 lines
  
  changes for new Mixer API
................
  r32968 | joostp | 2008-07-08 19:41:09 +0200 (Tue, 08 Jul 2008) | 2 lines
  
  Enable static engines -- time to start thinking about prx/plugin support!
................
  r32969 | joostp | 2008-07-08 19:46:26 +0200 (Tue, 08 Jul 2008) | 2 lines
  
  set DEPDIR
................
  r32970 | tramboi | 2008-07-09 04:19:57 +0200 (Wed, 09 Jul 2008) | 3 lines
  
  New configure flag --enable-profiling to compile and link with -pg (for 
  gprof)
................
  r32972 | peres001 | 2008-07-09 04:49:20 +0200 (Wed, 09 Jul 2008) | 1 line
  
  Added a couple of NULLity checks.
................
  r32973 | fingolfin | 2008-07-09 12:42:47 +0200 (Wed, 09 Jul 2008) | 1 line
  
  cleanup / code formatting
................
  r32974 | peres001 | 2008-07-09 12:52:46 +0200 (Wed, 09 Jul 2008) | 1 line
  
  Fixed regression introduced with GfxObj: the character sprite was sometimes removed from the rendering list.
................
  r32976 | peres001 | 2008-07-09 15:27:09 +0200 (Wed, 09 Jul 2008) | 1 line
  
  Fixed leaks in NS and BRA.
................
  r32978 | agent-q | 2008-07-09 18:50:23 +0200 (Wed, 09 Jul 2008) | 1 line
  
  DS: Backend changes for new mixer code
................
  r32983 | peres001 | 2008-07-10 04:00:54 +0200 (Thu, 10 Jul 2008) | 1 line
  
  Fixed destruction of sprites in BRA.
................
  r32986 | lordhoto | 2008-07-10 13:25:43 +0200 (Thu, 10 Jul 2008) | 2 lines
  
  Workaround for gcc 2.95 compiler bug.
................
  r32987 | lordhoto | 2008-07-10 13:28:51 +0200 (Thu, 10 Jul 2008) | 2 lines
  
  Fixed mem leak in MIDI related code.
................
  r32988 | lordhoto | 2008-07-10 14:05:38 +0200 (Thu, 10 Jul 2008) | 2 lines
  
  Added filename to unknown opcode/command warnings of EMC scripts.
................
  r32989 | lordhoto | 2008-07-10 14:12:42 +0200 (Thu, 10 Jul 2008) | 2 lines
  
  Added filename to unkown command/opcode warnings for TIM scripts.
................
  r32990 | lordhoto | 2008-07-10 14:14:00 +0200 (Thu, 10 Jul 2008) | 2 lines
  
  Typo.
................
  r32992 | eriktorbjorn | 2008-07-10 18:19:17 +0200 (Thu, 10 Jul 2008) | 2 lines
  
  Fixed Kyra 3 detection regression.
................
  r32994 | tramboi | 2008-07-10 20:01:54 +0200 (Thu, 10 Jul 2008) | 1 line
  
  Fixed a few warnings
................
  r33002 | peres001 | 2008-07-11 14:55:08 +0200 (Fri, 11 Jul 2008) | 2 lines
  
  Fixed leak in sound code by explicitly deleting the midi driver.
................
  r33003 | peres001 | 2008-07-11 15:06:28 +0200 (Fri, 11 Jul 2008) | 3 lines
  
  Moved program and command execution code out of the engine, into their own brand new 
  classes.
................
  r33004 | buddha_ | 2008-07-11 15:13:28 +0200 (Fri, 11 Jul 2008) | 1 line
  
  Update MSVC project files.
................
  r33006 | peres001 | 2008-07-11 15:36:22 +0200 (Fri, 11 Jul 2008) | 1 line
  
  Cleanup.
................
  r33007 | peres001 | 2008-07-11 17:07:13 +0200 (Fri, 11 Jul 2008) | 1 line
  
  Added a script (courtesy of salty-horse) to create/set properties for source files under version control by Subversion. Specifically, the mime-type, eol-style and keywords properties are handled.
................
  r33009 | fingolfin | 2008-07-11 22:28:14 +0200 (Fri, 11 Jul 2008) | 1 line
  
  Don't use kPlainSoundType if you don't have to
................
  r33010 | fingolfin | 2008-07-11 22:28:50 +0200 (Fri, 11 Jul 2008) | 1 line
  
  cleanup
................
  r33014 | drmccoy | 2008-07-12 17:21:38 +0200 (Sat, 12 Jul 2008) | 3 lines
  
  Changed tricky variable access from pointers to a new class that minds endianess.
  This should fix a few regressions with BE games on LE systems and vice versa that I introduced when I changed how variables are stored (which was necessary to get Woodruff work on BE systems).
................
  r33017 | tramboi | 2008-07-12 22:35:44 +0200 (Sat, 12 Jul 2008) | 2 lines
  
  Minor constness fix to help with aliasing
................
  r33021 | peres001 | 2008-07-13 05:30:14 +0200 (Sun, 13 Jul 2008) | 1 line
  
  Properly implemented the OFF command. The new rendering order for graphics let this mistake finally surface.
................
  r33022 | peres001 | 2008-07-13 05:39:42 +0200 (Sun, 13 Jul 2008) | 1 line
  
  Cleanup and improved debugging output for CommandExec::run()
................
  r33023 | peres001 | 2008-07-13 08:27:31 +0200 (Sun, 13 Jul 2008) | 1 line
  
  Cleanup of walk code.
................
  r33030 | athrxx | 2008-07-13 14:20:24 +0200 (Sun, 13 Jul 2008) | 1 line
  
  - fix for bug #2016965: KYRA: does not compile in MSVC71
................
  r33033 | peres001 | 2008-07-13 15:04:36 +0200 (Sun, 13 Jul 2008) | 1 line
  
  More refactoring of walk code.
................
  r33052 | peres001 | 2008-07-14 02:13:31 +0200 (Mon, 14 Jul 2008) | 1 line
  
  Made sure characters are not removed from the rendering list during switches.
................
  r33053 | peres001 | 2008-07-14 02:21:05 +0200 (Mon, 14 Jul 2008) | 1 line
  
  Fixed regression in walk code. Now standing frames are correctly selected when the character encounters an unexpected blocking object in his/her path.
................
  r33056 | fingolfin | 2008-07-14 09:54:18 +0200 (Mon, 14 Jul 2008) | 1 line
  
  Fixed code formatting
................
  r33057 | dreammaster | 2008-07-14 12:33:57 +0200 (Mon, 14 Jul 2008) | 1 line
  
  Fix for missing data in the savegame format that could result in not being able to talk to Goewin in the apothecary after restoring a savegame
................
  r33058 | peres001 | 2008-07-14 15:35:43 +0200 (Mon, 14 Jul 2008) | 1 line
  
  Removed all labels from the rendering list to avoid random crashes after introduction is over.
................
  r33061 | fingolfin | 2008-07-14 21:14:26 +0200 (Mon, 14 Jul 2008) | 1 line
  
  cleanup (and test for Marwan's branch.... ;)
................
  r33062 | tramboi | 2008-07-14 22:34:31 +0200 (Mon, 14 Jul 2008) | 1 line
  
  Register spilling avoided in AGOS background drawing (and 2x unrolling)
................
  r33063 | wjpalenstijn | 2008-07-14 23:00:39 +0200 (Mon, 14 Jul 2008) | 1 line
  
  Don't draw scumm saveload dialog while reflowing layout, as that would use uninitialized values
................
  r33064 | wjpalenstijn | 2008-07-14 23:04:42 +0200 (Mon, 14 Jul 2008) | 1 line
  
  remove accidentally committed debugging code; fix shadowing warning
................
  r33068 | buddha_ | 2008-07-15 01:10:51 +0200 (Tue, 15 Jul 2008) | 8 lines
  
  Fix for bug #2016647 (FW: crash with italian amiga version).
  - Consists of a workaround for a script bug that used local
    variable 251 when it should've used global variable 251.
  - Also added a fix for a crash when failing copy protection
    in Amiga or Atari ST versions of Future Wars.
  NOTE: That any of the Amiga or Atari ST versions of Future Wars
  haven't crashed right in the beginning before seems like plain
  luck because accessing local variable 251 is out of bounds!
................
  r33070 | fingolfin | 2008-07-15 12:47:24 +0200 (Tue, 15 Jul 2008) | 1 line
  
  config.log and tmp files should be put into the configure (= current) dir, not the source dir
................
  r33072 | peres001 | 2008-07-15 12:59:58 +0200 (Tue, 15 Jul 2008) | 1 line
  
  Made frame unpacking buffer dynamic (this frees some BSS space).
................
  r33075 | fingolfin | 2008-07-15 19:13:06 +0200 (Tue, 15 Jul 2008) | 1 line
  
  Implemented audio double buffering (for now OSX only)
................
  r33078 | cyx | 2008-07-15 22:26:12 +0200 (Tue, 15 Jul 2008) | 1 line
  
  fix bug #1995042: stop previous sfx playback when starting a new sfx (matches original dos code). Also removed the "sound skipping" hack in final bam scene.
................
  r33079 | cyx | 2008-07-15 22:31:11 +0200 (Tue, 15 Jul 2008) | 2 lines
  
  fix bug #1876741: changed .SB playback rate to 11840Hz (matches dos game)
................
  r33083 | tramboi | 2008-07-16 11:08:44 +0200 (Wed, 16 Jul 2008) | 3 lines
  
  Split the drawVertImage function in the agos engine to make it clearer 
  and easier to profile
................
  r33086 | peres001 | 2008-07-17 02:38:11 +0200 (Thu, 17 Jul 2008) | 1 line
  
  Fixed regression bug in dialogue, which de-facto allowed user to skip in-game protection.
................
  r33087 | buddha_ | 2008-07-17 09:13:41 +0200 (Thu, 17 Jul 2008) | 1 line
  
  Patch #2019455: Patch for reducing the BSS size of Cine engine.
................
  r33089 | fingolfin | 2008-07-17 17:56:24 +0200 (Thu, 17 Jul 2008) | 1 line
  
  Committing PS2 changes on behalf of the other Max ;)
................
  r33094 | eriktorbjorn | 2008-07-18 06:16:00 +0200 (Fri, 18 Jul 2008) | 4 lines
  
  Don't crash if you try to use music file #2 as music file #1. When the music
  wasn't found, it would close the file even if something else was already
  playing from it. (Some music is in both files.)
................
  r33095 | dreammaster | 2008-07-18 11:36:49 +0200 (Fri, 18 Jul 2008) | 2 lines
  
  In OSystem_SDL::closeMixer moved the call to SDL_CloseAudio to before the deletion of the _mixer variable in  to fix an assert that was being generated in OSystem_SDL::mixCallback
................
  r33096 | buddha_ | 2008-07-18 16:01:53 +0200 (Fri, 18 Jul 2008) | 1 line
  
  Added savefile position comments to savegame loading routine (Helpful for debugging the formats).
................
  r33098 | anotherguest | 2008-07-18 21:02:40 +0200 (Fri, 18 Jul 2008) | 1 line
  
  Symbian soundsmixer update. (Compile fix)
................
  r33099 | anotherguest | 2008-07-18 22:40:48 +0200 (Fri, 18 Jul 2008) | 1 line
  
  Introduced cache for filereading to fix slowness in AGOS among others.
................
  r33104 | anotherguest | 2008-07-19 00:07:52 +0200 (Sat, 19 Jul 2008) | 1 line
  
  Fixed typo in filehandling
................
  r33108 | anotherguest | 2008-07-19 09:08:37 +0200 (Sat, 19 Jul 2008) | 1 line
  
  eof was not working properly with caching
................
  r33109 | anotherguest | 2008-07-19 09:44:12 +0200 (Sat, 19 Jul 2008) | 1 line
  
  Enable support to turn off ALL variations. all variation is most often the one used 
................
  r33114 | fingolfin | 2008-07-19 23:42:31 +0200 (Sat, 19 Jul 2008) | 1 line
  
  Removed -Wundef from the default list of compiler flags, and changed PLUGIN_ENABLED_DYNAMIC to not use 'defined()', thus avoiding compiler problems on e.g. BeOS
................
  r33115 | sunmax | 2008-07-20 03:30:47 +0200 (Sun, 20 Jul 2008) | 9 lines
  
  1. Re-added "rpckbd" as in 0.11.0
  
  2. Committed only its source, you will need to do a make inside its folder
     before being able to compile our beloved PlayStation2 backend.
  
  Enjoy,
   -max
................
  r33116 | sunmax | 2008-07-20 03:40:08 +0200 (Sun, 20 Jul 2008) | 4 lines
  
  Added the empty "elf" folder for the PS2 scummvm binary,
  so that developers won't have to mkdir it by hand.
................
  r33117 | sunmax | 2008-07-20 03:44:40 +0200 (Sun, 20 Jul 2008) | 5 lines
  
  Added "DEPDIR := .deps" in Makefile.ps2
  
  Thanks Max [the other one] for pointing it out!
................
  r33120 | knakos | 2008-07-20 13:15:29 +0200 (Sun, 20 Jul 2008) | 1 line
  
  workaround for bogus findfirstfile. kyra now starts up correctly
................
  r33135 | fingolfin | 2008-07-20 18:27:12 +0200 (Sun, 20 Jul 2008) | 1 line
  
  cleanup
................
  r33136 | fingolfin | 2008-07-20 18:28:06 +0200 (Sun, 20 Jul 2008) | 1 line
  
  Fixed nasty bug in findPlainGameDescriptor -- contrary to is documentation, it would not return 0 upon failure to find a match, but rather a (0,0) record.
................
  r33137 | fingolfin | 2008-07-20 18:42:56 +0200 (Sun, 20 Jul 2008) | 1 line
  
  Fixed potential issue in Common::String when asserting a substring of a string X back to X (memcpy -> memmove); also added some other sanity checks, and merged some duplicate code into a new method String::initWithCStr
................
  r33138 | fingolfin | 2008-07-20 18:47:34 +0200 (Sun, 20 Jul 2008) | 1 line
  
  Two new TODO/FIXME comments for class File
................
  r33139 | fingolfin | 2008-07-20 18:47:52 +0200 (Sun, 20 Jul 2008) | 1 line
  
  New SeekableReadStream::readLine_NEW() method, closely modelled after fgets, w/o the line length limitations of the old eekableReadStream::readLine() (which it will replace, after the feature freeze has been lifted)
................
  r33140 | fingolfin | 2008-07-20 18:52:25 +0200 (Sun, 20 Jul 2008) | 1 line
  
  Fix for bug #1971499: ALL: config manager crashes when reading too long lines
................
  r33141 | knakos | 2008-07-20 18:55:51 +0200 (Sun, 20 Jul 2008) | 1 line
  
  modified patch #1882942 - optimize and kill code for really old platforms
................
  r33142 | knakos | 2008-07-20 19:04:27 +0200 (Sun, 20 Jul 2008) | 1 line
  
  a little more cleanup
................
  r33143 | marcus_c | 2008-07-20 19:56:43 +0200 (Sun, 20 Jul 2008) | 1 line
  
  Solaris tr does not like character classes in some locales.  Use "C" locale.
................
  r33144 | marcus_c | 2008-07-20 19:58:14 +0200 (Sun, 20 Jul 2008) | 1 line
  
  Deps now go in the .deps directory.
................
  r33145 | athrxx | 2008-07-20 20:00:00 +0200 (Sun, 20 Jul 2008) | 1 line
  
  KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns audio instead)
................
  r33146 | eriktorbjorn | 2008-07-20 21:25:16 +0200 (Sun, 20 Jul 2008) | 2 lines
  
  Commented out some more PC-98 audio stuff, to avoid warnings.
................
  r33160 | sev | 2008-07-21 07:09:29 +0200 (Mon, 21 Jul 2008) | 2 lines
  
  This is 0.13.0svn now
................
  r33162 | peres001 | 2008-07-21 08:08:30 +0200 (Mon, 21 Jul 2008) | 1 line
  
  Massive refactoring of dialogue code, which is now implemented as a finite state machine. Related code in other files has been updated has well.
................
  r33165 | peres001 | 2008-07-21 11:25:40 +0200 (Mon, 21 Jul 2008) | 1 line
  
  Some refactoring for tracking of floating labels.
................
  r33167 | tramboi | 2008-07-21 12:13:44 +0200 (Mon, 21 Jul 2008) | 1 line
  
  Avoid branching in the inner loop of AGOS drawVertImageCompressed
................
  r33168 | Kirben | 2008-07-21 12:32:20 +0200 (Mon, 21 Jul 2008) | 1 line
  
  Spacing.
................
  r33169 | buddha_ | 2008-07-21 13:33:30 +0200 (Mon, 21 Jul 2008) | 1 line
  
  Silence a warning which complains about using an uninitialized variable.
................
  r33188 | peres001 | 2008-07-22 11:00:39 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Changed comment display code so that input polling is integrated into the main loop, instead of being performed in a blocking way from a separate routine.
................
  r33189 | peres001 | 2008-07-22 11:12:10 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Removed unneeded input code.
................
  r33191 | peres001 | 2008-07-22 12:12:20 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Fixed regression in dialogue code: certain commands weren't executed anymore after dialogue ended.
................
  r33192 | buddha_ | 2008-07-22 12:15:58 +0200 (Tue, 22 Jul 2008) | 14 lines
  
  Fix for bug #2019355 (FW: broken compatibility with 0.11.1 saves):
  - Changed savegame loading related functions to use SeekableReadStream
    rather than InSaveFile so MemoryReadStream can be used transparently.
  - Fixed loadResourcesFromSave to load multiframe animations correctly
    and to load 0.11.0/0.11.1 Future Wars savegames which used a slightly
    different format.
  - Added a savegame format detector that tries to detect between the old
    Future Wars savegame format, the new one and a broken revision of the
    new one.
  - Changed makeLoad to first load the savegame fully into memory and only
    then handle it (If the savegame's packed then it's unpacked first). If
    the packed savegame can't tell its unpacked size (i.e. it's using zlib
    format) then we'll try to load up to 256kB of the savegame data.
  Thanks to wjp for his help with nailing this release critical bug.
................
  r33193 | peres001 | 2008-07-22 12:17:19 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Fix build.
................
  r33196 | buddha_ | 2008-07-22 14:17:44 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Fix CineSaveGameFormat enumeration's include order (Caused problems at least with GCC).
................
  r33198 | peres001 | 2008-07-22 14:35:46 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Merged inventory input code from different files.
................
  r33202 | fingolfin | 2008-07-22 16:38:54 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Fix warnings in CINE
................
  r33203 | fingolfin | 2008-07-22 16:39:26 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Added String::trim() method
................
  r33206 | aquadran | 2008-07-22 17:24:39 +0200 (Tue, 22 Jul 2008) | 1 line
  
  shutup valgrind warning
................
  r33210 | anotherguest | 2008-07-22 20:52:13 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Fixed seek problem when cached data is used.
................
  r33212 | anotherguest | 2008-07-22 21:09:10 +0200 (Tue, 22 Jul 2008) | 1 line
  
  Disable hashmemory pool for Symbian OS
................
  r33218 | anotherguest | 2008-07-22 22:13:57 +0200 (Tue, 22 Jul 2008) | 2 lines
  
  AddedAdded MAD as default feature
................
  r33219 | peres001 | 2008-07-23 03:07:39 +0200 (Wed, 23 Jul 2008) | 1 line
  
  More merging of input code.
................
  r33220 | peres001 | 2008-07-23 04:01:15 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Fixed mouse cursor when closing inventory.
................
  r33222 | drmccoy | 2008-07-23 04:41:02 +0200 (Wed, 23 Jul 2008) | 2 lines
  
  More savegame-endianness fixes :/
................
  r33224 | peres001 | 2008-07-23 04:45:09 +0200 (Wed, 23 Jul 2008) | 1 line
  
  More decoupling of inventory code.
................
  r33225 | peres001 | 2008-07-23 09:31:35 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Removed useless event management code and made readInput() more general.
................
  r33226 | peres001 | 2008-07-23 09:52:43 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Removed the historical waitUntilLeftClick function and adapted code to use the more general readInput and waitForButtonEvent.
................
  r33229 | Kirben | 2008-07-23 11:01:33 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Update NEWS.
................
  r33230 | fingolfin | 2008-07-23 11:02:47 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Added Tinsel engine to main repos (no news item for it ON PURPOSE)
................
  r33231 | dreammaster | 2008-07-23 11:28:23 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Replaced the out of date file list in the MSVC8 project with the proper file list
................
  r33232 | dreammaster | 2008-07-23 11:37:15 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Added the Tinsel engine to the Scummvm MSVC8 Solution
................
  r33233 | buddha_ | 2008-07-23 11:45:44 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Updated rest of the MSVC project and solution files for Tinsel.
................
  r33234 | fingolfin | 2008-07-23 11:53:29 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Fix String::trim to work right for shared strings; augemented test cases to cover this
................
  r33235 | fingolfin | 2008-07-23 12:27:24 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Got rid of some typedefs
................
  r33236 | fingolfin | 2008-07-23 12:29:37 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Removed some dead code
................
  r33237 | fingolfin | 2008-07-23 12:33:36 +0200 (Wed, 23 Jul 2008) | 1 line
  
  cleanup; removed const  bNoScroll variable
................
  r33238 | dreammaster | 2008-07-23 12:54:59 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Added extra defines and include for Tinsel project
................
  r33239 | buddha_ | 2008-07-23 14:15:02 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Enable Tinsel also for MSVC 7 & 7.1 & 9 in addition to MSVC 8.
................
  r33240 | buddha_ | 2008-07-23 16:19:31 +0200 (Wed, 23 Jul 2008) | 3 lines
  
  Renamed opcodes 0x49 and 0x68:
  - Opcode 0x49: setDefaultMenuColor2 -> setDefaultMenuBgColor
  - Opcode 0x68: setDefaultMenuColor  -> setPlayerCommandPosY
................
  r33241 | fingolfin | 2008-07-23 16:42:27 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Moved POLYGON struct into polygon.cpp; got rid of some more typedefs
................
  r33242 | fingolfin | 2008-07-23 16:43:41 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Added svn:ignore attribute
................
  r33243 | fingolfin | 2008-07-23 16:44:33 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Added Tinsel to credits & NEWS
................
  r33246 | fingolfin | 2008-07-23 18:33:53 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Added convenience method String::makeUnique(); simplified String::operator=(char c); extended String unit tests
................
  r33248 | fingolfin | 2008-07-23 18:49:45 +0200 (Wed, 23 Jul 2008) | 1 line
  
  Reorder stuff a little bit, moving private String methods together: cleanup
................
  r33249 | fingolfin | 2008-07-23 18:55:52 +0200 (Wed, 23 Jul 2008) | 1 line
  
  TINSEL: Renamed CoroutineInstall back to ProcessCreate; got rid of yet another typedef; more cleanup
................
  r33250 | fingolfin | 2008-07-23 19:01:42 +0200 (Wed, 23 Jul 2008) | 1 line
  
  cleanup
................
  r33252 | sev | 2008-07-23 21:50:57 +0200 (Wed, 23 Jul 2008) | 2 lines
  
  Fix bug which was triggered by file named 'a' in current directory.
................
  r33258 | peres001 | 2008-07-24 10:04:17 +0200 (Thu, 24 Jul 2008) | 1 line
  
  Can't test a SharedPtr for nullity!
................
  r33259 | fingolfin | 2008-07-24 10:59:17 +0200 (Thu, 24 Jul 2008) | 1 line
  
  Moved scheduler / process managment code into a new class Scheduler
................
  r33260 | peres001 | 2008-07-24 11:24:32 +0200 (Thu, 24 Jul 2008) | 3 lines
  
  * Moved end intro and end game sequences code to gui.
  * Rewrote all gui code to be run inside the main loop
  * Added code to avoid crashes when a scene with no standard background is drawn
................
  r33261 | peres001 | 2008-07-24 11:42:44 +0200 (Thu, 24 Jul 2008) | 1 line
  
  Fixed leak in new gui code.
................
  r33263 | fingolfin | 2008-07-24 12:31:37 +0200 (Thu, 24 Jul 2008) | 1 line
  
  cleanup
................
  r33266 | eriktorbjorn | 2008-07-25 00:12:48 +0200 (Fri, 25 Jul 2008) | 2 lines
  
  Make sure _musicVolume and _sfxVolume are clipped to fit in a byte.
................
  r33270 | peres001 | 2008-07-25 04:37:55 +0200 (Fri, 25 Jul 2008) | 3 lines
  
  * Merged old input management flags into a single mouse status variable.
  * Mouse is now displayed when it is needed, and hidden when it is not ;)
................
  r33272 | peres001 | 2008-07-25 08:35:02 +0200 (Fri, 25 Jul 2008) | 1 line
  
  Converted BRA to work with the new menu approach. It is not yet well plugged-in as in NS, but it suffices for the moment.
................
  r33273 | peres001 | 2008-07-25 10:27:44 +0200 (Fri, 25 Jul 2008) | 1 line
  
  Made character visible in BRA.
................
  r33274 | fingolfin | 2008-07-25 11:05:04 +0200 (Fri, 25 Jul 2008) | 1 line
  
  TINSEL: Updating the palette should only require a call to OSystem::updateScreen and not a blit
................
  r33275 | fingolfin | 2008-07-25 11:12:03 +0200 (Fri, 25 Jul 2008) | 1 line
  
  TINSEL: Get rid of Graphics::Surface class
................
  r33276 | fingolfin | 2008-07-25 11:13:08 +0200 (Fri, 25 Jul 2008) | 1 line
  
  TINSEL: ActorTag & PolyTag abused a SCNHANDLE and some global enums to keep a trinary state -- fixed that by introducing a new enum HotSpotTag
................
  r33277 | fingolfin | 2008-07-25 11:15:03 +0200 (Fri, 25 Jul 2008) | 1 line
  
  cleanup
................
  r33278 | fingolfin | 2008-07-25 11:15:32 +0200 (Fri, 25 Jul 2008) | 1 line
  
  TINSEL: Got rid of NO_TAG (not used)
................
  r33279 | fingolfin | 2008-07-25 11:16:33 +0200 (Fri, 25 Jul 2008) | 1 line
  
  Added Common::Rect::isEmpty() method
................
  r33280 | fingolfin | 2008-07-25 11:17:47 +0200 (Fri, 25 Jul 2008) | 1 line
  
  More tinsel cleanup
................
  r33281 | fingolfin | 2008-07-25 11:18:39 +0200 (Fri, 25 Jul 2008) | 1 line
  
  TINSEL: Fixed forgotten ClearScreen(0) call
................
  r33282 | fingolfin | 2008-07-25 11:19:06 +0200 (Fri, 25 Jul 2008) | 1 line
  
  TINSEL: Got rid of PIMAGE, PINT_CONTEXT, PINV_OBJECT, PINV_DEF, PCONFBOX, PCONFINIT
................
  r33283 | dreammaster | 2008-07-25 11:36:18 +0200 (Fri, 25 Jul 2008) | 1 line
  
  Fix to prevent attempt to delete a non-initialised object during game exit
................
  r33285 | joostp | 2008-07-25 12:20:05 +0200 (Fri, 25 Jul 2008) | 2 lines
  
  change PPINIT struct to use ScummVM datatypes, so sizeof(PPINIT) is 28 on ppc/OSX as well.
................
  r33287 | buddha_ | 2008-07-25 13:39:58 +0200 (Fri, 25 Jul 2008) | 1 line
  
  Update MSVC project files for Parallaction.
................
  r33288 | drmccoy | 2008-07-25 14:59:46 +0200 (Fri, 25 Jul 2008) | 2 lines
  
  Fixed the inventory bug that's been reported in the forums
................
  r33289 | peres001 | 2008-07-25 18:01:25 +0200 (Fri, 25 Jul 2008) | 2 lines
  
  * Changed walk code to use Common::Point instead of the clumsy WalkNode.
  * Changed walk code to use object copy instead of managing pointers.
................
  r33290 | peres001 | 2008-07-25 18:08:10 +0200 (Fri, 25 Jul 2008) | 1 line
  
  Changed the remaining references to Nodes into Points.
................
  r33295 | peres001 | 2008-07-26 04:09:50 +0200 (Sat, 26 Jul 2008) | 1 line
  
  BRA now parses path data from the scripts.
................
  r33296 | peres001 | 2008-07-26 06:01:11 +0200 (Sat, 26 Jul 2008) | 2 lines
  
  * Added walk calculations to BRA (doesn't walk yet, though).
  * Adapted Character and Animation to handle both versions of the engine.
................
  r33297 | peres001 | 2008-07-26 07:37:52 +0200 (Sat, 26 Jul 2008) | 1 line
  
  Cleanup.
................
  r33298 | peres001 | 2008-07-26 07:56:39 +0200 (Sat, 26 Jul 2008) | 1 line
  
  More cleanup.
................
  r33321 | Kirben | 2008-07-27 03:54:40 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Fix buffer overflow in error message.
................
  r33325 | peres001 | 2008-07-27 10:35:00 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Doug from BRA can now walk in his hotel room. He still stops in bizarre poses, though.
................
  r33326 | vinterstum | 2008-07-27 12:15:57 +0200 (Sun, 27 Jul 2008) | 1 line
  
  The iPhone backend is now (mostly) up to speed again, and works for firmware 2.0
................
  r33327 | Kirben | 2008-07-27 12:36:26 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Search common directory, when loading frames and talks in Amiga verison of BRA.
................
  r33328 | peres001 | 2008-07-27 12:37:54 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Added rudimental support for location changes when walking through doors. The best part of this commit is that Doug now stops in a normal position.
................
  r33329 | Kirben | 2008-07-27 12:43:15 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Add music/sound loading in Amiga version of BRA.
................
  r33330 | lordhoto | 2008-07-27 13:07:38 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Fixed win32 plugin provider.
................
  r33332 | lordhoto | 2008-07-27 14:05:40 +0200 (Sun, 27 Jul 2008) | 2 lines
  
  Fixed macro.
................
  r33333 | lordhoto | 2008-07-27 14:09:10 +0200 (Sun, 27 Jul 2008) | 2 lines
  
  Fixed typo.
................
  r33334 | lordhoto | 2008-07-27 14:12:40 +0200 (Sun, 27 Jul 2008) | 3 lines
  
  - Fixed fadePalette for HoF and Kyra3
  - Fixed bug in wsaFrameAnimationStep
................
  r33335 | peres001 | 2008-07-27 15:43:40 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Inventory icons are now loaded correctly (not yet displayed). BRA doesn't crash anymore when pressing the right button. :)
................
  r33337 | peres001 | 2008-07-27 16:21:16 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Moved inventory cursor drawing code to InventoryRenderer.
................
  r33338 | buddha_ | 2008-07-27 16:33:37 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Cut savegame loading into smaller functional parts (resetEngine, loadPlainSave etc).
................
  r33339 | buddha_ | 2008-07-27 16:36:53 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Clear the confusing usage of NUM_MAX_VAR (It's 255 actually, not 256).
................
  r33340 | anotherguest | 2008-07-27 20:22:23 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Fix for ftell error when caching. HOF now starts properly
................
  r33342 | sev | 2008-07-27 23:14:31 +0200 (Sun, 27 Jul 2008) | 2 lines
  
  Patch from bugreport #2020561: "MMNES : Incorrect detection (US/GB)"
................
  r33345 | anotherguest | 2008-07-27 23:35:39 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Fixed the Symbian default savepath, but adding the needed \ at the end.
................
  r33347 | anotherguest | 2008-07-27 23:37:47 +0200 (Sun, 27 Jul 2008) | 1 line
  
  Fixed the Symbian default savepath, but adding the needed \ at the end and now as a string.
................
  r33349 | buddha_ | 2008-07-28 00:50:36 +0200 (Mon, 28 Jul 2008) | 3 lines
  
  Added a preliminary saving routine for Operation Stealth (Disabled by default, needs more work still. WIP!).
  Added backgrounds' name saving (8 names in Operation Stealth instead of just 1 like in Future Wars).
  Added 256 color palette saving and restoring (One of the palettes isn't properly handled yet though).
................
  r33350 | peres001 | 2008-07-28 04:56:17 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Fixed constructor for WindowsFilesystemNode. On Windows, trailing slashes can be added only to directory names.
................
  r33352 | peres001 | 2008-07-28 07:18:23 +0200 (Mon, 28 Jul 2008) | 3 lines
  
  * Changed Disk code in BRA to use FilesystemNode (duplication has become truly visible!).
  * Fixed Inventory items loading.
................
  r33353 | peres001 | 2008-07-28 07:21:11 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Some unneeded references slipped in with the last commit.
................
  r33354 | Kirben | 2008-07-28 07:38:24 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Fix compile.
................
  r33355 | peres001 | 2008-07-28 08:06:35 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Inventory is now properly rendered. Item selection is not yet working.
................
  r33356 | Kirben | 2008-07-28 08:18:39 +0200 (Mon, 28 Jul 2008) | 1 line
  
  There is no mask or path directories for part0 of BRA (Amiga), so always check whether they exist.
................
  r33357 | Kirben | 2008-07-28 09:20:55 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Add basic support for running Amiga and PC demos of BRA.
................
  r33359 | peres001 | 2008-07-28 10:25:06 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Some instrumentation for script debugging.
................
  r33360 | peres001 | 2008-07-28 10:25:52 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Added support for text in BRA DOS demo.
................
  r33361 | Kirben | 2008-07-28 10:44:14 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Correct character name set by character location parser.
................
  r33362 | buddha_ | 2008-07-28 10:44:49 +0200 (Mon, 28 Jul 2008) | 3 lines
  
  Made the savegame loading routine choose between loading a Future Wars or an Operation Stealth savegame format.
  Added a stub for loading the Operation Stealth's temporary savegame format (Not yet implemented).
  Made mouse cursor change to a disk icon when loading a savegame and back to normal after its done.
................
  r33363 | peres001 | 2008-07-28 10:56:37 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Added a post processing step to runScripts, so that Animation can be validated after buggy scripts have been executed.
................
  r33364 | peres001 | 2008-07-28 11:00:00 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Preliminary code for traps.
................
  r33365 | buddha_ | 2008-07-28 12:09:00 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Now detects temporary Operation Stealth savegame format and saves it. No loading yet.
................
  r33366 | buddha_ | 2008-07-28 12:44:54 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Cut Future Wars savegame loading routine into parts that can be reused when loading the Operation Stealth savegame format.
................
  r33367 | buddha_ | 2008-07-28 12:54:53 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Added remaining load functions needed for the Operation Stealth savegame format loading (loadSeqList and loadZoneQuery). Not used yet.
................
  r33369 | peres001 | 2008-07-28 13:47:03 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Tiny readability aid for parser code.
................
  r33370 | peres001 | 2008-07-28 13:48:04 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Implemented opcodes for picking up/dropping/opening/closing items.
................
  r33371 | peres001 | 2008-07-28 13:50:36 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Pick up/drop/open/close actions are now available in game.
................
  r33373 | thebluegr | 2008-07-28 14:46:30 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Cleanup
................
  r33375 | peres001 | 2008-07-28 16:02:46 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Fixed loading of static items.
................
  r33376 | peres001 | 2008-07-28 16:22:44 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Moved validation step from revision 33363, so that it is executed for all animations.
................
  r33377 | peres001 | 2008-07-28 16:23:49 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Yet another hack to deal with labels... Must rethink this crap from scratch.
................
  r33379 | buddha_ | 2008-07-28 18:02:40 +0200 (Mon, 28 Jul 2008) | 6 lines
  
  Added loading of temporary Operation Stealth savegames. Needs testing!
  - Music related settings and adBgVar0 & adBgVar1 aren't loaded currently.
  Modified resetEngine to also reset more of the Operation Stealth specific variables.
  Added getter for background scrolling value.
  Changed additional background indices 1 & 2 from byte to uint16.
  Made savegame loading functions return !in.ioFailed() as return value instead of true as previously.
................
  r33380 | buddha_ | 2008-07-28 18:46:20 +0200 (Mon, 28 Jul 2008) | 1 line
  
  Fixed crash when running Operation Stealth introduced in r33339 (There are actually 256 global variables although only 255 of them are saved and loaded from savegames. The last one is VAR_BYPASS_PROTECTION and it is written to in the mainLoop so that's why there was a crash).
................
  r33383 | fingolfin | 2008-07-29 00:21:11 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Fixing 'warning: comparison of unsigned expression < 0 is always false'
................
  r33384 | peres001 | 2008-07-29 01:21:03 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Enforcing use of nullZonePtr only for nulling out pointers, as it is useless for comparisons.
................
  r33385 | fingolfin | 2008-07-29 02:02:06 +0200 (Tue, 29 Jul 2008) | 1 line
  
  SDL: Properly init vars related to mixer double buffering
................
  r33387 | fingolfin | 2008-07-29 02:49:44 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Changed output of --test-detector: multiple hits with same gameid now only are a warning, not a failure
................
  r33388 | fingolfin | 2008-07-29 02:50:12 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Changed advanced detector to *always* use the FSNode API for detection (i.e. killed second code path which used File::open trial&error directory 'scanning')
................
  r33389 | fingolfin | 2008-07-29 02:54:28 +0200 (Tue, 29 Jul 2008) | 1 line
  
  BASE: in runGame, do not set addDefaultDirectory() the game path before invoking createInstance() -- detectors must use FSNode for detection, not rely on File::open
................
  r33392 | peres001 | 2008-07-29 05:14:35 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  * Fixed positioning of balloons and faces in BRA (dos, at least).
  * Adapted loading of faces.
................
  r33393 | Kirben | 2008-07-29 06:00:07 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Add check common directories, in loadScenery() for Amiga version of BRA.
................
  r33394 | Kirben | 2008-07-29 06:06:10 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Mask files don't always exist in Amiga version of BRA, in paricular NULL.msk.
................
  r33400 | lordhoto | 2008-07-29 11:16:53 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  Added a reset method to SharedPtr, which allows NULLifying it.
................
  r33401 | lordhoto | 2008-07-29 11:23:54 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  Formatting.
................
  r33402 | peres001 | 2008-07-29 11:44:05 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Added dialogue text rendering for BRA.
................
  r33404 | buddha_ | 2008-07-29 12:13:53 +0200 (Tue, 29 Jul 2008) | 6 lines
  
  Rearranged parts of the Operation Stealth savegame loading routine.
  - Emulating the Future Wars savegame loading routine and hoping for the best.
  - Fixes an array out of bounds access when loading the global scripts.
  Now the loading crashes in the mainloop in processSeqList!
  But at least we got a bit farther this time. More fixing to come...
................
  r33405 | peres001 | 2008-07-29 12:22:50 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  * Added flexible verb configuration for both NS and BRA.
  * Objects can now be really opened and closed in BRA.
................
  r33407 | buddha_ | 2008-07-29 14:56:32 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Added a debug message to loadTempSaveOS's to check whether we loaded the whole savefile. Made objectStruct's clearing also clear x and y member variables in resetEngine.
................
  r33408 | peres001 | 2008-07-29 14:59:55 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  * Implemented pause/resume of command execution
  * Implemented command opcode MOVE (not the script instruction).
................
  r33409 | buddha_ | 2008-07-29 15:44:14 +0200 (Tue, 29 Jul 2008) | 7 lines
  
  Added purgeSeqList function (Used in mainloop now). Let's see if this helps any...
  Renamed functions:
  * addScriptToList0 -> addScriptToGlobalScripts
  * executeList0     -> executeGlobalScripts
  * executeList1     -> executeObjectScripts
  * purgeList1       -> purgeObjectScripts (Also added a clarifying TODO to this function)
  * purgeList0       -> purgeGlobalScripts (Also added a clarifying TODO to this function)
................
  r33410 | buddha_ | 2008-07-29 15:46:42 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Make sure processSeqList and purgeSeqList are only called in the main loop when running Operation Stealth. Mostly a precaution as the seqList should be totally empty when running Future Wars as it doesn't use it.
................
  r33412 | fingolfin | 2008-07-29 18:09:10 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing
................
  r33413 | fingolfin | 2008-07-29 18:12:42 +0200 (Tue, 29 Jul 2008) | 1 line
  
  CONFIGMAN: Store domains in the order they were added
................
  r33414 | fingolfin | 2008-07-29 18:16:15 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Added convenience accessor method GameDescriptor::preferredtarget
................
  r33415 | fingolfin | 2008-07-29 18:29:28 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Mass detector: sort all newly detected games by target name before adding them to the config manager
................
  r33416 | lordhoto | 2008-07-29 19:00:15 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  Added documentation for the functions in algorithm.h.
................
  r33418 | fingolfin | 2008-07-29 19:38:07 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Set svn:ignore for tools/create_drascula
................
  r33419 | fingolfin | 2008-07-29 19:42:19 +0200 (Tue, 29 Jul 2008) | 1 line
  
  Added two new classes, BufferedReadStream & BufferedSeekableReadStream, as proposed on scummvm-devel
................
  r33425 | lordhoto | 2008-07-29 22:09:30 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  Documentation for func.h.
................
  r33426 | lordhoto | 2008-07-29 22:15:29 +0200 (Tue, 29 Jul 2008) | 2 lines
  
  Little fix for documentation.
................
  r33427 | lordhoto | 2008-07-29 22:21:54 +0200 (Tue, 29 Jul 2008) | 3 lines
  
  - Formatting
  - Improved Functor#Mem::isValid implementations.
................
  r33432 | peres001 | 2008-07-30 08:25:17 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Reordered initialization lists to silence warning.
................
  r33436 | fingolfin | 2008-07-30 09:39:41 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Changed BufferedReadStream to not permanently decrease its buffer size at the end of a stream (this would fail when using BufferedSeekableReadStream and then seeking back from the end); this also fixes a bug which let you seek back beyond the start of a stream (not that we currently support that in other streams)
................
  r33437 | peres001 | 2008-07-30 09:58:25 +0200 (Wed, 30 Jul 2008) | 2 lines
  
  * Unified implementation of flow control opcodes in NS and BRA
  * Simplified script execution loop and context
................
  r33438 | thebluegr | 2008-07-30 10:23:04 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Make sure that save game descriptions are 0-terminated
................
  r33444 | buddha_ | 2008-07-30 13:03:52 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Added some debug aids related to addAni and the processSeqList crashing.
................
  r33446 | buddha_ | 2008-07-30 13:36:14 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Debug printing a couple more relevant variables in addAni.
................
  r33452 | peres001 | 2008-07-30 17:01:15 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Reordered initialization order to kill a ton of warnings.
................
  r33453 | fingolfin | 2008-07-30 17:16:57 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Advanced detector: split out part of detectGame into a new function detectGameFilebased; some cleanup
................
  r33455 | fingolfin | 2008-07-30 17:38:42 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Simplified advanced detector file sys scanning code
................
  r33456 | fingolfin | 2008-07-30 17:44:34 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Revert my accidental commit of the OSystem changes (oops)
................
  r33457 | fingolfin | 2008-07-30 17:48:16 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Simplify/optimize/cleanup detectGameFilebased further
................
  r33458 | peres001 | 2008-07-30 18:06:46 +0200 (Wed, 30 Jul 2008) | 1 line
  
  Fixed Win32 build, after Fingolfin's commits (probably because of the revert in revision 33456).
................
  r33459 | fingolfin | 2008-07-30 18:26:38 +0200 (Wed, 30 Jul 2008) | 1 line
  
  This time properly reverted my accidental commits of the osystem&configman patch (I didn't mean to commit it in the first place, still waiting for any replies to my corresponding scummvm-devel mail). Sorry for messing up so badly
................
  r33463 | lordhoto | 2008-07-31 12:47:15 +0200 (Thu, 31 Jul 2008) | 2 lines
  
  Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + Character selection".
................
  r33464 | lordhoto | 2008-07-31 12:52:29 +0200 (Thu, 31 Jul 2008) | 2 lines
  
  Removed debugging leftover.
................
  r33466 | buddha_ | 2008-07-31 13:16:48 +0200 (Thu, 31 Jul 2008) | 1 line
  
  Update MSVC project files for Kyra Lands of Lore additions.
................
  r33467 | peres001 | 2008-07-31 13:29:37 +0200 (Thu, 31 Jul 2008) | 1 line
  
  Set correct font for dialogues in BRA Amiga.
................
  r33468 | peres001 | 2008-07-31 14:26:12 +0200 (Thu, 31 Jul 2008) | 1 line
  
  Changed Gfx::_backgroundInfo to be a pointer. This temporarily kills all z-buffering.
................
  r33469 | peres001 | 2008-07-31 14:50:43 +0200 (Thu, 31 Jul 2008) | 1 line
  
  Made changing of background more flexible, in that the engine can now configure its BackgroundInfo before passing it to Gfx.
................
  r33470 | lordhoto | 2008-07-31 15:36:13 +0200 (Thu, 31 Jul 2008) | 3 lines
  
  - Added Common::mem_fun_ref for object references instead of pointers.
  - Added simple tests for a little bit functionallity from common/func.h
................
  r33471 | eriktorbjorn | 2008-07-31 15:45:58 +0200 (Thu, 31 Jul 2008) | 4 lines
  
  Applied my patch #2030058 ("Workaround for incorrectly compressed FotAQ"), and
  made a mention in NEWS that speech is played correctly now. Of course, we
  should still provide a correctly compressed version at some point.
................
  r33473 | peres001 | 2008-07-31 16:20:51 +0200 (Thu, 31 Jul 2008) | 1 line
  
  Disabled masks in BRA Amiga, because the decoding is not known yet.
................
  r33474 | peres001 | 2008-07-31 17:15:42 +0200 (Thu, 31 Jul 2008) | 2 lines
  
  * Removed references to the current _backgroundInfo from parser code.
  * Re-enabled masks (in BRA DOS).
................
  r33478 | anotherguest | 2008-07-31 19:33:48 +0200 (Thu, 31 Jul 2008) | 1 line
  
  Enabled the correct features for standard builds
................

svn-id: r33486
2008-08-01 08:55:21 +00:00
Vicent Marti
01cf9174b1 Bugfix: Pixel init in Conolution mappings
svn-id: r33460
2008-07-30 16:59:49 +00:00
Stephen Kennedy
a4ac44875e Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,33212,33218-33220,33222,33224-33226,33229-33243,33246,33248-33250,33252,33258-33261,33263,33266,33270,33272-33283,33285,33287-33290,33295-33298,33321,33325-33330,33332-33335,33337-33340,33342,33345,33347,33349-33350,33352-33357,33359-33367,33369-33371,33373,33375-33377,33379-33380,33383-33385,33387-33389,33392-33394,33400-33402,33404-33405,33407-33410,33412-33416,33418-33419,33425-33427,33432,33436-33438,33444,33446 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

svn-id: r33450
2008-07-30 14:40:54 +00:00
Stephen Kennedy
e2a2a672f5 - major re-factoring of VK - all GUI-related code has been abstracted to VirtualKeyboardGUI class
- fixed bug with parsing modifiers in VirtualKeyboardParser
- fixed numerous GCC warnings

svn-id: r33448
2008-07-30 13:47:54 +00:00
Max Horn
0be985ce83 Changed class File (and derived classes) to only support read-only access; added a new class DumpFile for writing
svn-id: r33412
2008-07-29 16:09:10 +00:00
Vicent Marti
e8d1527746 Convolution filters for the vector renderer. Pretty cool.
svn-id: r33319
2008-07-26 22:58:02 +00:00
Vicent Marti
078ac062e7 More triangle work
svn-id: r33286
2008-07-25 11:13:47 +00:00
Vicent Marti
1c0bceecd5 Fixed warning: kTriangleAuto not handled in switch
svn-id: r33269
2008-07-25 01:14:38 +00:00
Vicent Marti
49b4df308f Fixed triangle drawing. A bit.
svn-id: r33268
2008-07-25 00:59:53 +00:00
Vicent Marti
7f0aa32d51 Improved text handling.
Fixed About dialog scroll-out text.

svn-id: r33257
2008-07-23 22:32:00 +00:00
Vicent Marti
b5086559b8 Font rendering overhaul. Work in progress.
svn-id: r33247
2008-07-23 16:38:39 +00:00
Vicent Marti
7071a95a57 Fixed several segfaults and graphical glitches when drawing at low resolutions. Fixed dialog stack redrawing.
svn-id: r33182
2008-07-21 21:23:23 +00:00
Vicent Marti
c7b624d91e Bugfix: Rounded squares at low resolutions were not drawn.
Cleanup.

svn-id: r33179
2008-07-21 19:42:35 +00:00
Vicent Marti
89a21f1613 Valgrind fix: Invalid read/write while restoring background
svn-id: r33166
2008-07-21 09:53:06 +00:00
Vicent Marti
5a4fcb83e2 Valgrind fix: Invalid write in rounded square shadows
svn-id: r33164
2008-07-21 09:19:57 +00:00
Vicent Marti
9aa07d206e Rendering pipeline. Broken WIP.
svn-id: r33152
2008-07-20 21:47:28 +00:00
Vicent Marti
4645e706a8 Rendering pipeline (almost) fixed. This time for real.
svn-id: r33092
2008-07-17 21:58:43 +00:00
Vicent Marti
6214815e6e Finished tabs drawing.
Added support for dynamic parameters in the Vector Renderer.

svn-id: r33088
2008-07-17 08:36:16 +00:00
Vicent Marti
14c8d5d6c3 Stroking on tab widgets. Basic support for backcaching.
svn-id: r33084
2008-07-16 10:48:14 +00:00
Vicent Marti
47119ee8b1 Tab widget / tab drawing for the renderer. Improved text handling.
svn-id: r33076
2008-07-15 18:53:22 +00:00
Vicent Marti
b44b37d4ca More widgets.
svn-id: r33071
2008-07-15 10:50:31 +00:00
Vicent Marti
23101e3dee Bugfix: Triangle AA at low resolutions.
svn-id: r33047
2008-07-13 22:25:11 +00:00
Vicent Marti
e7e7ff9b34 Bugfix of the bugfix. Rounded squares work now on all resolutions.
svn-id: r33040
2008-07-13 17:08:44 +00:00
Vicent Marti
a95c6fc76d Bugfix: Strange behaviour in rounded square corners.
svn-id: r33039
2008-07-13 16:41:44 +00:00
Vicent Marti
4cb2b8c3c4 Improved support for graphics positioning.
More widgets.
New triangle drawing function.

svn-id: r33027
2008-07-13 10:50:57 +00:00
Vicent Marti
4539cdf218 - Better support for relative positions in Vector Renderer.
- More widgets.

svn-id: r33016
2008-07-12 18:17:11 +00:00
Vicent Marti
a90be07c3e Support for Vertical text alignement.
svn-id: r32995
2008-07-10 20:36:02 +00:00
Vicent Marti
e0aad7f4be Bugfix: Delayed loading of fonts
svn-id: r32993
2008-07-10 16:37:45 +00:00
Vicent Marti
ccf9368c53 Added support for Text Steps in the Vector Renderer.
svn-id: r32991
2008-07-10 15:50:44 +00:00
Stephen Kennedy
d1bc01b1a9 - Virtual keyboard now can now be dragged, when the user clicks on any part of it that is not a special area.
- Fixed non-virtual destructor warnings for Shape and Rect classes

svn-id: r32965
2008-07-08 15:03:39 +00:00
Stephen Kennedy
641e3d752e MILESTONE: bitmap showing with key color transparency implemented!
- SurfaceKeyColored class handles blitting of keycolor transparency data
- ImageMap tested - Rect and Polygon areas seem to be working as expected

svn-id: r32950
2008-07-07 21:10:58 +00:00
Vicent Marti
92ef8dd750 Rendering pipeline. Bugfixes / debug widgets.
svn-id: r32946
2008-07-07 18:37:22 +00:00
Vicent Marti
9b7faedb0d Bug fixes for "judgement day" (yay).
svn-id: r32932
2008-07-06 21:38:26 +00:00
Vicent Marti
96f2d9ca18 Memory leaks.
Bug fixes.

svn-id: r32908
2008-07-04 20:05:30 +00:00
Vicent Marti
8240e5b96d Rendering pipeline. WIP.
(I see working buttons)

svn-id: r32898
2008-07-03 19:42:04 +00:00
Vicent Marti
48fd843e75 Rendering pipeline. WIP.
svn-id: r32882
2008-07-03 10:26:55 +00:00
Vicent Marti
d385c34dd0 InterfaceManager functionality translated into a Theme subclass "ThemeRenderer" to easen integration with the current GUI.
svn-id: r32876
2008-07-02 18:11:41 +00:00
Vicent Marti
f1173f52a2 Changes to rendering pipeline. WIP.
svn-id: r32837
2008-06-29 12:08:53 +00:00
Vicent Marti
42036e7fd3 Expanded parser.
Added regex support for Common::String
Changed drawstep state saving.

svn-id: r32729
2008-06-18 00:15:21 +00:00
Vicent Marti
6932c836cf Added massive parser documentation.
Some parser changes.

svn-id: r32726
2008-06-16 23:38:21 +00:00
Vicent Marti
d0b27cf9c6 Merged trunk into the GUI branch.
Fixed MSVS9 project files.

svn-id: r32702
2008-06-14 14:44:29 +00:00
Vicent Marti
04b36a12e1 Formating conventions.
Function parameter fixes.
Parser fixes.

svn-id: r32696
2008-06-13 17:47:56 +00:00
Vicent Marti
5dd77ea820 - Widget caching for Interface manager.
- Expanded theme Interface
- Surface blitting for VectorRenderer

svn-id: r32670
2008-06-12 11:26:11 +00:00
Christopher Page
e86a422e25 Merged revisions 32564-32565,32567-32575,32577,32579-32594,32596-32603,32605-32639,32644-32646,32648-32666 via svnmerge from
https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk

svn-id: r32667
2008-06-11 17:36:21 +00:00
Max Horn
fefad79249 No need to specify CaseSensitiveString_Hash explicitly anymore
svn-id: r32663
2008-06-11 06:00:56 +00:00
Vicent Marti
da6e5c4660 Another redesign on the Draw Steps. This time it's for real.
svn-id: r32647
2008-06-10 19:57:38 +00:00
Vicent Marti
29c4308c42 Changed DrawStep for dynamic surface drawing.
svn-id: r32643
2008-06-10 11:25:00 +00:00
Christopher Page
4fddafa3e6 Implemented popAllCursors() in CursorManager to ensure that all unnecessary cursors are removed from the cursor stack when returning to the launcher
svn-id: r32642
2008-06-09 23:15:17 +00:00
Vicent Marti
69694c72f6 Expanded the InterfaceManager skeleton quite a bit.
svn-id: r32604
2008-06-07 20:50:39 +00:00
Vicent Marti
18d5678e7b Documentation update.
More drawing steps.

svn-id: r32576
2008-06-06 13:38:44 +00:00
Vicent Marti
934f4fd17f Beveled squares for Classic GUI imitation
svn-id: r32506
2008-06-02 21:38:28 +00:00
Christopher Page
a338d5fdb2 PARA: Got rid of calls to system->quit() so that the Parallaction engine can return to the launcher. Also fixed a couple of memory leaks.
svn-id: r32504
2008-06-02 21:08:49 +00:00
Vicent Marti
5d2d184213 - Triangles!
svn-id: r32451
2008-06-01 00:28:16 +00:00
Vicent Marti
8a83eafbf3 Misc fixes.
Constant naming fixes.

svn-id: r32342
2008-05-28 15:03:30 +00:00
Vicent Marti
119b7126b9 InterfaceManager core implemented.
svn-id: r32339
2008-05-28 14:27:22 +00:00
Vicent Marti
4e1aa5328a Draw steps.
svn-id: r32296
2008-05-26 18:17:03 +00:00
Vicent Marti
862a3d575a Compilation fixes. Sorry about the mess.
svn-id: r32272
2008-05-25 17:06:10 +00:00
Vicent Marti
a4df37e325 Interface Manager class
svn-id: r32267
2008-05-25 11:20:28 +00:00
Vicent Marti
0707968a37 Code formatting guidelines
svn-id: r32207
2008-05-21 17:44:38 +00:00
Vicent Marti
0ea6707dc4 - Loop unrolling for color fills.
svn-id: r32206
2008-05-21 11:21:19 +00:00
Johannes Schickel
40734a8d6c Made test render function a bit more responsive for backend events.
svn-id: r32180
2008-05-19 15:01:10 +00:00
Sven Hesse
985aa6a846 Fixing compilation, there's no static for enums
svn-id: r32174
2008-05-18 18:02:14 +00:00
Vicent Marti
96dd1cbed3 - Massive cleanup
- Documentation update
- Boundaries check

svn-id: r32169
2008-05-18 13:09:37 +00:00
Vicent Marti
55cfae33e9 - Shadows revisited.
- Test rendering... starting to look like a GUI.

svn-id: r32164
2008-05-18 00:18:15 +00:00
Sven Hesse
4d439fe4fc Fixing compilation
svn-id: r32154
2008-05-17 16:45:28 +00:00
Vicent Marti
b999366ae9 - Shadows revisited
- Gradients.

svn-id: r32145
2008-05-16 20:40:24 +00:00
Vicent Marti
f19480b740 - Aliased rounded squares + stroking.
svn-id: r32021
2008-05-11 14:05:59 +00:00
Vicent Marti
373efe438a - Stroke on Aliased circles.
svn-id: r32015
2008-05-11 11:22:58 +00:00
Sven Hesse
985f073376 Fixing compilation
svn-id: r31995
2008-05-11 02:44:21 +00:00
Vicent Marti
82dcbd115a - Formating (lol)
- Compilation fix for GCC (inheritance)

svn-id: r31991
2008-05-10 22:03:45 +00:00
Vicent Marti
b710756f9d - Documentation updated
- More refactoring
- Stroke width support for the AA renderer!!
- Cleanup

svn-id: r31990
2008-05-10 21:58:05 +00:00
Vicent Marti
a11b9a169d - API changes/refactoring
- Foreground/background color support
- Finished/improved filling support
- Basic shadow support

svn-id: r31974
2008-05-10 14:29:49 +00:00
Vicent Marti
ab27198bb6 - Code formating.
svn-id: r31963
2008-05-09 11:41:34 +00:00
Vicent Marti
46fada31b7 - Fixed compiling in MSVC2008
- Aliased circles optimized (drawn using pointers directly)
- Filling for aliased circles
- Rounded squares
- Filling for rounded squares

svn-id: r31936
2008-05-07 22:51:45 +00:00
Johannes Schickel
311e9165ed Proper delete[] formatting (this time all occurences should've been changed...)
svn-id: r31929
2008-05-07 15:09:10 +00:00
Johannes Schickel
600ab40bca Changed all delete [] usages to delete[].
svn-id: r31927
2008-05-07 14:31:45 +00:00
Max Horn
4331411ebe Make it possible to quit the VectorRenderer demo cleanly
svn-id: r31892
2008-05-06 09:54:10 +00:00
Johannes Schickel
7c55a889f2 Fix formatting.
svn-id: r31886
2008-05-05 22:28:03 +00:00
Vicent Marti
8209ab0b7b Fixes for GCC 4.0.2+ in strict mode. Max, is it working now?
svn-id: r31885
2008-05-05 22:21:34 +00:00
Vicent Marti
4ada388fb8 Antialiased circles changed to use screen ptrs.
svn-id: r31870
2008-05-04 23:06:38 +00:00
Vicent Marti
6666b93dd7 Performance tweaks.
svn-id: r31863
2008-05-04 13:53:22 +00:00
Vicent Marti
d33890f110 Rectangle drawing.
svn-id: r31854
2008-05-03 23:51:24 +00:00
Johannes Schickel
2c71344685 - fixed invalid C++
- some minor formatting tweaks

svn-id: r31853
2008-05-03 23:10:43 +00:00
Eugene Sandulenko
3e8e978c4e Code formatting.
svn-id: r31851
2008-05-03 22:10:52 +00:00
Vicent Marti
e5929da662 Coding conventions once again.
svn-id: r31850
2008-05-03 22:05:17 +00:00
Vicent Marti
eb411d298a - More coding convention fixes.
- Aliased circles.

svn-id: r31849
2008-05-03 21:57:29 +00:00
Johannes Schickel
8004a64c2f - Added missing virtual destructor in VectorRenderer
- Added graphics/VectorRenderer.cpp to the build system
- Fixed compiling with g++ 4.2

svn-id: r31847
2008-05-03 21:09:08 +00:00
Vicent Marti
8c043f53ed Generic functions (surface/pixel fill/blend).
Line antialiasing.
Circle antialiasing.

svn-id: r31844
2008-05-03 19:50:38 +00:00
Vicent Marti
b50d430192 Renderer test function in main.cpp
svn-id: r31832
2008-05-02 17:53:21 +00:00
Eugene Sandulenko
4fd1f92901 Even more whitespace fixes.
svn-id: r31803
2008-05-02 07:50:23 +00:00
Vicent Marti
2d67aca715 Missing code formatting conventions.
svn-id: r31800
2008-05-01 23:58:05 +00:00
Vicent Marti
e117038b62 Implemented base API for the Vector Renderer.
Added line drawing.

svn-id: r31799
2008-05-01 23:50:14 +00:00
Max Horn
9287ea8376 Patch #1926787: small memory leak and cleanup
svn-id: r31261
2008-03-27 11:06:29 +00:00
Max Horn
0a60310892 Properly fix DestroyScalers
svn-id: r31257
2008-03-26 22:47:57 +00:00
Filippos Karapetis
8ca0c65cbd Commented out two frees() in DestroyScalers(), introduced with commit #31244 and added a FIXME - these cause crashes with 640x480 games, when using an HQ2x scaler
svn-id: r31247
2008-03-26 20:49:45 +00:00
Max Horn
b0c6a12c81 Modified Patch #1925352: Memory leak fixes
svn-id: r31244
2008-03-26 19:29:33 +00:00
Jordi Vilalta Prat
b81993f894 Patch #1923547: enable nasm usage on OS/2
svn-id: r31226
2008-03-23 11:24:23 +00:00
Robert Göffringmann
3b27b9fa43 the ps2 changes from the 0.11.1 release, plus some bugfixes and cleanup.
svn-id: r31034
2008-03-03 00:41:59 +00:00
Nicola Mettifogo
bd4a2f721e Reordered initialization list for Graphics::Surface to kill tons of warnings gcc started spewing out after robiwatts changed the order of data members for benefit of ARM.
svn-id: r30842
2008-02-09 23:31:04 +00:00
Torbjörn Andersson
338beeca84 Committed my own patch #1885901 to fix NASM warnings.
svn-id: r30804
2008-02-05 23:24:09 +00:00
Robin Watts
7a70a4fb92 Missed file from previous commits. Bah.
svn-id: r30781
2008-02-03 21:13:56 +00:00
Jordi Vilalta Prat
d6c34bdc4b Fixed the spaces before tabs.
svn-id: r30667
2008-01-28 00:14:17 +00:00
Jordi Vilalta Prat
66e9d4f5e8 Removed trailing spaces.
svn-id: r30664
2008-01-27 19:47:41 +00:00
Torbjörn Andersson
2147f59e36 Converted some spaces to tabs.
svn-id: r30225
2008-01-05 08:17:39 +00:00
Max Horn
272f02e001 Replaced sqrtf by sqrt (the former causes more problems than the tiny potential improvement is worth it)
svn-id: r29905
2007-12-19 14:02:03 +00:00
Lars Persson
8695b4583f Include SQRTFS missing fix also for Symbian OS
svn-id: r29904
2007-12-19 09:28:35 +00:00
Max Horn
09028cc7aa Fixed typos
svn-id: r29793
2007-12-09 14:53:15 +00:00
Max Horn
b1a8b8a76b Fix for bug #1845876: MACOSX 10.2.8: sqrtf undefined
svn-id: r29791
2007-12-09 14:43:31 +00:00
Eugene Sandulenko
7844ad6f2c An attempt to implement thick line drawing.
svn-id: r29639
2007-11-25 13:33:28 +00:00
Johannes Schickel
31180e7981 Added assert for bit depth in Surface::move.
svn-id: r29522
2007-11-16 23:39:14 +00:00
Johannes Schickel
4985e35b38 Typo.
svn-id: r29521
2007-11-16 23:34:58 +00:00
Sven Hesse
b198e11f8a Muting the compiler :P
svn-id: r29443
2007-11-06 23:31:00 +00:00
Johannes Schickel
616c8357b4 - little bit more cleanup
- added fixme about Surface::move

svn-id: r29442
2007-11-06 23:03:19 +00:00
Johannes Schickel
3592690b78 Cleanup.
svn-id: r29441
2007-11-06 22:40:29 +00:00
Johannes Schickel
377ed4b1b4 Removed unnecessary extern.
svn-id: r29440
2007-11-06 22:34:55 +00:00
Travis Howell
9aa0a47846 Revert patch #1709219 - DXA Player: double size scaling option.
svn-id: r29351
2007-11-01 06:00:16 +00:00
Torbjörn Andersson
34a9e5bc04 Indentation.
svn-id: r29348
2007-10-31 22:44:08 +00:00
Eugene Sandulenko
3318c4b474 Slighly modified patch #1709219: "DXA Player: double size scaling option"
svn-id: r29347
2007-10-31 21:37:40 +00:00
Nicola Mettifogo
258901bab9 Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
2007-09-19 08:40:12 +00:00
Chris Apers
500481c4ec Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
svn-id: r28803
2007-09-01 19:13:04 +00:00
Max Horn
c492e9c902 make use of RGBToColor<ColorMasks> > template function
svn-id: r28516
2007-08-11 08:02:19 +00:00
Travis Howell
fa282c173b Fix bug ##1767235 - Feeble Files: Video Playback garbled, game crashes.
svn-id: r28438
2007-08-04 02:19:11 +00:00
Robin Watts
10eeb453d6 Some optimisations to the DXA player to reduce the amount of needless mallocing
and memcpying it does.

This commit also contains some code protected by #ifdef DXA_EXPERIMENT_MAXD
that allows for reading an extended header on a .dxa file and using a MAXD
chunk, if found, to reduce the amount of memory required to play a movie.

Whether this gets enabled or not will ultimately depend on whether the savings
are justified (i.e. if we can find a case where it makes enough difference).

svn-id: r28047
2007-07-12 18:21:46 +00:00
Max Horn
6064b87625 Added minimal doxygen comments to CursorManager::isVisible() and CursorManager::showMouse()
svn-id: r27796
2007-06-30 18:10:39 +00:00
Travis Howell
6d7e938ca0 Fix crash regression, when playing OmniTV videos in The Feeble Files. Caused by _fd not been reset, after been delete.
svn-id: r27735
2007-06-27 01:31:08 +00:00
Max Horn
b51f2f3212 Implemented the OSystem framebuffer API, as discussed on scummvm-devel. All changes are just fine, and won't cause any compile problems or regressions, despite the fact that I can't test most of the non-SDL backend changes, at an improbability level of two to the power of two hundred and seventy-six thousand to one against - possibly much higher. Anything you still can't cope with is therefore your own problem. Please relax.
svn-id: r27548
2007-06-19 22:39:59 +00:00