aboutsummaryrefslogtreecommitdiff
path: root/engines/made/resource.cpp
AgeCommit message (Expand)Author
2018-05-20MADE: Do not attempt to read from non-existing fileAdrian Frühwirth
2016-05-02MADE: CleanupEugene Sandulenko
2015-01-27MADE: Initialize some more variables, remove an useless variableStrangerke
2014-07-11MADE: Error out when a blocks file fails to openMatthew Hoops
2014-02-18MADE: Make GPL headers consistent in themselves.Johannes Schickel
2011-10-09MADE: Minimize #include usage.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-17MADE: Prefer Surface::create taking a PixelFormat over the one taking a byte ...Johannes Schickel
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-02MADE Remove now redundant fflush callMax Horn
2010-07-16Cleanup.Torbjörn Andersson
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-10-06Fix regression introduced by r44459; LGoP2 crashed after Infocom logoBenjamin Haisch
2009-10-04Applied patch #2872409 "MADE engine fixes" by agent-q, with one small modific...Filippos Karapetis
2009-09-29Fixed bug #2868938Benjamin Haisch
2009-08-23Fix bug #2843050 (RTZ: Crash to desktop with demo). Don't assert out when a r...Matthew Hoops
2009-05-31MADE: cleanupMax Horn
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-01-25- Implemented sound decompression for Manhole EGABenjamin Haisch
2009-01-22Silenced MSVC warningsFilippos Karapetis
2009-01-22Fix warningMax Horn
2009-01-22- Added support for The Manhole EGA versionBenjamin Haisch
2009-01-16- Removed _gameVersion, engine versions are set in the game detection entries...Filippos Karapetis
2009-01-13Reworked the sound energy codeBenjamin Haisch
2009-01-01Whoa! Removing trailing spaces.Eugene Sandulenko
2008-05-26Fixed graphics decoding bug in Manhole: N&EBenjamin Haisch
2008-05-20Delete 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 GenericResourceBenjamin Haisch
2008-04-28Implemented text drawing and cleanup.Benjamin Haisch
2008-04-25Added FontResource typeBenjamin Haisch
2008-04-24Some initial code for font loadingFilippos Karapetis
2008-04-23Added (early) midi player code.Benjamin Haisch
2008-04-23Fixed signed/unsigned warning.Torbjörn Andersson
2008-04-23Fixed palette issues when showing the inventory and the menu.Benjamin Haisch
2008-04-23In-game sound effects and voices should be working correctly now.Filippos Karapetis
2008-04-21Some palette related fixesFilippos Karapetis