Age | Commit message (Expand) | Author |
2016-05-02 | MADE: Cleanup | Eugene Sandulenko |
2015-07-19 | MADE: Fix movie audio glitches caused by reset of audio decoder | Willem Jan Palenstijn |
2015-01-28 | MADE: Initialize some variables | Strangerke |
2014-02-18 | MADE: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-08-03 | MADE: Take advantage of Surface::getPixels. | Johannes Schickel |
2013-08-03 | MADE: Prefer getBasePtr over direct Surface::pixels access. | Johannes Schickel |
2012-06-16 | MADE: Get rid of casts on OSystem::copyRectToScreen calls. | Johannes Schickel |
2011-10-09 | MADE: Minimize #include usage. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-17 | MADE: Prefer Surface::create taking a PixelFormat over the one taking a byte ... | Johannes Schickel |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn |
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-10-04 | Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific... | Filippos Karapetis |
2009-08-18 | - PMV player: Use frame count from PVM file and fix incorrect "invalid chunk ... | Benjamin Haisch |
2009-03-12 | PMV player: stop reallocating the frame buffer on every frame, if its size ha... | Filippos Karapetis |
2009-01-22 | - Added support for The Manhole EGA version | Benjamin Haisch |
2009-01-14 | Fixed warnings. | Torbjörn Andersson |
2009-01-13 | - PMV video headers are evaluated correctly now | Filippos Karapetis |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-11-07 | Implemented RTL support | Benjamin Haisch |
2008-09-06 | Got rid of File::eof() | Max Horn |
2008-06-27 | - Fixed umlauts in printText | Benjamin Haisch |
2008-05-20 | Clarification about the weird sound frequencies in PMV videos | Filippos Karapetis |
2008-05-19 | RtZ: Fixed bug which caused PMV videos to look odd (noticeable in the intro m... | Benjamin Haisch |
2008-05-08 | Silenced MSVC warnings about uninitialized variables | Filippos Karapetis |
2008-05-08 | Possibly fixed the sound stuttering in the PMV videos and added frame skippin... | Benjamin Haisch |
2008-05-07 | - cmd_return now exits the game if it returns from the main function | Benjamin Haisch |
2008-04-29 | Fixed crash that occurred when skipping a video while MIDI music was active | Filippos Karapetis |
2008-04-25 | Center videos to screen | Filippos Karapetis |
2008-04-21 | Some palette related fixes | Filippos Karapetis |
2008-04-21 | Code merge | Filippos Karapetis |
2008-04-21 | Added missing ScummVM headers | Filippos Karapetis |
2008-04-21 | Performed some optimizations to the PMV player | Filippos Karapetis |
2008-04-21 | Fixed palette handling in PMV videos. | Benjamin Haisch |
2008-04-20 | Made the sound less choppy. Though we may have to do some kind of double | Torbjörn Andersson |
2008-04-20 | Compilation fixes by lordhoto | Filippos Karapetis |
2008-04-20 | Catch EVENT_QUIT events, too. I realize that g_system->quit() isn't the nicest | Torbjörn Andersson |
2008-04-20 | Changed spaces to tabs. | Torbjörn Andersson |
2008-04-20 | Initial import of the work in progress MADE engine | Filippos Karapetis |