Age | Commit message (Expand) | Author |
2016-05-02 | MADE: Cleanup | Eugene Sandulenko |
2015-01-27 | MADE: Initialize some more variables, remove an useless variable | Strangerke |
2014-07-11 | MADE: Error out when a blocks file fails to open | Matthew Hoops |
2014-02-18 | MADE: Make GPL headers consistent in themselves. | Johannes Schickel |
2011-10-09 | MADE: Minimize #include usage. | Johannes Schickel |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
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-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-11-02 | MADE Remove now redundant fflush call | Max Horn |
2010-07-16 | Cleanup. | Torbjörn Andersson |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | 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-19 | Move raw audio streams to new header sound/raw.h | Max Horn |
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2009-10-06 | Fix regression introduced by r44459; LGoP2 crashed after Infocom logo | Benjamin Haisch |
2009-10-04 | Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific... | Filippos Karapetis |
2009-09-29 | Fixed bug #2868938 | Benjamin Haisch |
2009-08-23 | Fix bug #2843050 (RTZ: Crash to desktop with demo). Don't assert out when a r... | Matthew Hoops |
2009-05-31 | MADE: cleanup | Max Horn |
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel |
2009-01-25 | - Implemented sound decompression for Manhole EGA | Benjamin Haisch |
2009-01-22 | Silenced MSVC warnings | Filippos Karapetis |
2009-01-22 | Fix warning | Max Horn |
2009-01-22 | - Added support for The Manhole EGA version | Benjamin Haisch |
2009-01-16 | - Removed _gameVersion, engine versions are set in the game detection entries... | Filippos Karapetis |
2009-01-13 | Reworked the sound energy code | Benjamin Haisch |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-05-26 | Fixed graphics decoding bug in Manhole: N&E | Benjamin Haisch |
2008-05-20 | Delete animation frames in AnimationResource destructor. | Benjamin Haisch |
2008-05-09 | - Fixed a bug which sometimes caused crashes when ProjectReader::purgeCache()... | Benjamin Haisch |
2008-05-05 | - Renamed XmidiResource to GenericResource | Benjamin Haisch |
2008-04-28 | Implemented text drawing and cleanup. | Benjamin Haisch |
2008-04-25 | Added FontResource type | Benjamin Haisch |
2008-04-24 | Some initial code for font loading | Filippos Karapetis |
2008-04-23 | Added (early) midi player code. | Benjamin Haisch |
2008-04-23 | Fixed signed/unsigned warning. | Torbjörn Andersson |
2008-04-23 | Fixed palette issues when showing the inventory and the menu. | Benjamin Haisch |
2008-04-23 | In-game sound effects and voices should be working correctly now. | Filippos Karapetis |
2008-04-21 | Some palette related fixes | Filippos Karapetis |
2008-04-20 | Compilation fixes by lordhoto | Filippos Karapetis |