aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-17fixed regression bug causing labels not to be aligned properly when near the ...Nicola Mettifogo
2007-02-17changed mapChar to use unsigned (byte) instead of char, to avoid possible sig...Nicola Mettifogo
2007-02-17changed CNV loading code to be endian-safeNicola Mettifogo
2007-02-17Removed some dead code, updated a warning messageMax Horn
2007-02-17Using stat and fopen is not portable (writing to a Common::File isn't either,...Max Horn
2007-02-17Added finalize() method to Common::OutSaveFile (which by default just flushes...Max Horn
2007-02-17Speed up the Player_NES code quite a bit (still is rather slow without compil...Max Horn
2007-02-17OOified Player_NES code; revamped the code in GetSample slightly (to avoid ov...Max Horn
2007-02-17Fix for bug #1660550 (MANIACNES: Graphics glitch on intro screen)Max Horn
2007-02-17Changed spaces to tabs again.Torbjörn Andersson
2007-02-17more conventional termination handling. Event loops are going to get merged s...Nicola Mettifogo
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-02-17changed some debug levelsNicola Mettifogo
2007-02-17fixed regression bug caused by ZoneTypeData being declared as a struct instea...Nicola Mettifogo
2007-02-17- Added a warning when o1_checkData()/o2_checkData() can't find the file it's...Sven Hesse
2007-02-17Only set up the Kyra 1 triggers for Kyra 1, not Kyra 2.Torbjörn Andersson
2007-02-17Applied cyx's patch #1659302 ("KYRA: VQA player code cleanup/reduce") with theTorbjörn Andersson
2007-02-17Added line to ensure the current room number field variable is kept up to datePaul Gilbert
2007-02-17Added some asserts to setSupportData method to ensure the passed variables ar...Paul Gilbert
2007-02-17cleanupGregory Montoir
2007-02-17cleanupGregory Montoir
2007-02-17Reduce amount of attempts to open various speech filenames.Travis Howell
2007-02-17SCUMM: Fix opening of *.tlk filesMax Horn
2007-02-17get rid of bitCount table (count occurences of bit 0 directly in the main loop)Gregory Montoir
2007-02-17Removed extra tabs.Torbjörn Andersson
2007-02-16Added animation handler for Catriona (woman in Smithy)Paul Gilbert
2007-02-16Patch #1661770 (README: typo fixes, consistency)Max Horn
2007-02-16Some very obvious cleanups.Torbjörn Andersson
2007-02-16Added support for Kyrandia 2 ADL files.Johannes Schickel
2007-02-16a 20ms second delay should be ample time for a GM system ONMax Horn
2007-02-16Add support for using soundtrack from the Simon the Sorcerer 1 - Music Enhanc...Travis Howell
2007-02-16AGOS: Send GM System Enable/On upon startupMax Horn
2007-02-16Unified how we deal with (and how we generate) MIDI sysex messages -- in part...Max Horn
2007-02-16Ugh -- these internal iMuse structs were supposed to be packed, but never wer...Max Horn
2007-02-16Added Stuart George to the creditsMax Horn
2007-02-16Fix cursor palette regression in Simon the Sorcerer 1.Travis Howell
2007-02-16Fix cursor palette regression in Simon the Sorcerer 1.Travis Howell
2007-02-16Added details on brazilian comi/dig (once more from the forums)Max Horn
2007-02-16Added sub-option to hotspot command to allow the activation or deactivation o...Paul Gilbert
2007-02-16Bugfix to pathfinder that resulted in some characters bouncing between two roomsPaul Gilbert
2007-02-16Revised previously committed guard to comply to ScummVM coding standardPaul Gilbert
2007-02-16Add Quietust's patch, to fix graphical glitch in MM NES with scrolling and ob...Travis Howell
2007-02-16Add MSVC71 project file update from Quietust.Travis Howell
2007-02-15Changes made for 0.9.1a beta2 release backported to trunkNeil Millstone
2007-02-15Added italian LANGUAGE.TAB/.BND details (thanks to Glorfindel in forum thread...Max Horn
2007-02-15- Changed the speaker stuff againSven Hesse
2007-02-15fixed a bug in the original engine causing memory-protected systems to occasi...Nicola Mettifogo
2007-02-15fixed warning pointed out by _QNicola Mettifogo
2007-02-15fix compile errorWillem Jan Palenstijn
2007-02-15Introduced V12_X_SHIFT / V12_Y_SHIFTMax Horn