aboutsummaryrefslogtreecommitdiff
path: root/sword1/router.cpp
AgeCommit message (Collapse)Author
2004-10-21Make PalmOS happyChris Apers
svn-id: r15632
2004-01-11Introduced new namespace, Sword1, removing the "Sword" and "Bs" prefixes inTorbjörn Andersson
the process, except for SwordEngine. Some minor cleanups along the wa, e.g. stdafx.h already includes <stdio.h>, <stdlib.h> and <math.h> so there shouldn't be any need to do it elsewhere. svn-id: r12320
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-12-23Microsoft Compilers : Which part of the standard do you want to break today ?Nicolas Bacca
svn-id: r11866
2003-12-19Changed abs() to ABS(), and changed a sorting function to use SWAP()Torbjörn Andersson
svn-id: r11761
2003-12-19Whitespace changesTorbjörn Andersson
svn-id: r11760
2003-12-18endian fix for router.Robert Göffringmann
svn-id: r11743
2003-12-17fix various warnings; whatTarget()'s paramters shadowed member vars, but it ↵Max Horn
can just b e turned into a pure function (sidenote: the chaotic mix of spaces and tabs in router.cpp doesn't help readability :-) svn-id: r11693
2003-12-16copied the SwordRouter from the original BS1 sources.Robert Göffringmann
It doesn't fit to our coding guidelines but at least it's working, so please bear with it for now. :) svn-id: r11687
2003-12-16compilation fixesJonathan Gray
svn-id: r11679
2003-12-16Broken Sword 1: initial importRobert Göffringmann
svn-id: r11664