elimelec / inethack

Automatically exported from code.google.com/p/inethack
GNU General Public License v2.0
0 stars 0 forks source link

Optimize image handling #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
(1) I guess there are some imageNamed usages that shouldn't be there and
can be replaced by more efficient methods.

(2) Instead of holding many separate images, maybe only the tile base
should be retained and tiles be bit splitted into the view.

Original issue reported on code.google.com by din...@gmail.com on 15 Nov 2009 at 1:03

GoogleCodeExporter commented 8 years ago

Original comment by din...@gmail.com on 15 Nov 2009 at 1:06

GoogleCodeExporter commented 8 years ago
All imageNamed replaced in r321. The only places where this was used were 
tilesets.

Original comment by din...@gmail.com on 16 Nov 2009 at 2:38

GoogleCodeExporter commented 8 years ago
This was a really bad idea because although separate images are created from 
the base
image performance went down the drain (issue 141). Closed.

Original comment by din...@gmail.com on 21 Nov 2009 at 12:22