Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-22 | AGI: use shorter sizes for buffers | Pino Toscano | |
Instead of allocate them with MAXPATHLEN as size, just give them the size for the data that are going to be written on them. | |||
2014-12-22 | AGI: use Common::String::format when possible | Pino Toscano | |
Use Common::String::format instead of a MAXPATHLEN-sized char[] buffer. | |||
2014-02-18 | AGI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-10-07 | AGI: Fix buffer overrun. CID 1004033 | Eugene Sandulenko | |
2013-04-18 | AGI: Get rid of unused SoundMgr parameters | Max Horn | |
2011-05-23 | COMMON: Add exit() to list of forbidden symbols | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-11-01 | ENGINES: Get rid of some (f)printfs | Max Horn | |
svn-id: r54011 | |||
2010-10-26 | AGI: Replace report() macro by debug() / warning() | Max Horn | |
This makes AGI quite a bit less noisy by default. svn-id: r53868 | |||
2010-06-15 | AGI: Implement FR #1913900. | Eugene Sandulenko | |
FR #1913900: "AGI: MIDI support". Currently it gets selected when Adlib is chosen. Finding a better way to do it is a todo. Also default instrument mapping is plain. Based on original code by Jens. Christian Restemeier. svn-id: r49751 | |||
2010-01-03 | Reduce header dependencies for AGI engine. | Eugene Sandulenko | |
svn-id: r46942 | |||
2009-06-06 | Cleanup | Eugene Sandulenko | |
svn-id: r41254 | |||
2009-06-06 | Cleanup | Eugene Sandulenko | |
svn-id: r41251 | |||
2009-06-06 | Whitespace fixes and C++ comments | Eugene Sandulenko | |
svn-id: r41239 | |||
2007-12-25 | Do not use abort (for that matter, shouldn't used exit(), either, but we ↵ | Max Horn | |
(ab)use that in various places anyway...) svn-id: r29994 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-11 | Remove/clarify several FIXMEs | Eugene Sandulenko | |
svn-id: r28892 | |||
2007-09-11 | Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME ↵ | Max Horn | |
comments; and some other related cleanup svn-id: r28890 | |||
2007-09-01 | GIve some files more logical names | Eugene Sandulenko | |
svn-id: r28791 |