aboutsummaryrefslogtreecommitdiff
path: root/engines/queen/logic.cpp
AgeCommit message (Collapse)Author
2006-11-24simplification, removed some duplicated codeGregory Montoir
svn-id: r24783
2006-11-13Reverted previous commit to keep FotAQ from crashing. The LineReader classTorbjörn Andersson
already frees the buffer when it's done with it. svn-id: r24717
2006-11-12once parsed, queen2.jas buffer can be free'd.Gregory Montoir
svn-id: r24694
2006-11-12cleanupGregory Montoir
svn-id: r24693
2006-11-04rewrote FOTAQ game version detection code in a - if I didn't break anything ↵Gregory Montoir
- better way (no more duplicated code, more accurate game description in the launcher...) svn-id: r24598
2006-11-03cleanup (got rid of the custom Language enum, re-used the one in the Common ↵Gregory Montoir
namespace) svn-id: r24595
2006-02-28updated some bugs/issues comments and removed wrong 'FIXME' markers.Gregory Montoir
svn-id: r20975
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582