aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/menu.cpp
AgeCommit message (Expand)Author
2006-02-09Finally got rid of the "driver" directory. It made sense in the original code,Torbjörn Andersson
2006-02-09Fix $Header$ and some minor file header inconsistencies.Torbjörn Andersson
2006-01-18Update copyright noticeEugene Sandulenko
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-05-12Whitespace: "(type *)something" instead of "(type *) something", becauseTorbjörn Andersson
2005-02-27Got rid of all the .h files but one in the 'driver' directory. They wereTorbjörn Andersson
2005-02-19This is the second part of the BS2 restructuring. There are two newTorbjörn Andersson
2005-01-17Updated copyright header, as discussed on the mailing list.Torbjörn Andersson
2005-01-10system.h was being included in tons of places, without any good reason; reduc...Max Horn
2005-01-01Updated copyright year.Torbjörn Andersson
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-06-06Cleaned up sprite scaling.Torbjörn Andersson
2004-06-05CleanupTorbjörn Andersson
2004-04-23Major revamping of the BS2 memory manager and, some small changes to theTorbjörn Andersson
2004-02-05Removed some of the #includes from sword2.hTorbjörn Andersson
2004-01-06It's a new year in BS2 land, too!Torbjörn Andersson
2003-11-16More cleanup. I've eliminated all the temporary global variables I've addedTorbjörn Andersson
2003-11-11Removed SVM_timeGetTime(). We may as well call get_msecs() directly.Torbjörn Andersson
2003-11-11Moved low-level keyboard and mouse handling to a new Input class, andTorbjörn Andersson
2003-10-28bs2 -> sword2Max Horn
2003-10-15Dumped most of the remaining "driver" code into a new "Display" class. ThisTorbjörn Andersson
2003-10-08Some more cosmetic changes while I'm considering the next move. (Or maybeTorbjörn Andersson
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
2003-10-04added namespace Sword2Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson
2003-09-23Removed ancient version history. Much of it doesn't apply to us, and wasTorbjörn Andersson
2003-09-21Removed original ProcessMenu() code.Torbjörn Andersson
2003-09-16Removed some unnecessary #includes and #defines.Torbjörn Andersson
2003-08-28Removed the Surface class in favor of small struct specially made for theTorbjörn Andersson
2003-08-26The graphics detail settings partially work now. They only affect howTorbjörn Andersson
2003-08-23Unstubbed the Create/Draw/DeleteSurface() functions, and removed someTorbjörn Andersson
2003-08-21When a menu icon reaches its full size it can be drawn directly, withoutTorbjörn Andersson
2003-08-20Lots of cleanup.Torbjörn Andersson
2003-08-20fix warning (properly initialise 2 dimensional arrays)Joost Peters
2003-08-20SetMenuIcon(), other stubs in menu.cpp will have to be done for things to be ...Jonathan Gray
2003-07-28-Werror cleanupJonathan Gray
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28bs2 driverJonathan Gray