aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-25Change Screen_LoL genereta overlay functionallity to accept a Palette object ↵Johannes Schickel
as source. svn-id: r41884
2009-06-25Change Screen_HoF::generateGrayOverlay to use a Palette object internally.Johannes Schickel
svn-id: r41883
2009-06-25Change Screen_LoL::generateGrayOverlay to use a Palette object internally.Johannes Schickel
svn-id: r41882
2009-06-25Change Screen_v2::generateOverlay to take a const Palette reference instead ↵Johannes Schickel
of a pointer. svn-id: r41881
2009-06-25Add a const "getData" access method to Palette.Johannes Schickel
svn-id: r41880
2009-06-25Cleanup VQA player a bit.Johannes Schickel
svn-id: r41879
2009-06-25Replace yet another palette from file loading with Screen::loadPalette.Johannes Schickel
svn-id: r41878
2009-06-25Use Screen::loadPalette instead of Resource::loadFileToBuf.Johannes Schickel
svn-id: r41877
2009-06-25Cleanup.Johannes Schickel
svn-id: r41876
2009-06-25Making _numDataChunks unsignedSven Hesse
svn-id: r41875
2009-06-25Cleanup.Johannes Schickel
svn-id: r41871
2009-06-25Fix japanese font colors in Kyra 1 PC98 16 color.Johannes Schickel
svn-id: r41870
2009-06-25Adding more version entries for a Gob1 Win version, thanks to HkzSven Hesse
svn-id: r41869
2009-06-25Oops, used git commit --amend wrong, apparently. /This/ is the real ↵Sven Hesse
Environments change I wanted to push svn-id: r41868
2009-06-25Implement proper color index conversion for Lands of Lore PC98. (The intro ↵Johannes Schickel
and menu screen work fine now) svn-id: r41867
2009-06-25Giving the "backup" arrays their own class, Environments, and really ↵Sven Hesse
plugging all related leaks svn-id: r41860
2009-06-25Plugging some memory leaksSven Hesse
svn-id: r41859
2009-06-25Fix compilation issue for MSVCArnaud Boutonné
svn-id: r41858
2009-06-25Mention Kyra 1 PC98 16 color dithering support.Johannes Schickel
svn-id: r41853
2009-06-25Implement proper AMIGA to VGA color conversion.Johannes Schickel
svn-id: r41852
2009-06-25Implement proper VGA (a color component in [0, 63]) to our palette format ↵Johannes Schickel
(color component in [0, 255]) conversion. svn-id: r41851
2009-06-25Readd PC98 palette loading for LoL 16 color.Johannes Schickel
svn-id: r41850
2009-06-25Strip trailing whitespaces and tabs.Johannes Schickel
svn-id: r41848
2009-06-25Add config option for Kyra1 16 color, it'll only use dithering when ↵Johannes Schickel
"16_color" is set to true. svn-id: r41847
2009-06-25Implement palette fading for 16 color version of Kyrandia 1.Johannes Schickel
svn-id: r41846
2009-06-25Implement properly colored mouse cursors in 16 color version of Kyrandia 1.Johannes Schickel
svn-id: r41845
2009-06-25Initial support for Kyrandia 1 PC-9801 Japanese 16 color.Johannes Schickel
svn-id: r41844
2009-06-25After discussing with waltervn, committing my fix for the King's Quest I ↵Matthew Hoops
Demo (original from Patch #2795916). I'm also fixing the full game as well :) svn-id: r41841
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ↵Sven Hesse
class svn-id: r41839
2009-06-24Added the scriptEnd propertySven Hesse
svn-id: r41838
2009-06-24Checking for the file's existence in DataIO::getDataStream()Sven Hesse
svn-id: r41837
2009-06-24Clarifying some warningsSven Hesse
svn-id: r41836
2009-06-24SCI: Fix regression in r41833.Walter van Niftrik
svn-id: r41834
2009-06-24SCI: Partial support for dual-language games.Walter van Niftrik
svn-id: r41833
2009-06-24Silence unsued variables warnings.Johannes Schickel
svn-id: r41827
2009-06-23Added methods to get the file base from a filenameSven Hesse
svn-id: r41823
2009-06-23Putting TOT filename generation and LOM checking into TOTFileSven Hesse
svn-id: r41822
2009-06-23Putting basic TOT handling into its own classSven Hesse
svn-id: r41821
2009-06-23Proper support for Hungarian versionsSven Hesse
svn-id: r41813
2009-06-23Added support for HungarianSven Hesse
svn-id: r41812
2009-06-23Binary, not logical ORing the GUIO flags (Strangerke, you fscked up there :P)Sven Hesse
svn-id: r41811
2009-06-23Added Hungarian versions of gob1-gob3 as supplied by goodoldgeorg in bug ↵Sven Hesse
report #2810082 svn-id: r41810
2009-06-23Added German Fascination (3 disk version), as supplied by windlepoons in bug ↵Sven Hesse
report #2809247 svn-id: r41809
2009-06-23tinsel: added some comments to psx palette mapperFabio Battaglia
svn-id: r41806
2009-06-23Changing the TBR FIXME into a warning in setVoice()Sven Hesse
svn-id: r41803
2009-06-23Also loading TOT properties when the TOT is found in a LOMSven Hesse
svn-id: r41799
2009-06-23Stopping the seek() going into the headerSven Hesse
svn-id: r41798
2009-06-23Replacing the 2 offset functions by a generic Script::getFunctionOffset()Sven Hesse
svn-id: r41797
2009-06-23Added Script::getCenterOffset()Sven Hesse
svn-id: r41796
2009-06-23Added Script::getStartOffset()Sven Hesse
svn-id: r41795