Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-03 | Fix non-MSVC build | wonst719 | |
2014-07-24 | SCUMM: Implement text shadow in Korean COMI | wonst719 | |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-03 | SCUMM: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel | |
svn-id: r31927 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-03 | Applied the revised NUT font renderer patch #1635584, which combines cyx's | Torbjörn Andersson | |
patch for correct (not to mention more efficient) rendering of CMI's shadowed letters, while retaining most of the memory savings of my original patch. This time, SMUSH and INSANE fonts also benefit from it. svn-id: r25345 | |||
2007-01-27 | added missing MKID_BE macros | Gregory Montoir | |
svn-id: r25224 | |||
2007-01-27 | cleanup (made NutRenderer::loadFont protected, added call during ↵ | Gregory Montoir | |
initialisation of the renderer object) svn-id: r25223 | |||
2007-01-26 | updated NutRenderer::drawShadowChar() comment | Gregory Montoir | |
svn-id: r25210 | |||
2007-01-21 | Applied my own patch #1635584 (after discussing with Fingolfin) to reduce the | Torbjörn Andersson | |
memory usage and number of allocations made by the NUT font renderer. svn-id: r25155 | |||
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn | |
svn-id: r21038 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |