diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-11-14 10:28:49 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-11-14 10:28:49 +0000 |
commit | 19eaabe57c3efb6b6b8b7bd9bcde8277c71a485d (patch) | |
tree | 647afb8c16e1938031932b5c7ddfc418d3ec14a6 /ChangeLog | |
parent | 69c147510bce9aa24be5ddcb3d050a5d52e3abe7 (diff) | |
download | mana-client-19eaabe57c3efb6b6b8b7bd9bcde8277c71a485d.tar.gz mana-client-19eaabe57c3efb6b6b8b7bd9bcde8277c71a485d.tar.bz2 mana-client-19eaabe57c3efb6b6b8b7bd9bcde8277c71a485d.tar.xz mana-client-19eaabe57c3efb6b6b8b7bd9bcde8277c71a485d.zip |
Experimented with non-stuck gaming when talking to NPCs.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ * src/gui/inttextbox.h, src/gui/inttextbox.cpp: Changed to textfield so that it is visibly editable. * src/gui/item_amount.cpp: Converted to layout handler. + * src/game.cpp, src/gui/viewport.cpp, src/gui/popupmenu.cpp: Removed + tests on current_npc. 2007-11-13 Eugenio Favalli <elvenprogrammer@gmail.com> |