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
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-02
M4: Replace snprintf() usage with Common::String::format()
D G Turner
2011-05-30
TSAGE: General cleanup of object class
Paul Gilbert
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-11-03
M4: Changed debug calls to debugCN since they all have newlines
Paul Gilbert
2010-11-02
M4: Remove redundant fflush calls
Max Horn
2010-11-02
M4: Converted all printf's to debug
Paul Gilbert
2010-07-06
Added extra initialisation code for the game's global variables list
Paul Gilbert
2010-07-02
Some slight fixes so that Phantom/Dragon start again
Filippos Karapetis
2010-06-14
Moved the actionNouns array from the scene to the globals object, since the s...
Paul Gilbert
2010-06-14
Further memory leak fixes reported by Valgrind
Paul Gilbert
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