aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_mouse.cpp
AgeCommit message (Expand)Author
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-12-28Hopefully the last big renaming. Now the datatypes have names likeTorbjörn Andersson
2003-12-19Implemented scroll wheel handling for save/load dialogs. (This turned up aTorbjörn Andersson
2003-11-16More cleanup. I've eliminated all the temporary global variables I've addedTorbjörn Andersson
2003-11-11Moved low-level keyboard and mouse handling to a new Input class, andTorbjörn Andersson
2003-11-08cleanup whitespacesPaweł Kołodziejski
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-04added namespace Sword2Max Horn
2003-10-03use C++ struct naming instead of typedefs -> this fixes (or works around, wha...Max Horn
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson
2003-09-27More cleanup, and I've replaced most - not quite all - of BS2's debugTorbjörn Andersson
2003-09-23Removed ancient version history. Much of it doesn't apply to us, and wasTorbjörn Andersson
2003-09-16Removed some unnecessary #includes and #defines.Torbjörn Andersson
2003-09-13should have been an int32Oliver Kiehl
2003-09-13endian fixOliver Kiehl
2003-09-12endian fixesOliver Kiehl
2003-08-28CleanupTorbjörn Andersson
2003-08-22Only hide the mouse cursor if both the mouse animation and the luggageTorbjörn Andersson
2003-08-21-Werror cleanup, don't try to free const variables...Jonathan Gray
2003-08-20Draw combined cursor properly. Thanks to joost for finding out that theOliver Kiehl
2003-08-20Initial (slightly buggy) support for "luggage" mouse cursors, i.e. cursorsTorbjörn Andersson
2003-08-20Applied a different fix for the mouse offset problem. As far as I can tell,Torbjörn Andersson
2003-08-20Removed some memset()s that I added earlier out of paranoia. Added a FIXMETorbjörn Andersson
2003-08-20correction from olki that fixes mouse y offset being too highJonathan Gray
2003-08-20This should fix mouse cursor animations. (Actually, I hardly even looked atTorbjörn Andersson
2003-08-19preliminary cursor code. dirty, hacky and no animation yet. but at least some...Oliver Kiehl
2003-07-28-Werror cleanupJonathan Gray
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28bs2 driverJonathan Gray