aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/menus.cpp
AgeCommit message (Collapse)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2010-11-01ENGINES: Remove some 'using' statementsMax Horn
svn-id: r54001
2009-07-06Use graphics surfaces for screen buffers, and always use correct pitch when ↵Travis Howell
writing to the frameBuffer. svn-id: r42163
2009-03-08Clarify several errors messages.Travis Howell
svn-id: r39219
2009-03-08Add initial support for Personal Nightmare.Travis Howell
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-06-30Also update menus.cpp with ChildType enumMax Horn
svn-id: r27793
2007-06-21Use frameBuffer directly, in order to drop extra buffer (frontBuffer) and ↵Travis Howell
cleanup code. svn-id: r27577
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2006-11-23Avoid compiler warningsTravis Howell
svn-id: r24764
2006-11-22Fix MSVC2005 warnings. Please, review the changes.Eugene Sandulenko
svn-id: r24760
2006-10-24Rename variableTravis Howell
svn-id: r24487
2006-10-24Add more menu code for Elvira 1Travis Howell
svn-id: r24486
2006-10-22Add extra picture opcode code for ELvira 1/2Travis Howell
svn-id: r24426
2006-10-21CleanupTravis Howell
svn-id: r24396
2006-10-18Fix assignment-instead-of-compare bug in AGOSEngine::menuFor_e2Max Horn
svn-id: r24363
2006-10-16Add Elvira 2 difference in clearMenuStripTravis Howell
svn-id: r24350
2006-10-16Enable menus in Elvira 2Travis Howell
svn-id: r24349
2006-10-16Enable menus in WW, allows more progressTravis Howell
svn-id: r24347
2006-10-15Add menu support for Amiga demo of Elvira 1Travis Howell
svn-id: r24332