summaryrefslogtreecommitdiff
path: root/manaplus.cbp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-03-26 05:07:12 +0200
committerAndrei Karas <akaras@inbox.ru>2011-03-26 05:50:44 +0200
commit8403dcf857c9cc639e8162edd5d4df4af07274bc (patch)
tree2f127213e0df4691b06c549a8f20b3d5225b9220 /manaplus.cbp
parentfc24490f1ecd186f3c294915fadee62c3053d841 (diff)
downloadplus-8403dcf857c9cc639e8162edd5d4df4af07274bc.tar.gz
plus-8403dcf857c9cc639e8162edd5d4df4af07274bc.tar.bz2
plus-8403dcf857c9cc639e8162edd5d4df4af07274bc.tar.xz
plus-8403dcf857c9cc639e8162edd5d4df4af07274bc.zip
Precalculation vertexes for improving draw speed.
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits.
Diffstat (limited to 'manaplus.cbp')
-rw-r--r--manaplus.cbp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manaplus.cbp b/manaplus.cbp
index 9f6d1a04a..a1558d70d 100644
--- a/manaplus.cbp
+++ b/manaplus.cbp
@@ -145,6 +145,8 @@
<Unit filename="src\game.h" />
<Unit filename="src\graphics.cpp" />
<Unit filename="src\graphics.h" />
+ <Unit filename="src\graphicsvertexes.cpp" />
+ <Unit filename="src\graphicsvertexes.h" />
<Unit filename="src\gui\beingpopup.cpp" />
<Unit filename="src\gui\beingpopup.h" />
<Unit filename="src\gui\botcheckerwindow.cpp" />