aboutsummaryrefslogtreecommitdiff
path: root/engines/cruise/staticres.cpp
AgeCommit message (Expand)Author
2009-08-09Slight adjustment to Spanish font lookup table, based on mac_es's description...Paul Gilbert
2009-07-30Added the character lookup table for the Spanish fontPaul Gilbert
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-05-16Added the font character lookup table for the German version of the gamePaul Gilbert
2009-05-13Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ...Paul Gilbert
2009-03-01Moved mouse cursor definition data into staticres.cppPaul Gilbert
2009-02-19Merged the contents of fontCharacterTable into staticresPaul Gilbert
2009-02-19Moved a set of static arrays into the staticres.cpp filePaul Gilbert
2009-02-14Changed the list of language dependant strings from being hard-coded to dynam...Paul Gilbert
2009-01-25Introduced a static string list for language dependant strings, and changed t...Paul Gilbert