aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-06MORTEVIELLE: Bugfix for loading data in init_lieu methodPaul Gilbert
2012-04-06MORTEVIELLE: Cleaned up the init_nbrepm methodPaul Gilbert
2012-04-06MORTEVIELLE: Fixed some compiler warningsPaul Gilbert
2012-04-06MORTEVIELLE: Reimplemented the loading of cfiec.mor more cleanlyPaul Gilbert
2012-04-06MORTEVIELLE: Reimplemented the zzuul assembly routine in C codePaul Gilbert
2012-04-06MORTEVIELLE: Add some comments with translated stringsStrangerke
2012-04-06MORTEVIELLE: Bugfix for loading data in charge_cfiph()Paul Gilbert
2012-04-06MORTEVIELLE: Bugfix for loading data in charpal()Paul Gilbert
2012-04-06MORTEVIELLE: Bugfix for loading data in chartex()Paul Gilbert
2012-04-06MORTEVIELLE: Add a couple of detection entriesStrangerke
2012-04-06MORTEVIELLE: Fix data loading in chartex methodPaul Gilbert
2012-04-06MORTEVIELLE: Added stub engine implementation. Engine is now compilable.Paul Gilbert
2012-04-06MORTEVIELLE: Added stubs for remaining functions needed by the projectPaul Gilbert
2012-04-06MORTEVIELLE: Lots of compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: More compilation fixesPaul Gilbert
2012-04-06MORTEVIELLE: Converted string() usage to Common::StringPaul 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: Compilation fixes based on adding appropriate #include filesPaul Gilbert
2012-04-06MORTEVIELLE: Compilation fixes and extern prefixes to header file method decl...Paul Gilbert
2012-04-06MORTEVIELLE: cardinal -> uintPaul Gilbert
2012-04-06MORTEVIELLE: Fixed variable usage in var_mor.h and var_mor.cppPaul Gilbert
2012-04-06MORTEVIELLE: Converted remaining varying_string instances to Common::StringPaul Gilbert
2012-04-06MORTEVIELLE: More compilation fixesEugene Sandulenko
2012-04-06MORTEVIELLE: COnvert more arrays and data typesEugene Sandulenko
2012-04-06MORTEVIELLE: long_int -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: Fix some more errors by adding includesStrangerke
2012-04-06MORTEVIELLE: Enlarge two arrays in order to fix pascal accessStrangerke
2012-04-06MORTEVIELLE: Fix several errors, add some includesStrangerke
2012-04-06MORTEVIELLE: Fix some errors by including str.hStrangerke
2012-04-06MORTEVIELLE: use bool instead of booleanStrangerke
2012-04-06MORTEVIELLE: fix several old includesStrangerke
2012-04-06MORTEVIELLE: Start including header filesStrangerke
2012-04-06MORTEVIELLE: Add 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: Transformed some array to C arraysEugene Sandulenko
2012-04-06MORTEVIELLE: real -> floatEugene Sandulenko
2012-04-06MORTEVIELLE: Register engine at engines.mkEugene Sandulenko
2012-04-06MORTEVIELLE: integer -> intEugene Sandulenko
2012-04-06MORTEVIELLE: Plug the engine into makefilesEugene Sandulenko
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko
2012-04-06MORTEVIELLE: Ran astyle over generated filesEugene Sandulenko
2012-04-06MORTEVIELLE: Initial ptoc outputEugene Sandulenko
2012-04-05KYRA: Silence const away cast warning by using non-const versions of strpbrk ...Johannes Schickel