index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mortevielle
/
mor.cpp
Age
Commit message (
Expand
)
Author
2012-04-06
MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in del...
Strangerke
2012-04-06
MORTEVIELLE: Rename mouse functions, various formatting fixes
Strangerke
2012-04-06
MORTEVIELLE: Fix the 'You Are Alone' to be properly justified with English text
Paul Gilbert
2012-04-06
MORTEVIELLE: Convert f3/f8 dialog, alert dialog, and ques dialogs into classes
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted menu functions into it's own class
Paul Gilbert
2012-04-06
MORTEVIELLE: Convert menu code to a class
Paul Gilbert
2012-04-06
MORTEVIELLE: Moved DROITE() into the ScreenSurface class
Paul Gilbert
2012-04-06
MORTEVIELLE: Replaced stub calls to mortevielle_exit with Engine::quitGame
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed all the remaining text mode function stubs
Paul Gilbert
2012-04-06
MORTEVIELLE: Remove all the overlay comments
Paul Gilbert
2012-04-06
MORTEVIELLE: Remove more code that had been commented out in the original source
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed all the code that was commented out in the original source
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed unused clear_box() and fill_box(), and renamed fillBox t...
Paul Gilbert
2012-04-06
MORTEVIELLE: Replaced all box() calls with ScreenSurface::fillBox
Paul Gilbert
2012-04-06
MORTEVIELLE: Replace old calls to afff to use new decode/drawPicture methods
Paul Gilbert
2012-04-06
MORTEVIELLE: Fixed the F3/F8 box width to adjust to the text size
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed boite() stab and remap calls to ScreenSurface::drawBox
Paul Gilbert
2012-04-06
MORTEVIELLE: Removed redundant gfx functions, and moved others into ScreenSur...
Paul Gilbert
2012-04-06
MORTEVIELLE: Added support for using the static string list added to mort.dat
Paul Gilbert
2012-04-06
MORTEVIELLE: Changed readclock() method to use ScummVM functionality
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix memory offsets in rest of the places
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Fixed compiler warning
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted memw[] usage to use mem[] array with endian macros
Paul Gilbert
2012-04-06
MORTEVIELLE: Change mem array to be 640Kb, and correct segment offsets using ...
Paul Gilbert
2012-04-06
MORTEVIELLE: Cleaned up the init_nbrepm method
Paul Gilbert
2012-04-06
MORTEVIELLE: Add some comments with translated strings
Strangerke
2012-04-06
MORTEVIELLE: Added stubs for remaining functions needed by the project
Paul Gilbert
2012-04-06
MORTEVIELLE: Lots of compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: More compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted string() usage to Common::String
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted some of the file accesses to use Common::File
Paul Gilbert
2012-04-06
MORTEVIELLE: More addition of needed #include lines and other compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: Replaced all set::of forms with proper C if statements
Paul Gilbert
2012-04-06
MORTEVIELLE: Compilation fixes based on adding appropriate #include files
Paul Gilbert
2012-04-06
MORTEVIELLE: cardinal -> uint
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted remaining varying_string instances to Common::String
Paul Gilbert
2012-04-06
MORTEVIELLE: COnvert more arrays and data types
Eugene Sandulenko
2012-04-06
MORTEVIELLE: long_int -> float
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Fix some more errors by adding includes
Strangerke
2012-04-06
MORTEVIELLE: use bool instead of boolean
Strangerke
2012-04-06
MORTEVIELLE: Start including header files
Strangerke
2012-04-06
MORTEVIELLE: rename namespace
Strangerke
2012-04-06
MORTEVIELLE: Add an an include for string, move boolean to bool
Strangerke
2012-04-06
MORTEVIELLE: Add namespace and standard header
Strangerke
2012-04-06
MORTEVIELLE: str* -> Common::String
Eugene Sandulenko
2012-04-06
MORTEVIELLE: real -> float
Eugene Sandulenko
2012-04-06
MORTEVIELLE: integer -> int
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Rename *.h -> *.cpp where they really belong
Eugene Sandulenko