aboutsummaryrefslogtreecommitdiff
path: root/queen/logic.cpp
AgeCommit message (Expand)Author
2003-10-05renamed classes (we have our own namespace now) + fixed segfault in logicJoost Peters
2003-10-04Added gameState to QueenLogicDavid Eriksson
2003-10-03fix 2 cases not handled in findBob() (stupid me...) and match new/deleteGregory Montoir
2003-10-03namespace QueenMax Horn
2003-10-03Use struct and not array for objectData.David Eriksson
2003-10-03Fix GCC warning.Torbjörn Andersson
2003-10-02You did not see the previous version of this codeDavid Eriksson
2003-10-02Fix bugs, add warnings.David Eriksson
2003-10-02Handle _sfxName table properlyDavid Eriksson
2003-10-02findBob function + tweaks in QueenLogicGregory Montoir
2003-10-02Needing area, and it must be signed intsDavid Eriksson
2003-10-02More member data access.David Eriksson
2003-10-02Must be able to access some data here.David Eriksson
2003-09-29small cleanupJoost Peters
2003-09-29added BANK code from Gregory + minor change to loadFile()Joost Peters
2003-09-29Fixed MSVC6 errorsJamieson Christian
2003-09-28use new operator instead of malloc() and added generic file loading functionJoost Peters
2003-09-28queen initial importJoost Peters