Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-30 | SCUMM: Commit of parentheses patch from salty-horse. (from -devel "Enabling ↵ | Johannes Schickel | |
-Wparentheses in the Makefile"). svn-id: r39761 | |||
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn | |
svn-id: r39567 | |||
2008-09-13 | SCUMM: Got rid of class Chunk | Max Horn | |
svn-id: r34518 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
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-06-23 | cleanup | Max Horn | |
svn-id: r27661 | |||
2007-06-23 | SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use ↵ | Max Horn | |
KEYCODE_ constants for clarity svn-id: r27659 | |||
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-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson | |
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727 | |||
2007-02-13 | added missing MKID_BE macros | Gregory Montoir | |
svn-id: r25560 | |||
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-30 | unused buffer variable | Gregory Montoir | |
svn-id: r25286 | |||
2007-01-30 | added calls to SmushPlayer::getFont() to prevent accessing non-initialised ↵ | Gregory Montoir | |
SmushFont objects svn-id: r25285 | |||
2007-01-27 | cleanup (made NutRenderer::loadFont protected, added call during ↵ | Gregory Montoir | |
initialisation of the renderer object) svn-id: r25223 | |||
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-10-28 | SCUMM: Changed class Chunk (and subclasses) to inherit from ↵ | Max Horn | |
Common::SeekableReadStream svn-id: r24544 | |||
2006-10-28 | SCUMM: Got rid of smush/chunk_type.h | Max Horn | |
svn-id: r24543 | |||
2006-10-27 | const and static, static and const, const and static, static and const... ↵ | Max Horn | |
now everybody repeat it with me... 8-) svn-id: r24540 | |||
2006-10-15 | Turning various static tables into static const | Max Horn | |
svn-id: r24323 | |||
2006-10-13 | Fix potentioal bug when all subsequent SMUSH scenes were considered INSANE | Eugene Sandulenko | |
svn-id: r24292 | |||
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine ↵ | Paweł Kołodziejski | |
creation. this allow finish play smush audio track finished to the end instead immediately stopped as it was happen before svn-id: r24263 | |||
2006-10-08 | small unify handleIACT function | Paweł Kołodziejski | |
svn-id: r24214 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵ | Max Horn | |
heap (i.e. _res is a pointer now) svn-id: r23922 | |||
2006-07-14 | More whitespace changes. | Torbjörn Andersson | |
svn-id: r23496 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-05-12 | Removing some unused code from INSANE | Max Horn | |
svn-id: r22417 | |||
2006-04-27 | Insane is part of SCUMM V7, not V6 | Max Horn | |
svn-id: r22188 | |||
2006-03-31 | Made readFileToMem() print a more useful error message than "File is not open" | Torbjörn Andersson | |
if the file could not be opened. svn-id: r21508 | |||
2006-03-31 | Fix sound glitch in PC demo of FT | Travis Howell | |
svn-id: r21506 | |||
2006-03-30 | Improve mine road in PC demo of FT | Travis Howell | |
svn-id: r21505 | |||
2006-03-30 | Limit INSANE to existing enemies in PC demo of FT | Travis Howell | |
svn-id: r21504 | |||
2006-03-30 | Allow interactive mine road in PC version of FT demo | Travis Howell | |
svn-id: r21503 | |||
2006-03-19 | Closer match difficulty of insane in PC version of FT demo | Travis Howell | |
svn-id: r21380 | |||
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn | |
svn-id: r21038 | |||
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn | |
svn-id: r20801 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |