summaryrefslogtreecommitdiff
path: root/src/gui/trade.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-17 20:18:41 -0600
committerIra Rice <irarice@gmail.com>2009-03-17 20:18:41 -0600
commit72daf0bf49c0ff994aeff357f6e52140887bce30 (patch)
tree6965511cc5bbede09526c115d43fc1465f39f7de /src/gui/trade.cpp
parenta1eb62126bae54557e03682cac70c8331e359e01 (diff)
downloadmana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.tar.gz
mana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.tar.bz2
mana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.tar.xz
mana-client-72daf0bf49c0ff994aeff357f6e52140887bce30.zip
Added an image merge feature loosely based on a merge function found in
the open source project Wormux. To improve SDL performance, the number of layers that are pushed out to the hardware or software buffers should be reduced, which is where this function comes into play, as it combines two surfaces together so that the number of blit operations is reduced. This function is currently not used, but will be used once a good way to link each of the target systems is determined so that it only initiates when SDL is enabled, as well as making sure that each hook that uses this function is benefiting from it sufficiently. At the moment, it's suspected that the particle engine will likely be the most likely to benefit from this function, followed by tile drawing, then sprite drawing. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/gui/trade.cpp')
0 files changed, 0 insertions, 0 deletions