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
/
menu.cpp
Age
Commit message (
Expand
)
Author
2012-04-06
MORTEVIELLE: Rename mouse functions, various formatting fixes
Strangerke
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: 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: 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: 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: Visual fix for the inventory menu
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix some string indexing
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix for displaying savegame menus correctly
Paul Gilbert
2012-04-06
MORTEVIELLE: Merge the _mouseButtons and clic variables
Paul Gilbert
2012-04-06
MORTEVIELLE: Formatting fix for savegame list
Paul Gilbert
2012-04-06
MORTEVIELLE: Restore background area when a menu is removed
Paul Gilbert
2012-04-06
MORTEVIELLE: Formatting fixes for game menu display
Paul Gilbert
2012-04-06
MORTEVIELLE: Fix display of action tabs
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: 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: COnvert more arrays and data types
Eugene Sandulenko
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: integer -> int
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Rename *.h -> *.cpp where they really belong
Eugene Sandulenko
[prev]