changes in arhitecture, some improvments, much optimising and simplify,

many bagfixes and new graphics engine
This commit is contained in:
blizer
2011-08-20 07:34:19 +04:00
committed by unknown
parent 0a9679fd99
commit f3d0ca7101
33 changed files with 1444 additions and 897 deletions

View File

@@ -7,7 +7,11 @@ HEADERS += base_types.h \
adcore.h \
player.h \
loader.h \
ad_graphics.h
ad_graphics.h \
form.h \
aditem.h \
touchbuttframe.h \
touch_butt.h
SOURCES += map.cpp \
game_data.cpp \
aliens.cpp \
@@ -17,7 +21,11 @@ SOURCES += map.cpp \
adcore.cpp \
player.cpp \
loader.cpp \
ad_graphics.cpp
ad_graphics.cpp \
form.cpp \
aditem.cpp \
touchbuttframe.cpp \
touch_butt.cpp
RESOURCES += images.qrc
OTHER_FILES += schema.xml \
data2.xml
@@ -27,3 +35,6 @@ QT += core \
opengl \
xml \
xmlpatterns
FORMS += \
form.ui