Age | Commit message (Expand) | Author |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-17 | Hopefully fixed the regression described in bug #2299682 ("FT: Crash in the i... | Torbjörn Andersson |
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily confuse... | Max Horn |
2008-09-29 | Since no one has come up with any better suggestion... this should fix #2123258 | Torbjörn Andersson |
2008-09-16 | Modified uncompress in common/zlib.h to return a bool, so that we don't have ... | Max Horn |
2008-09-13 | SCUMM: Got rid of class Chunk | Max Horn |
2008-09-13 | SCUMM: Merged class Chunk & FileChunk | Max Horn |
2008-09-13 | SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk | Max Horn |
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ne... | Max Horn |
2008-09-01 | Merging more of the GSoC 2008 RTL branch: SCUMM | Max Horn |
2008-08-24 | remove broken code, but i'll add better feature into compression tool | Paweł Kołodziejski |
2008-08-18 | do away with the smush force redraw hack | Kostas Nakos |
2008-07-14 | Merged revisions 32744-32745,32747,32750-32759,32762-32764,32769,32777,32783,... | Christopher Page |
2008-07-11 | SCUMM works with new GMM implementation | Christopher Page |
2008-06-26 | Fixed Symbian buildsystem for new defines. Fixed ARM asm syntax for Symbian b... | Lars Persson |
2008-05-07 | Proper delete[] formatting (this time all occurences should've been changed...) | Johannes Schickel |
2008-05-07 | Changed all delete [] usages to delete[]. | Johannes Schickel |
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat |
2008-02-23 | Make codec47 cope with failed mallocs. | Robin Watts |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2008-01-15 | Initialise _lastTableWidth. (Fixes Valgrind warning.) | Torbjörn Andersson |
2007-12-31 | Enabling the SMUSH/sound ARM optimizations for the iPhone. Converting any num... | Oystein Eftevaag |
2007-12-28 | Patch #1858158: BUILD: Plugin building cleanup | Eugene Sandulenko |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-09-08 | Some cleanup (yay for whomever had the brilliant idea to let SVN work over HT... | Max Horn |
2007-09-01 | Cleanup: remove obsolete code (PalmOS 68K version not supported anymore) | Chris Apers |
2007-07-15 | Added FIXME comments regarding use of AudioStream::openStreamFile | Max Horn |
2007-07-15 | Fixed sound factory messup caused by my previous commit | Max Horn |
2007-06-24 | added arm assembly from patch #1742112 for codec47. (and really build arm cod... | Paweł Kołodziejski |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-25 | Removing lots of superfluous semicola (see mail by David Weinehall on scummvm... | Max Horn |
2007-03-12 | Special filehandling for Symbian OS not needed in smushplayer anymore. | Lars Persson |
2007-02-28 | cleanup | Max Horn |
2007-02-28 | Changed the AppendableAudioStream code to use a queue of buffers, instead of ... | Max Horn |
2007-02-25 | Added comment about the missing decode1 proc. | Torbjörn Andersson |
2007-02-25 | Another Ogg > MP3 consistency reordering, this time in the SMUSH code; also c... | Max Horn |
2007-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson |
2007-02-17 | cleanup | Gregory Montoir |
2007-02-15 | Clear _pauseTime in seekSan(). Hopefully, this will fix the problem with | Torbjörn Andersson |
2007-02-03 | removed unneeded/unnecessary variables and made SmushFont table private (to e... | Gregory Montoir |
2007-02-03 | Applied the revised NUT font renderer patch #1635584, which combines cyx's | Torbjörn Andersson |
2007-01-31 | reset _IACTpos when _IACTchannel is stopped (fixes memory overwrites in handl... | Gregory Montoir |
2007-01-30 | got rid of codec37/codec47 init/deinit methods, cleanup | Gregory Montoir |
2007-01-30 | minor simplification | Gregory Montoir |
2007-01-30 | added deinitialisation of codecs at the end of smush playback. This allows to... | Gregory Montoir |
2007-01-27 | cleanup (made NutRenderer::loadFont protected, added call during initialisati... | Gregory Montoir |
2007-01-27 | Applied my own patch #1640913 ("Loading NUT fonts on demand"), after discussing | Torbjörn Andersson |
2007-01-21 | Applied my own patch #1635584 (after discussing with Fingolfin) to reduce the | Torbjörn Andersson |
2007-01-18 | Hopefully fixed the SAN seeking (used by Full Throttle's bike fighting) that I | Torbjörn Andersson |
2006-11-13 | Patch from bug #1584888 (SMUSH: Too dependent on accurate timers). Watch out ... | Max Horn |