Age | Commit message (Expand) | Author |
2005-10-18 | Update FSF address. Eek. Actually that took place on May 1, 2005 | Eugene Sandulenko |
2005-07-30 | Remove trailing whitespaces. | Eugene Sandulenko |
2005-05-12 | Whitespace: "(type *)something" instead of "(type *) something", because | Torbjörn Andersson |
2005-02-27 | Got rid of all the .h files but one in the 'driver' directory. They were | Torbjörn Andersson |
2005-02-19 | This is the second part of the BS2 restructuring. There are two new | Torbjörn Andersson |
2005-01-17 | Updated copyright header, as discussed on the mailing list. | Torbjörn Andersson |
2005-01-10 | system.h was being included in tons of places, without any good reason; reduc... | Max Horn |
2005-01-01 | Updated copyright year. | Torbjörn Andersson |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-06-06 | Cleaned up sprite scaling. | Torbjörn Andersson |
2004-06-05 | Cleanup | Torbjörn Andersson |
2004-04-23 | Major revamping of the BS2 memory manager and, some small changes to the | Torbjörn Andersson |
2004-02-05 | Removed some of the #includes from sword2.h | Torbjörn Andersson |
2004-01-06 | It's a new year in BS2 land, too! | Torbjörn Andersson |
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson |
2003-11-11 | Removed SVM_timeGetTime(). We may as well call get_msecs() directly. | Torbjörn Andersson |
2003-11-11 | Moved low-level keyboard and mouse handling to a new Input class, and | Torbjörn Andersson |
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 | Changed to use #include "bs2/..." and removed the inclusion of standard C | Torbjörn Andersson |
2003-10-04 | added namespace Sword2 | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-09-28 | More cleanup, plus support for cutscene leadout music. For now, we only | 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-21 | Removed original ProcessMenu() code. | Torbjörn Andersson |
2003-09-16 | Removed some unnecessary #includes and #defines. | Torbjörn Andersson |
2003-08-28 | Removed the Surface class in favor of small struct specially made for the | Torbjörn Andersson |
2003-08-26 | The graphics detail settings partially work now. They only affect how | Torbjörn Andersson |
2003-08-23 | Unstubbed the Create/Draw/DeleteSurface() functions, and removed some | Torbjörn Andersson |
2003-08-21 | When a menu icon reaches its full size it can be drawn directly, without | Torbjörn Andersson |
2003-08-20 | Lots of cleanup. | Torbjörn Andersson |
2003-08-20 | fix warning (properly initialise 2 dimensional arrays) | Joost Peters |
2003-08-20 | SetMenuIcon(), other stubs in menu.cpp will have to be done for things to be ... | Jonathan Gray |
2003-07-28 | -Werror cleanup | Jonathan Gray |
2003-07-28 | Compiles on mingw now | Travis Howell |
2003-07-28 | bs2 driver | Jonathan Gray |