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
Age
Commit message (
Collapse
)
Author
2012-04-06
MORTEVIELLE: Add some comments with translated strings
Strangerke
2012-04-06
MORTEVIELLE: Bugfix for loading data in charge_cfiph()
Paul Gilbert
2012-04-06
MORTEVIELLE: Bugfix for loading data in charpal()
Paul Gilbert
2012-04-06
MORTEVIELLE: Bugfix for loading data in chartex()
Paul Gilbert
2012-04-06
MORTEVIELLE: Add a couple of detection entries
Strangerke
2012-04-06
MORTEVIELLE: Fix data loading in chartex method
Paul Gilbert
2012-04-06
MORTEVIELLE: Added stub engine implementation. Engine is now compilable.
Paul Gilbert
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: 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: Compilation fixes and extern prefixes to header file method ↵
Paul Gilbert
declarations
2012-04-06
MORTEVIELLE: cardinal -> uint
Paul Gilbert
2012-04-06
MORTEVIELLE: Fixed variable usage in var_mor.h and var_mor.cpp
Paul Gilbert
2012-04-06
MORTEVIELLE: Converted remaining varying_string instances to Common::String
Paul Gilbert
2012-04-06
MORTEVIELLE: More compilation fixes
Eugene Sandulenko
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: Enlarge two arrays in order to fix pascal access
Strangerke
2012-04-06
MORTEVIELLE: Fix several errors, add some includes
Strangerke
2012-04-06
MORTEVIELLE: Fix some errors by including str.h
Strangerke
2012-04-06
MORTEVIELLE: use bool instead of boolean
Strangerke
2012-04-06
MORTEVIELLE: fix several old includes
Strangerke
2012-04-06
MORTEVIELLE: Start including header files
Strangerke
2012-04-06
MORTEVIELLE: Add 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: Converted more arrays into C style arrays
Eugene Sandulenko
2012-04-06
MORTEVIELLE: str* -> Common::String
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Transformed some array to C arrays
Eugene Sandulenko
2012-04-06
MORTEVIELLE: real -> float
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Register engine at engines.mk
Eugene Sandulenko
2012-04-06
MORTEVIELLE: integer -> int
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Plug the engine into makefiles
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Rename *.h -> *.cpp where they really belong
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Ran astyle over generated files
Eugene Sandulenko
2012-04-06
MORTEVIELLE: Initial ptoc output
Eugene Sandulenko
2012-04-05
KYRA: Silence const away cast warning by using non-const versions of strpbrk ↵
Johannes Schickel
and strchr.
2012-04-05
GROOVIE: Do not cast away const qualifier.
Johannes Schickel
2012-04-05
SWORD25: Do not cast away const qualifier.
Johannes Schickel
2012-04-05
SCI: Do not cast away const qualifier.
Johannes Schickel
2012-04-04
Merge pull request #221 from klusark/const
Johannes Schickel
Fix casting away const
2012-04-04
SCUMM/ARM: Fix crashes in ARM asm costume renderer
Willem Jan Palenstijn
It was possible to bypass the initialization of r11, and mask was being read before the corresponding bounds check. Thanks to fuzzie for analysis and LordHoto for testing. This fixes bug #3500023 and a crash in the DOTT ending.
[prev]
[next]