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
/
actions.cpp
Age
Commit message (
Collapse
)
Author
2012-04-06
MORTEVIELLE: Add braces, silenting some GCC warnings
Strangerke
2012-04-06
MORTEVIELLE: silent several warning reported by cppCheck
Strangerke
2012-04-06
MORTEVIELLE: Rename remaining opcodes, remove a couple of GOTOs
Strangerke
2012-04-06
MORTEVIELLE: Use 0-based array instead of 1-based for menu constants, some ↵
Strangerke
renaming
2012-04-06
MORTEVIELLE: clean up deline()
Strangerke
2012-04-06
MORTEVIELLE: Rename arrays used by menu
Strangerke
2012-04-06
MORTEVIELLE: Start removing deline() and delig
Strangerke
2012-04-06
MORTEVIELLE: Rename remaining Menu enums, rename _staticStrings into ↵
Strangerke
_engineStrings as a preliminar work on an English DOS version
2012-04-06
MORTEVIELLE: clean up while statements using separate 'not'
Strangerke
2012-04-06
MORTEVIELLE: rename variables in Ques::show(), fix remaining glitches
Strangerke
2012-04-06
MORTEVIELLE: remove pred and succ
Strangerke
2012-04-06
MORTEVIELLE: Rename some more variables and functions
Strangerke
2012-04-06
MORTEVIELLE: Some more cleanup, renaming, plus a couple of crash fixes in ↵
Strangerke
deline and writeg
2012-04-06
MORTEVIELLE: rename verbs and associated opcodes, use enum for opcodes
Strangerke
2012-04-06
MORTEVIELLE: Apply coding conventions to actions.cpp
Strangerke
2012-04-06
MORTEVIELLE: Rename mouse functions, various formatting fixes
Strangerke
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: 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 redundant gfx functions, and moved others into ↵
Paul Gilbert
ScreenSurface class.
2012-04-06
MORTEVIELLE: Added support for using the static string list added to mort.dat
Paul Gilbert
2012-04-06
MORTEVIELLE: Renamed main loop methods, along with quit/end/lose variables
Paul Gilbert
2012-04-06
MORTEVIELLE: Added extra quit checks to event loops
Paul Gilbert
2012-04-06
MORTEVIELLE: Merge the _mouseButtons and clic variables
Paul Gilbert
The original separate implementation was causing problems with the mouse click variable remaining set too long.
2012-04-06
MORTEVIELLE: Add some comments with translated strings
Strangerke
2012-04-06
MORTEVIELLE: Lots of compilation fixes
Paul Gilbert
2012-04-06
MORTEVIELLE: More compilation fixes
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: Further bugfixes to include files and added includes
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: Fix some more errors by adding includes
Strangerke
2012-04-06
MORTEVIELLE: Fix several errors, add some 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 namespace and standard header
Strangerke
2012-04-06
MORTEVIELLE: Converted more arrays into C style arrays
Eugene Sandulenko
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]