aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/scicore/aatree.cpp
AgeCommit message (Collapse)Author
2009-02-21formatingPaweł Kołodziejski
svn-id: r38688
2009-02-21Wrapped the SCI engine in the Sci namespace.Oystein Eftevaag
svn-id: r38676
2009-02-17Update headers. scicore/Eugene Sandulenko
svn-id: r38411
2009-02-17Replaced sci_free() with free() - it's OK to free a NULL pointer, so the ↵Filippos Karapetis
checking that sci_free() performed is not necessary svn-id: r38406
2009-02-16SCI: cleanupMax Horn
svn-id: r38335
2009-02-15SCI: Run astyle to make the code be more compliant with our Code Formatting ↵Max Horn
Guidelines: scicore dir svn-id: r38318
2009-02-15- Remove some unneeded filesEugene Sandulenko
- Mass rename .c to .cpp svn-id: r38227