aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/mouse.cpp
AgeCommit message (Expand)Author
2019-10-20SWORD2: Fix Missing Default Switch CasesD G Turner
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-14ALL: centre -> centerMax Horn
2011-04-14ALL: colour -> colorMax Horn
2011-02-15SWORD2: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
2010-11-23SWORD2: Reduce dependencies on common/memstream.hMax Horn
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
2009-05-24Strip trailing whitespaces in the whole code base.Johannes Schickel
2009-04-07Sword2: PSX version support, and GMM loading/savingFabio Battaglia
2008-05-23Initial implementation of pauseEngineIntern(). There are issues, though, sinceTorbjörn Andersson
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
2007-12-15Fixed typo in comment.Torbjörn Andersson
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-05-31Re-added Revolution Software copyright to BS2 engineMax Horn
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-03-18Let the event manager keep track of the mouse position.Torbjörn Andersson
2007-01-26Added separate function for playing cutscene lead-in/out sounds, and made sureTorbjörn Andersson
2006-07-08CleanupTorbjörn Andersson
2006-05-25Set and show/hide mouse cursors through a "cursor manager" (analogous to theTorbjörn Andersson
2006-05-10Removed hack that was used to limit the mouse cursor to (at most) 80x80 pixels.Torbjörn Andersson
2006-02-17Removed includes from sword2.h so that (hopefully) there will eventually beTorbjörn Andersson
2006-02-12Merged _mouse.cpp and mouse.cpp into mouse.cppTorbjörn Andersson
2006-02-12Renamed files for consistency with other engines:Torbjörn Andersson
2006-02-11Moved engines to the new engines/ directoryMax Horn