aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/_mouse.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-29Applied my own patch #1341495, in an attempt to fix alignment issuesTorbjörn Andersson
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene 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-05-09Removed the buffering of mouse and keyboard events. I don't think any ofTorbjörn Andersson
2004-05-05Take advantage of the changes in the backend's mouse cursor handling. ItTorbjörn Andersson
2004-04-23Major revamping of the BS2 memory manager and, some small changes to theTorbjörn Andersson
2004-04-07Cleanup.Torbjörn Andersson
2004-03-28Renamed more OSystem methodsMax Horn
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