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
/
mads_anim.cpp
Age
Commit message (
Expand
)
Author
2010-05-25
Changed the font system to allow for multiple fonts to be loaded simultaneously
Paul Gilbert
2010-01-30
Beginnings of a separation of the MADS and M4 engines into separate classes. ...
Paul Gilbert
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-16
cleanup
Max Horn
2010-01-12
Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /...
Johannes Schickel
2010-01-03
Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null
Torbjörn Andersson
2009-12-20
Changed the M4 event handler to encode the keyboard flags into KEVENT_KEY events
Paul Gilbert
2009-12-07
M4: Make M4Surface member w, h, pixels protected; some cleanup
Max Horn
2009-11-11
Comment out unused variable.
Johannes Schickel
2009-11-11
Removed all the '- 1' from calls to get vocabs, centralising it in the getVoc...
Paul Gilbert
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-03
Simplify line reading with the simpler readLine(), instead of readLine_NEW
Filippos Karapetis
2008-12-03
readLine_OLD -> readLine_NEW
Filippos Karapetis
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-03
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...
Max Horn
2008-06-18
Renamed M4Surface::empty() to clear() (two reason: empty is not a verb, and i...
Max Horn
2008-04-20
Removed unused variables.
Torbjörn Andersson
2008-04-20
Initial import of the work in progress M4 engine
Filippos Karapetis