aboutsummaryrefslogtreecommitdiff
path: root/sword2/router.h
AgeCommit message (Expand)Author
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-17cleanupTorbjörn Andersson
2003-11-25Removed extra bars/node stuff since it was never used. From what ITorbjörn Andersson
2003-11-16More cleanup. I've eliminated all the temporary global variables I've addedTorbjörn Andersson
2003-11-08Moved more stuff into classes, changed some static allocation to dynamic,Torbjörn Andersson
2003-10-28bs2 -> sword2Max Horn
2003-10-26Enable the debug console. Actually, what I've done is to adapt the debugTorbjörn Andersson
2003-10-12Moved the "router" code into a new Router class. I'm hoping this isTorbjörn Andersson
2003-10-05Made a separate class for the cutscene functions, removed some unused codeTorbjörn Andersson
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjö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-20Cleanup. I removed the PLOT_PATHS blocks since they depended on someTorbjörn Andersson
2003-09-13and another endian fixOliver Kiehl
2003-07-28bs2Jonathan Gray