diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | tmw.cbp | 20 |
2 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-11-13 Eugenio Favalli <elvenprogrammer@gmail.com> + + * data/maps/new_1-1.tmx, data/maps/new_10-1.tmx, + data/maps/new_11-1.tmx, data/maps/new_12-1.tmx, data/maps/new_13-1.tmx, + data/maps/new_14-1.tmx, data/maps/new_15-1.tmx, data/maps/new_16-1.tmx, + data/maps/new_17-1.tmx, data/maps/new_18-1.tmx, data/maps/new_19-1.tmx, + data/maps/new_2-1.tmx, data/maps/new_3-1.tmx, data/maps/new_4-1.tmx, + data/maps/new_5-1.tmx, data/maps/new_6-1.tmx, data/maps/new_7-1.tmx, + data/maps/new_8-1.tmx, data/maps/new_9-1.tmx, tmw.cbp: + Started porting warps to the new server, updated project file. + 2007-11-11 Guillaume Melquiond <guillaume.melquiond@gmail.com> * data/items.xml: Fixed types of equipable items. @@ -835,6 +835,16 @@ <Option link="0"/> <Option target="default"/> </Unit> + <Unit filename="src\gui\widgets\layout.cpp"> + <Option compilerVar="CPP"/> + <Option target="default"/> + </Unit> + <Unit filename="src\gui\widgets\layout.h"> + <Option compilerVar=""/> + <Option compile="0"/> + <Option link="0"/> + <Option target="default"/> + </Unit> <Unit filename="src\gui\widgets\resizegrip.cpp"> <Option compilerVar="CPP"/> <Option target="default"/> @@ -1345,6 +1355,16 @@ <Option link="0"/> <Option target="default"/> </Unit> + <Unit filename="src\resources\dye.cpp"> + <Option compilerVar="CPP"/> + <Option target="default"/> + </Unit> + <Unit filename="src\resources\dye.h"> + <Option compilerVar=""/> + <Option compile="0"/> + <Option link="0"/> + <Option target="default"/> + </Unit> <Unit filename="src\resources\image.cpp"> <Option compilerVar="CPP"/> <Option target="default"/> |