diff options
-rw-r--r-- | ChangeLog | 23 | ||||
-rw-r--r-- | tmw.cbp | 40 |
2 files changed, 54 insertions, 9 deletions
@@ -1,9 +1,14 @@ -2007-05-20 Philipp Sehmisch <tmw@crushnet.org> +2007-05-20 Eugenio Favalli <elvenprogrammer@gmail.com> - * src/gui/buy.cpp, src/gui/sell.cpp: Unified some differences between buy - and sell dialog. Money label now shows money after transaction instead of - current money. - * src/gui/sell.cpp: Fixed the amount-not-reset-when-using-scrollwheel bug. + * tmw.cbp: Updated Code::Blocks project file. + +2007-05-20 Philipp Sehmisch <tmw@crushnet.org> + + * src/gui/buy.cpp, src/gui/sell.cpp: Unified some differences between + buy and sell dialog. Money label now shows money after transaction + instead of current money. + * src/gui/sell.cpp: Fixed the amount-not-reset-when-using-scrollwheel + bug. 2007-05-08 Philipp Sehmisch <tmw@crushnet.org> @@ -33,10 +38,10 @@ data/graphics/sprites/monster-snake-cave.xml, data/graphics/sprites/monster-snake.xml, data/graphics/sprites/monster-spider.xml: - Adjusted offsets of monster sprites (thanks to Pauan for finding out the - correct offsets - I just subtracted 6 of all x offsets to take the new - position of the target circle in account) and committed some modifications - at some monster graphics by Pauan. + Adjusted offsets of monster sprites (thanks to Pauan for finding out + the correct offsets - I just subtracted 6 of all x offsets to take the + new position of the target circle in account) and committed some + modifications at some monster graphics by Pauan. 2007-05-02 Philipp Sehmisch <tmw@crushnet.org> @@ -51,6 +51,16 @@ <Option link="0"/> <Option target="default"/> </Unit> + <Unit filename="src\animationparticle.cpp"> + <Option compilerVar="CPP"/> + <Option target="default"/> + </Unit> + <Unit filename="src\animationparticle.h"> + <Option compilerVar=""/> + <Option compile="0"/> + <Option link="0"/> + <Option target="default"/> + </Unit> <Unit filename="src\being.cpp"> <Option compilerVar="CPP"/> <Option target="default"/> @@ -709,6 +719,16 @@ <Option link="0"/> <Option target="default"/> </Unit> + <Unit filename="src\gui\widgets\resizegrip.cpp"> + <Option compilerVar="CPP"/> + <Option target="default"/> + </Unit> + <Unit filename="src\gui\widgets\resizegrip.h"> + <Option compilerVar=""/> + <Option compile="0"/> + <Option link="0"/> + <Option target="default"/> + </Unit> <Unit filename="src\gui\window.cpp"> <Option compilerVar="CPP"/> <Option target="default"/> @@ -735,6 +755,16 @@ <Option link="0"/> <Option target="default"/> </Unit> + <Unit filename="src\imageparticle.cpp"> + <Option compilerVar="CPP"/> + <Option target="default"/> + </Unit> + <Unit filename="src\imageparticle.h"> + <Option compilerVar=""/> + <Option compile="0"/> + <Option link="0"/> + <Option target="default"/> + </Unit> <Unit filename="src\inventory.cpp"> <Option compilerVar="CPP"/> <Option target="default"/> @@ -1301,6 +1331,16 @@ <Option link="0"/> <Option target="default"/> </Unit> + <Unit filename="src\textparticle.cpp"> + <Option compilerVar="CPP"/> + <Option target="default"/> + </Unit> + <Unit filename="src\textparticle.h"> + <Option compilerVar=""/> + <Option compile="0"/> + <Option link="0"/> + <Option target="default"/> + </Unit> <Unit filename="src\tileset.h"> <Option compilerVar=""/> <Option compile="0"/> |