aboutsummaryrefslogtreecommitdiff
path: root/engines/made/made.h
AgeCommit message (Collapse)Author
2008-04-24Cleanup and simplification of the music playing codeFilippos Karapetis
svn-id: r31691
2008-04-23Added (early) midi player code.Benjamin Haisch
Added "screen flash" effect. Implemented opcodes: - o1_PLAYMUS - o1_STOPMUS - o1_ISMUS - o1_FLASH - o1_LOADSND - o1_LOADMUS svn-id: r31682
2008-04-23Removed file existence checks to determine game version and added game flags ↵Filippos Karapetis
instead. Added the MD5 of the English floppy version of Return to Zork svn-id: r31670
2008-04-23In-game sound effects and voices should be working correctly now.Filippos Karapetis
Implemented the following opcodes: - o1_PLAYSND - o1_ISSND - o1_STOPSND - o1_PLAYVOICE - o1_SOUNDRATE - o1_SETVOLUME svn-id: r31666
2008-04-22Implemented o1_EVENTKEY. Removed some debug delaysFilippos Karapetis
svn-id: r31655
2008-04-21Add detection of the Return to Zork demo.Travis Howell
svn-id: r31640
2008-04-20Initial import of the work in progress MADE engineFilippos Karapetis
svn-id: r31599