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
/
m4
/
globals.cpp
Age
Commit message (
Expand
)
Author
2010-03-21
Fix shadow member of this warnings of gcc.
Johannes Schickel
2010-03-21
Added framework for displaying game dialogs
Paul Gilbert
2010-03-19
Beginnings of hooking up the new logic for current action display
Paul Gilbert
2010-02-27
Beginnings of code for scene info loading
Paul Gilbert
2010-02-13
Added the beginnings of scene set-up logic
Paul Gilbert
2010-01-31
Further work on separating the scene logic for MADS and M4
Paul Gilbert
2010-01-30
Worked on separating scene logic into separate classes for M4 and MADS
Paul Gilbert
2010-01-30
Beginnings of a separation of the MADS and M4 engines into separate classes. ...
Paul Gilbert
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-12-11
Beginnings of a dialog display class
Paul Gilbert
2009-11-12
Added a staticres file with the MADS articles list, and added an article fiel...
Paul Gilbert
2009-11-04
Added support for loading the game's object list
Paul Gilbert
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-07-07
Some fixes for warnings under GCC 2.95
Filippos Karapetis
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis