aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-25SCUMM: Moved more stuf from class Actor to ActorHEMax Horn
svn-id: r34648
2008-09-25SCUMM: Moved Actor::drawActorToBackBuf to class ActorHEMax Horn
svn-id: r34647
2008-09-25SCUMM: Added a new ActorHE class, as well as a virtual ↵Max Horn
Actor::prepareDrawActorCostume() method svn-id: r34646
2008-09-24Fix bugs #1981081: "ITE: No blinking disk icon" and #1971729: "IHNM: No ↵Eugene Sandulenko
Animation of Disk Icon" svn-id: r34645
2008-09-24Changed builtin Common::String capacity to 24 (on 32 bit systems), to make ↵Max Horn
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 svn-id: r34644
2008-09-24cleanupMax Horn
svn-id: r34643
2008-09-24Changed Common::String to use a MemoryPool for its refcountsMax Horn
svn-id: r34642
2008-09-24Readded missing special case for the storm animation in ITE. Fixes bug ↵Filippos Karapetis
#2125675 - "ITE: Game locks up in storm clouds scene" svn-id: r34639
2008-09-23Improved updateScreenAndWait; the mouse cursor is less jerky now in some ↵Benjamin Haisch
scenes in Manhole:N&E svn-id: r34638
2008-09-23Fix for bug #2120780 "GUI: gui-theme command-line option ignored", '-f' and ↵Johannes Schickel
'-g' command line switch behavior. svn-id: r34637
2008-09-23Add another French Windows version of Putt-Putt Enters the Race.Travis Howell
svn-id: r34636
2008-09-23Fix for bug #1917981: Game crash when finishing Indy3 demo. At the same ↵Max Horn
time, added a new paranoia check svn-id: r34635
2008-09-23Perform error checking when reading from a ZIP fileMax Horn
svn-id: r34634
2008-09-23cleanupMax Horn
svn-id: r34633
2008-09-23Moved ZipArchive to namespace Common; moved unzip internals from unzip.h to ↵Max Horn
unzip.cpp (to be cleaned up) svn-id: r34632
2008-09-23ImageManager: renamed remArchive() to removeArchive(); switched to using a ↵Max Horn
SearchSet + ZipArchive to access ZIP files (code is much simpler now yet more flexible, yay) svn-id: r34631
2008-09-23Moved ZipArchive implementation into unzip.cpp, added new ZipArchive::isOpen ↵Max Horn
method svn-id: r34630
2008-09-22Fix comments for random() funcs (thanks to salty-horse for pointing this out)Max Horn
svn-id: r34628
2008-09-22Fixed full screen toggling via alt+enter.Johannes Schickel
svn-id: r34627
2008-09-21Reflect current teamEugene Sandulenko
svn-id: r34624
2008-09-21Add recent patch contributors. Reflect current ScummVM team in the creditsEugene Sandulenko
svn-id: r34623
2008-09-21Patch #2054467: CRUISE: 64bits fixesEugene Sandulenko
svn-id: r34622
2008-09-20In the CD filesystem, nothing can be opened for writing, so justMarcus Comstedt
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. svn-id: r34621
2008-09-20game.h is now in engines, not base.Marcus Comstedt
svn-id: r34620
2008-09-20I think this is the correct fix for bug #2081347 ("MM: Charset out ofTorbjörn Andersson
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. svn-id: r34619
2008-09-20Fix for bug #2120602: 5ALL: Starting the launcher with -f triggers assertionMax Horn
svn-id: r34617
2008-09-20Little readability tweakMax Horn
svn-id: r34615
2008-09-20fix drawing order in saveload choosers (draw container before contents)Willem Jan Palenstijn
svn-id: r34614
2008-09-20Updated theme file version, to reflect latest addition of new required ↵Johannes Schickel
entries/files. svn-id: r34613
2008-09-20Fixed "empty control statement" warning in FSDirectory::matchPattern().Vicent Marti
svn-id: r34605
2008-09-19Changed tinsel's volume range (0-127) to match ScummVM's (0-255)Filippos Karapetis
svn-id: r34603
2008-09-19Updated MSVC project files with the latest changes (moved base/game.* to ↵Filippos Karapetis
engines/game.*) svn-id: r34602
2008-09-18Added 'native' implementations for FSDirectory::matchPattern & ↵Max Horn
SearchSet::getAllNames (untested) svn-id: r34599
2008-09-17Simplified & fixed SearchManagerMax Horn
svn-id: r34598
2008-09-17Added some noteworthy improvements due to Chris Page & GSoC 2008Max Horn
svn-id: r34597
2008-09-17Patch #2060517: SCUMM: engine sets incorrect talkspeed valueMax Horn
svn-id: r34596
2008-09-17Patch #2043093 (again - new patch): OS/2 patches for posix-fsMax Horn
svn-id: r34595
2008-09-17Patch #2112604: Update for the man pageMax Horn
svn-id: r34592
2008-09-17Fixed bug in SaveLoadChooser reflowLayout, which prevented widgets from ↵Johannes Schickel
being properly hidden. svn-id: r34590
2008-09-17Moved base/game.* to engines/game.*Max Horn
svn-id: r34589
2008-09-17DS: Removing some dead code; merged (parts of) std_cwd into ↵Max Horn
GBAMPSaveFileManager::listSavefiles svn-id: r34587
2008-09-16Removed tons of unused 'length' variables, to silence compiler warningsMax Horn
svn-id: r34585
2008-09-16Added whitespace in playtime textfield.Johannes Schickel
svn-id: r34584
2008-09-16Added support for SCUMM savestates date/time and playtime info in the ↵Johannes Schickel
launcher load dialog. svn-id: r34583
2008-09-16Cleanup.Johannes Schickel
svn-id: r34582
2008-09-16Added "querySaveMetaInfos" to MetaEngine.Johannes Schickel
-> 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-16Fix sign warnings in unit testsMax Horn
svn-id: r34580
2008-09-16Removed assert leftover.Johannes Schickel
svn-id: r34579
2008-09-16Merged common/gzip-stream.* and common/zlib.*Max Horn
svn-id: r34578
2008-09-16- Moved some includes away from drascula.hFilippos Karapetis
- Moved grr() to talk.cpp - Removed the unnecessary parameter length from isTalkFinished() svn-id: r34577