Age | Commit message (Expand) | Author |
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson |
2003-11-11 | Moved low-level keyboard and mouse handling to a new Input class, and | Torbjörn Andersson |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-10-28 | bs2 -> sword2 | Max Horn |
2003-10-15 | Dumped most of the remaining "driver" code into a new "Display" class. This | Torbjörn Andersson |
2003-10-08 | Some more cosmetic changes while I'm considering the next move. (Or maybe | Torbjörn Andersson |
2003-10-04 | added namespace Sword2 | Max Horn |
2003-10-03 | use C++ struct naming instead of typedefs -> this fixes (or works around, wha... | Max Horn |
2003-09-28 | More cleanup, plus support for cutscene leadout music. For now, we only | Torbjörn Andersson |
2003-09-27 | More cleanup, and I've replaced most - not quite all - of BS2's debug | Torbjörn Andersson |
2003-09-23 | Removed ancient version history. Much of it doesn't apply to us, and was | Torbjörn Andersson |
2003-09-16 | Removed some unnecessary #includes and #defines. | Torbjörn Andersson |
2003-09-13 | should have been an int32 | Oliver Kiehl |
2003-09-13 | endian fix | Oliver Kiehl |
2003-09-12 | endian fixes | Oliver Kiehl |
2003-08-28 | Cleanup | Torbjörn Andersson |
2003-08-22 | Only hide the mouse cursor if both the mouse animation and the luggage | Torbjörn Andersson |
2003-08-21 | -Werror cleanup, don't try to free const variables... | Jonathan Gray |
2003-08-20 | Draw combined cursor properly. Thanks to joost for finding out that the | Oliver Kiehl |
2003-08-20 | Initial (slightly buggy) support for "luggage" mouse cursors, i.e. cursors | Torbjörn Andersson |
2003-08-20 | Applied a different fix for the mouse offset problem. As far as I can tell, | Torbjörn Andersson |
2003-08-20 | Removed some memset()s that I added earlier out of paranoia. Added a FIXME | Torbjörn Andersson |
2003-08-20 | correction from olki that fixes mouse y offset being too high | Jonathan Gray |
2003-08-20 | This should fix mouse cursor animations. (Actually, I hardly even looked at | Torbjörn Andersson |
2003-08-19 | preliminary cursor code. dirty, hacky and no animation yet. but at least some... | Oliver Kiehl |
2003-07-28 | -Werror cleanup | Jonathan Gray |
2003-07-28 | Compiles on mingw now | Travis Howell |
2003-07-28 | bs2 driver | Jonathan Gray |