Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | CRUISE: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-12-04 | CRUISE: Correct missing comma and extra value in Spanish font table. | D G Turner | |
The correction in 6046b8f1348a9a50ca09a257b5781a8ca2970d2d was not quite correct as this was caused by a missing comma. This didn't cause a compilation error as the code was still valid, just incorrect i.e. (0x80<newline>-1, gaves 0x7f). This fixes bug #3568616 - "CRUISE: Cruise for a Corpse Spanish - Incorrect character". | |||
2012-05-14 | CRUISE: Add italian language strings | Fabio Battaglia | |
Add italian menu strings, taken from Italian Amiga version | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-09-14 | Add preliminary support for German Amiga version. | Johannes Schickel | |
svn-id: r44077 | |||
2009-08-15 | Added const qualifiers to static data. | Johannes Schickel | |
svn-id: r43411 | |||
2009-08-09 | Slight adjustment to Spanish font lookup table, based on mac_es's ↵ | Paul Gilbert | |
description of character lookup problems svn-id: r43155 | |||
2009-07-30 | Added the character lookup table for the Spanish font | Paul Gilbert | |
svn-id: r42920 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-16 | Added the font character lookup table for the German version of the game | Paul Gilbert | |
svn-id: r40621 | |||
2009-05-13 | Reintroduced language string lists as a fallback for DELPHINE.LNG, since not ↵ | Paul Gilbert | |
all versions have this file svn-id: r40522 | |||
2009-03-01 | Moved mouse cursor definition data into staticres.cpp | Paul Gilbert | |
svn-id: r38993 | |||
2009-02-19 | Merged the contents of fontCharacterTable into staticres | Paul Gilbert | |
svn-id: r38542 | |||
2009-02-19 | Moved a set of static arrays into the staticres.cpp file | Paul Gilbert | |
svn-id: r38539 | |||
2009-02-14 | Changed the list of language dependant strings from being hard-coded to ↵ | Paul Gilbert | |
dynamically being loaded from the 'delphine.lng' file svn-id: r36317 | |||
2009-01-25 | Introduced a static string list for language dependant strings, and changed ↵ | Paul Gilbert | |
the options and inventory menus to use it svn-id: r36051 |