aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/prog.cpp
AgeCommit message (Expand)Author
2012-04-06MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in del...Strangerke
2012-04-06MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodesStrangerke
2012-04-06MORTEVIELLE: Rename mouse functions, various formatting fixesStrangerke
2012-04-06MORTEVIELLE: Start cleaning taffich.cppStrangerke
2012-04-06MORTEVIELLE: Convert f3/f8 dialog, alert dialog, and ques dialogs into classesPaul Gilbert
2012-04-06MORTEVIELLE: Convert menu code to a classPaul Gilbert
2012-04-06MORTEVIELLE: Remove all the overlay commentsPaul Gilbert
2012-04-06MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variablesPaul Gilbert
2012-04-06MORTEVIELLE: Implemented ScummVM savegame functionality with metadataPaul Gilbert
2012-04-06MORTEVIELLE: Bugfixes for saving/loading savegamesPaul Gilbert
2012-04-06MORTEVIELLE: Remove old drive boot sector read code in game startup.Paul Gilbert
2012-04-06MORTEVIELLE: Added explicit quit checks to the main game loopsPaul Gilbert
2012-04-06MORTEVIELLE: Add some comments with translated stringsStrangerke
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: 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: Compilation fixes based on adding appropriate #include filesPaul Gilbert
2012-04-06MORTEVIELLE: cardinal -> uintPaul Gilbert
2012-04-06MORTEVIELLE: Fix several errors, add some includesStrangerke
2012-04-06MORTEVIELLE: use bool instead of booleanStrangerke
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: integer -> intEugene Sandulenko
2012-04-06MORTEVIELLE: Rename *.h -> *.cpp where they really belongEugene Sandulenko