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
/
made
/
redreader.cpp
Age
Commit message (
Expand
)
Author
2016-05-02
MADE: Cleanup
Eugene Sandulenko
2015-01-28
MADE: Initialize some variables
Strangerke
2014-02-18
MADE: Make GPL headers consistent in themselves.
Johannes Schickel
2011-10-09
MADE: Minimize #include usage.
Johannes Schickel
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-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-01-08
Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-10-04
Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific...
Filippos Karapetis
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
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-09-06
Got rid of File::eof()
Max Horn
2008-04-23
This memory is released with free(), so it has to be allocated with malloc(),
Torbjörn Andersson
2008-04-23
Fixed warning about potentially undefined behaviour.
Torbjörn Andersson
2008-04-23
Implemented direct loading of rtzcd.dat from the archive rtzcd.red, i.e. the ...
Benjamin Haisch