Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-02-05 | Removed some of the #includes from sword2.h | Torbjörn Andersson | |
svn-id: r12739 | |||
2004-01-09 | Removed redundant comments. | Torbjörn Andersson | |
svn-id: r12279 | |||
2004-01-06 | It's a new year in BS2 land, too! | Torbjörn Andersson | |
svn-id: r12181 | |||
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson | |
over the past few weeks, except for g_sword2. (Of course, this doesn't necessarily make the code any prettier, but we can work on that later.) svn-id: r11309 | |||
2003-11-08 | Removed some now redundant header files. | Torbjörn Andersson | |
svn-id: r11209 | |||
2003-11-08 | Moved more stuff into classes, changed some static allocation to dynamic, | Torbjörn Andersson | |
and removed some of the references to global variables. At this point I believe everything in the main game engine has been moved into classes - not necessarily the correct ones, but still... However, there is some stuff in the driver directory that need to be taken care of as well. svn-id: r11207 | |||
2003-11-07 | spelling fixes | Jonathan Gray | |
svn-id: r11175 | |||
2003-10-28 | bs2 -> sword2 | Max Horn | |
svn-id: r10997 | |||
2003-10-18 | Moved the opcode functions into the Logic class. | Torbjörn Andersson | |
svn-id: r10885 | |||
2003-10-10 | cleanup | Torbjörn Andersson | |
svn-id: r10728 | |||
2003-10-04 | Changed to use #include "bs2/..." and removed the inclusion of standard C | Torbjörn Andersson | |
headers. Most (all?) of the ones we need should probably come from stdafx.h instead. svn-id: r10588 | |||
2003-10-04 | added namespace Sword2 | Max Horn | |
svn-id: r10581 | |||
2003-09-27 | More cleanup, and I've replaced most - not quite all - of BS2's debug | Torbjörn Andersson | |
message functions with our own. We still need to go through them and assign sensible debug levels to them. svn-id: r10422 | |||
2003-09-26 | Some more reformatting / cleanup, and removal of comments that did nothing | Torbjörn Andersson | |
but say who added what when. (No disrespect intended, but this information means very little to us.) svn-id: r10413 | |||
2003-09-17 | cleanup | Torbjörn Andersson | |
svn-id: r10267 | |||
2003-07-28 | fix some VC7 warnings | Jonathan Gray | |
svn-id: r9240 | |||
2003-07-28 | Compiles on mingw now | Travis Howell | |
svn-id: r9222 | |||
2003-07-28 | bs2 | Jonathan Gray | |
svn-id: r9211 |