Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-30 | ALL: Add code to help stop people from accidentally using "bad" APIs | Max Horn | |
A new header file common/forbidden.h is included by scummsys.h and it re-#defines numerous symbols like fopen(), fread(), system(), etc. with garbage, in order to provoke compile errors in any code using them. If a .cpp file really *must* use any of these (e.g. because it is a backend file), then these redefinitions can be disabled by #defining FORBIDDEN_SYMBOL_ALLOW_ALL as the first thing in the .cpp file. Whenever this is done, an explanatory comment should be added. Note that this system cannot catch all "bad" usages (notably the Lua code in the sword25 engine), as it can only work if scummsys.h is included. svn-id: r53961 | |||
2010-07-05 | Revert Android libtremor header to standard path, since we now ship | Angus Lees | |
our own statically linked version rather than relying on the system shared lib that happens to be on most Android systems. svn-id: r50666 | |||
2010-06-06 | Add Android backend from patch #2603856 | Max Horn | |
svn-id: r49449 | |||
2010-02-03 | Rename: | Johannes Schickel | |
- FlacInputStream -> FlacStream - VorbisInputStream -> VorbisStream - MP3InputStream -> MP3Stream svn-id: r47842 | |||
2010-02-03 | - Return 0 in makeVorbisStream and makeFlacStream, in case creating the ↵ | Johannes Schickel | |
stream failed. - Add a TODO in the MP3 code for the same behavior. svn-id: r47841 | |||
2010-01-28 | Fix seek implementation of our Vorbis stream. | Johannes Schickel | |
svn-id: r47635 | |||
2010-01-27 | Fix invalid sample position on Timestamp to sample conversion for Stereo ↵ | Johannes Schickel | |
streams. svn-id: r47591 | |||
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir ↵ | Max Horn | |
sound/decoders/ svn-id: r47579 |