Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-09-14 | Big patch changing semantics of ReadStream::eos(): | Willem Jan Palenstijn | |
eos() now only returns true _after_ trying to read past the end of the stream. This has a large potential for regressions. Please test! svn-id: r34549 | |||
2008-09-06 | Got rid of File::eof() | Max Horn | |
svn-id: r34396 | |||
2008-04-23 | This memory is released with free(), so it has to be allocated with malloc(), | Torbjörn Andersson | |
not new. Fixes a Valgrind warning. svn-id: r31678 | |||
2008-04-23 | Fixed warning about potentially undefined behaviour. | Torbjörn Andersson | |
svn-id: r31667 | |||
2008-04-23 | Implemented direct loading of rtzcd.dat from the archive rtzcd.red, i.e. the ↵ | Benjamin Haisch | |
game doesn't have to be installed first to get rtzcd.dat. Also added the respective detection entry. svn-id: r31661 |