aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/taffich.cpp
AgeCommit message (Expand)Author
2012-04-06MORTEVIELLE: Change float parameters in chardes/charani to int32Paul Gilbert
2012-04-06MORTEVIELLE: Fix seeking in chardes and charaniPaul Gilbert
2012-04-06MORTEVIELLE: Fix data loading in charani() methodPaul Gilbert
2012-04-06MORTEVIELLE: Fixed loading in chardes() methodPaul Gilbert
2012-04-06MORTEVIELLE: Fix memory offsets in rest of the placesEugene Sandulenko
2012-04-06MORTEVIELLE: Converted memw[] usage to use mem[] array with endian macrosPaul Gilbert
2012-04-06MORTEVIELLE: Change mem array to be 640Kb, and correct segment offsets using ...Paul Gilbert
2012-04-06MORTEVIELLE: Fixed some compiler warningsPaul Gilbert
2012-04-06MORTEVIELLE: Added stubs for remaining functions needed by the projectPaul Gilbert
2012-04-06MORTEVIELLE: More compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: Converted some of the file accesses to use Common::FilePaul Gilbert
2012-04-06MORTEVIELLE: More addition of needed #include lines and other compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: Replaced all set::of forms with proper C if statementsPaul Gilbert
2012-04-06MORTEVIELLE: Further bugfixes to include files and added includesPaul Gilbert
2012-04-06MORTEVIELLE: cardinal -> uintPaul Gilbert
2012-04-06MORTEVIELLE: long_int -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: Start including header filesStrangerke
2012-04-06MORTEVIELLE: rename namespaceStrangerke
2012-04-06MORTEVIELLE: Add an an include for string, move boolean to boolStrangerke
2012-04-06MORTEVIELLE: Add namespace and standard headerStrangerke
2012-04-06MORTEVIELLE: Converted more arrays into C style arraysEugene Sandulenko
2012-04-06MORTEVIELLE: str* -> Common::StringEugene Sandulenko
2012-04-06MORTEVIELLE: integer -> intEugene Sandulenko
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko