Saturday, 30 July 2011

Brick Atelier 0.84

http://koti.mbnet.fi/paulkp/brick/brick.htm

New version available. Some bugs were fixed and it's actually faster than before, because I removed double updates in some drawing operations. It has one new major feature (append), but I think it's wise to make release versions sometimes. There was one Microsoft extension detected by GCC in the final compile. It looks like Microsoft has implemented pop_back in std::string which I guess(?) is a non-standard feature. That was replaced with s.erase(s.size()-1); which I think does the same thing.

Now when append is ready I "have" to return in Kaduria and just try to bash my head against its cold, unforgiving dungeon walls.

0 comments: